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