summaryrefslogtreecommitdiffstats
path: root/lib/libwrap (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Character 0 is called NUL, not nul.millert2002-05-011-2/+2
|
* YP, not NISmillert2002-05-011-5/+4
|
* o) start new sentence on a new line;mpech2002-05-014-109/+146
| | | | | | | o) always close .Bl tags; o) fix usage of .Xr; millert@ ok
* Initial cleanup:mpech2002-04-301-14/+14
| | | | | | | | | | | | o) remove extra space in the end of line; o) remove extra blank lines in the end of file; o) remove .Pp before .Ss; o) CAVEAT -> CAVEATS; o) fix usage of .Fa; o) <blank-line> -> .Pp; o) wrap long lines; millert@ ok
* Protect IPv6 code with #ifdef INET6mpech2002-04-251-2/+10
| | | | millert@ ok
* wrong error messagederaadt2002-02-241-3/+3
|
* We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.millert2002-02-193-37/+17
|
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-28/+28
|
* more pid_t usederaadt2002-01-021-4/+4
|
* atoi->strtoulbeck2001-12-131-4/+10
|
* fix a commentderaadt2001-11-171-3/+3
|
* volatile sig_atomic_tderaadt2001-11-171-3/+3
|
* avoid strcpy and sprintfderaadt2001-11-073-15/+17
|
* crank strings to 256 so they can hold a full hostnamederaadt2001-11-072-4/+4
|
* assume buffer is BUFSIZ long, and handle it so; millert okderaadt2001-11-071-4/+6
|
* Initial idea from aaron@: Last char of .Xr group in SEE ALSO section shouldmpech2001-09-064-8/+8
| | | | | | be a single digit. Powered by mantoya@. millert@ ok.
* o) We always close .Bl and .Bd tags;mpech2001-08-064-8/+8
| | | | | | | | | | o) .Sh AUTHOR -> .Sh AUTHORS; o) We don't like .Pp before/after .Sh; o) We don't like .Pp before/after .Rs/.Re; o) NetBSD -> .Nx; o) OpenBSD -> .Ox; millert@ ok
* add the file here too, to avoid confusionderaadt2001-06-041-0/+18
|
* C++ wrapping; dmcmahill@netbsd.orgderaadt2001-03-281-1/+8
|
* Rewrite rfc931.c to eliminate problematic setjmp/longjmp and stdio usagebeck2001-02-165-203/+313
| | | | | | 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.
* put hosts.allow and hosts.deny in as Nm entriesderaadt2000-10-141-2/+4
|
* put tcp wrapper into Nd linederaadt2000-10-143-6/+6
|
* tcp wrapper support for IPv6. from netbsd.itojun2000-10-149-53/+321
| | | | | TODO: scoped address support may need more consideration (we are taking safer side now - rejects too much).
* Suffix "i.e." and "e.g." with a comma. Just another really picky man pageaaron2000-03-141-2/+2
| | | | | commit, as we want our documentation to be as consistently formatted as possible (it's getting there :-)).
* no need to extern int errno if errno.h is includedderaadt2000-02-011-3/+2
|
* Add missing hosts_ctl() prototype.form1999-07-211-1/+2
|
* - remove all trailing whitespaceaaron1999-07-093-39/+39
| | | | | | | | | | * except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it...
* add dot_quad_addr_new(); which can handle 255.255.255.255 addressesderaadt1999-06-064-18/+37
|
* Only proto xgets() if stdio has been includeddownsj1999-04-261-1/+3
|
* Use .Sq.downsj1997-07-271-28/+67
|
* Use -bulletdownsj1997-07-271-19/+19
|
* alpha bitsderaadt1997-06-303-10/+10
|
* Slight fix.downsj1997-06-241-1/+2
|
* Copyright.downsj1997-06-231-1/+8
|
* Mandoc manpages.downsj1997-06-233-329/+517
|
* A few minor changes from tcp_wrappers 7.6downsj1997-06-011-7/+7
|
* COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIPmillert1997-04-271-2/+2
| | | | | | | This fixes namespace problems where STRIP is sometimes used as the name of the strip(1) to use and other times used as the flag to send install(1) when stripping (or not). COPY doesn't have this problem (yet) but was poorly named.
* the thederaadt1997-04-091-2/+2
|
* do source routing check correctly; this could use a testderaadt1997-04-041-64/+24
|
* Use getdomainname() not yp_get_default_domain().millert1997-03-291-5/+5
|
* sprintf -> snprintf paranoiabitblt1997-03-041-3/+3
|
* Slightly cleaner.downsj1997-03-042-3/+5
|
* These don't belong here.downsj1997-02-262-234/+0
|
* Correct header ref.downsj1997-02-261-2/+2
|
* Initial integration of a much cleaned up libwrap.downsj1997-02-2623-0/+3450