Age | Commit message (Expand) | Author |
1996-08-14 | Add mailstats.8; John M Vinopal, NetBSD PR#2697. | Jason Downs |
1996-08-13 | More fixes from theo. | Todd C. Miller |
1996-08-13 | fix possible buff oflow | Todd C. Miller |
1996-08-13 | do not play with the dog; messed up socket type | Theo de Raadt |
1996-08-13 | indent | Theo de Raadt |
1996-08-13 | gone long ago | Theo de Raadt |
1996-08-12 | cleanup protos and such | Theo de Raadt |
1996-08-11 | fix doc order of setgid/initgroups/setuid | Theo de Raadt |
1996-08-11 | There are disk devicenames wider than three chars | Niklas Hallqvist |
1996-08-10 | protos in scope | Theo de Raadt |
1996-08-10 | call bindresvport() instead of faking it badly | Theo de Raadt |
1996-08-08 | length arg goes last. | Todd C. Miller |
1996-08-08 | Make {,f}chown(2) behaviour POSIX.1 compliant with SUID / SGID files | Thorsten Lockert |
1996-08-07 | setlogin(username) | Theo de Raadt |
1996-08-07 | buf oflow, nice error message; from freebsd | Theo de Raadt |
1996-08-07 | ftp bounce protection | Theo de Raadt |
1996-08-05 | avoid buf overflow | Theo de Raadt |
1996-08-05 | bigger buffer | Theo de Raadt |
1996-08-05 | fix id | Theo de Raadt |
1996-08-05 | no oflow of loginname | Theo de Raadt |
1996-08-05 | waldorf has procmail | Niklas Hallqvist |
1996-08-04 | use rresvport() instead.. it is even better | Theo de Raadt |
1996-08-04 | bzero sin, bindresvport | Theo de Raadt |
1996-08-04 | bzero sin, bindresvport | Theo de Raadt |
1996-08-02 | merge freebsd setlogin/setsid changes | Theo de Raadt |
1996-08-02 | indent | Theo de Raadt |
1996-08-02 | after rpc bind, getpeername() to update sin_port | Theo de Raadt |
1996-08-02 | document -d flag | Todd C. Miller |
1996-07-31 | comment an #endif | Theo de Raadt |
1996-07-31 | zmagic/qmagic has kernel offset problem; netbsd pr#2665, leo@marco.de. | Theo de Raadt |
1996-07-31 | inet_ntoa called wrong | Theo de Raadt |
1996-07-31 | proto throughout | Theo de Raadt |
1996-07-30 | bzzt, need finet for outgoing as well | Theo de Raadt |
1996-07-30 | fix usage message | Theo de Raadt |
1996-07-29 | udp spam on 6667 | Theo de Raadt |
1996-07-29 | check callit() stuff like portmap5 does (ugh) | Theo de Raadt |
1996-07-29 | fix a few typos in error messages; from freebsd | Theo de Raadt |
1996-07-29 | careful of bad addr/port in dgram services | Theo de Raadt |
1996-07-29 | -Wall clean; careful buffer usage | Theo de Raadt |
1996-07-29 | Zero out the port for RPC services; let bind() find one. | Jason Downs |
1996-07-29 | from port 20, do not leak an fd | Theo de Raadt |
1996-07-28 | FreeBSD PR#1182: fix date wtmp log entries. | Jason Downs |
1996-07-28 | arthur (in)dent | Theo de Raadt |
1996-07-28 | Do not allow hosts to connect to servers from | joshd |
1996-07-27 | pass a minimal environment ($PATH) | Theo de Raadt |
1996-07-27 | typo | Theo de Raadt |
1996-07-27 | versatile baud rates; from netbsd | Theo de Raadt |
1996-07-27 | snprintf some more; also change -s to -u (-u is insecure mode, opens udp port) | Theo de Raadt |
1996-07-26 | Same as last commit, use snprintf, not sprintf | joshd |
1996-07-26 | should not use sprintf unless input strings are of known value | joshd |