| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix srandom arg type accodring to Lite2 | ache | 1997-03-11 | 1 | -1/+1 |
* | Fix srandom arg type according to Lite2 | ache | 1997-03-11 | 1 | -1/+1 |
* | Make /dev/urandom fd static, or it pick up random descriptor | ache | 1997-03-08 | 1 | -1/+1 |
* | Back out MAXLOGNAME fix, Bruce points that copyinstr require NUL | ache | 1997-03-03 | 1 | -1/+1 |
* | Add +1 to NUL terminate after MAXLOGNAME | ache | 1997-03-02 | 1 | -1/+1 |
* | Actually remove sys/time.h hack; fix typo. | eivind | 1997-02-26 | 2 | -9/+1 |
* | Allow fortune to use /dev/urandom if available to obtain its random | mpp | 1997-02-23 | 1 | -6/+37 |
* | Fix sizeof/strlen typo and limit scanf length. | eivind | 1997-02-23 | 1 | -2/+2 |
* | Add setuid() before running the pager - from the code audit. | eivind | 1997-02-23 | 1 | -0/+4 |
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 7 | -7/+7 |
* | #include <string.h> to help silence -Wall. | mpp | 1997-02-20 | 1 | -0/+1 |
* | Remove buffer overflow and tempfile race, remove <sys/time.h> hack (and | eivind | 1997-02-20 | 14 | -87/+122 |
* | List -h option also in the SYNOPSIS line. | max | 1997-02-15 | 1 | -1/+1 |
* | Added an option `-h' which gives you usage info. | max | 1997-02-15 | 2 | -10/+18 |
* | Make the description of command-line args match the reality. | max | 1997-02-11 | 1 | -21/+15 |
* | Buffer overflow from OpenBSD | imp | 1997-02-09 | 1 | -10/+10 |
* | 444 -> ${NOBINMODE} | wosch | 1997-02-09 | 10 | -18/+19 |
* | $* -> "$@" | wosch | 1997-02-09 | 1 | -1/+1 |
* | The fact that people can't put the proper source on Kierkegaards | phk | 1997-02-03 | 2 | -3/+4 |
* | Instead of swapping ruid and euid before and after touching user's file, | max | 1997-02-01 | 3 | -4/+12 |
* | Include string.h for prototype of strdup(). | max | 1997-02-01 | 2 | -0/+2 |
* | Style police: | max | 1997-01-31 | 3 | -11/+11 |
* | Better handling of command-line argument: | max | 1997-01-30 | 5 | -45/+48 |
* | Oops, setreuid() also needed before and after opening/closing the recover file | max | 1997-01-30 | 1 | -0/+2 |
* | Do getreuid(geteuid(), getuid()) before opening file to save the game and | max | 1997-01-30 | 1 | -0/+2 |
* | Correct some grammar. Closes PR# 2520. | mpp | 1997-01-26 | 1 | -2/+2 |
* | Fix typo in instruction message. | max | 1997-01-23 | 1 | -2/+2 |
* | When calling recover() from getarg(), also check to see if the first | max | 1997-01-23 | 1 | -1/+1 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 7 | -7/+7 |
* | Fix some typos and remove a couple of duplicate | mpp | 1997-01-08 | 2 | -24/+2 |
* | Use ${COPY} instead of -c for installing non-source files. | bde | 1997-01-01 | 1 | -8/+8 |
* | comma police for section SEE ALSO | wosch | 1996-12-22 | 1 | -1/+2 |
* | Correct the location of the trek documentation in the | mpp | 1996-12-14 | 1 | -1/+1 |
* | Fixed extra columns in output for input lines with leading spaces. | bde | 1996-12-13 | 1 | -1/+3 |
* | Made `setup' depend on libraries. | bde | 1996-12-13 | 1 | -1/+1 |
* | Fixed missing declaration of malloc(). | bde | 1996-12-13 | 1 | -1/+2 |
* | Hack around misuse of reserved names `clock' and and `time' in a different | bde | 1996-12-13 | 1 | -4/+6 |
* | Remove bogus declaration of malloc(). Closes PR#2197 | jkh | 1996-12-13 | 1 | -1/+0 |
* | Fix minor typo/grammatical error | gpalmer | 1996-11-22 | 1 | -1/+1 |
* | If not on a tty, don't do "--more--" processing. Someday, I will get | jkh | 1996-11-07 | 1 | -0/+2 |
* | Uncomment static from collate_range_cmp, no more in locale.h | ache | 1996-10-31 | 1 | -1/+1 |
* | Replace collate_range_cmp call with its code | ache | 1996-10-31 | 1 | -0/+17 |
* | Install the rumors file. | jkh | 1996-10-19 | 1 | -0/+2 |
* | Set the effective user id to that of the real user id when | alex | 1996-10-15 | 1 | -0/+13 |
* | delete doubled words, e.g.: "the the" -> "the" | wosch | 1996-10-05 | 2 | -2/+5 |
* | Eliminated includes of the "temporary" backwards compatibility header | bde | 1996-09-24 | 1 | -6/+2 |
* | Fixed annoying non-null output for `make depend'. SRCS should only | bde | 1996-09-22 | 1 | -4/+4 |
* | Fixed DPADD. | bde | 1996-09-05 | 2 | -2/+2 |
* | Convert to newly aded collate compare function | ache | 1996-08-12 | 1 | -32/+3 |
* | Pick collate info too | ache | 1996-08-12 | 1 | -1/+1 |