summaryrefslogtreecommitdiff
path: root/lib/libwrap
AgeCommit message (Expand)Author
2009-01-11bump shared libraries.christos
2008-12-18Wietse Wenema's tcpd-blacklist-patch:christos
2008-05-29remove clause #3 from my license where there are no othermrg
2007-05-28Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on thetls
2006-05-09change (mostly) int to socklen_t. GCC 4 doesn't like that int andmrg
2006-01-08Use ntohl(host_address) so that RBL lookups work on little-endian hosts.jdc
2005-09-24Use get*_r re-entrant functions and get rid of end*ent(). From John Nemeth.christos
2005-04-19getpw*_r() may return 0 and set pwd==NULLlukem
2005-04-10Use getpwnam_r; from John Nemethchristos
2005-01-10Only compile in IPv6 support if ${USE_INET6} != "no"lukem
2004-09-07Replaced strncpy with strlcpy. Thanks to Peter Postma whojrf
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