Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
1998-06-08 | use endptr in a strtl() | Todd C. Miller | |
1998-06-08 | Fix some problems noted by lukem@netbsd.org | Todd C. Miller | |
o getopt string is wrong in main(); (missing : after P) o use of vprintf(...) instead of vfprintf(ttyout,...) in ftp.c::command() o missing \n in fputs in cmds.c::status() o should use strtol() instead of atol() o sometimes use 'NULL' instead of 'NUL' (in comments) | |||
1998-06-05 | spelling | Theo de Raadt | |
1998-06-03 | zero sigaction before use | Theo de Raadt | |
1998-06-03 | zero sigaction before use | Theo de Raadt | |
1998-06-02 | no, the code is correct as it is, and you did the wrong thing based on a gcc ↵ | Theo de Raadt | |
warning | |||
1998-06-02 | shut up -Wall | Michael Shalayeff | |
1998-06-02 | Add some more explanatory text. augustss | Niels Provos | |
1998-05-29 | Remove shadow decl. | Jason Downs | |
1998-05-29 | accept spaces in name | Theo de Raadt | |
1998-05-29 | put temp file _PATH_VARTMP | Todd C. Miller | |
1998-05-28 | unlink tmpfile; noted by chris@dqc.org | Theo de Raadt | |