| Age | Commit message (Expand) | Author |
| 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-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-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-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 | 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-01-20 | Revert previous. | mycroft |
| 1999-01-20 | Make all listening sockets non-blocking. | mycroft |
| 1998-07-18 | use AF_LOCAL instead of AF_UNIX | lukem |
| 1998-07-16 | From "buqtraq": avoid file descriptor leak if service is looping. | tron |
| 1998-05-01 | Add support for specifying the send and receive socket buffer sizes. This | thorpej |
| 1998-03-21 | Reset the SIGPIPE handler to SIG_DFL after forking. | mycroft |
| 1998-01-20 | PR/4837: Jeff Thieleke: inetd does not compile without libwrap. | christos |
| 1997-12-04 | Ignore SIGPIPE, which may be caused by non-forking internal TCP services if | mycroft |
| 1997-10-17 | fix use of unix domain socketname length, and signal error if this | lukem |
| 1997-10-08 | Don't sleep if we get EINTR from select(2) (e.g. because we got | mycroft |
| 1997-10-05 | WARNS?=1 | mrg |
| 1997-10-05 | merge lite2 [actually, just update ucb sccs id's] | mrg |
| 1997-04-20 | Don't do libwrap checking for UDP services; they must do it internally on | mycroft |
| 1997-03-19 | Don't attempt to use libwrap for `stream wait' services, where | mycroft |
| 1997-03-18 | Oops; for waiting stream services, we don't do an accept(); we | mycroft |
| 1997-03-14 | Output a + line for the tcpmux `help' service, and list itself. | mycroft |
| 1997-03-13 | Move all of the libwrap checking and subprocess startup into a separate | mycroft |
| 1997-03-13 | Fix typo. | mycroft |
| 1997-03-13 | Make the previous dependent on LIBWRAP_INTERNAL, which is not defined by | mycroft |
| 1997-03-13 | If we forked for an internal service, make sure we always exit afterward. | mycroft |
| 1997-03-13 | If we're using libwrap. always fork. This only affects the time and daytime | mycroft |
| 1997-03-13 | Slight rearrangement to forking code. Also, always close the new descriptor | mycroft |
| 1997-03-13 | Another bug fix to tcpmux. | mycroft |
| 1997-03-13 | Merge changes from Lite2 (with bug fixes). Adds tcpmux. | mycroft |
| 1997-03-13 | When rejecting a UDP connection, make sure to flush the right socket. | mycroft |
| 1997-03-13 | Oops; subprocess must exit when rejecting connection. | mycroft |