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
date.1
date.c Use size_t not int for strlen(). 2007-02-04 22:11:13 +00:00
extern.h
netdate.c * Prevent out-of-bounds read tsptype if a packet with 2007-02-04 22:21:53 +00:00