| Age | Commit message (Expand) | Author |
| 2002-01-21 | deamon -> daemon | wiz |
| 2002-01-19 | Drop some unnecessary .Pp, sort sections and SEE ALSO. | wiz |
| 2001-12-26 | Convert some 'long's to 'uint32_t's. Now rdate works against an LP64 box. | abs |
| 2001-11-19 | __ss_{len,family} #define hack is no longer necessary | itojun |
| 2001-09-13 | CPPFLAGS, not CFLAGS, for -D. | itojun |
| 2001-04-06 | Negative exit code cleanup: Replace exit(-x) with exit(x). | wiz |
| 2001-03-16 | Document TCPmux internal service, per additional discussion of PR 12325. | fair |
| 2001-03-10 | Add text to more clearly document that tcpd is not needed, per PR 10754. | fair |
| 2001-03-04 | Mention relevant RFCs in "SEE ALSO". | bjh21 |
| 2001-02-19 | convert to use getprogname() | cgd |
| 2001-01-25 | Improve grammar slightly in the description for IPsec policy settings. | jlam |
| 2001-01-11 | use explicit name rather than __progname in openlog | lukem |
| 2000-12-02 | Document that the path to the configuration file given on the command | hubertf |
| 2000-09-19 | Clean one paragraph. | ad |
| 2000-08-01 | be more paranoid about UDP-based echo services validation. namely, | itojun |
| 2000-07-23 | Remove bogus typeof hack, and just use the type directly. | mycroft |
| 2000-07-08 | permit square-bracket notation (as in RFC2732) for the first element | itojun |
| 2000-07-07 | explicitly check if the address family is supported, by using socket(2). | itojun |
| 2000-07-05 | more change on getaddrinfo error handling. | itojun |
| 2000-07-04 | add faithd(8) support. with "faith/tcp6" protocol specification, | itojun |
| 2000-07-04 | emit more friendly message on nonexistent service name. | itojun |
| 2000-07-03 | check for mux service by ISMUX(), not by != NORM_TYPE | itojun |
| 2000-07-03 | remove duplicated ipsec setup code. we always call setup() on | itojun |
| 2000-06-14 | typo | itojun |
| 2000-06-14 | clarify tcp4/tcp6 interaction. | itojun |
| 2000-06-02 | Modify to support RPC over IPv6. | fvdl |
| 2000-05-13 | use LOG_WARNING for syslog output for address family mismatch. | itojun |
| 2000-05-13 | correct extremely unfriendly error message when the kernel does not | itojun |
| 2000-03-06 | fix IPsec policy parser. #@ should affect multiple lines as documented. | itojun |
| 2000-01-31 | sync with latest libipsec. | itojun |
| 2000-01-27 | make error check against getnameinfo(). | itojun |
| 2000-01-13 | call sigsetmask() on ipsec initialization failure. | itojun |
| 1999-11-21 | refrain using non-standard .Sh. use .Ss. | itojun |
| 1999-11-18 | Typos (from OpenBSD) | kristerw |
| 1999-10-06 | A colon is the preferred way to split a user and group name pair; make this | ad |
| 1999-09-15 | fix internal servers (like echo) so that they can accept AF_INET6 connections. | itojun |
| 1999-09-10 | s/acknowledgment/acknowledgement/ | simonb |
| 1999-08-13 | avoid multiple BUGS section. | itojun |
| 1999-08-02 | Fix PR7739: correct -DRPC rot in inetd.c | sommerfeld |
| 1999-07-28 | query service name properly on libwrap warnings. | itojun |
| 1999-07-19 | se_wait stores pids; make it a pid_t. | ghudson |
| 1999-07-04 | be more friendly with non-IPsec kernel (hide warnings). | itojun |
| 1999-07-02 | clearify and woring fix. | itojun |
| 1999-07-02 | document tcp4/tcp6 manipulation. | itojun |
| 1999-07-02 | dual-stack inetd. you can write "tcp6" or "tcp4" into "protocol" field. | itojun |
| 1999-06-06 | Use pidfile(3). | thorpej |
| 1999-04-11 | Prevent sending udp data to the obvious bad ports that are used for | hwr |
| 1999-03-22 | More and more .Os cleanups. .Os is defined in the tmac.doc-common file, | garbled |
| 1999-01-29 | Clarify the syntax a bit | tsarna |
| 1999-01-20 | Revert previous. | mycroft |