summaryrefslogtreecommitdiffstats
path: root/libexec/tcpd (follow)
Commit message (Collapse)AuthorAgeFilesLines
* libwrap is going away, so can this.deraadt2014-03-2422-3876/+0
| | | | ok tedu
* Remove excessive sys/cdefs.h inclusionderaadt2012-12-051-3/+1
| | | | ok guenther millert kettenis
* clean up some newly created lies now that tftpd doesnt run out of inetd.dlg2012-03-061-3/+2
| | | | poke by deraadt@
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-276-54/+6
| | | | | | | 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
* documentation tweaks.sobrado2008-05-172-8/+6
| | | | ok (some time ago) jmc@
* convert to new .Dd format;jmc2007-05-314-8/+8
|
* More strlen("") fixes.ray2006-12-201-3/+11
| | | | OK otto@, ``If it makes you feel better'' millert@.
* - fix an .Ndjmc2003-07-083-21/+13
| | | | | - \" -> .\" at start of line - simpler macros
* simple protosderaadt2003-06-264-19/+13
|
* more term 3 and 4 changesderaadt2003-06-041-8/+1
|
* terms 3 & 4 cleanup based on "terms" filederaadt2003-06-033-24/+3
|
* section reorder;jmc2003-06-022-22/+22
|
* strlcpy; ok millertderaadt2003-04-071-4/+5
|
* duplicate words: on on, in indavid2003-03-181-2/+2
| | | | ok miod@ jmc@
* .Xr typos;jmc2003-03-061-2/+2
| | | | ok deraadt@
* typos;jmc2003-02-141-5/+5
| | | | | tftpd(8): tweak and ok millert@ tokenadm(8): tweak and ok millert@
* safe_finger no longer installedderaadt2002-09-051-2/+2
|
* some snprintf and strlcpyderaadt2002-07-304-16/+16
|
* support scoped IPv6 address.itojun2002-06-074-222/+102
| | | | | no visible API change, old config files work just fine. now you can use expressions like "ALL: [fe80::%lo0/64]". theo ok
* wrong size of address; harding@motd.caderaadt2002-05-071-3/+3
|
* Kill/adjust r(login|exec)d? references now that those are no longer inmillert2002-05-061-7/+3
| | | | the tree.
* 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-163-11/+11
|
* When you give command examples and etc., in a manual page prefix them with:mpech2002-02-131-4/+4
| | | | | | | | $ command or # command deraadt@ ok
* Initial idea from aaron@: Last char of .Xr group in SEE ALSO section shouldmpech2001-09-062-4/+4
| | | | | | be a single digit. Powered by mantoya@. millert@ ok.
* o) .Sh AUTHOR -> .Sh AUTHORS;mpech2001-08-024-8/+8
| | | | | | | o) .Sh EXAMPLE -> .Sh EXAMPLES; o) Delete .Sh OPTIONS. Text moved to .Sh DESCRIPTION; millert@ ok
* Comment out extraneous .Pp since the text it goes with is commented out.millert2001-07-091-2/+2
| | | | mpech@prosoft.org.lv
* -Wallderaadt2001-07-081-2/+3
|
* whoohoo! New license for tcpwrappers, worked out over the phone with Wietse.x=deraadt2001-06-011-4/+4
| | | | | | | We agree that source code that is free for anyone to use for any purpose is (1) cooler and (2) just a heck of a lot less of a pain to deal with. See it for yourself at ftp://ftp.porcupine.org/pub/security/tcp_wrappers_license if you want.
* use _exit() in signal handlerderaadt2001-01-171-3/+3
|
* .Sh EXAMPLE -> .Sh EXAMPLES. Even if there's only one example, at leastaaron2000-12-151-2/+2
| | | | this is consistent.
* Change all option list specifications to ".Bl -tag -width Ds". Most manaaron2000-11-092-4/+4
| | | | | pages just needed their -width parameter tweaked to "Ds", which provides a nice width of 6 constant characters. For consistency more than anything.
* - Get rid of ".Sh OPTIONS" and always use the standard options list intro.aaron2000-11-081-19/+20
| | | | | - Move some BUGS/CAVEATS to the end of the man pages where they should go. - Correct some .Nm usage.
* libexec man page fleshing. again, bored on the plane home.aaron2000-10-304-96/+114
|
* tcp wrapper support for IPv6. from netbsd.itojun2000-10-144-23/+139
| | | | | TODO: scoped address support may need more consideration (we are taking safer side now - rejects too much).
* Mostly punctuation fixes.aaron2000-04-151-2/+3
|
* put wrapper in the Ndderaadt2000-04-121-2/+2
|
* Add subject (.Nd) lines (their absence as discovered by espie@'s new perlaaron2000-02-161-1/+2
| | | | version of makewhatis(8)).
* - remove all trailing whitespaceaaron1999-07-094-38/+38
| | | | | | | | | | * 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...
* oopsderaadt1999-06-062-6/+6
|
* use dot_quad_addr_new() as requiredderaadt1999-06-063-10/+9
|
* more .El madnessaaron1999-05-281-8/+5
|
* getopt(3) returns -1, not EOFaaron1999-05-232-6/+6
|
* .Pp macros do not belong immiedately after .Sh section header linesaaron1999-04-023-7/+3
|
* spelling; krw@tcn.netderaadt1998-12-201-2/+2
|
* even more .Nm fixesaaron1998-12-161-4/+4
|
* use Bx macro for BSD versionsmickey1998-06-151-2/+4
|
* tabifykstailey1997-07-231-66/+66
|
* mispelled SYNOPSISderaadt1997-07-083-6/+6
|
* New mandoc manual pages.downsj1997-06-245-264/+550
|
* A few changed from tcp_wrappers 7.6downsj1997-06-013-21/+35
|