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