summaryrefslogtreecommitdiff
path: root/usr.sbin/inetd
AgeCommit message (Expand)Author
2004-09-15if (signalflag) { dowork(); signalflag = 0; } is a race. First clear flag,Otto Moerbeek
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
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
2004-04-24Don't return NULL in getconfigent() when an unresolvable hostnameTodd C. Miller
2004-03-31For non-internal services, if no program arguments are specified useTodd C. Miller
2004-01-06Fix signal handling when there is an error in inetd.conf. Found byTodd C. Miller
2003-12-23Remove unnecessary casts (char *).Mike Pechkin
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
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-04-28advocate posix ":" for user:group. deraadt okJun-ichiro itojun Hagino
2003-04-08identd has been nowait for 5 years nowDavid Krause
2003-02-03typos;Jason McIntyre
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
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
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
2002-05-06Kill rlogind and rexecd Xr's and add Xr's for things we actually use.Todd C. Miller
2002-03-14kill more registers.Mike Pechkin
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2002-02-10Fix SIGTERM handling; deraadt@ okTodd C. Miller
2001-11-05remove last signal raceTheo de Raadt
2001-09-04Replace the deprecated BSD sigsetmask/sigblock/sigpause functions with their ...Todd C. Miller
2001-09-03doreap() needn't preserve errno, since it's not a signal handler.Paul Janzen
2001-08-22ftp-proxyBob Beck
2001-07-04cleanup; itojun & jasoniTheo de Raadt
2001-03-15break out of loop if a flag is set; ok deraadt@Dan Harnett
2001-03-15spin even cheaperTheo de Raadt
2001-03-15check all flags before loopingTheo de Raadt
2001-01-30check for invalid [.max] fieldsTheo de Raadt