1 |
786 |
skrzyp |
2009-03-09 John Dallaway
|
2 |
|
|
|
3 |
|
|
* cdl/sntp.cdl: Reference test executable filenames for compatibility
|
4 |
|
|
with the eCos Configuration Tool.
|
5 |
|
|
|
6 |
|
|
2006-11-08 Andre Mas
|
7 |
|
|
|
8 |
|
|
* src/sntp.c: Removed optional KeyIdentifer and MessageDigest
|
9 |
|
|
fields, which weren't being used, and caused certain servers
|
10 |
|
|
not to respond when these fields were included with null values.
|
11 |
|
|
|
12 |
|
|
2005-07-30 Andrew Lunn
|
13 |
|
|
|
14 |
|
|
* src/sntp.c: Compiler warning fixes.
|
15 |
|
|
|
16 |
|
|
2004-02-26 Yuxin Jiang
|
17 |
|
|
|
18 |
|
|
* src/sntp.c: When a new server is added to the list of unicast
|
19 |
|
|
servers don't wait 30 minutes before querying it for the first
|
20 |
|
|
time.
|
21 |
|
|
|
22 |
|
|
2003-10-15 Dan Jakubiec
|
23 |
|
|
Andrew Lunn
|
24 |
|
|
|
25 |
|
|
* src/sntp.c: Added DHCP support for SNTP unicast mode.
|
26 |
|
|
* src/sntp.cdl: Added DHCP support for SNTP unicast mode.
|
27 |
|
|
* src/sntp.h: Removed UDP port constant.
|
28 |
|
|
* src/sntp1.c: Added test code for SNTP unicast mode.
|
29 |
|
|
* src/sntp.sgml: Added documentation for SNTP unicast mode.
|
30 |
|
|
|
31 |
|
|
2003-09-29 Dan Jakubiec
|
32 |
|
|
|
33 |
|
|
* src/sntp.c: Added support for SNTP unicast mode.
|
34 |
|
|
* src/sntp.h: Added support for SNTP unicast mode.
|
35 |
|
|
* src/sntp.cdl: Added support for SNTP unicast mode.
|
36 |
|
|
|
37 |
|
|
2003-05-19 Andrew Lunn
|
38 |
|
|
|
39 |
|
|
* src/sntp.c: Added support for IPv6 multicast NTP packets.
|
40 |
|
|
|
41 |
|
|
2003-04-09 Michael Checky
|
42 |
|
|
|
43 |
|
|
* src/sntp.c: In function sntp_fn() changed 'version' to
|
44 |
|
|
'new_srv.version' in the CYG_TRACE1() call.
|
45 |
|
|
|
46 |
|
|
2003-02-25 Jonathan Larmour
|
47 |
|
|
|
48 |
|
|
* include/sntp.h: Include for __externC.
|
49 |
|
|
|
50 |
|
|
2003-02-25 Gary Thomas
|
51 |
|
|
|
52 |
|
|
* tests/sntp1.c (net_test): Strip the trailing "\n" making it more
|
53 |
|
|
readable.
|
54 |
|
|
|
55 |
|
|
2003-02-25 Andrew Lunn
|
56 |
|
|
|
57 |
|
|
* doc/sntp.sgml: Added license banner and added missing
|
58 |
|
|
* include/sntp.h (cyg_sntp_start): C++ safe
|
59 |
|
|
* cdl/sntp.cdl: Stricture requirements and same description as in
|
60 |
|
|
ecos.db. Only build the test if CYGPKH_NET_BUILD_HW_TESTS
|
61 |
|
|
* tests/sntp1.c (net_test): Check we have the required
|
62 |
|
|
packages. Require the time to be within 90 days of the build
|
63 |
|
|
date of the test
|
64 |
|
|
|
65 |
|
|
|
66 |
|
|
2003-02-16 Andrew Lunn
|
67 |
|
|
|
68 |
|
|
* src/sntp.c: First import of SNTP client code.
|
69 |
|
|
* include/sntp.c: Ditto
|
70 |
|
|
* test/sntp1.c: Ditto
|
71 |
|
|
* cdl/sntp.cdl: Ditto
|
72 |
|
|
* doc/sntp.sgml: Ditto
|
73 |
|
|
|
74 |
|
|
//===========================================================================
|
75 |
|
|
// ####GPLCOPYRIGHTBEGIN####
|
76 |
|
|
// -------------------------------------------
|
77 |
|
|
// This file is part of eCos, the Embedded Configurable Operating System.
|
78 |
|
|
// Copyright (C) 2003, 2009 Free Software Foundation, Inc.
|
79 |
|
|
//
|
80 |
|
|
// This program is free software; you can redistribute it and/or modify
|
81 |
|
|
// it under the terms of the GNU General Public License as published by
|
82 |
|
|
// the Free Software Foundation; either version 2 or (at your option) any
|
83 |
|
|
// later version.
|
84 |
|
|
//
|
85 |
|
|
// This program is distributed in the hope that it will be useful, but
|
86 |
|
|
// WITHOUT ANY WARRANTY; without even the implied warranty of
|
87 |
|
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
88 |
|
|
// General Public License for more details.
|
89 |
|
|
//
|
90 |
|
|
// You should have received a copy of the GNU General Public License
|
91 |
|
|
// along with this program; if not, write to the
|
92 |
|
|
// Free Software Foundation, Inc., 51 Franklin Street,
|
93 |
|
|
// Fifth Floor, Boston, MA 02110-1301, USA.
|
94 |
|
|
// -------------------------------------------
|
95 |
|
|
// ####GPLCOPYRIGHTEND####
|
96 |
|
|
//===========================================================================
|