annotate packages/net/sntp/current/ChangeLog @ 1777:c16341b1bac6 default tip

* Added execute permissions to files missed in conversion from CVS
author alexs
date Mon, 12 Oct 2009 02:26:09 +0100
parents 021fe06c2e08
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1521
021fe06c2e08 * src/sntp.c: When a new server is added to the list of unicast
asl
parents: 1323
diff changeset
1 2004-02-26 Yuxin Jiang <yjiang@matrics.com>
021fe06c2e08 * src/sntp.c: When a new server is added to the list of unicast
asl
parents: 1323
diff changeset
2
021fe06c2e08 * src/sntp.c: When a new server is added to the list of unicast
asl
parents: 1323
diff changeset
3 * src/sntp.c: When a new server is added to the list of unicast
021fe06c2e08 * src/sntp.c: When a new server is added to the list of unicast
asl
parents: 1323
diff changeset
4 servers don't wait 30 minutes before querying it for the first
021fe06c2e08 * src/sntp.c: When a new server is added to the list of unicast
asl
parents: 1323
diff changeset
5 time.
021fe06c2e08 * src/sntp.c: When a new server is added to the list of unicast
asl
parents: 1323
diff changeset
6
1323
16a975af0355 * src/sntp.c: Added DHCP support for SNTP unicast mode.
asl
parents: 1266
diff changeset
7 2003-10-15 Dan Jakubiec <djakubiec@yahoo.com>
16a975af0355 * src/sntp.c: Added DHCP support for SNTP unicast mode.
asl
parents: 1266
diff changeset
8 Andrew Lunn <andrew.lunn@ascom.ch>
16a975af0355 * src/sntp.c: Added DHCP support for SNTP unicast mode.
asl
parents: 1266
diff changeset
9
16a975af0355 * src/sntp.c: Added DHCP support for SNTP unicast mode.
asl
parents: 1266
diff changeset
10 * src/sntp.c: Added DHCP support for SNTP unicast mode.
16a975af0355 * src/sntp.c: Added DHCP support for SNTP unicast mode.
asl
parents: 1266
diff changeset
11 * src/sntp.cdl: Added DHCP support for SNTP unicast mode.
16a975af0355 * src/sntp.c: Added DHCP support for SNTP unicast mode.
asl
parents: 1266
diff changeset
12 * src/sntp.h: Removed UDP port constant.
16a975af0355 * src/sntp.c: Added DHCP support for SNTP unicast mode.
asl
parents: 1266
diff changeset
13 * src/sntp1.c: Added test code for SNTP unicast mode.
16a975af0355 * src/sntp.c: Added DHCP support for SNTP unicast mode.
asl
parents: 1266
diff changeset
14 * src/sntp.sgml: Added documentation for SNTP unicast mode.
16a975af0355 * src/sntp.c: Added DHCP support for SNTP unicast mode.
asl
parents: 1266
diff changeset
15
1266
26196bf9b414 Add unicast support - from Dan Jakubiec
gthomas
parents: 1033
diff changeset
16 2003-09-29 Dan Jakubiec <firstname.lastname@systech.com>
26196bf9b414 Add unicast support - from Dan Jakubiec
gthomas
parents: 1033
diff changeset
17
26196bf9b414 Add unicast support - from Dan Jakubiec
gthomas
parents: 1033
diff changeset
18 * src/sntp.c: Added support for SNTP unicast mode.
26196bf9b414 Add unicast support - from Dan Jakubiec
gthomas
parents: 1033
diff changeset
19 * src/sntp.h: Added support for SNTP unicast mode.
26196bf9b414 Add unicast support - from Dan Jakubiec
gthomas
parents: 1033
diff changeset
20 * src/sntp.cdl: Added support for SNTP unicast mode.
26196bf9b414 Add unicast support - from Dan Jakubiec
gthomas
parents: 1033
diff changeset
21
1033
8f7a10771d67 src/sntp.c: Added support for IPv6 multicast NTP packets.
asl
parents: 925
diff changeset
22 2003-05-19 Andrew Lunn <andrew.lunn@ascom.ch>
8f7a10771d67 src/sntp.c: Added support for IPv6 multicast NTP packets.
asl
parents: 925
diff changeset
23
8f7a10771d67 src/sntp.c: Added support for IPv6 multicast NTP packets.
asl
parents: 925
diff changeset
24 * src/sntp.c: Added support for IPv6 multicast NTP packets.
8f7a10771d67 src/sntp.c: Added support for IPv6 multicast NTP packets.
asl
parents: 925
diff changeset
25
925
c6d5daaf0c31 * src/sntp.c: In function sntp_fn() changed 'version' to
jlarmour
parents: 766
diff changeset
26 2003-04-09 Michael Checky <Michael_Checky@Thermoking.com>
c6d5daaf0c31 * src/sntp.c: In function sntp_fn() changed 'version' to
jlarmour
parents: 766
diff changeset
27
c6d5daaf0c31 * src/sntp.c: In function sntp_fn() changed 'version' to
jlarmour
parents: 766
diff changeset
28 * src/sntp.c: In function sntp_fn() changed 'version' to
c6d5daaf0c31 * src/sntp.c: In function sntp_fn() changed 'version' to
jlarmour
parents: 766
diff changeset
29 'new_srv.version' in the CYG_TRACE1() call.
c6d5daaf0c31 * src/sntp.c: In function sntp_fn() changed 'version' to
jlarmour
parents: 766
diff changeset
30
761
8f2b36bfe8db * include/sntp.h: Include <cyg/infra/cyg_type.h> for __externC.
jlarmour
parents: 759
diff changeset
31 2003-02-25 Jonathan Larmour <jifl@eCosCentric.com>
8f2b36bfe8db * include/sntp.h: Include <cyg/infra/cyg_type.h> for __externC.
jlarmour
parents: 759
diff changeset
32
8f2b36bfe8db * include/sntp.h: Include <cyg/infra/cyg_type.h> for __externC.
jlarmour
parents: 759
diff changeset
33 * include/sntp.h: Include <cyg/infra/cyg_type.h> for __externC.
8f2b36bfe8db * include/sntp.h: Include <cyg/infra/cyg_type.h> for __externC.
jlarmour
parents: 759
diff changeset
34
766
71b858ead40f Fix typo in email address.
gthomas
parents: 761
diff changeset
35 2003-02-25 Gary Thomas <gary@mlbassoc.com>
759
018143c925ee * tests/sntp1.c (net_test): Strip the trailing "\n" making it more
asl
parents: 748
diff changeset
36
018143c925ee * tests/sntp1.c (net_test): Strip the trailing "\n" making it more
asl
parents: 748
diff changeset
37 * tests/sntp1.c (net_test): Strip the trailing "\n" making it more
018143c925ee * tests/sntp1.c (net_test): Strip the trailing "\n" making it more
asl
parents: 748
diff changeset
38 readable.
018143c925ee * tests/sntp1.c (net_test): Strip the trailing "\n" making it more
asl
parents: 748
diff changeset
39
018143c925ee * tests/sntp1.c (net_test): Strip the trailing "\n" making it more
asl
parents: 748
diff changeset
40 2003-02-25 Andrew Lunn <andrew.lunn@ascom.ch>
018143c925ee * tests/sntp1.c (net_test): Strip the trailing "\n" making it more
asl
parents: 748
diff changeset
41
018143c925ee * tests/sntp1.c (net_test): Strip the trailing "\n" making it more
asl
parents: 748
diff changeset
42 * doc/sntp.sgml: Added license banner and added missing </para>
018143c925ee * tests/sntp1.c (net_test): Strip the trailing "\n" making it more
asl
parents: 748
diff changeset
43 * include/sntp.h (cyg_sntp_start): C++ safe
018143c925ee * tests/sntp1.c (net_test): Strip the trailing "\n" making it more
asl
parents: 748
diff changeset
44 * cdl/sntp.cdl: Stricture requirements and same description as in
018143c925ee * tests/sntp1.c (net_test): Strip the trailing "\n" making it more
asl
parents: 748
diff changeset
45 ecos.db. Only build the test if CYGPKH_NET_BUILD_HW_TESTS
018143c925ee * tests/sntp1.c (net_test): Strip the trailing "\n" making it more
asl
parents: 748
diff changeset
46 * tests/sntp1.c (net_test): Check we have the required
018143c925ee * tests/sntp1.c (net_test): Strip the trailing "\n" making it more
asl
parents: 748
diff changeset
47 packages. Require the time to be within 90 days of the build
018143c925ee * tests/sntp1.c (net_test): Strip the trailing "\n" making it more
asl
parents: 748
diff changeset
48 date of the test
018143c925ee * tests/sntp1.c (net_test): Strip the trailing "\n" making it more
asl
parents: 748
diff changeset
49
018143c925ee * tests/sntp1.c (net_test): Strip the trailing "\n" making it more
asl
parents: 748
diff changeset
50
748
d21da3c91474 First import of the Simple Network Time Protocol client.
asl
parents:
diff changeset
51 2003-02-16 Andrew Lunn <andrew.lunn@ascom.ch>
d21da3c91474 First import of the Simple Network Time Protocol client.
asl
parents:
diff changeset
52
d21da3c91474 First import of the Simple Network Time Protocol client.
asl
parents:
diff changeset
53 * src/sntp.c: First import of SNTP client code.
d21da3c91474 First import of the Simple Network Time Protocol client.
asl
parents:
diff changeset
54 * include/sntp.c: Ditto
d21da3c91474 First import of the Simple Network Time Protocol client.
asl
parents:
diff changeset
55 * test/sntp1.c: Ditto
d21da3c91474 First import of the Simple Network Time Protocol client.
asl
parents:
diff changeset
56 * cdl/sntp.cdl: Ditto
d21da3c91474 First import of the Simple Network Time Protocol client.
asl
parents:
diff changeset
57 * doc/sntp.sgml: Ditto
d21da3c91474 First import of the Simple Network Time Protocol client.
asl
parents:
diff changeset
58
d21da3c91474 First import of the Simple Network Time Protocol client.
asl
parents:
diff changeset
59 //===========================================================================
d21da3c91474 First import of the Simple Network Time Protocol client.
asl
parents:
diff changeset
60 //####ECOSGPLCOPYRIGHTBEGIN####
d21da3c91474 First import of the Simple Network Time Protocol client.
asl
parents:
diff changeset
61 // -------------------------------------------
d21da3c91474 First import of the Simple Network Time Protocol client.
asl
parents:
diff changeset
62 // This file is part of eCos, the Embedded Configurable Operating System.
d21da3c91474 First import of the Simple Network Time Protocol client.
asl
parents:
diff changeset
63 // Copyright (C) 2003 Andrew Lunn
d21da3c91474 First import of the Simple Network Time Protocol client.
asl
parents:
diff changeset
64 //
d21da3c91474 First import of the Simple Network Time Protocol client.
asl
parents:
diff changeset
65 // eCos is free software; you can redistribute it and/or modify it under
d21da3c91474 First import of the Simple Network Time Protocol client.
asl
parents:
diff changeset
66 // the terms of the GNU General Public License as published by the Free
d21da3c91474 First import of the Simple Network Time Protocol client.
asl
parents:
diff changeset
67 // Software Foundation; either version 2 or (at your option) any later version.
d21da3c91474 First import of the Simple Network Time Protocol client.
asl
parents:
diff changeset
68 //
d21da3c91474 First import of the Simple Network Time Protocol client.
asl
parents:
diff changeset
69 // eCos is distributed in the hope that it will be useful, but WITHOUT ANY
d21da3c91474 First import of the Simple Network Time Protocol client.
asl
parents:
diff changeset
70 // WARRANTY; without even the implied warranty of MERCHANTABILITY or
d21da3c91474 First import of the Simple Network Time Protocol client.
asl
parents:
diff changeset
71 // FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
d21da3c91474 First import of the Simple Network Time Protocol client.
asl
parents:
diff changeset
72 // for more details.
d21da3c91474 First import of the Simple Network Time Protocol client.
asl
parents:
diff changeset
73 //
d21da3c91474 First import of the Simple Network Time Protocol client.
asl
parents:
diff changeset
74 // You should have received a copy of the GNU General Public License along
d21da3c91474 First import of the Simple Network Time Protocol client.
asl
parents:
diff changeset
75 // with eCos; if not, write to the Free Software Foundation, Inc.,
d21da3c91474 First import of the Simple Network Time Protocol client.
asl
parents:
diff changeset
76 // 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
d21da3c91474 First import of the Simple Network Time Protocol client.
asl
parents:
diff changeset
77 //
d21da3c91474 First import of the Simple Network Time Protocol client.
asl
parents:
diff changeset
78 // As a special exception, if other files instantiate templates or use macros
d21da3c91474 First import of the Simple Network Time Protocol client.
asl
parents:
diff changeset
79 // or inline functions from this file, or you compile this file and link it
d21da3c91474 First import of the Simple Network Time Protocol client.
asl
parents:
diff changeset
80 // with other works to produce a work based on this file, this file does not
d21da3c91474 First import of the Simple Network Time Protocol client.
asl
parents:
diff changeset
81 // by itself cause the resulting work to be covered by the GNU General Public
d21da3c91474 First import of the Simple Network Time Protocol client.
asl
parents:
diff changeset
82 // License. However the source code for this file must still be made available
d21da3c91474 First import of the Simple Network Time Protocol client.
asl
parents:
diff changeset
83 // in accordance with section (3) of the GNU General Public License.
d21da3c91474 First import of the Simple Network Time Protocol client.
asl
parents:
diff changeset
84 //
d21da3c91474 First import of the Simple Network Time Protocol client.
asl
parents:
diff changeset
85 // This exception does not invalidate any other reasons why a work based on
d21da3c91474 First import of the Simple Network Time Protocol client.
asl
parents:
diff changeset
86 // this file might be covered by the GNU General Public License.
d21da3c91474 First import of the Simple Network Time Protocol client.
asl
parents:
diff changeset
87 //
d21da3c91474 First import of the Simple Network Time Protocol client.
asl
parents:
diff changeset
88 // Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
d21da3c91474 First import of the Simple Network Time Protocol client.
asl
parents:
diff changeset
89 // at http://sources.redhat.com/ecos/ecos-license/
d21da3c91474 First import of the Simple Network Time Protocol client.
asl
parents:
diff changeset
90 // -------------------------------------------
d21da3c91474 First import of the Simple Network Time Protocol client.
asl
parents:
diff changeset
91 //####ECOSGPLCOPYRIGHTEND####
d21da3c91474 First import of the Simple Network Time Protocol client.
asl
parents:
diff changeset
92 //===========================================================================