summaryrefslogtreecommitdiff
path: root/usr.sbin/inetd
AgeCommit message (Collapse)Author
2008-07-28Do not use __progname in inetd as it is not portable. Instead hardcode it toClaudio Jeker
"inetd" in the few locations that print out the program name. requested and OK deraadt@
2008-07-27Use __progname instead of hand rolled version using argv[0].Claudio Jeker
Diff from Gleydson Soares gsoares at gmail dot com OK millert@
2008-06-28add an underscore to argument name.Igor Sobrado
2008-06-04adderss -> addressMiod Vallat
2008-01-25validate argv, okay otto@, henning@Marc Espie
2008-01-06remove out of date/irrelevant section of BUGS dealing with ip6;Jason McIntyre
ok deraadt
2008-01-06- document what happens when a service exceeds its max spawn rate. this isJason McIntyre
based on a diff from reed@netbsd, but i chose a different fix - whilst here, make the descriptions of -R and .max more consistent ok sthen sobrado(in part, at least)
2008-01-05sync usage() w/ SYNOPSIS;Jason McIntyre
2007-09-11use strcspn to properly overwrite '\n' in fgets returned bufferGilles Chehade
ok pyr@, ray@, millert@, moritz@, chl@
2007-05-31convert to new .Dd format;Jason McIntyre
2005-06-02fix some displays;Jason McIntyre
2005-06-02remove references to telnetd(8);Jason McIntyre
ok deraadt@
2005-04-02Create unix domain sockets with permissions 0666, so clients canOtto Moerbeek
actually access it. If you want unix domain sockets that are access restricted, create them in a dir with restrictive permissions. PR 4141. ok deraadt@
2004-09-15if (signalflag) { dowork(); signalflag = 0; } is a race. First clear flag,Otto Moerbeek
then call work(). ok deraadt@
2004-09-14remove gcc specific extensions, and ARGSUSED where usefulTheo de Raadt
2004-09-06Reset signal mask in the rate limiting case; check for interruptedOtto Moerbeek
waits. Fixes zombies getting reaped late and other ignored signals. Reported by mpech@; fix by millert@ with help from me. Commit requested by deraadt@. ok mpech@
2004-07-28Should set user and group on unix domain sockets as reported by Juan Vera.Todd C. Miller
2004-06-30Unbreak unix domain sockets and properly detect and report truncationOtto Moerbeek
of the socket path name. Based on a diff from Juan Vera, with changes by me and millert@. ok millert@ djm@; man page ok jmc@
2004-04-24Don't return NULL in getconfigent() when an unresolvable hostnameTodd C. Miller
or unsupported address family is specified. This simplifies the hostname/address lookup loops and gets rid of the skip label. Found by mpech@. OK deraadt@ and otto@
2004-03-31For non-internal services, if no program arguments are specified useTodd C. Miller
the program's basename as argv[0]. Problem found by mpech@. OK deraadt@ beck@
2004-01-06Fix signal handling when there is an error in inetd.conf. Found byTodd C. Miller
mpech@. OK mpech@ and deraadt@
2003-12-23Remove unnecessary casts (char *).Mike Pechkin
millert@ ok.
2003-10-24dont compare int to NULL, millert@ okAnil Madhavapeddy
2003-10-03exit if no config file; jeffi@rcn.comTheo de Raadt
2003-06-26strict proto cleanupsTheo de Raadt
2003-06-12- section reorderJason McIntyre
- macro fixes - kill whitespace at EOL - new sentence, new line
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2003-04-28advocate posix ":" for user:group. deraadt okJun-ichiro itojun Hagino
2003-04-08identd has been nowait for 5 years nowDavid Krause
reported by Brad Ely <elyb328@apk.net> ok tedu@
2003-02-03typos;Jason McIntyre
ipsecadm(8): examples ho@ help and ok markus@
2003-01-18more typos; jmc@prioris.mini.pw.edu.plTheo de Raadt
2002-11-11Pass gcc -ansi -pedantic; Chad LoderTodd C. Miller
2002-09-06use more socklen_t; pvalchevTheo de Raadt
2002-07-20abort on setusercontext failure; millert okTheo de Raadt
2002-07-15minor tweaksTheo de Raadt
2002-07-15ansiTheo de Raadt
2002-07-04correct udp-from-broadcast check. from <andre@ae-35.com>Jun-ichiro itojun Hagino
2002-06-28minor KNFTheo de Raadt
2002-06-21kill gratuitous hex; millert okTheo de Raadt
2002-06-21o change some 0-2 to *_FILENOTodd C. Miller
o don't #ifdef RLIMIT_NOFILE o dup2() safety o some NULL vs. 0 changes deraadt@ OK
2002-06-07do not respond to udp service if ip_src matches broadcast addr. theo okJun-ichiro itojun Hagino
2002-06-01machtime() is 32bit quantity.Jun-ichiro itojun Hagino
2002-06-01i find more: a stderr print that makes no sense, and a part that wasTheo de Raadt
used by the fake setproctitle. itojun -- your turn.
2002-05-31cleanup socklen_tJun-ichiro itojun Hagino
2002-05-31split out two major function blocks which made the indentation horribleTheo de Raadt
2002-05-31use setproctitle(3). check for IPv6 ftp bounce attack. deraadt okJun-ichiro itojun Hagino
2002-05-30minor KNFTheo de Raadt
2002-05-29more strlcatTheo de Raadt
2002-05-26pid_t cleanupTheo de Raadt
2002-05-22more strcpy/sprintf death; mpech okTheo de Raadt