Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-07-04 | cleanup; itojun & jasoni | Theo de Raadt | |
2001-03-15 | break out of loop if a flag is set; ok deraadt@ | Dan Harnett | |
2001-03-15 | spin even cheaper | Theo de Raadt | |
2001-03-15 | check all flags before looping | Theo de Raadt | |
2001-01-30 | check for invalid [.max] fields | Theo de Raadt | |
2001-01-29 | mark signal races | Theo de Raadt | |
2001-01-29 | do not _exit() in fork()'d child | Theo de Raadt | |
2001-01-29 | do not exit(-1) | Theo de Raadt | |
2001-01-29 | max actually defaults to 256, not 40 | Theo de Raadt | |
2001-01-29 | use _exit() in signal handler | Theo de Raadt | |
2001-01-17 | use sig_atomic_t | Theo de Raadt | |
2001-01-16 | check flags every loop, not just on EINTR | Theo de Raadt | |
2001-01-12 | un-race three signal handlers, and fix the fd_set overflow gunk | Theo de Raadt | |
2000-11-21 | bye bye MULOG. code that is easy to read, is code that is easy to audit | Theo de Raadt | |
2000-11-09 | typo | Theo de Raadt | |
2000-10-23 | Use the standard option descriptions introduction. | Aaron Campbell | |
2000-08-22 | If a user is specified in inetd.conf, set the LOGIN_SETGROUP flag too | Todd C. Miller | |
since setting user implies setting default groups for that user. Porblem noted by sigh@kuzirabekon.econ.nagasaki-u.ac.jp. | |||
2000-08-20 | Add calls to setusercontext() and login_get*(). We basically call | Todd C. Miller | |
setusercontext() in most places where previously we did a setlogin(). Add default login.conf file and put root in the "daemon" login class. | |||
2000-08-03 | udp source validation: drop v4 mapped altogether. | Jun-ichiro itojun Hagino | |
2000-08-01 | unused variable | Jun-ichiro itojun Hagino | |
2000-08-01 | be more paranoid about UDP-based echo services validation. namely, | Jun-ichiro itojun Hagino | |
reject the following sources: 0.0.0.0/8 127.0.0.0/8 240.0.0.0/4 255.0.0.0/8 ff00::/8 ::/128 ::ffff:0.0.0.0/96 and ::0.0.0.0/96 obeys IPv4 rule. reserved port, or NFS port. hint from deraadt. | |||
2000-08-01 | for datagram services, support IPv6. | Jun-ichiro itojun Hagino | |
2000-07-08 | handle IPv6 address in first element. | Jun-ichiro itojun Hagino | |
permit square bracket notation in first element of inetd.conf, like RFC2732. otherwise colon is slightly ambiguous. sync with kame. [::1]:ftp stream tcp6 nowait root /usr/libexec/ftpd ftpd -US -h | |||
2000-06-19 | honor scopeid when compare ipv6 addrs | Jun-ichiro itojun Hagino | |
2000-06-14 | clarify tcp4/tcp6 interaction. | Jun-ichiro itojun Hagino | |
2000-04-15 | Mostly punctuation fixes. | Aaron Campbell | |
2000-04-12 | Trailing whitespace begone! | Aaron Campbell | |
2000-03-31 | install inetd.conf(5) here instead | Theo de Raadt | |
2000-03-19 | Remove hard sentence breaks. Add $OpenBSD$ tags where appropriate. Some other | Aaron Campbell | |
cleanup along the way. | |||
2000-03-04 | handle corrupt inetd.conf files better; sdb@ssr.com | Theo de Raadt | |
2000-02-01 | no need to extern int errno if errno.h is included | Theo de Raadt | |
1999-12-10 | indent | Theo de Raadt | |
1999-12-10 | repair various bugs in -d mode | Theo de Raadt | |
1999-12-08 | IPv6/v4 inetd(8) from KAME. now you can test ftp over IPv6. | Jun-ichiro itojun Hagino | |
1999-09-23 | Typo fixes. | Alex Feldman | |
1999-06-05 | remove trailing whitespace, some Nm cleanup | Aaron Campbell | |
1999-05-23 | remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common | Aaron Campbell | |
is used instead; kwesterback@home.com | |||
1999-02-24 | fix -R option; hugh | Theo de Raadt | |
1999-01-04 | PIDs does not always fit in short | Niklas Hallqvist | |
1998-12-04 | support user.group or user:group, per chown(8) | Theo de Raadt | |
1998-11-21 | missing \n | Theo de Raadt | |
1998-11-19 | catch extra junk at the end of the numbers | Theo de Raadt | |
1998-11-18 | correct strtol() mess around rpc version numbers | Theo de Raadt | |
1998-11-08 | usr.sbin/ man page repairs, a-i | Aaron Campbell | |
1998-10-28 | fix ? usage handling; route@resentment.infonexus.com | Theo de Raadt | |
1998-07-15 | close fd leak; jeff@FORYS.CRANBURY.NJ.US | Theo de Raadt | |
1998-07-13 | ftpd: sleep for an indeterminate amount for non-existant logins | Todd C. Miller | |
to simulate a crypt, like login does. Use SEEK_* not L_* and kill some 0L's used in lseek while we're there. | |||
1998-06-03 | use sigsetops, and do cross-block signal handlers | Theo de Raadt | |
1998-03-12 | unblock SIGPIPE before execv(); chuck. | Theo de Raadt | |
convert to sigaction(); deraadt. | |||
1998-02-24 | udp time may be contacted at dynamic reserved | Theo de Raadt | |