Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-08-06 | o) We always close .Bl and .Bd tags; | Mike Pechkin | |
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 | |||
2001-06-04 | add the file here too, to avoid confusion | Theo de Raadt | |
2001-03-28 | C++ wrapping; dmcmahill@netbsd.org | Theo de Raadt | |
2001-02-16 | Rewrite rfc931.c to eliminate problematic setjmp/longjmp and stdio usage | Bob 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-15 | fix change from previous commit that didn't get the ports correctly | Bob Beck | |
out of sockaddr_inX's for client side ident. | |||
2000-10-14 | put hosts.allow and hosts.deny in as Nm entries | Theo de Raadt | |
2000-10-14 | put tcp wrapper into Nd line | Theo de Raadt | |
2000-10-14 | tcp 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). | |||
2000-03-14 | Suffix "i.e." and "e.g." with a comma. Just another really picky man page | Aaron Campbell | |
commit, as we want our documentation to be as consistently formatted as possible (it's getting there :-)). | |||
2000-02-01 | no need to extern int errno if errno.h is included | Theo de Raadt | |
1999-07-21 | Add missing hosts_ctl() prototype. | Oleg Safiullin | |
1999-07-09 | - remove all trailing whitespace | Aaron Campbell | |
* 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... | |||
1999-06-06 | add dot_quad_addr_new(); which can handle 255.255.255.255 addresses | Theo de Raadt | |
1999-04-26 | Only proto xgets() if stdio has been included | Jason Downs | |
1997-07-27 | Use .Sq. | Jason Downs | |
1997-07-27 | Use -bullet | Jason Downs | |
1997-06-30 | alpha bits | Theo de Raadt | |
1997-06-24 | Slight fix. | Jason Downs | |
1997-06-23 | Copyright. | Jason Downs | |
1997-06-23 | Mandoc manpages. | Jason Downs | |
1997-06-01 | A few minor changes from tcp_wrappers 7.6 | Jason Downs | |
1997-04-27 | COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIP | Todd C. Miller | |
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. | |||
1997-04-09 | the the | Theo de Raadt | |
1997-04-04 | do source routing check correctly; this could use a test | Theo de Raadt | |
1997-03-29 | Use getdomainname() not yp_get_default_domain(). | Todd C. Miller | |
1997-03-04 | sprintf -> snprintf paranoia | bitblt | |
1997-03-04 | Slightly cleaner. | Jason Downs | |
1997-02-26 | These don't belong here. | Jason Downs | |
1997-02-26 | Correct header ref. | Jason Downs | |
1997-02-26 | Initial integration of a much cleaned up libwrap. | Jason Downs | |