summaryrefslogtreecommitdiff
path: root/lib/libwrap
AgeCommit message (Expand)Author
2003-10-13Move Matt Green's code from a 4-clause to a 3-clause licence by removingagc
2003-09-07Consistently use 'RFC 1234' instead of 'RFC1234' or 'RFC-1234'.wiz
2003-05-26protect from nasty PTR records which could be abused to workaround accessitojun
2003-03-30Only fill in the server and client sockaddr in the request ifthorpej
2002-12-26If we're going to replace strtok() with strtok_r(), and the caller of thelukem
2002-12-02avoid endless loop in xgets() when line in host access conf file is longerjdolecek
2002-10-01New sentence, new line. From Robert Elz.wiz
2002-07-20Correct #ifdef'ed out usage of memsetmjl
2002-06-22use strtok_r, as strtok can interfere with other callers. from openbsditojun
2002-06-07type mismatchitojun
2002-06-07there are people using #ifdef APPEND_DOT. recover it.itojun
2002-06-06s/STRN_CPY/strlcpy/itojun
2002-06-06correct misuse of strncpy (use strlcpy). from openbsditojun
2002-06-06support scoped IPv6 address properly. PR 16810.itojun
2002-05-24be more picky about IP option. len >= 2 for normal options.itojun
2002-05-24cleanup some of portability #ifdefs, which are not needed for netbsd.itojun
2002-05-24be more picky about malformed IP options.itojun
2002-04-24Clean out "dirty" to avoid spurious log entries.atatat
2002-04-04Log a warning if the address (n) has more significant bits than theatatat
2002-03-22Split the notion of building Hesiod, Kerberos, S/key, and YPthorpej
2002-02-23Fix error message, as reported in lib/15711 by Onno van der Linden.wiz
2002-02-20Use correct comment macro.wiz
2002-02-08Generate <>& symbolically. I'm avoiding .../dist/... directories for now.ross
2002-01-15Whitespace nit.wiz
2001-11-05WARNS=2 fixeslukem
2001-09-24Rearrange the way syslog() is used. Some messages include %m whichatatat
2001-06-02new tcp_wrapper license, as deraadt@openbsd negotiated with wietseitojun
2001-03-27Wrap external declarations inside __{BEGIN,END}_DECLS; fixes PR lib/12458kleink
2001-02-27correct typecast mistake.itojun
2000-10-04Format string audit cleanup (increase format checking)sommerfeld
2000-07-26fatal typo. From: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>itojun
2000-07-14Correct ctype(3) usage, just in case....itohy
2000-04-02backout previous changes.billc
2000-04-02namespace collision with getopt change (struct option -> libwrap_option)billc
2000-02-05#include <stdio.h> to cover the use of "FILE *" in one of the prototypes.danw
2000-01-21Nuke `extern int errno;' in code we compile with -Wstrict-prototypes. We getmycroft
1999-09-10fix behavior for configuration like "ALL: 127.".itojun
1999-08-31Apply IPv6 support patch.itojun
1999-08-27increment shlib minor for libwrap (0.0 -> 0.1).itojun
1999-08-27resolve conflicts on upgrade (to 7.6).itojun
1999-08-02Xref hosts_access(3).bouyer
1999-07-03Revert white space changes for imported sources.simonb
1999-07-02More trailing white space.simonb
1999-05-09Allow passing NULL for check only.christos
1999-05-09don't use inet_addr, use inet_aton... Otherwise masks of 255.255.255.255christos
1999-02-25Add a note to update src/distrib/sets/lists/base/shl.*, and add a missingabs
1999-01-18sprintf -> snprintf (not needed, but since snprintf is used everywhere else)christos
1999-01-18PR/6837: Greg A. Woods: Bring into scope getpeername to make sure thatchristos
1999-01-18PR/6837: Greg A. Woods: Add RBL capability for libwrap.christos
1999-01-18PR/6836: Grag A. Woods: Formatting errors and limitation doc.christos