Age | Commit message (Expand) | Author |
1997-09-16 | Possible buf oflow, from Theo. | Todd C. Miller |
1997-09-16 | small terminals are dumb | Tobias Weingartner |
1997-09-16 | one more strcpy after this | Theo de Raadt |
1997-09-16 | strcpy whacking; ci.c and expand.c need more work | Theo de Raadt |
1997-09-16 | snprintf this thing | Theo de Raadt |
1997-09-15 | Don't do a setlogin() as it affects everything in the session, not | Todd C. Miller |
1997-09-15 | Don't error out if the remote server doesn't support the "MDTM" | Todd C. Miller |
1997-09-14 | .Xr foo #, botches | Theo de Raadt |
1997-09-12 | Kill extra newline in err()/warn(). | Todd C. Miller |
1997-09-12 | s/;;/;/ | Theo de Raadt |
1997-09-11 | oflow, indent | Theo de Raadt |
1997-09-11 | prelim Wall | Theo de Raadt |
1997-09-11 | cleanup -Wall | Theo de Raadt |
1997-09-11 | extra () | Theo de Raadt |
1997-09-11 | extra semi; uninit var | Theo de Raadt |
1997-09-11 | needs unistd.h | Theo de Raadt |
1997-09-11 | fix one warnx, -Wall the rest | Theo de Raadt |
1997-09-11 | - Move `parsed_url' label such that the next statement after the label is | Todd C. Miller |
1997-09-10 | Die union wait die! | Todd C. Miller |
1997-09-10 | remove my debug code, grrrrr | Theo de Raadt |
1997-09-10 | make 'special' array completely dynamic. hence you can now use as many -T | Theo de Raadt |
1997-09-10 | remove \n in errx/err calls | Theo de Raadt |
1997-09-10 | path buf too small; tron@lyssa.owl.de | Theo de Raadt |
1997-09-09 | "last pid" stuff is useless with random pids. | Todd C. Miller |
1997-09-09 | Use kvm_openfiles() not the sunos compat kvm_open(). | Todd C. Miller |
1997-09-09 | use setlogin(2). | Todd C. Miller |
1997-09-08 | Use setlogin(2). | Todd C. Miller |
1997-09-08 | call setlogin(2) | Todd C. Miller |
1997-09-08 | bring 12 hour semantics in line with man page; mikel | Theo de Raadt |
1997-09-08 | fix for sometimes/always ignored status; cato@ulysses.df.lth.se | Theo de Raadt |
1997-09-07 | check for acu type | Niels Provos |
1997-09-07 | fix some spelling errors | Theo de Raadt |
1997-09-06 | I hate static buffer sizes! Prolongue the max length of a line to 8K | Niklas Hallqvist |
1997-09-05 | s/OpenBSD/.Ox/ | kstailey |
1997-09-05 | s/$(CF)/${CF}/ | kstailey |
1997-09-05 | Add commented out support for building with socks5. | Todd C. Miller |
1997-09-05 | getc() -> fgetc() for easy socksification. imp@openbsd.org | Todd C. Miller |
1997-09-04 | Deal with <CR><LF> pairs in mailboxes so we can work with eudora mail | Todd C. Miller |
1997-09-04 | clarify usage of wheel group; twp@tezcat.com | Niels Provos |
1997-09-04 | mention $TMPDIR in man page | Todd C. Miller |
1997-09-04 | Updtaes from NetBSD (lukem) | Todd C. Miller |
1997-09-03 | Brain damage on theo's part. | kstailey |
1997-09-02 | delete adb(1) Xref | kstailey |
1997-09-02 | include files that start with numbers | kstailey |
1997-09-01 | Wall pass, and oflow fix from eivind@bitbox.follo.net | Theo de Raadt |
1997-09-01 | Fix problem with ``find -execdir'' not having the correct initial cwd. | Todd C. Miller |
1997-08-31 | wish i had tested | Theo de Raadt |
1997-08-31 | from jlemon@freebsd; divnum is no longer silently restricted to the | Theo de Raadt |
1997-08-31 | SIGCHLD cleanup from bde. type fixes, union wait removal, -Wall cleanup, | Theo de Raadt |
1997-08-31 | Kill union wait. | Todd C. Miller |