summaryrefslogtreecommitdiffstats
path: root/usr.sbin/inetd (follow)
Commit message (Expand)AuthorAgeFilesLines
* briefly mention /etc/examples/ in the FILES section of all theschwarze2020-02-101-4/+8
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-18/+18
* struct sockaddr_storage is guaranteed to be large enough, no need to checkflorian2018-10-151-4/+1
* Use <fcntl.h> instead of <sys/file.h> for open() and friends.guenther2018-04-261-3/+1
* Fix pledge(2) usagejca2017-10-041-11/+5
* Don't try to handle IPv4-compatible IPv6 addressesjca2017-10-041-10/+5
* inetd actually supports stream and datagram sockets onlyjca2017-10-042-18/+8
* inetd needs cpath pledge to unlink unix socket at program termination.benno2017-10-041-3/+8
* remove lint commentstedu2016-08-251-11/+1
* for some time now mandoc has not required MLINKS to functionjmc2016-03-301-2/+1
* Remove a (now) obsolete comment about shortened IPv4 syntaxmestre2016-03-161-2/+1
* Replace strncpy(3) calls for safer strlcpy(3)mestre2016-03-161-7/+5
* Replace atoi(3) calls for safer strtonum(3)mestre2016-03-161-7/+11
* remove a NULL-check before free()mmcc2015-12-221-3/+2
* these files document their config files too: adjust NAME accordingly;jmc2015-11-141-3/+4
* needs pledge "cpath" to allow unlink of AF_UNIX sockets eventuallyderaadt2015-11-011-2/+2
* inetd needs pledge "unix" to bind AF_UNIX socketsderaadt2015-11-011-2/+2
* pledge "abort" left behind accidentallyderaadt2015-10-221-3/+3
* optarg and optind are declared by unistd.hjca2015-10-191-3/+1
* Add err.h, missing after pledge() introduction.jca2015-10-191-1/+2
* Make use of pledge(2); initial diff from deraadt@jca2015-10-181-2/+9
* actually, it uses getaddrinfoderaadt2015-10-181-3/+3
* reduce .Nd to one line and kill .Tn while hereschwarze2015-09-101-4/+3
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-4/+6
* replace the use of select and hand rolled deferral of signal handlingdlg2014-10-292-210/+75
* jmc@ told me i broke the documentation. inetd doesnt write a pidfile sodlg2014-10-131-6/+2
* dont need to store the same debug flag in two separate variables.dlg2014-10-131-4/+2
* ansi function declarations.dlg2014-10-121-4/+2
* cut out writing a pidfile. rc.d doesnt rely on it, and nor should you.dlg2014-10-122-17/+2
* Convert malloc/memset to calloc, and remove pointless casts while here.lteo2014-06-171-11/+7
* remove references to rshd;jmc2014-04-181-3/+2
* obvious unsigned char casts for ctypederaadt2013-11-231-4/+6
* missing protosderaadt2013-11-121-1/+7
* for datagrams, assume other protocols should failderaadt2013-04-191-3/+3
* handle ECONNABORTED errors from accept(). In many code blocks they can bederaadt2013-03-111-4/+5
* small cleanup(%hd -> %d)gsoares2012-04-191-2/+2
* clean up some newly created lies now that tftpd doesnt run out of inetd.dlg2012-03-061-13/+3
* replace a few remaining UNIX terms with .Ux macros; this diffsobrado2009-12-291-6/+5
* we have closefrom(2), so use it; ok deraadt@ tedu@otto2009-11-021-3/+2
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-12/+1
* Do not use __progname in inetd as it is not portable. Instead hardcode it toclaudio2008-07-281-10/+6
* Use __progname instead of hand rolled version using argv[0].claudio2008-07-271-11/+8
* add an underscore to argument name.sobrado2008-06-282-6/+6
* adderss -> addressmiod2008-06-041-3/+3
* validate argv, okay otto@, henning@espie2008-01-251-2/+7
* remove out of date/irrelevant section of BUGS dealing with ip6;jmc2008-01-061-7/+1
* - document what happens when a service exceeds its max spawn rate. this isjmc2008-01-061-9/+16
* sync usage() w/ SYNOPSIS;jmc2008-01-051-3/+4
* use strcspn to properly overwrite '\n' in fgets returned buffergilles2007-09-111-7/+3
* convert to new .Dd format;jmc2007-05-311-2/+2