HardenedBSD/lib
Bill Paul 3951b8e32c Small yet significant tweaks/cleanups:
- getservent:
  o put _yp_check() proto under #ifdef YP where it belongs
  o local YP buffers should be YPMAXRECORD + 2 bytes long and should
    be NUL terminated after copying

- gethostbynis:
  o local YP buffer should be YPMAXRECORD + 2 bytes long

- getnetbynis:
  o local YP buffer should be YPMAXRECORD + 2 bytes long and should
    be NUL terminated after copying

- ether_addr:
  o local YP buffers should be YPMAXRECORD + 2 bytes long and should
    be NUL terminated after copying (in this case it's BUFSIZ + 2 bytes,
    but it happens that BUFSIZ == YPMAXRECORD.

- gethostbydns:
  o nuke stray 'return(NULL)' in __dns_getanswer() (harmless but looks silly)

These are 2.2 candidates. I will wait a few days to make sure these don't
break anything and then, if there are no objections, move them to the 2.2
branch.
1996-12-27 18:21:07 +00:00
..
compat BINMODE != BINOWN - I was wondering why the output files were owned by 1996-12-23 21:47:28 +00:00
csu/i386
libc Small yet significant tweaks/cleanups: 1996-12-27 18:21:07 +00:00
libc_r
libcom_err
libcompat
libcrypt
libcurses
libdisk
libedit
libf2c
libF77
libftpio Sanitize and extend SIGALRM timeout handling. 1996-12-17 20:19:35 +00:00
libgnumalloc
libI77
libipx
libkse
libkvm
libm comma typos 1996-12-23 23:09:55 +00:00
libmd Just pick up the real thing from <sys/md5.h> 1996-12-22 10:32:17 +00:00
libmytinfo
libncurses The fix for PR#bin/722 made it into 2.1.5 and 2.1.6, but not into -current. 1996-12-22 14:24:49 +00:00
libpam/modules
libpcap
libpthread
libresolv
librpcsvc
libscsi
libskey Add the appropriate MLINKS for the new skey.3 man page. 1996-12-22 23:18:50 +00:00
libss
libtcl Regenerate. This picks up the new CFLAGS for the PR#2006 fix. 1996-12-17 13:13:11 +00:00
libtelnet
libtermcap
libutil
libxpg4
liby
libz
msun comma typos 1996-12-23 23:09:55 +00:00
ncurses/ncurses
Makefile In the spirit of Christmas, I give ye a gift! 1996-12-23 05:07:37 +00:00
Makefile.inc