aboutsummaryrefslogtreecommitdiff
path: root/contrib/tcp_wrappers
Commit message (Expand)AuthorAgeFilesLines
* Remove a duplicate global (rfc931_timeout).Brooks Davis2019-07-171-1/+0
* Use headers instead of manual declerations of standard functions andBrooks Davis2019-07-175-14/+5
* Use ANSI C function definitions and declerations.Brooks Davis2019-07-1711-46/+42
* Reduce the log level of tcpd_warn calls from ERR to WARNING.Bjoern A. Zeeb2018-08-231-1/+1
* remove bogus declaration of malloc from tcp_wrappersAndriy Gapon2017-06-201-4/+0
* TCP Wrappers: tcpdchk (tcp wrapper configuration checker) and tcpdmatchSean Bruno2017-06-165-5/+10
* tcp_wrappers: Sprinkle some bounds-checked string copyingConrad Meyer2017-04-141-2/+2
* After r311459, some ports can break, because a few of the newly addedDimitry Andric2017-01-061-0/+5
* Also remove unnecessary extern keywords from tcpd.h.Dimitry Andric2017-01-051-35/+35
* Put proper prototypes in tcpd.hDimitry Andric2017-01-052-58/+41
* tcpd.h: add prototype for hosts_ctlPedro F. Giffuni2014-10-111-0/+1
* tcpd: complete function prototypes.Pedro F. Giffuni2014-10-114-48/+48
* Queisce warning about undeclared function usage.Sean Bruno2013-10-301-0/+5
* Quiesce warning, which could be a bug IMO, by correctly defining the host_infoSean Bruno2013-10-301-1/+1
* Quiesce two warnings:Sean Bruno2013-10-301-6/+11
* Quiesce warnings by updating headerfile includesSean Bruno2013-10-307-0/+10
* Clean up hardcoded ar(1) flags in the tree to use the global ARFLAGS inEitan Adler2012-12-061-2/+2
* Make these files compile with clang.Rui Paulo2010-07-221-0/+1
* Allow comment (#) to be placed anywhere in the line, not only at theMaxim Sobolev2010-01-081-1/+11
* NI_WITHSCOPEID cleanup. Neither RFC 2553 nor RFC 3493 definesHajimu UMEMOTO2005-05-132-12/+4
* Correct compilation with "#define really_paranoid".Ceri Davies2003-12-271-1/+1
* Add a declaration that malloc() returns a pointer, not an int. OtherwisePeter Wemm2003-01-081-0/+2
* This commit was generated by cvs2svn to compensate for changes in r80260,Kris Kennaway2001-07-241-3/+18
|\
| * Import updated/clarified license for tcp_wrappers.vendor/tcp_wrappersKris Kennaway2001-07-241-3/+18
* | Unbreak "paranoid" host checking, which was broken with the IPv6 codeKris Kennaway2001-07-041-1/+1
* | Make tcpwrappers use the magic in syslog.h for getting syslog facilityDavid Malone2001-01-141-100/+10
* | - reject numeric addressHajimu UMEMOTO2000-09-251-0/+22
* | Don't touch ai_canonname without checking NULL. CurrentHajimu UMEMOTO2000-09-231-3/+6
* | Add IPv6 scoped address support.Hajimu UMEMOTO2000-07-146-319/+296
* | Stop the tcp_wrappers ident code sending a request which is splitDavid Malone2000-07-141-8/+9
* | Missing tcp_wrapper IPv6 support seemed to be a bug, so commit it.Yoshinobu Inoue2000-02-0316-12/+727
* | Add the ``blacklist'' feature, which allows a path to a filename toSheldon Hearn1999-09-213-1/+65
* | Since our inetd wrapped now, treat all its services as tcpd-prefixedAndrey A. Chernov1999-04-031-0/+4
|/
* Clean import of TCP-wrappers by Wietse Venema.vendor/tcp_wrappers/7.6Mark Murray1999-03-1456-0/+9731