| Age | Commit message (Expand) | Author |
| 2009-01-11 | bump shared libraries. | christos |
| 2008-12-18 | Wietse Wenema's tcpd-blacklist-patch: | christos |
| 2008-05-29 | remove clause #3 from my license where there are no other | mrg |
| 2007-05-28 | Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on the | tls |
| 2006-05-09 | change (mostly) int to socklen_t. GCC 4 doesn't like that int and | mrg |
| 2006-01-08 | Use ntohl(host_address) so that RBL lookups work on little-endian hosts. | jdc |
| 2005-09-24 | Use get*_r re-entrant functions and get rid of end*ent(). From John Nemeth. | christos |
| 2005-04-19 | getpw*_r() may return 0 and set pwd==NULL | lukem |
| 2005-04-10 | Use getpwnam_r; from John Nemeth | christos |
| 2005-01-10 | Only compile in IPv6 support if ${USE_INET6} != "no" | lukem |
| 2004-09-07 | Replaced strncpy with strlcpy. Thanks to Peter Postma who | jrf |
| 2003-10-13 | Move Matt Green's code from a 4-clause to a 3-clause licence by removing | agc |
| 2003-09-07 | Consistently use 'RFC 1234' instead of 'RFC1234' or 'RFC-1234'. | wiz |
| 2003-05-26 | protect from nasty PTR records which could be abused to workaround access | itojun |
| 2003-03-30 | Only fill in the server and client sockaddr in the request if | thorpej |
| 2002-12-26 | If we're going to replace strtok() with strtok_r(), and the caller of the | lukem |
| 2002-12-02 | avoid endless loop in xgets() when line in host access conf file is longer | jdolecek |
| 2002-10-01 | New sentence, new line. From Robert Elz. | wiz |
| 2002-07-20 | Correct #ifdef'ed out usage of memset | mjl |
| 2002-06-22 | use strtok_r, as strtok can interfere with other callers. from openbsd | itojun |
| 2002-06-07 | type mismatch | itojun |
| 2002-06-07 | there are people using #ifdef APPEND_DOT. recover it. | itojun |
| 2002-06-06 | s/STRN_CPY/strlcpy/ | itojun |
| 2002-06-06 | correct misuse of strncpy (use strlcpy). from openbsd | itojun |
| 2002-06-06 | support scoped IPv6 address properly. PR 16810. | itojun |
| 2002-05-24 | be more picky about IP option. len >= 2 for normal options. | itojun |
| 2002-05-24 | cleanup some of portability #ifdefs, which are not needed for netbsd. | itojun |
| 2002-05-24 | be more picky about malformed IP options. | itojun |
| 2002-04-24 | Clean out "dirty" to avoid spurious log entries. | atatat |
| 2002-04-04 | Log a warning if the address (n) has more significant bits than the | atatat |
| 2002-03-22 | Split the notion of building Hesiod, Kerberos, S/key, and YP | thorpej |
| 2002-02-23 | Fix error message, as reported in lib/15711 by Onno van der Linden. | wiz |
| 2002-02-20 | Use correct comment macro. | wiz |
| 2002-02-08 | Generate <>& symbolically. I'm avoiding .../dist/... directories for now. | ross |
| 2002-01-15 | Whitespace nit. | wiz |
| 2001-11-05 | WARNS=2 fixes | lukem |
| 2001-09-24 | Rearrange the way syslog() is used. Some messages include %m which | atatat |
| 2001-06-02 | new tcp_wrapper license, as deraadt@openbsd negotiated with wietse | itojun |
| 2001-03-27 | Wrap external declarations inside __{BEGIN,END}_DECLS; fixes PR lib/12458 | kleink |
| 2001-02-27 | correct typecast mistake. | itojun |
| 2000-10-04 | Format string audit cleanup (increase format checking) | sommerfeld |
| 2000-07-26 | fatal typo. From: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp> | itojun |
| 2000-07-14 | Correct ctype(3) usage, just in case.... | itohy |
| 2000-04-02 | backout previous changes. | billc |
| 2000-04-02 | namespace 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-21 | Nuke `extern int errno;' in code we compile with -Wstrict-prototypes. We get | mycroft |
| 1999-09-10 | fix behavior for configuration like "ALL: 127.". | itojun |
| 1999-08-31 | Apply IPv6 support patch. | itojun |
| 1999-08-27 | increment shlib minor for libwrap (0.0 -> 0.1). | itojun |