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