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 new tcp_wrapper license, as deraadt@openbsd negotiated with wietse 2001-06-02 05:20:56 +00:00
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 Revert white space changes for imported sources. 1999-07-03 12:30:16 +00:00
diag.c Rearrange the way syslog() is used. Some messages include %m which 2001-09-24 17:55:47 +00:00
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 Revert white space changes for imported sources. 1999-07-03 12:30:16 +00:00
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 Revert white space changes for imported sources. 1999-07-03 12:30:16 +00:00
refuse.c Revert white space changes for imported sources. 1999-07-03 12:30:16 +00:00
rfc931.c s/STRN_CPY/strlcpy/ 2002-06-06 21:45:19 +00:00
shell_cmd.c Format string audit cleanup (increase format checking) 2000-10-04 16:24:49 +00:00
shlib_version Apply IPv6 support patch. 1999-08-31 13:58:58 +00:00
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