annotate packages/net/sntp/current/ChangeLog @ 1323:16a975af0355

* src/sntp.c: Added DHCP support for SNTP unicast mode. * src/sntp.cdl: Added DHCP support for SNTP unicast mode. * src/sntp.h: Removed UDP port constant. * src/sntp1.c: Added test code for SNTP unicast mode. * src/sntp.sgml: Added documentation for SNTP unicast mode.
author asl
date Tue, 21 Oct 2003 17:51:51 +0000
parents 26196bf9b414
children 021fe06c2e08
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1323
16a975af0355 * src/sntp.c: Added DHCP support for SNTP unicast mode.
asl
parents: 1266
diff changeset
1 2003-10-15 Dan Jakubiec <djakubiec@yahoo.com>
16a975af0355 * src/sntp.c: Added DHCP support for SNTP unicast mode.
asl
parents: 1266
diff changeset
2 Andrew Lunn <andrew.lunn@ascom.ch>
16a975af0355 * src/sntp.c: Added DHCP support for SNTP unicast mode.
asl
parents: 1266
diff changeset
3
16a975af0355 * src/sntp.c: Added DHCP support for SNTP unicast mode.
asl
parents: 1266
diff changeset
4 * 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
5 * 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
6 * src/sntp.h: Removed UDP port constant.
16a975af0355 * src/sntp.c: Added DHCP support for SNTP unicast mode.
asl
parents: 1266
diff changeset
7 * 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
8 * 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
9
1266
26196bf9b414 Add unicast support - from Dan Jakubiec
gthomas
parents: 1033
diff changeset
10 2003-09-29 Dan Jakubiec <firstname.lastname@systech.com>
26196bf9b414 Add unicast support - from Dan Jakubiec
gthomas
parents: 1033
diff changeset
11
26196bf9b414 Add unicast support - from Dan Jakubiec
gthomas
parents: 1033
diff changeset
12 * src/sntp.c: Added support for SNTP unicast mode.
26196bf9b414 Add unicast support - from Dan Jakubiec
gthomas
parents: 1033
diff changeset
13 * src/sntp.h: Added support for SNTP unicast mode.
26196bf9b414 Add unicast support - from Dan Jakubiec
gthomas
parents: 1033
diff changeset
14 * src/sntp.cdl: Added support for SNTP unicast mode.
26196bf9b414 Add unicast support - from Dan Jakubiec
gthomas
parents: 1033
diff changeset
15
1033
8f7a10771d67 src/sntp.c: Added support for IPv6 multicast NTP packets.
asl
parents: 925
diff changeset
16 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
17
8f7a10771d67 src/sntp.c: Added support for IPv6 multicast NTP packets.
asl
parents: 925
diff changeset
18 * 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
19
925
c6d5daaf0c31 * src/sntp.c: In function sntp_fn() changed 'version' to
jlarmour
parents: 766
diff changeset
20 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
21
c6d5daaf0c31 * src/sntp.c: In function sntp_fn() changed 'version' to
jlarmour
parents: 766
diff changeset
22 * 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
23 'new_srv.version' in the CYG_TRACE1() call.
c6d5daaf0c31 * src/sntp.c: In function sntp_fn() changed 'version' to
jlarmour
parents: 766
diff changeset
24
761
8f2b36bfe8db * include/sntp.h: Include <cyg/infra/cyg_type.h> for __externC.
jlarmour
parents: 759
diff changeset
25 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
26
8f2b36bfe8db * include/sntp.h: Include <cyg/infra/cyg_type.h> for __externC.
jlarmour
parents: 759
diff changeset
27 * 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
28
766
71b858ead40f Fix typo in email address.
gthomas
parents: 761
diff changeset
29 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
30
018143c925ee * tests/sntp1.c (net_test): Strip the trailing "\n" making it more
asl
parents: 748
diff changeset
31 * 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
32 readable.
018143c925ee * tests/sntp1.c (net_test): Strip the trailing "\n" making it more
asl
parents: 748
diff changeset
33
018143c925ee * tests/sntp1.c (net_test): Strip the trailing "\n" making it more
asl
parents: 748
diff changeset
34 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
35
018143c925ee * tests/sntp1.c (net_test): Strip the trailing "\n" making it more
asl
parents: 748
diff changeset
36 * 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
37 * 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
38 * 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
39 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
40 * 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
41 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
42 date of the test
018143c925ee * tests/sntp1.c (net_test): Strip the trailing "\n" making it more
asl
parents: 748
diff changeset
43
018143c925ee * tests/sntp1.c (net_test): Strip the trailing "\n" making it more
asl
parents: 748
diff changeset
44
748
d21da3c91474 First import of the Simple Network Time Protocol client.
asl
parents:
diff changeset
45 2003-02-16 Andrew Lunn <andrew.lunn@ascom.ch>
d21da3c91474 First import of the Simple Network Time Protocol client.
asl
parents:
diff changeset
46
d21da3c91474 First import of the Simple Network Time Protocol client.
asl
parents:
diff changeset
47 * src/sntp.c: First import of SNTP client code.
d21da3c91474 First import of the Simple Network Time Protocol client.
asl
parents:
diff changeset
48 * include/sntp.c: Ditto
d21da3c91474 First import of the Simple Network Time Protocol client.
asl
parents:
diff changeset
49 * test/sntp1.c: Ditto
d21da3c91474 First import of the Simple Network Time Protocol client.
asl
parents:
diff changeset
50 * cdl/sntp.cdl: Ditto
d21da3c91474 First import of the Simple Network Time Protocol client.
asl
parents:
diff changeset
51 * doc/sntp.sgml: Ditto
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 //===========================================================================
d21da3c91474 First import of the Simple Network Time Protocol client.
asl
parents:
diff changeset
54 //####ECOSGPLCOPYRIGHTBEGIN####
d21da3c91474 First import of the Simple Network Time Protocol client.
asl
parents:
diff changeset
55 // -------------------------------------------
d21da3c91474 First import of the Simple Network Time Protocol client.
asl
parents:
diff changeset
56 // 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
57 // Copyright (C) 2003 Andrew Lunn
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 // 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
60 // 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
61 // 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
62 //
d21da3c91474 First import of the Simple Network Time Protocol client.
asl
parents:
diff changeset
63 // 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
64 // WARRANTY; without even the implied warranty of MERCHANTABILITY or
d21da3c91474 First import of the Simple Network Time Protocol client.
asl
parents:
diff changeset
65 // 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
66 // for more details.
d21da3c91474 First import of the Simple Network Time Protocol client.
asl
parents:
diff changeset
67 //
d21da3c91474 First import of the Simple Network Time Protocol client.
asl
parents:
diff changeset
68 // 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
69 // 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
70 // 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
d21da3c91474 First import of the Simple Network Time Protocol client.
asl
parents:
diff changeset
71 //
d21da3c91474 First import of the Simple Network Time Protocol client.
asl
parents:
diff changeset
72 // 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
73 // 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
74 // 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
75 // 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
76 // 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
77 // 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
78 //
d21da3c91474 First import of the Simple Network Time Protocol client.
asl
parents:
diff changeset
79 // 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
80 // 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
81 //
d21da3c91474 First import of the Simple Network Time Protocol client.
asl
parents:
diff changeset
82 // 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
83 // at http://sources.redhat.com/ecos/ecos-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 //####ECOSGPLCOPYRIGHTEND####
d21da3c91474 First import of the Simple Network Time Protocol client.
asl
parents:
diff changeset
86 //===========================================================================