aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/inetd/inetd.c
Commit message (Expand)AuthorAgeFilesLines
* inetd: two more nitsKyle Evans2020-01-101-6/+7
* inetd: free WITHOUT_INET6_SUPPORT build of warningsKyle Evans2020-01-101-2/+13
* inetd: fix WITHOUT_TCP_WRAPPERS build after r356248Ed Maste2020-01-031-0/+2
* inetd: final round of trivial cleanup, NFCKyle Evans2020-01-011-34/+21
* inetd: convert remaining bzero(3) to memset(3), NFCKyle Evans2020-01-011-3/+3
* inetd: track all child pids, regardless of maxchild specKyle Evans2020-01-011-28/+34
* inetd: add some macros for checking child limits, NFCKyle Evans2020-01-011-5/+4
* inetd: prefer strlcpy to strlen(3) check + strcpy(3), NFCKyle Evans2019-12-311-6/+9
* inetd: knock out some clang analyze warningsKyle Evans2019-12-311-6/+14
* inetd: don't leak `policy` on returnKyle Evans2019-12-301-4/+3
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
* Simplify a pipe for signal handling.Hiroki Sato2017-03-201-53/+33
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Fix up r312105Enji Cooper2017-01-141-0/+4
* Conditionalize libwrap support into inetd based on MK_TCP_WRAPPERSEnji Cooper2017-01-141-0/+4
* Fix build when WITHOUT_INET6 is defined.Hiroki Sato2017-01-051-0/+8
* - Add static for symbols which need not to be exported.Hiroki Sato2016-12-311-88/+98
* Use MAX macro from sys/param.h.Marcelo Araujo2016-05-021-1/+1
* Use the SOCK_CLOEXEC flags in the socket(2) 'type' attribute instead ofBaptiste Daroussin2016-04-161-8/+3
* Use pipe2(2) to directly set the close-on-exec flags directlyBaptiste Daroussin2016-04-161-6/+1
* - Remove unused union p_un.Hiroki Sato2015-09-191-22/+13
* - Fix a crash on a rpc entry when an IPv6 address is explicitly specifiedHiroki Sato2015-09-191-4/+2
* identd: restore memcpyEitan Adler2015-04-191-0/+2
* identd: also zero se_rpc_highversEitan Adler2015-04-191-3/+2
* identd: remove redundant zeroingEitan Adler2015-04-191-2/+1
* Renove faith(4) and faithd(8) from base. It looks like industryAlexander V. Chernikov2014-11-091-14/+6
* - Force inetd to have listen queue size to be set to the value ofAndrey Zonov2013-01-201-1/+1
* Replace the use of wall clock time with monotonically increasingXin LI2012-06-041-3/+3
* Replace index() and rindex() calls with strchr() and strrchr().Ed Schouten2012-01-031-2/+2
* 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
* Commit IPv6 support for FAST_IPSEC to the tree.George V. Neville-Neil2007-07-011-1/+1
* 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-141-8/+2
* Revert previous commit for now, which seems to have (re)introduced someXin LI2006-01-181-135/+226
* Improves and cleanups over inetd(8):Xin LI2006-01-181-226/+135
* 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
* 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-071-4/+0
* 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
* Rather than use the gcc -fno-builtin-log flag, just rename the 'int log'Peter Wemm2003-10-301-4/+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-261-1/+1
* Get the connections per minute calculation right. By good fortuneDavid Malone2003-07-151-1/+1
* Under some unusual conditions, inetd can leak a open file discriptorDavid Malone2003-02-231-7/+23