| Age | Commit message (Expand) | Author |
| 2021-03-18 | simplify expression, daemon is an array can't be NULL. | christos |
| 2021-03-13 | record the libblocklist dependency | christos |
| 2021-03-07 | fix missing chars | christos |
| 2021-03-07 | Add blocklist support to libwrap which enables all programs using libwrap | christos |
| 2020-03-30 | PR/54992: fix hosts_access(5) to works for IPv6 linklocal address without sco... | ryo |
| 2019-01-24 | remove the new check for tlen >= PTRDIFF_MAX. the prior | mrg |
| 2019-01-23 | And as long as we're attempting to achieve perfection in code | kre |
| 2019-01-23 | There's no point setting errno, it is just overwritten by err | kre |
| 2019-01-23 | limit allocation to PTRDIFF_T to appease gcc-7, from mrg@ | christos |
| 2019-01-14 | Whitespace (indent with tabs, rather than spaces), and rearrange one | kre |
| 2019-01-13 | Always return from expandm() with errno unaltered, so on the | kre |
| 2019-01-13 | check for *. integer overflow over ptrdiff. Pointed out by kre@ | christos |
| 2019-01-12 | Make expandm() return a const char * so we can do away with __UNCONST() | kre |
| 2019-01-12 | Don't do %%m -> %%%m escaping, requested by gson@. | christos |
| 2019-01-12 | Return the buffer that has not been freed, so it can be later, | kre |
| 2019-01-12 | Provide an extra argument to store the returned pointer so we can use | christos |
| 2019-01-11 | Use a utility function to expand %m correctly... | christos |
| 2019-01-11 | let's try one more time: prepare the format to pass to syslog instead | christos |
| 2019-01-11 | instead of handling %m inline, escape it. | christos |
| 2019-01-10 | delete unused variable | christos |
| 2019-01-10 | PR/53851: Andreas Gustafsson: libwrap prints "m" instead of errno | christos |
| 2017-07-03 | Remove workaround for ancient HTML generation code. | wiz |
| 2016-03-16 | change static to volatile. | christos |
| 2016-03-16 | Avoid setjmp clobbering. | christos |
| 2016-02-17 | PR/50823: David Binderman: Limit scanf width | christos |
| 2015-10-14 | these are syslog-like | christos |
| 2012-03-22 | Add some more __dead as exposed by the recent WARN bumps. | joerg |
| 2012-03-22 | Format the diagnostic with vasprintf once and use plain syslog instead | joerg |
| 2012-03-21 | Use C89 function definition | matt |
| 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 |