summaryrefslogtreecommitdiffstats
path: root/usr.sbin/inetd (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* fix some displays;jmc2005-06-021-5/+3
* remove references to telnetd(8);jmc2005-06-021-2/+1
* Create unix domain sockets with permissions 0666, so clients canotto2005-04-021-9/+10
* if (signalflag) { dowork(); signalflag = 0; } is a race. First clear flag,otto2004-09-151-5/+5
* remove gcc specific extensions, and ARGSUSED where usefulderaadt2004-09-141-4/+7
* Reset signal mask in the rate limiting case; check for interruptedotto2004-09-061-5/+9
* Should set user and group on unix domain sockets as reported by Juan Vera.millert2004-07-281-2/+8
* Unbreak unix domain sockets and properly detect and report truncationotto2004-06-302-20/+25
* Don't return NULL in getconfigent() when an unresolvable hostnamemillert2004-04-242-129/+91
* For non-internal services, if no program arguments are specified usemillert2004-03-311-3/+10
* Fix signal handling when there is an error in inetd.conf. Found bymillert2004-01-061-5/+6
* Remove unnecessary casts (char *).mpech2003-12-231-9/+9
* dont compare int to NULL, millert@ okavsm2003-10-241-3/+3
* exit if no config file; jeffi@rcn.comderaadt2003-10-031-5/+6
* strict proto cleanupsderaadt2003-06-261-4/+4
* - section reorderjmc2003-06-121-20/+20
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-023-19/+7
* advocate posix ":" for user:group. deraadt okitojun2003-04-281-3/+3
* identd has been nowait for 5 years nowdavid2003-04-081-3/+1
* typos;jmc2003-02-031-6/+5
* more typos; jmc@prioris.mini.pw.edu.plderaadt2003-01-181-4/+4
* Pass gcc -ansi -pedantic; Chad Lodermillert2002-11-111-4/+4
* use more socklen_t; pvalchevderaadt2002-09-061-5/+7
* abort on setusercontext failure; millert okderaadt2002-07-201-3/+5
* minor tweaksderaadt2002-07-151-4/+5
* ansideraadt2002-07-151-79/+39
* correct udp-from-broadcast check. from <andre@ae-35.com>itojun2002-07-041-3/+3
* minor KNFderaadt2002-06-281-5/+6
* kill gratuitous hex; millert okderaadt2002-06-211-4/+4
* o change some 0-2 to *_FILENOmillert2002-06-211-35/+22
* do not respond to udp service if ip_src matches broadcast addr. theo okitojun2002-06-071-4/+29
* machtime() is 32bit quantity.itojun2002-06-011-6/+6
* i find more: a stderr print that makes no sense, and a part that wasderaadt2002-06-011-30/+15
* cleanup socklen_titojun2002-05-311-5/+5
* split out two major function blocks which made the indentation horriblederaadt2002-05-311-234/+258
* use setproctitle(3). check for IPv6 ftp bounce attack. deraadt okitojun2002-05-311-37/+28
* minor KNFderaadt2002-05-301-28/+28
* more strlcatderaadt2002-05-291-5/+5
* pid_t cleanupderaadt2002-05-261-8/+9
* more strcpy/sprintf death; mpech okderaadt2002-05-221-4/+4
* Kill rlogind and rexecd Xr's and add Xr's for things we actually use.millert2002-05-061-3/+3
* kill more registers.mpech2002-03-141-19/+19
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-37/+37
* Fix SIGTERM handling; deraadt@ okmillert2002-02-101-3/+3
* remove last signal racederaadt2001-11-051-17/+26
* Replace the deprecated BSD sigsetmask/sigblock/sigpause functions with their POSIX counterparts.millert2001-09-041-27/+34
* doreap() needn't preserve errno, since it's not a signal handler.pjanzen2001-09-031-4/+3
* ftp-proxybeck2001-08-221-1/+2
* cleanup; itojun & jasonideraadt2001-07-041-8/+4
* break out of loop if a flag is set; ok deraadt@danh2001-03-151-3/+6