summaryrefslogtreecommitdiff
path: root/usr.sbin/inetd/inetd.c
AgeCommit message (Expand)Author
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-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-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
2001-01-29mark signal racesTheo de Raadt
2001-01-29do not _exit() in fork()'d childTheo de Raadt
2001-01-29do not exit(-1)Theo de Raadt
2001-01-29use _exit() in signal handlerTheo de Raadt
2001-01-17use sig_atomic_tTheo de Raadt
2001-01-16check flags every loop, not just on EINTRTheo de Raadt
2001-01-12un-race three signal handlers, and fix the fd_set overflow gunkTheo de Raadt
2000-11-21bye bye MULOG. code that is easy to read, is code that is easy to auditTheo de Raadt
2000-11-09typoTheo de Raadt
2000-08-22If a user is specified in inetd.conf, set the LOGIN_SETGROUP flag tooTodd C. Miller
2000-08-20Add calls to setusercontext() and login_get*(). We basically callTodd C. Miller
2000-08-03udp source validation: drop v4 mapped altogether.Jun-ichiro itojun Hagino
2000-08-01unused variableJun-ichiro itojun Hagino
2000-08-01be more paranoid about UDP-based echo services validation. namely,Jun-ichiro itojun Hagino
2000-08-01for datagram services, support IPv6.Jun-ichiro itojun Hagino
2000-07-08handle IPv6 address in first element.Jun-ichiro itojun Hagino
2000-06-19honor scopeid when compare ipv6 addrsJun-ichiro itojun Hagino
2000-03-04handle corrupt inetd.conf files better; sdb@ssr.comTheo de Raadt
2000-02-01no need to extern int errno if errno.h is includedTheo de Raadt
1999-12-10indentTheo de Raadt
1999-12-10repair various bugs in -d modeTheo de Raadt
1999-12-08IPv6/v4 inetd(8) from KAME. now you can test ftp over IPv6.Jun-ichiro itojun Hagino
1999-02-24fix -R option; hughTheo de Raadt
1999-01-04PIDs does not always fit in shortNiklas Hallqvist
1998-12-04support user.group or user:group, per chown(8)Theo de Raadt
1998-11-21missing \nTheo de Raadt