Mercurial > flash_v2
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 |
| 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 | 10 2003-09-29 Dan Jakubiec <firstname.lastname@systech.com> |
| 11 | |
| 12 * src/sntp.c: Added support for SNTP unicast mode. | |
| 13 * src/sntp.h: Added support for SNTP unicast mode. | |
| 14 * src/sntp.cdl: Added support for SNTP unicast mode. | |
| 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 | 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 | 45 2003-02-16 Andrew Lunn <andrew.lunn@ascom.ch> |
| 46 | |
| 47 * src/sntp.c: First import of SNTP client code. | |
| 48 * include/sntp.c: Ditto | |
| 49 * test/sntp1.c: Ditto | |
| 50 * cdl/sntp.cdl: Ditto | |
| 51 * doc/sntp.sgml: Ditto | |
| 52 | |
| 53 //=========================================================================== | |
| 54 //####ECOSGPLCOPYRIGHTBEGIN#### | |
| 55 // ------------------------------------------- | |
| 56 // This file is part of eCos, the Embedded Configurable Operating System. | |
| 57 // Copyright (C) 2003 Andrew Lunn | |
| 58 // | |
| 59 // eCos is free software; you can redistribute it and/or modify it under | |
| 60 // the terms of the GNU General Public License as published by the Free | |
| 61 // Software Foundation; either version 2 or (at your option) any later version. | |
| 62 // | |
| 63 // eCos is distributed in the hope that it will be useful, but WITHOUT ANY | |
| 64 // WARRANTY; without even the implied warranty of MERCHANTABILITY or | |
| 65 // FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License | |
| 66 // for more details. | |
| 67 // | |
| 68 // You should have received a copy of the GNU General Public License along | |
| 69 // with eCos; if not, write to the Free Software Foundation, Inc., | |
| 70 // 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. | |
| 71 // | |
| 72 // As a special exception, if other files instantiate templates or use macros | |
| 73 // or inline functions from this file, or you compile this file and link it | |
| 74 // with other works to produce a work based on this file, this file does not | |
| 75 // by itself cause the resulting work to be covered by the GNU General Public | |
| 76 // License. However the source code for this file must still be made available | |
| 77 // in accordance with section (3) of the GNU General Public License. | |
| 78 // | |
| 79 // This exception does not invalidate any other reasons why a work based on | |
| 80 // this file might be covered by the GNU General Public License. | |
| 81 // | |
| 82 // Alternative licenses for eCos may be arranged by contacting Red Hat, Inc. | |
| 83 // at http://sources.redhat.com/ecos/ecos-license/ | |
| 84 // ------------------------------------------- | |
| 85 //####ECOSGPLCOPYRIGHTEND#### | |
| 86 //=========================================================================== |
