summaryrefslogtreecommitdiff
path: root/usr.sbin/inetd
AgeCommit message (Expand)Author
2009-12-29replace a few remaining UNIX terms with .Ux macros; this diffIgor Sobrado
2009-11-02we have closefrom(2), so use it; ok deraadt@ tedu@Otto Moerbeek
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2008-07-28Do not use __progname in inetd as it is not portable. Instead hardcode it toClaudio Jeker
2008-07-27Use __progname instead of hand rolled version using argv[0].Claudio Jeker
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
2008-01-06- document what happens when a service exceeds its max spawn rate. this isJason McIntyre
2008-01-05sync usage() w/ SYNOPSIS;Jason McIntyre
2007-09-11use strcspn to properly overwrite '\n' in fgets returned bufferGilles Chehade
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
2005-04-02Create unix domain sockets with permissions 0666, so clients canOtto Moerbeek
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