]> git.kernelconcepts.de Git - karo-tx-redboot.git/blob - packages/net/sntp/v2_0/ChangeLog
unified MX27, MX25, MX37 trees
[karo-tx-redboot.git] / packages / net / sntp / v2_0 / ChangeLog
1 2006-11-08 Andre Mas <andrejohn.mas@gmail.com>
2
3         * src/sntp.c: Removed optional KeyIdentifer and MessageDigest
4         fields, which weren't being used, and caused certain servers
5         not to respond when these fields were included with null values.
6
7 2005-07-30  Andrew Lunn  <andrew.lunn@ascom.ch>
8
9         * src/sntp.c: Compiler warning fixes.
10
11 2004-02-26 Yuxin Jiang <yjiang@matrics.com>
12
13         * src/sntp.c: When a new server is added to the list of unicast
14         servers don't wait 30 minutes before querying it for the first
15         time.
16
17 2003-10-15  Dan Jakubiec  <djakubiec@yahoo.com>
18             Andrew Lunn   <andrew.lunn@ascom.ch>
19
20         * src/sntp.c: Added DHCP support for SNTP unicast mode.
21         * src/sntp.cdl: Added DHCP support for SNTP unicast mode.
22         * src/sntp.h: Removed UDP port constant.
23         * src/sntp1.c: Added test code for SNTP unicast mode.
24         * src/sntp.sgml: Added documentation for SNTP unicast mode.
25
26 2003-09-29  Dan Jakubiec  <firstname.lastname@systech.com>
27
28         * src/sntp.c: Added support for SNTP unicast mode.
29         * src/sntp.h: Added support for SNTP unicast mode.
30         * src/sntp.cdl: Added support for SNTP unicast mode.
31
32 2003-05-19  Andrew Lunn  <andrew.lunn@ascom.ch>
33
34         * src/sntp.c: Added support for IPv6 multicast NTP packets.
35
36 2003-04-09  Michael Checky  <Michael_Checky@Thermoking.com>
37
38         * src/sntp.c: In function sntp_fn() changed 'version' to
39         'new_srv.version' in the CYG_TRACE1() call.
40
41 2003-02-25  Jonathan Larmour  <jifl@eCosCentric.com>
42
43         * include/sntp.h: Include <cyg/infra/cyg_type.h> for __externC.
44
45 2003-02-25  Gary Thomas  <gary@mlbassoc.com>
46
47         * tests/sntp1.c (net_test): Strip the trailing "\n" making it more
48           readable.
49         
50 2003-02-25  Andrew Lunn  <andrew.lunn@ascom.ch>
51
52         * doc/sntp.sgml: Added license banner and added missing </para>
53         * include/sntp.h (cyg_sntp_start): C++ safe
54         * cdl/sntp.cdl: Stricture requirements and same description as in
55           ecos.db.  Only build the test if CYGPKH_NET_BUILD_HW_TESTS
56         * tests/sntp1.c (net_test): Check we have the required
57           packages. Require the time to be within 90 days of the build
58           date of the test
59                 
60         
61 2003-02-16  Andrew Lunn  <andrew.lunn@ascom.ch>
62
63         * src/sntp.c: First import of SNTP client code.
64         * include/sntp.c: Ditto
65         * test/sntp1.c: Ditto
66         * cdl/sntp.cdl: Ditto
67         * doc/sntp.sgml: Ditto
68
69 //===========================================================================
70 //####ECOSGPLCOPYRIGHTBEGIN####
71 // -------------------------------------------
72 // This file is part of eCos, the Embedded Configurable Operating System.
73 // Copyright (C) 2003 Andrew Lunn
74 //
75 // eCos is free software; you can redistribute it and/or modify it under
76 // the terms of the GNU General Public License as published by the Free
77 // Software Foundation; either version 2 or (at your option) any later version.
78 //
79 // eCos is distributed in the hope that it will be useful, but WITHOUT ANY
80 // WARRANTY; without even the implied warranty of MERCHANTABILITY or
81 // FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
82 // for more details.
83 //
84 // You should have received a copy of the GNU General Public License along
85 // with eCos; if not, write to the Free Software Foundation, Inc.,
86 // 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
87 //
88 // As a special exception, if other files instantiate templates or use macros
89 // or inline functions from this file, or you compile this file and link it
90 // with other works to produce a work based on this file, this file does not
91 // by itself cause the resulting work to be covered by the GNU General Public
92 // License. However the source code for this file must still be made available
93 // in accordance with section (3) of the GNU General Public License.
94 //
95 // This exception does not invalidate any other reasons why a work based on
96 // this file might be covered by the GNU General Public License.
97 //
98 // Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
99 // at http://sources.redhat.com/ecos/ecos-license/
100 // -------------------------------------------
101 //####ECOSGPLCOPYRIGHTEND####
102 //===========================================================================