summaryrefslogtreecommitdiff
path: root/usr.sbin/inetd
AgeCommit message (Expand)Author
1999-11-21refrain using non-standard .Sh. use .Ss.itojun
1999-11-18Typos (from OpenBSD)kristerw
1999-10-06A colon is the preferred way to split a user and group name pair; make thisad
1999-09-15fix internal servers (like echo) so that they can accept AF_INET6 connections.itojun
1999-09-10s/acknowledgment/acknowledgement/simonb
1999-08-13avoid multiple BUGS section.itojun
1999-08-02Fix PR7739: correct -DRPC rot in inetd.csommerfeld
1999-07-28query service name properly on libwrap warnings.itojun
1999-07-19se_wait stores pids; make it a pid_t.ghudson
1999-07-04be more friendly with non-IPsec kernel (hide warnings).itojun
1999-07-02clearify and woring fix.itojun
1999-07-02document tcp4/tcp6 manipulation.itojun
1999-07-02dual-stack inetd. you can write "tcp6" or "tcp4" into "protocol" field.itojun
1999-06-06Use pidfile(3).thorpej
1999-04-11Prevent sending udp data to the obvious bad ports that are used forhwr
1999-03-22More and more .Os cleanups. .Os is defined in the tmac.doc-common file,garbled
1999-01-29Clarify the syntax a bittsarna
1999-01-20Revert previous.mycroft
1999-01-20Make all listening sockets non-blocking.mycroft
1998-07-18use AF_LOCAL instead of AF_UNIXlukem
1998-07-16From "buqtraq": avoid file descriptor leak if service is looping.tron
1998-06-08Implement a new manual page category ``SECURITY CONSIDERATIONS''lukem
1998-05-01Add support for specifying the send and receive socket buffer sizes. Thisthorpej
1998-03-21Reset the SIGPIPE handler to SIG_DFL after forking.mycroft
1998-03-11adjust documentation to reflect reality per PR#4859fair
1998-01-20PR/4837: Jeff Thieleke: inetd does not compile without libwrap.christos
1997-12-04Ignore SIGPIPE, which may be caused by non-forking internal TCP services ifmycroft
1997-11-11add missing .Nm sectionsmrg
1997-10-25use CPPFLAGS instead of CFLAGSlukem
1997-10-18enable WARNS=1 by default, but disable in unclean 3rd party codelukem
1997-10-18minor .Nm cleanuplukem
1997-10-17fix use of unix domain socketname length, and signal error if thislukem
1997-10-08Don't sleep if we get EINTR from select(2) (e.g. because we gotmycroft
1997-10-05WARNS?=1mrg
1997-10-05merge lite2 [actually, just update ucb sccs id's]mrg
1997-06-30Rewrite of wait/nowait information in light of identd(8) use of wait.phil
1997-04-20Don't do libwrap checking for UDP services; they must do it internally onmycroft
1997-03-19Don't attempt to use libwrap for `stream wait' services, wheremycroft
1997-03-18Oops; for waiting stream services, we don't do an accept(); wemycroft
1997-03-14Output a + line for the tcpmux `help' service, and list itself.mycroft
1997-03-13Move all of the libwrap checking and subprocess startup into a separatemycroft
1997-03-13Fix typo.mycroft
1997-03-13Make the previous dependent on LIBWRAP_INTERNAL, which is not defined bymycroft
1997-03-13If we forked for an internal service, make sure we always exit afterward.mycroft
1997-03-13If we're using libwrap. always fork. This only affects the time and daytimemycroft
1997-03-13Slight rearrangement to forking code. Also, always close the new descriptormycroft
1997-03-13Another bug fix to tcpmux.mycroft
1997-03-13Merge changes from Lite2 (with bug fixes). Adds tcpmux.mycroft
1997-03-13When rejecting a UDP connection, make sure to flush the right socket.mycroft
1997-03-13Oops; subprocess must exit when rejecting connection.mycroft