summaryrefslogtreecommitdiff
path: root/usr.sbin/inetd
AgeCommit message (Expand)Author
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
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-29max actually defaults to 256, not 40Theo 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-10-23Use the standard option descriptions introduction.Aaron Campbell
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-06-14clarify tcp4/tcp6 interaction.Jun-ichiro itojun Hagino
2000-04-15Mostly punctuation fixes.Aaron Campbell
2000-04-12Trailing whitespace begone!Aaron Campbell
2000-03-31install inetd.conf(5) here insteadTheo de Raadt
2000-03-19Remove hard sentence breaks. Add $OpenBSD$ tags where appropriate. Some otherAaron Campbell
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-09-23Typo fixes.Alex Feldman
1999-06-05remove trailing whitespace, some Nm cleanupAaron Campbell
1999-05-23remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonAaron Campbell
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
1998-11-19catch extra junk at the end of the numbersTheo de Raadt
1998-11-18correct strtol() mess around rpc version numbersTheo de Raadt
1998-11-08usr.sbin/ man page repairs, a-iAaron Campbell