Age | Commit message (Expand) | Author |
1997-02-16 | clean | Theo de Raadt |
1997-02-16 | block $ENV too, sigh | Theo de Raadt |
1997-02-14 | #include <string.h> | Niklas Hallqvist |
1997-02-13 | if i find one more little problem, and have to make one more little | Theo de Raadt |
1997-02-13 | option handling is a bitch | Theo de Raadt |
1997-02-13 | ok, i finally learned about struct ipoption | Theo de Raadt |
1997-02-13 | Return idle time of 0, not -1 for users w/o a tty. | Todd C. Miller |
1997-02-12 | fix option argument parsing, nirva@ishiboo.com | Theo de Raadt |
1997-02-09 | save 6% diskspace by moving to tabs | Theo de Raadt |
1997-02-06 | Ok this is to work around a compiler bug in the powerpc port, but | Dale S. Rahn |
1997-02-06 | expand hostname to MAXHOSTNAMELEN | Theo de Raadt |
1997-02-06 | buf oflow | Theo de Raadt |
1997-02-05 | do not warn about valid options; invalid options correctly quit | Theo de Raadt |
1997-02-05 | need not clear options since bad ones cause exit; provos@ws1.physnet.uni-hamb... | Theo de Raadt |
1997-02-05 | IPOPT_LSRR/IPOPT_SSRR must exit() due to tcp sequencing; pointed out by | Theo de Raadt |
1997-01-30 | where did .DESTDIR come from... found by gwen@rtmx.com | Theo de Raadt |
1997-01-23 | crank version number | Theo de Raadt |
1997-01-17 | r?index -> strr?chr | Todd C. Miller |
1997-01-15 | getopt(3) returns -1 when out of args, not EOF, whee! | Todd C. Miller |
1997-01-13 | talk about inetd; kleink@layla.inka.de | Theo de Raadt |
1997-01-05 | Signals are now blocked while ftpd runs with euid 0, as suggested by | bitblt |
1997-01-02 | avoid SIGURG race; dg@root.com | Theo de Raadt |
1997-01-02 | Fix for the shift-reduce conflict, contributed by dholland@hcs.harvard.edu, | bitblt |
1996-12-24 | comment on why this mktemp use is safe | Theo de Raadt |
1996-12-23 | Fix assignment/truth-value compiler warning. | robin |
1996-12-23 | Eliminate assignment/truth-value compiler warning. | robin |
1996-12-23 | Add parentheses to assignment used as truth value to eliminate a compiler | robin |
1996-12-23 | Remove redundant/incorrect switch case label: `def_case' | robin |
1996-12-22 | Deal with _POSIX_SAVED_IDS when relinquishing privileges | Thorsten Lockert |
1996-12-17 | Add traditional handling of all upper-case input | Thorsten Lockert |
1996-12-16 | Implement more tty flags for better portability from other systems: | Thorsten Lockert |
1996-12-16 | strncat like THIS | Theo de Raadt |
1996-12-16 | yet another strncat botch | Theo de Raadt |
1996-12-14 | stop gunique() open/fopen race | Theo de Raadt |
1996-12-14 | solve /tmp-style race spotted by bitblt | Theo de Raadt |
1996-12-10 | "the the" purge | Theo de Raadt |
1996-12-10 | PPP autologin code from freebsd; do not use until pppd has been checked for s... | Theo de Raadt |
1996-12-08 | install -> ${INSTALL}, -c -> ${COPY} | Jason Downs |
1996-12-08 | Add -M. | Jason Downs |
1996-12-07 | Checks to see that strdup() worked, dies with error message on failure. | bitblt |
1996-12-07 | ftpd now eventually times out if a ftp client does: | bitblt |
1996-12-06 | memset | Theo de Raadt |
1996-12-06 | please linux people (why am i doing this?? i need a life) | Theo de Raadt |
1996-12-06 | vfork w/ exit botch | Theo de Raadt |
1996-12-05 | typo | Theo de Raadt |
1996-12-04 | Take advantage of new "-u" flag in login(1). | Todd C. Miller |
1996-12-03 | -A for anon only; from freebsd | Theo de Raadt |
1996-12-03 | \r and \n must be distinguished in some cases (telnet); netbsd pr#2969; | Theo de Raadt |
1996-12-03 | O_TRUNC when needed; freebsd pr#2112 | Theo de Raadt |
1996-11-11 | compile_et belongs in usr.bin | Thorsten Lockert |