summaryrefslogtreecommitdiffstats
path: root/usr.sbin/inetd/inetd.c
Commit message (Expand)AuthorAgeFilesLines
* MFC 281734-281736,287997-287998:hrs2015-09-201-27/+16
* - Force inetd to have listen queue size to be set to the value ofzont2013-01-201-1/+1
* Replace the use of wall clock time with monotonically increasingdelphij2012-06-041-3/+3
* Replace index() and rindex() calls with strchr() and strrchr().ed2012-01-031-2/+2
* ANSIfy some more tools in usr.sbin/.ed2010-01-021-2/+1
* Avoid sshd, cron, syslogd and inetd to be killed under high-pressure swapattilio2009-11-251-0/+4
* Sync comment with actual configuration format.delphij2009-02-131-2/+2
* Commit IPv6 support for FAST_IPSEC to the tree.gnn2007-07-011-1/+1
* Don't try to apply connection-per-ip rate limiting to unix domaindwmalone2007-03-111-0/+1
* Removed T/TCP bits.ru2006-09-141-8/+2
* Revert previous commit for now, which seems to have (re)introduced somedelphij2006-01-181-135/+226
* Improves and cleanups over inetd(8):delphij2006-01-181-226/+135
* Pidfiles should be created with permission preventing users from openingpjd2005-09-161-1/+1
* Use pidfile(3) in inetd(8).pjd2005-08-241-8/+16
* NI_WITHSCOPEID cleanup. Neither RFC 2553 nor RFC 3493 definesume2005-05-131-17/+8
* Prefer C99's __func__ over GCC's __FUNCTION__.stefanf2004-09-261-9/+9
* Per letter dated July 22, 1999 remove 3rd clause of Berkeley derived softwareimp2004-08-071-4/+0
* Remove the requirement that the "discard" service be defined in thebrooks2004-04-201-1/+5
* The list of (key,value) pairs to request_init is terminated by a 0 key,dwmalone2004-04-041-1/+1
* On startup, warn if inetd's config file doesn't exist. This isn'tdwmalone2004-03-221-0/+2
* Rather than use the gcc -fno-builtin-log flag, just rename the 'int log'peter2003-10-301-4/+4
* Since semantic of IPV6_PKTINFO was changed in RFC3542, we need toume2003-10-261-1/+1
* Use -fno-builtin-log so gcc doesn't get ideas about using a math functionpeter2003-10-261-1/+1
* Get the connections per minute calculation right. By good fortunedwmalone2003-07-151-1/+1
* Under some unusual conditions, inetd can leak a open file discriptordwmalone2003-02-231-7/+23
* After calling login_getclass, be sure to call login_close so thatdwmalone2003-02-231-1/+6
* The tcp_wrappers function `fromhost()' can fail. In suchume2003-02-131-2/+16
* Using LOGIN_SETALL &~LOGIN_SETMAC to avoid setting the MAC label improperly,rwatson2003-01-161-1/+1
* For now, set only the resource limits and process priority associatedrwatson2003-01-081-1/+2
* Add used #include <limits.h>.wollman2002-10-271-3/+4
* When printing the wait status, break it down into a signal and a exit status.dwmalone2002-09-041-4/+10
* Swap sense of no_v[46]bind variables and rename as v[46]bind_ok -dwmalone2002-09-041-19/+19
* Fix parsing of unix domain entries after addition of IPv6 RPC support.dwmalone2002-09-041-38/+39
* Don't initialise policy, v4bind and v6bind where the variables aredwmalone2002-09-021-3/+10
* tpc -> tcp in an error message.dwmalone2002-09-021-2/+2
* Clear up a few warnings (unused variable, rpc versions are usigned so use %u,dwmalone2002-09-021-8/+7
* Add capability for limiting the maximum number of simultaneousume2002-08-071-3/+283
* use IPV6_V6ONLY instead of non standard IPV6_BINDV6ONLY.ume2002-07-221-4/+2
* add support for rpc IPv6 (rpc/udp/46 ...)alfred2002-07-151-32/+99
* Replace the SWAP(var0,var1) macro with SWAP(type,var0,var1) and use it asjmallett2002-06-221-9/+9
* Unused macro.jmallett2002-06-221-1/+0
* __FBSDID() strategic insertion.jmallett2002-06-211-2/+3
* Kill __P, yuck.jmallett2002-06-211-22/+22
* Mark unused variables __unused.jmallett2002-06-211-3/+3
* Use __typeof__ instead of typeof.jmallett2002-06-211-1/+1
* ANSI prototypes via protoize(1).jmallett2002-06-211-56/+28
* Log invalid config entries. Make the -d option actually log tojwd2002-05-261-4/+7
* Make compilable without -DINET6.ume2002-05-081-2/+2
* Log address family of a connection.ume2002-05-081-4/+6
* o Remove old setproctitle.dwmalone2001-07-171-47/+5
OpenPOWER on IntegriCloud