aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/inetd
Commit message (Expand)AuthorAgeFilesLines
* - Force inetd to have listen queue size to be set to the value ofAndrey Zonov2013-01-201-1/+1
* Rework all non-contributed files that use `struct timezone'.Ed Schouten2012-09-011-7/+1
* Replace the use of wall clock time with monotonically increasingXin LI2012-06-042-4/+4
* Replace index() and rindex() calls with strchr() and strrchr().Ed Schouten2012-01-031-2/+2
* Spelling fixes for usr.sbin/Ulrich Spörlein2011-12-301-1/+1
* The last big commit: let usr.sbin/ use WARNS=6 by default.Ed Schouten2010-01-021-1/+1
* ANSIfy some more tools in usr.sbin/.Ed Schouten2010-01-021-2/+1
* Avoid sshd, cron, syslogd and inetd to be killed under high-pressure swapAttilio Rao2009-11-251-0/+4
* Sync comment with actual configuration format.Xin LI2009-02-131-2/+2
* o inetd(8) requires wait/nowait column in inetd.conf forMaxim Konovalov2008-01-121-1/+2
* Remove the -DFAST_IPSEC from Makefiles again.Bjoern A. Zeeb2007-07-051-1/+1
* Commit IPv6 support for FAST_IPSEC to the tree.George V. Neville-Neil2007-07-012-2/+2
* Don't try to apply connection-per-ip rate limiting to unix domainDavid Malone2007-03-111-0/+1
* Removed T/TCP bits.Ruslan Ermilov2006-09-143-26/+3
* inetd and telnetd are not included in the standard releaseYaroslav Tykhiy2006-07-311-0/+1
* Obey MK_INET6_SUPPORT.Yaroslav Tykhiy2006-07-271-1/+7
* Update a couple of comments relating to RFCs.David Malone2006-04-171-2/+5
* Back out a Makefile change that accidently snook in.David Malone2006-04-171-1/+1
* Port 37 (RFC 738) style times are supposed to be a 32 bit time sinceDavid Malone2006-04-172-7/+7
* Perform minor rewording and grammatical improvement. Add a missing Xr.Ceri Davies2006-02-041-31/+40
* Revert previous commit for now, which seems to have (re)introduced someXin LI2006-01-183-150/+227
* Improves and cleanups over inetd(8):Xin LI2006-01-183-227/+150
* inetd(8) requires that /etc/netconfig be present, and contain entriesCeri Davies2005-12-301-0/+29
* Pidfiles should be created with permission preventing users from openingPawel Jakub Dawidek2005-09-161-1/+1
* Use pidfile(3) in inetd(8).Pawel Jakub Dawidek2005-08-241-8/+16
* Remove rexecd(8), a server that implements a particularly insecureJacques Vidrine2005-06-101-1/+0
* NI_WITHSCOPEID cleanup. Neither RFC 2553 nor RFC 3493 definesHajimu UMEMOTO2005-05-131-17/+8
* Prefer C99's __func__ over GCC's __FUNCTION__.Stefan Farfeleder2004-09-261-9/+9
* Per letter dated July 22, 1999 remove 3rd clause of Berkeley derived softwareWarner Losh2004-08-074-16/+0
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-14/+29
* Remove the requirement that the "discard" service be defined in theBrooks Davis2004-04-201-1/+5
* The list of (key,value) pairs to request_init is terminated by a 0 key,David Malone2004-04-041-1/+1
* On startup, warn if inetd's config file doesn't exist. This isn'tDavid Malone2004-03-221-0/+2
* Revert previous change. The effect of -w or -W option is described inPhilippe Charnier2004-02-291-1/+1
* According to source code, under certain conditions, logging goes to thePhilippe Charnier2004-02-251-1/+1
* Rather than use the gcc -fno-builtin-log flag, just rename the 'int log'Peter Wemm2003-10-302-5/+4
* Since semantic of IPV6_PKTINFO was changed in RFC3542, we need toHajimu UMEMOTO2003-10-261-1/+1
* Use -fno-builtin-log so gcc doesn't get ideas about using a math functionPeter Wemm2003-10-262-2/+3
* Move my inetd maintainer note to src/MAINTAINERS.David Malone2003-07-151-2/+0
* Get the connections per minute calculation right. By good fortuneDavid Malone2003-07-151-1/+1
* The .Xr utilityPhilippe Charnier2003-06-081-4/+6
* Under some unusual conditions, inetd can leak a open file discriptorDavid Malone2003-02-231-7/+23
* After calling login_getclass, be sure to call login_close so thatDavid Malone2003-02-231-1/+6
* The tcp_wrappers function `fromhost()' can fail. In suchHajimu UMEMOTO2003-02-131-2/+16
* Using LOGIN_SETALL &~LOGIN_SETMAC to avoid setting the MAC label improperly,Robert Watson2003-01-161-1/+1
* For now, set only the resource limits and process priority associatedRobert Watson2003-01-081-1/+2
* Add used #include <limits.h>.Garrett Wollman2002-10-271-3/+4
* When printing the wait status, break it down into a signal and a exit status.David Malone2002-09-041-4/+10
* Swap sense of no_v[46]bind variables and rename as v[46]bind_ok -David Malone2002-09-041-19/+19
* Fix parsing of unix domain entries after addition of IPv6 RPC support.David Malone2002-09-041-38/+39