Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Character 0 is called NUL, not nul. | 2002-05-01 | 1 | -2/+2 | ||
| | ||||||
* | YP, not NIS | 2002-05-01 | 1 | -5/+4 | ||
| | ||||||
* | o) start new sentence on a new line; | 2002-05-01 | 4 | -109/+146 | ||
| | | | | | | | o) always close .Bl tags; o) fix usage of .Xr; millert@ ok | |||||
* | Initial cleanup: | 2002-04-30 | 1 | -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 INET6 | 2002-04-25 | 1 | -2/+10 | ||
| | | | | millert@ ok | |||||
* | wrong error message | 2002-02-24 | 1 | -3/+3 | ||
| | ||||||
* | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | 2002-02-19 | 3 | -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. | 2002-02-16 | 1 | -28/+28 | ||
| | ||||||
* | more pid_t use | 2002-01-02 | 1 | -4/+4 | ||
| | ||||||
* | atoi->strtoul | 2001-12-13 | 1 | -4/+10 | ||
| | ||||||
* | fix a comment | 2001-11-17 | 1 | -3/+3 | ||
| | ||||||
* | volatile sig_atomic_t | 2001-11-17 | 1 | -3/+3 | ||
| | ||||||
* | avoid strcpy and sprintf | 2001-11-07 | 3 | -15/+17 | ||
| | ||||||
* | crank strings to 256 so they can hold a full hostname | 2001-11-07 | 2 | -4/+4 | ||
| | ||||||
* | assume buffer is BUFSIZ long, and handle it so; millert ok | 2001-11-07 | 1 | -4/+6 | ||
| | ||||||
* | Initial idea from aaron@: Last char of .Xr group in SEE ALSO section should | 2001-09-06 | 4 | -8/+8 | ||
| | | | | | | be a single digit. Powered by mantoya@. millert@ ok. | |||||
* | o) We always close .Bl and .Bd tags; | 2001-08-06 | 4 | -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 confusion | 2001-06-04 | 1 | -0/+18 | ||
| | ||||||
* | C++ wrapping; dmcmahill@netbsd.org | 2001-03-28 | 1 | -1/+8 | ||
| | ||||||
* | Rewrite rfc931.c to eliminate problematic setjmp/longjmp and stdio usage | 2001-02-16 | 5 | -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 correctly | 2001-02-15 | 1 | -6/+6 | ||
| | | | | out of sockaddr_inX's for client side ident. | |||||
* | put hosts.allow and hosts.deny in as Nm entries | 2000-10-14 | 1 | -2/+4 | ||
| | ||||||
* | put tcp wrapper into Nd line | 2000-10-14 | 3 | -6/+6 | ||
| | ||||||
* | tcp wrapper support for IPv6. from netbsd. | 2000-10-14 | 9 | -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 page | 2000-03-14 | 1 | -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 included | 2000-02-01 | 1 | -3/+2 | ||
| | ||||||
* | Add missing hosts_ctl() prototype. | 1999-07-21 | 1 | -1/+2 | ||
| | ||||||
* | - remove all trailing whitespace | 1999-07-09 | 3 | -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 addresses | 1999-06-06 | 4 | -18/+37 | ||
| | ||||||
* | Only proto xgets() if stdio has been included | 1999-04-26 | 1 | -1/+3 | ||
| | ||||||
* | Use .Sq. | 1997-07-27 | 1 | -28/+67 | ||
| | ||||||
* | Use -bullet | 1997-07-27 | 1 | -19/+19 | ||
| | ||||||
* | alpha bits | 1997-06-30 | 3 | -10/+10 | ||
| | ||||||
* | Slight fix. | 1997-06-24 | 1 | -1/+2 | ||
| | ||||||
* | Copyright. | 1997-06-23 | 1 | -1/+8 | ||
| | ||||||
* | Mandoc manpages. | 1997-06-23 | 3 | -329/+517 | ||
| | ||||||
* | A few minor changes from tcp_wrappers 7.6 | 1997-06-01 | 1 | -7/+7 | ||
| | ||||||
* | COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIP | 1997-04-27 | 1 | -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 the | 1997-04-09 | 1 | -2/+2 | ||
| | ||||||
* | do source routing check correctly; this could use a test | 1997-04-04 | 1 | -64/+24 | ||
| | ||||||
* | Use getdomainname() not yp_get_default_domain(). | 1997-03-29 | 1 | -5/+5 | ||
| | ||||||
* | sprintf -> snprintf paranoia | 1997-03-04 | 1 | -3/+3 | ||
| | ||||||
* | Slightly cleaner. | 1997-03-04 | 2 | -3/+5 | ||
| | ||||||
* | These don't belong here. | 1997-02-26 | 2 | -234/+0 | ||
| | ||||||
* | Correct header ref. | 1997-02-26 | 1 | -2/+2 | ||
| | ||||||
* | Initial integration of a much cleaned up libwrap. | 1997-02-26 | 23 | -0/+3450 | ||