| Age | Commit message (Expand) | Author |
| 2012-12-13 | PR/47318: Henning Petersen: Replace (r)index with str(r)chr in inetd.c | christos |
| 2012-01-04 | include <netipsec/ipsec.h> rather than <netinet6/ipsec.h> from userland | drochner |
| 2011-08-31 | Use __dead | joerg |
| 2011-04-25 | Use more markup. | wiz |
| 2010-12-15 | RLIMIT_NOFILE stabilized in NetBSD 17 years ago, so it's safe now | pooka |
| 2010-12-15 | Nuke conditionally compiled MULOG stuff. Itojun wanted to do it | pooka |
| 2010-03-25 | Avoid SIGSEGV in forked child process for (some?) instant-disconnect clients. | dholland |
| 2009-10-24 | Change manpage reference from talkd to ntalkd. | reed |
| 2009-10-22 | Back out mDNS changes which were not discussed. | tsarna |
| 2009-10-22 | Bump date for mDNS support. | wiz |
| 2009-10-22 | Add mDNS Service Directory support to inetd(8). | jkunz |
| 2009-07-14 | New sentence, new line; remove trailing whitespace. | wiz |
| 2009-07-14 | Fix typo; also do some minor wording adjustments nearby. | dholland |
| 2009-07-13 | Rename internal getline() function to get_line() so it does | roy |
| 2009-05-23 | print the proper client address (ryo shimizu) | christos |
| 2009-04-15 | Fix -Wsign-compare issue | lukem |
| 2009-01-08 | - when we close an se_fd, set it to -1 | christos |
| 2009-01-08 | PR/40340: Ed Ravin: Print the numeric address in addition to the hostname. | christos |
| 2009-01-08 | Print the numeric address of the host. | christos |
| 2008-08-28 | Bump date for previous. | wiz |
| 2008-08-27 | Changed one period into a colon. | elric |
| 2008-08-10 | Manual pages for accept_filters(9), from FreeBSD. Also, document syntax we | tls |
| 2008-08-04 | Add accept filters, ported from FreeBSD by Coyote Point Systems. Add inetd | tls |
| 2008-07-21 | Remove the \n and tabs from the __COPYRIGHT() strings. | lukem |
| 2008-05-26 | When running a builtin service (a what? yeah, a piece of useless | dholland |
| 2008-05-02 | Move TNF licenses to 2 clause form | martin |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-01-04 | Tell what happens if reaches max spawn rate. | reed |
| 2007-05-28 | Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on the | tls |
| 2007-01-16 | * Don't include headers twice | hubertf |
| 2007-01-02 | Fixed gcc warnings about comparison between signed and unsigned, as well | rillig |
| 2006-05-11 | - use socklen_t where appropriate | mrg |
| 2005-09-11 | Remove useless lines. From YOMURA Masanori in private mail. | wiz |
| 2005-04-09 | Don't ignore SIGCHLD, because we are not going to get kqueue notifications | christos |
| 2005-01-10 | Only compile in IPv6 support if ${USE_INET6} != "no" | lukem |
| 2004-11-28 | Simplify code a bit, and whitespace. | christos |
| 2004-10-29 | Add (unsigned char) cast to ctype functions | dsl |
| 2004-10-20 | Add two missing `#ifdef INET6's. | pk |
| 2004-09-14 | Change the log that is produced when the maximum spawn count per | rumble |
| 2004-04-02 | note that hosts_allow does not affect internal services | mrg |
| 2004-03-24 | Bump date for previous, and use Em for | wiz |
| 2004-03-24 | Document that TCP wrappers do not work on UDP services, per PR 18960 | fair |
| 2004-01-25 | Allow quoting using single or double quotes inside inetd.conf. Closes | cube |
| 2003-10-21 | Don't assign NULL to an integer. | fvdl |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-07-13 | use strlcpy | itojun |
| 2003-04-22 | "user:group=foo.bar" is weird. use colon on both sides | itojun |
| 2003-04-22 | always configure IPV6_FAITH explicitly to avoid misconfiguring it on SIGHUP. | itojun |
| 2003-02-25 | .Nm does not need a dummy argument ("") before punctuation or | wiz |
| 2003-02-16 | Because signals are delivered synchronously via kqueue(2) there is no | tron |