Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
1998-06-26 | save_errno | Todd C. Miller | |
1998-06-26 | rdist 6.1.4 + OpenBSD patches + some -Wall | Todd C. Miller | |
1998-06-26 | we have a real paths.h | Todd C. Miller | |
1998-06-26 | we use rcmdsh(3) from libc | Todd C. Miller | |
1998-06-26 | make 'now' work as a timespec | Todd C. Miller | |
1998-06-25 | handle missing swap | Theo de Raadt | |
1998-06-25 | and mailx too.. | Theo de Raadt | |
1998-06-25 | first cut at isofs support | Theo de Raadt | |
1998-06-23 | complain correctly when /var/msgs/bounds does not exist; ↵ | Theo de Raadt | |
fullermd@futuresouth.com | |||
1998-06-23 | Fix snprintf return value usage. | Todd C. Miller | |
1998-06-23 | use sysconf() to get ARG_MAX | Theo de Raadt | |
1998-06-22 | mention that block usage != file size | Todd C. Miller | |
1998-06-21 | Remove the advertising clause in my old license, it impedes free use | Todd C. Miller | |
of the code as a large number of similar clauses makes it impossible to write an ad for a product using the code... | |||
1998-06-15 | use Bx macro for BSD versions | Michael Shalayeff | |
1998-06-15 | add -p opt to usage; form@vs.itam.nsc.ru | Theo de Raadt | |
1998-06-14 | fix gecos subfield description | Theo de Raadt | |
1998-06-13 | lif is BIG_ENDIAN | Michael Shalayeff | |
1998-06-12 | fix vm load display | Marco S Hyman | |
1998-06-12 | back out some signal changes that can cause mail to hang when quitting due ↵ | Todd C. Miller | |
to SIGCHLD blockage | |||
1998-06-12 | Don't call truncate() directly; have rm() do it if we get EPERM on unlink() | Todd C. Miller | |
In popen.c, findchild() may return NULL so catch that case. | |||
1998-06-12 | Properly delete messages that the user has deleted in his/her spool. | Todd C. Miller | |
I fudged up the logic when I replaced an unlink with a truncate. | |||
1998-06-12 | describe bug about faking EOF | David Leonard | |
1998-06-12 | there is no %w format | David Leonard | |
1998-06-12 | make -o semantics obvious | David Leonard | |
1998-06-12 | spelling | David Leonard | |
1998-06-11 | Don't segfault just because a line starts with NUL; ross | Theo de Raadt | |
1998-06-11 | typo; thepish@freebsd.org | Theo de Raadt | |