NetBSD/lib/libwrap
lukem 0beaa38406 If we're going to replace strtok() with strtok_r(), and the caller of the
latter is invoked recursively, use static (instead of automatic) storage
for the "last" pointer so that we remember where we're up to ...

Fixes bug with hosts.deny rules such as "rpcbind: ALL EXCEPT some.domain".
2002-12-26 12:53:59 +00:00
..
DISCLAIMER
Makefile cleanup some of portability #ifdefs, which are not needed for netbsd. 2002-05-24 05:38:19 +00:00
Makefile.cflags cleanup some of portability #ifdefs, which are not needed for netbsd. 2002-05-24 05:38:19 +00:00
clean_exit.c
diag.c
eval.c correct misuse of strncpy (use strlcpy). from openbsd 2002-06-06 21:42:42 +00:00
fix_options.c be more picky about IP option. len >= 2 for normal options. 2002-05-24 06:05:31 +00:00
hosts_access.3 New sentence, new line. From Robert Elz. 2002-10-01 19:38:46 +00:00
hosts_access.5 New sentence, new line. From Robert Elz. 2002-10-01 19:38:46 +00:00
hosts_access.c If we're going to replace strtok() with strtok_r(), and the caller of the 2002-12-26 12:53:59 +00:00
hosts_ctl.c
hosts_options.5 New sentence, new line. From Robert Elz. 2002-10-01 19:38:46 +00:00
libwrap2netbsd
misc.c avoid endless loop in xgets() when line in host access conf file is longer 2002-12-02 22:08:44 +00:00
mystdarg.h
options.c cleanup some of portability #ifdefs, which are not needed for netbsd. 2002-05-24 05:38:19 +00:00
percent_x.c
refuse.c
rfc931.c s/STRN_CPY/strlcpy/ 2002-06-06 21:45:19 +00:00
shell_cmd.c
shlib_version
socket.c Correct #ifdef'ed out usage of memset 2002-07-20 14:18:45 +00:00
tcpd.h cleanup some of portability #ifdefs, which are not needed for netbsd. 2002-05-24 05:38:19 +00:00
update.c s/STRN_CPY/strlcpy/ 2002-06-06 21:45:19 +00:00