Age | Commit message (Expand) | Author |
2003-07-10 | Prevent getopts from interpreting +X as -X; avoid the need for a hack. | Todd C. Miller |
2003-07-10 | add missing includes | David Krause |
2003-07-09 | Fix double free; eric jackson | Todd C. Miller |
2003-07-09 | minor tweak: when generating the hex fingerprint, give strlcat the full bound... | Anil Madhavapeddy |
2003-07-09 | protos | Theo de Raadt |
2003-07-09 | ans, knf, err and spaces | Michael Shalayeff |
2003-07-09 | Unlink temp file as soon as it is opened and return a FILE * for | Todd C. Miller |
2003-07-09 | Re-implement -l flag; diff -l now works correctly in non-directory | Todd C. Miller |
2003-07-08 | fix pasto in last commit | Todd C. Miller |
2003-07-08 | o Avoid a temp file if using stdin and stdin is redirected from a regular file | Todd C. Miller |
2003-07-08 | pre-xtian common laws of physics | Michael Shalayeff |
2003-07-08 | fix fd closing logicand close in gzopen(); found by wilfried@ and millert@ ok | Michael Shalayeff |
2003-07-07 | protos | Theo de Raadt |
2003-07-07 | fix readlink() usage. | Mike Pechkin |
2003-07-07 | in the unix domain socket case, give an ENAMETOOLONG error instead of | Anil Madhavapeddy |
2003-07-07 | some fixes from Andrey Matveev: | Jason McIntyre |
2003-07-06 | protos | Theo de Raadt |
2003-07-06 | proto into scope | Theo de Raadt |
2003-07-06 | Add -q option from GNU diff | Todd C. Miller |
2003-07-06 | Implement -P from GNU diff (like -N but only for files that are missing | Todd C. Miller |
2003-07-06 | generate protos for functions | Theo de Raadt |
2003-07-06 | Some fairly major changes: | Todd C. Miller |
2003-07-06 | no need to redefine strlcpy here; millert@ ok | Anil Madhavapeddy |
2003-07-06 | Use symbolic constants for output format. | Todd C. Miller |
2003-07-04 | Accept but ignore -h for backwards compat like GNU diff does. | Todd C. Miller |
2003-07-04 | Kill non-standard -l option as discussed with tedu@ | Todd C. Miller |
2003-07-04 | Kill diff -h, we don't use or want diffh. Discussed w/ tedu@ | Todd C. Miller |
2003-07-04 | Some cosmetic fixes: | Todd C. Miller |
2003-07-03 | fix AddressFamily option in config file, from brent@graveland.net; ok markus@ | Damien Miller |
2003-07-03 | protos | Theo de Raadt |
2003-07-02 | protos | Theo de Raadt |
2003-07-02 | ioctlname() proto | Theo de Raadt |
2003-07-02 | convert hostkeyalias to lowercase, otherwise uppercase aliases will | Markus Friedl |
2003-07-02 | proto | Theo de Raadt |
2003-07-02 | diffh belongs in /usr/libexec/ | Todd C. Miller |
2003-07-02 | Treat /dev/null specially; there is no need to make a temp file for it. | Todd C. Miller |
2003-07-02 | (re)add socks5 suppport to -D; ok djm@ | Markus Friedl |
2003-07-02 | deny dynamic forwarding with -R for v1, too; ok djm@ | Markus Friedl |
2003-07-02 | .Cm So . Sc -> .Sq Cm \&. | Jason McIntyre |
2003-07-02 | cleanup | Theo de Raadt |
2003-07-02 | bump randomness of mktemp to from 6 to 10 X's, as recommended by mktemp(3) | Anil Madhavapeddy |
2003-07-02 | comitted->committed | Anil Madhavapeddy |
2003-07-01 | Add support for -a dirs on different filesystems. | Todd C. Miller |
2003-07-01 | update the table contents as well as the table width | Anil Madhavapeddy |
2003-07-01 | rewrite to not use mmap(2). solves a bunch of issues: | Henning Brauer |
2003-07-01 | cosmetic (avoid space before period); ok art | Peter Valchev |
2003-07-01 | - no need for pathnames.h, just use <paths.h> instead | Anil Madhavapeddy |
2003-07-01 | Fix bounds check in the fast grep code that caused an incorrect | Todd C. Miller |
2003-06-30 | Awk first appeared in appeared in Version 7 AT&T UNIX. | Todd C. Miller |
2003-06-30 | Fold trace status into the single hash table that's left. | Marc Espie |