Index: net/sntp/current/src/sntp.c =================================================================== RCS file: /cvs/ecos/ecos-opt/net/net/sntp/current/src/sntp.c,v retrieving revision 1.8 diff -u -d -b -w -u -5 -p -r1.8 sntp.c --- net/sntp/current/src/sntp.c 30 Jul 2005 11:23:53 -0000 1.8 +++ net/sntp/current/src/sntp.c 8 Nov 2006 16:20:13 -0000 @@ -79,12 +79,12 @@ typedef struct NTP_TIMESTAMP ReferenceTimestamp; NTP_TIMESTAMP OriginateTimestamp; NTP_TIMESTAMP ReceiveTimestamp; NTP_TIMESTAMP TransmitTimestamp; - cyg_uint32 KeyIdentifier; /* Optional */ - cyg_uint8 MessageDigest[16]; /* Optional */ +// cyg_uint32 KeyIdentifier; /* Optional */ +// cyg_uint8 MessageDigest[16]; /* Optional */ } NTP_PACKET; #define NTP_PACKET_MINLEN 48 /* Packet size - optional fields */ /* Leap Indicator Field [Bits 7:6] */ #define NTP_LI_NOLEAP 0x00 Index: net/sntp/current/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos-opt/net/net/sntp/current/ChangeLog,v retrieving revision 1.10 diff -u -d -b -w -u -5 -p -r1.10 ChangeLog --- net/sntp/current/ChangeLog 30 Jul 2005 11:23:53 -0000 1.10 +++ net/sntp/current/ChangeLog 8 Nov 2006 16:20:32 -0000 @@ -1,5 +1,11 @@ +2006-11-08 Andre Mas + + * src/sntp.c: Removed optional KeyIdentifer and MesageDigest + fields, which weren't being used, and caused certain servers + not to respond when these fields were included with null values. + 2005-07-30 Andrew Lunn * src/sntp.c: Compiler warning fixes. 2004-02-26 Yuxin Jiang