summaryrefslogtreecommitdiff
path: root/lib/libwrap/rfc931.c
AgeCommit message (Collapse)Author
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
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
2006-04-14delintDavid Hill
ok otto@
2005-11-10Use correct size when zeroing fd sets. From Michael Shuldman in PROtto Moerbeek
4603 with a twist by me. ok deraadt@
2003-04-19- kill unused varAnil Madhavapeddy
- sscanf format string should scan for u_short not u_int - some missing includes - convert u_short -> in_port_t (from millert) ok millert@
2002-06-03compatiblity -> compatibilityTheo de Raadt
decriptor -> descriptor authentciated -> authenticated transmition -> transmission
2002-04-25Protect IPv6 code with #ifdef INET6Mike Pechkin
millert@ ok
2001-11-17fix a commentTheo de Raadt
2001-11-17volatile sig_atomic_tTheo de Raadt
2001-02-16Rewrite rfc931.c to eliminate problematic setjmp/longjmp and stdio usageBob Beck
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.
2001-02-15fix change from previous commit that didn't get the ports correctlyBob Beck
out of sockaddr_inX's for client side ident.
2000-10-14tcp wrapper support for IPv6. from netbsd.Jun-ichiro itojun Hagino
TODO: scoped address support may need more consideration (we are taking safer side now - rejects too much).
1997-02-26Initial integration of a much cleaned up libwrap.Jason Downs