NetBSD/usr.sbin/timed
cbiere 2ed96b7598 * timed and timedc:
* Sprinkle const.
   * Use EXIT_FAILURE instead of 1.
   * Use err(), errx().
   * Use calloc() instead of malloc()+memset().
 * timedc:
   * Non-terminated hostnames or unknown tsp_type could
     cause a crash due to out-of-bounds reads in msite().
   * Check the received packet size.
   * Merged duplicated code into functions.
   * Moved variables into the relevant scopes.
   * Use connect() so that only the receiver can reply,
     send()/recv() can be used and rejected packets
     are immediately noticed by recv() instead of causing
     timeouts.
   * Updated manpage.
2007-02-04 21:17:01 +00:00
..
SMM.doc
timed * timed and timedc: 2007-02-04 21:17:01 +00:00
timedc * timed and timedc: 2007-02-04 21:17:01 +00:00
CHANGES
Makefile
Makefile.inc WARNS=4 2007-01-25 23:51:28 +00:00