NetBSD/bin/date
cbiere cd788d025e * Prevent out-of-bounds read tsptype if a packet with
an unknown msg_type is received.
 * Check the received packet size.
 * Use strncpy() instead of strlcpy() so that we don't
   send gibberish from the stack.
 * No need to bind().
 * htons()/htonl() use uint16_t/uint32_t not u_short/u_long.
2007-02-04 22:21:53 +00:00
..
Makefile getdate is in libutil. 2006-11-17 22:11:28 +00:00
date.1 Drop trailing whitespace. 2006-11-26 16:40:44 +00:00
date.c Use size_t not int for strlen(). 2007-02-04 22:11:13 +00:00
extern.h getdate is in libutil. 2006-11-17 22:11:28 +00:00
netdate.c * Prevent out-of-bounds read tsptype if a packet with 2007-02-04 22:21:53 +00:00