Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
(from 1K which a patch in ports/print/ghostscript5 had a line longer than). | |||
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 | |
spools mounted from DOS/Windoze. From Matt Thomas <matt@3am-software.com>. | |||
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 | |
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-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 | |
Adds a new flag to fts(3). | |||
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 | |
range 0..9, changequote(,) is now a synonym for changequote, buffer size for translit() enlarged to handle a full string | |||
1997-08-31 | SIGCHLD cleanup from bde. type fixes, union wait removal, -Wall cleanup, | Theo de Raadt | |
and pid reuse race fixed by me. | |||
1997-08-31 | Kill union wait. | Todd C. Miller | |
1997-08-31 | union wait dies | Theo de Raadt | |
1997-08-31 | solaris changes; beck@obtuse | Theo de Raadt | |
1997-08-30 | s/toinitiate/to initiate/ | kstailey | |
1997-08-30 | minor errors; josh@quick.net | Theo de Raadt | |
1997-08-27 | converted all delimiting spaces to tabs so calendar can grok the entries | Niels Provos | |
1997-08-27 | forgot to correct the birthday of Bach, and Beethoven did not die | Niels Provos | |
on the day he was born ;) | |||
1997-08-27 | added a few dates from freebsd and two years from netbsd, | Niels Provos | |
also added more authors and composers | |||
1997-08-27 | execdir is an extension of course | Theo de Raadt | |
1997-08-26 | Make -t option use a date string like date(1). | Todd C. Miller | |
1997-08-25 | incorrect type for variable; enami@but-b.or.jp | Theo de Raadt | |
1997-08-25 | everywhere i look, bugs pop up... sigh | Theo de Raadt | |
1997-08-25 | dumb fix for dumb users-- ftp's mget now idiot-proofs input! | jkatz | |
1997-08-25 | when getting interrupt, clean up curses only if curses was active | Theo de Raadt | |
1997-08-25 | Xr more | Theo de Raadt | |
1997-08-25 | clean gid too | Theo de Raadt | |
1997-08-25 | August 1997 version of "the one true awk" | kstailey | |
1997-08-25 | require compat opts start with -; bug from kh@mogami-wire.co.jp; fix from ↵ | Theo de Raadt | |
freebsd | |||
1997-08-24 | avoid oflow | Theo de Raadt | |
1997-08-24 | Check for >= UINT_MAX not > UINT_MAX | Todd C. Miller | |
1997-08-24 | 64bit fix wrt strtoul(3). Fix send to Keith. | Todd C. Miller | |
1997-08-24 | Fix compiler warnings. | Todd C. Miller | |
1997-08-24 | 64bit fix: don't mix long & int. | Todd C. Miller | |
1997-08-23 | sync usage() to man | Michael Shalayeff | |
1997-08-23 | Avoid buf oflow. From Warner Losh <imp@rover.village.org> | Todd C. Miller | |
1997-08-22 | Buf oflow fix from Warner Losh <imp@rover.village.org> | Todd C. Miller | |