Age | Commit message (Expand) | Author |
---|---|---|
2015-10-02 | avoid sys/param.h, by using PATH_MAX | Theo de Raadt |
2015-08-22 | Remove all duplicate prototypes for *_main functions (these are already | Joel Sing |
2015-07-19 | Fix coverity 105339, by correctly checking return from strtoll | Bob Beck |
2015-03-05 | subtraction is not comparison. the difference of two longs is not good | Ted Unangst |
2015-02-25 | No need to use O_DIRECTORY when opening ".", O_RDONLY will suffice. | Todd C. Miller |
2015-02-25 | Avoid NULL pointer deref in hashinfo_free() when calling from error paths. | Doug Hogan |
2015-02-22 | While slick, this isn't accessing multiple directories concurrently, so | Philip Guenther |
2015-02-18 | fix coverity 105350 and 10345 | Bob Beck |
2015-02-12 | qsort() compare functions MUST use memcmp() instead of bcmp() to have | Philip Guenther |
2015-02-12 | swap limits.h for sys/limits.h | Brent Cook |
2015-02-10 | Introduce an openssl(1) certhash command. | Joel Sing |