Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-07-16 | mention MAIL environment variable | Todd C. Miller | |
1998-07-15 | fullduplex, and UINT | Theo de Raadt | |
1998-07-13 | excessive paranoia | Theo de Raadt | |
1998-07-13 | ftpd: sleep for an indeterminate amount for non-existant logins | Todd C. Miller | |
to simulate a crypt, like login does. Use SEEK_* not L_* and kill some 0L's used in lseek while we're there. | |||
1998-07-13 | Use SEEK_CUR as "whence" in fseek, not 1. | Todd C. Miller | |
1998-07-12 | fix printing glitch | Theo de Raadt | |
1998-07-12 | extend a hostname based buffer. This code is a *NIGHTMARE* | Theo de Raadt | |
1998-07-12 | disable debugging in crontab | Theo de Raadt | |
1998-07-12 | strncpy correctly; remove old code | Theo de Raadt | |
1998-07-12 | document -n | Todd T. Fries | |
1998-07-12 | add no escape option (-n) | Todd T. Fries | |
1998-07-10 | err/warn | Michael Shalayeff | |
1998-07-10 | err/warn | Michael Shalayeff | |
1998-07-10 | err/warn | Michael Shalayeff | |
1998-07-10 | err/warn | Michael Shalayeff | |
1998-07-10 | use err/warn | Michael Shalayeff | |
1998-07-10 | memset and friends | Theo de Raadt | |
1998-07-10 | avoid buf oflows | Theo de Raadt | |
1998-07-10 | do not syslog() with "\n"; skipped smtpd/named/ipmon; 12 minutes of dabbling | Theo de Raadt | |
1998-07-10 | long month names; archie@whistle.com | Theo de Raadt | |
1998-07-09 | user err/warn; some -Wall | Michael Shalayeff | |
1998-07-09 | fix socket printing bug, missed {} | Michael Shalayeff | |
use err/warn everywhere | |||
1998-07-09 | Play CDs with more than 100 tracks | Constantine Sapuntzakis | |
1998-07-09 | Fix for "play" command on CDs whose last table of contents entry is | Constantine Sapuntzakis | |
clipped (for whatever reason). Couple minor bug fixes. Noticed by John Jannotti | |||
1998-07-09 | say "s/key disabled" if skeykeys file does not exist. I thought I committed ↵ | Todd C. Miller | |
this ages ago. | |||
1998-07-09 | use MAXHOSTNAMELEN | Theo de Raadt | |
1998-07-08 | whack kmem gid after kvm_openfiles() | Theo de Raadt | |
1998-07-08 | close(fileno()) inside vfork(); cgd | Theo de Raadt | |
1998-07-08 | use fprintf everytime for consitancy; help !ansi compilers as well | Michael Shalayeff | |
1998-07-07 | add hppa support, fix the comment | Michael Shalayeff | |
1998-07-07 | mk_cmds is not used by anything. bye bye | Artur Grabowski | |
1998-07-07 | remove mk_cmds because noone uses it | Artur Grabowski | |
1998-07-07 | fd_set is not a struct | Artur Grabowski | |
1998-07-06 | revoke privs after open | Theo de Raadt | |
1998-07-06 | kill non-POSIX S_IWRITE | Theo de Raadt | |
1998-07-06 | powerpc uses binutils gprof | Todd C. Miller | |
1998-07-05 | newsalt uses 24-bit count, and not 32-bit | Niels Provos | |
1998-07-05 | No need to call pwcheck() (and hence crypt()) if the user does not | Todd C. Miller | |
exist. The only reason I did that in the first place was to get a fake s/key challenge. Now if the use does not exist we just get the challenge if password was 's/key' else sleep for a bit to make it look like we are doing a crypt(). | |||
1998-07-05 | check kvm_read() better; msaitoh | Theo de Raadt | |
1998-07-04 | enable variable number of rounds for extended crypt, this is the crypt | Niels Provos | |
variant used by BSDI, reminded of this fact by Solar Designer. | |||
1998-07-04 | split dirname and basename man pages; add dirname | Theo de Raadt | |
1998-07-04 | split dirname and basename man pages | Theo de Raadt | |
1998-07-03 | Better fix from Christos: | Todd C. Miller | |
deleting a suffix that has 0 source references causes core-dump. Fix: when an unused suffix gets removed, delete it from the suffix list. There is still, however a duplicate free(), which I work around by passing the Suffix back as a return value to SuffRemove() (it gets set to NULL when the suffix is freed). This is probably not the best way to fix this. | |||
1998-07-02 | Check against suffNull, not the contents of name | Todd C. Miller | |
1998-07-02 | better fix; may be a small memory leak though | Todd C. Miller | |
1998-07-02 | back out last patch; it causes incorrect behavior | Todd C. Miller | |
1998-07-02 | Fix a bug where make gets confused by targets beginning with a period (``.'') | Todd C. Miller | |
and tried to do a suffix conversion, following a NULL pointer in the proccess. Also add some sanity checks so we don't blindly assume strchr returns non-NULL. | |||
1998-07-01 | delete unknown error | Theo de Raadt | |
1998-07-01 | Fix confusing error message | Marc Espie | |
1998-06-29 | make the bootstrap compile on modern compilers | Artur Grabowski | |