summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
1997-09-16Possible buf oflow, from Theo.Todd C. Miller
1997-09-16small terminals are dumbTobias Weingartner
1997-09-16one more strcpy after thisTheo de Raadt
1997-09-16strcpy whacking; ci.c and expand.c need more workTheo de Raadt
1997-09-16snprintf this thingTheo de Raadt
1997-09-15Don't do a setlogin() as it affects everything in the session, notTodd C. Miller
just that process.
1997-09-15Don't error out if the remote server doesn't support the "MDTM"Todd C. Miller
command. Based on a patch from Martin Fredriksson <martin@netman.se>.
1997-09-14.Xr foo #, botchesTheo de Raadt
1997-09-12Kill extra newline in err()/warn().Todd C. Miller
1997-09-12s/;;/;/Theo de Raadt
1997-09-11oflow, indentTheo de Raadt
1997-09-11prelim WallTheo de Raadt
1997-09-11cleanup -WallTheo de Raadt
1997-09-11extra ()Theo de Raadt
1997-09-11extra semi; uninit varTheo de Raadt
1997-09-11needs unistd.hTheo de Raadt
1997-09-11fix one warnx, -Wall the restTheo de Raadt
1997-09-11- Move `parsed_url' label such that the next statement after the label isTodd C. Miller
not an "else" (which some strict compilers reject). - If getlogin() fails fall back on getpwuid(getuid()).
1997-09-10Die union wait die!Todd C. Miller
1997-09-10remove my debug code, grrrrrTheo de Raadt
1997-09-10make 'special' array completely dynamic. hence you can now use as many -TTheo de Raadt
flags as you want; problem found in netbsd by agc but it isn't really a fix to crank 100 to 1000, you know. I make it dynamic instead.
1997-09-10remove \n in errx/err callsTheo de Raadt
1997-09-10path buf too small; tron@lyssa.owl.deTheo de Raadt
1997-09-09"last pid" stuff is useless with random pids.Todd C. Miller
1997-09-09Use kvm_openfiles() not the sunos compat kvm_open().Todd C. Miller
Use warn/warnx where it makes sense and check some more ret vals.
1997-09-09use setlogin(2).Todd C. Miller
1997-09-08Use setlogin(2).Todd C. Miller
1997-09-08call setlogin(2)Todd C. Miller
1997-09-08bring 12 hour semantics in line with man page; mikelTheo de Raadt
1997-09-08fix for sometimes/always ignored status; cato@ulysses.df.lth.seTheo de Raadt
1997-09-07check for acu typeNiels Provos
1997-09-07fix some spelling errorsTheo de Raadt
1997-09-06I hate static buffer sizes! Prolongue the max length of a line to 8KNiklas Hallqvist
(from 1K which a patch in ports/print/ghostscript5 had a line longer than).
1997-09-05s/OpenBSD/.Ox/kstailey
1997-09-05s/$(CF)/${CF}/kstailey
1997-09-05Add commented out support for building with socks5.Todd C. Miller
1997-09-05getc() -> fgetc() for easy socksification. imp@openbsd.orgTodd C. Miller
1997-09-04Deal with <CR><LF> pairs in mailboxes so we can work with eudora mailTodd C. Miller
spools mounted from DOS/Windoze. From Matt Thomas <matt@3am-software.com>.
1997-09-04clarify usage of wheel group; twp@tezcat.comNiels Provos
1997-09-04mention $TMPDIR in man pageTodd C. Miller
1997-09-04Updtaes from NetBSD (lukem)Todd C. Miller
bugs fixed: * don't interpret '-' or '|' when a local filename is determined from the remote name (i.e, in mget, and in get with only one argument). This is implemented using an extra argument to recvrequest(). Fixes a major security hole. * clean up memory leak when using globulize() * clean up a couple of comments * fix wording in TNF copyright features added: * support for TIS fwtk gate-ftp servers: * read defaults from $FTPSERVER && $FTPSERVERPORT * start in gate-ftp mode if invoked as 'gate-ftp' * toggle or set with 'gate [host [port]]' Other changes: * use symbolic flags in access(2) * Use USHRT_MAX, not 0xffff
1997-09-03Brain damage on theo's part.kstailey
1997-09-02delete adb(1) Xrefkstailey
1997-09-02include files that start with numberskstailey
1997-09-01Wall pass, and oflow fix from eivind@bitbox.follo.netTheo de Raadt
1997-09-01Fix problem with ``find -execdir'' not having the correct initial cwd.Todd C. Miller
Adds a new flag to fts(3).
1997-08-31wish i had testedTheo de Raadt
1997-08-31from jlemon@freebsd; divnum is no longer silently restricted to theTheo de Raadt
range 0..9, changequote(,) is now a synonym for changequote, buffer size for translit() enlarged to handle a full string
1997-08-31SIGCHLD cleanup from bde. type fixes, union wait removal, -Wall cleanup,Theo de Raadt
and pid reuse race fixed by me.
1997-08-31Kill union wait.Todd C. Miller