summaryrefslogtreecommitdiffstats
path: root/lib/libwrap/rfc931.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-5/+1
| | | | | | | unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms
* delintdhill2006-04-141-2/+3
| | | | ok otto@
* Use correct size when zeroing fd sets. From Michael Shuldman in PRotto2005-11-101-6/+10
| | | | 4603 with a twist by me. ok deraadt@
* - kill unused varavsm2003-04-191-6/+6
| | | | | | | | - sscanf format string should scan for u_short not u_int - some missing includes - convert u_short -> in_port_t (from millert) ok millert@
* compatiblity -> compatibilityderaadt2002-06-031-3/+3
| | | | | | decriptor -> descriptor authentciated -> authenticated transmition -> transmission
* Protect IPv6 code with #ifdef INET6mpech2002-04-251-2/+10
| | | | millert@ ok
* fix a commentderaadt2001-11-171-3/+3
|
* volatile sig_atomic_tderaadt2001-11-171-3/+3
|
* Rewrite rfc931.c to eliminate problematic setjmp/longjmp and stdio usagebeck2001-02-161-199/+221
| | | | | | on sockets. Adds new documented rfc1413 routine to do client side ident stuff. leaves compatible rfc931() routine in lib which calls new routine, incremenent shlib minor.
* fix change from previous commit that didn't get the ports correctlybeck2001-02-151-6/+6
| | | | out of sockaddr_inX's for client side ident.
* tcp wrapper support for IPv6. from netbsd.itojun2000-10-141-17/+81
| | | | | TODO: scoped address support may need more consideration (we are taking safer side now - rejects too much).
* Initial integration of a much cleaned up libwrap.downsj1997-02-261-0/+173