summaryrefslogtreecommitdiff
path: root/usr.sbin/inetd/inetd.c
AgeCommit message (Expand)Author
2023-11-26Remove copyright strings ifdef'd outWarner Losh
2023-11-26usr.sbin: Remove ancient SCCS tags.Warner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2021-12-06inetd: Use the synopsis from the manual pageMateusz Piotrowski
2021-02-12inetd: fix unix sockaddr's length assignmentKyle Evans
2020-01-10inetd: two more nitsKyle Evans
2020-01-10inetd: free WITHOUT_INET6_SUPPORT build of warningsKyle Evans
2020-01-03inetd: fix WITHOUT_TCP_WRAPPERS build after r356248Ed Maste
2020-01-01inetd: final round of trivial cleanup, NFCKyle Evans
2020-01-01inetd: convert remaining bzero(3) to memset(3), NFCKyle Evans
2020-01-01inetd: track all child pids, regardless of maxchild specKyle Evans
2020-01-01inetd: add some macros for checking child limits, NFCKyle Evans
2019-12-31inetd: prefer strlcpy to strlen(3) check + strcpy(3), NFCKyle Evans
2019-12-31inetd: knock out some clang analyze warningsKyle Evans
2019-12-30inetd: don't leak `policy` on returnKyle Evans
2017-11-20General further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-03-20Simplify a pipe for signal handling.Hiroki Sato
2017-02-28Renumber copyright clause 4Warner Losh
2017-01-14Fix up r312105Enji Cooper
2017-01-14Conditionalize libwrap support into inetd based on MK_TCP_WRAPPERSEnji Cooper
2017-01-05Fix build when WITHOUT_INET6 is defined.Hiroki Sato
2016-12-31- Add static for symbols which need not to be exported.Hiroki Sato
2016-05-02Use MAX macro from sys/param.h.Marcelo Araujo
2016-04-16Use the SOCK_CLOEXEC flags in the socket(2) 'type' attribute instead ofBaptiste Daroussin
2016-04-16Use pipe2(2) to directly set the close-on-exec flags directlyBaptiste Daroussin
2015-09-19- Remove unused union p_un.Hiroki Sato
2015-09-19- Fix a crash on a rpc entry when an IPv6 address is explicitly specifiedHiroki Sato
2015-04-19identd: restore memcpyEitan Adler
2015-04-19identd: also zero se_rpc_highversEitan Adler
2015-04-19identd: remove redundant zeroingEitan Adler
2014-11-09Renove faith(4) and faithd(8) from base. It looks like industryAlexander V. Chernikov
2013-01-20- Force inetd to have listen queue size to be set to the value ofAndrey Zonov
2012-06-04Replace the use of wall clock time with monotonically increasingXin LI
2012-01-03Replace index() and rindex() calls with strchr() and strrchr().Ed Schouten
2010-01-02ANSIfy some more tools in usr.sbin/.Ed Schouten
2009-11-25Avoid sshd, cron, syslogd and inetd to be killed under high-pressure swapAttilio Rao
2009-02-13Sync comment with actual configuration format.Xin LI
2007-07-01Commit IPv6 support for FAST_IPSEC to the tree.George V. Neville-Neil
2007-03-11Don't try to apply connection-per-ip rate limiting to unix domainDavid Malone
2006-09-14Removed T/TCP bits.Ruslan Ermilov
2006-01-18Revert previous commit for now, which seems to have (re)introduced someXin LI
2006-01-18Improves and cleanups over inetd(8):Xin LI
2005-09-16Pidfiles should be created with permission preventing users from openingPawel Jakub Dawidek
2005-08-24Use pidfile(3) in inetd(8).Pawel Jakub Dawidek
2005-05-13NI_WITHSCOPEID cleanup. Neither RFC 2553 nor RFC 3493 definesHajimu UMEMOTO
2004-09-26Prefer C99's __func__ over GCC's __FUNCTION__.Stefan Farfeleder
2004-08-07Per letter dated July 22, 1999 remove 3rd clause of Berkeley derived softwareWarner Losh
2004-04-20Remove the requirement that the "discard" service be defined in theBrooks Davis
2004-04-04The list of (key,value) pairs to request_init is terminated by a 0 key,David Malone
2004-03-22On startup, warn if inetd's config file doesn't exist. This isn'tDavid Malone