summaryrefslogtreecommitdiffstats
path: root/atc/log.c
Commit message (Collapse)AuthorAgeFilesLines
* This patch marks unused parameters in atc(6) as such.hubertf1999-07-251-3/+3
| | | Patch submitted in PR 8058 by Joseph Myers <jsm28@cam.ac.uk>
* The patch below improves the security of the game atc(6), by having ithubertf1999-07-171-25/+63
| | | | | | | | | | open the score file at the start and then drop all setgid privileges while keeping a (close-on-exec) file descriptor open to it. In order to allow this the static data files have to be made world readable. In addition a potential buffer overrun with corrupted score files is avoided by more careful use of scanf (note that SCORE_SCANF_FMT is defined alongside the definition of the relevant structure). Submitted in PR 8015 by Joseph Myers <jsm28@cam.ac.uk>
* constify, per PR 6150 by Joseph Myers <jsm28@cam.ac.uk>hubertf1998-11-101-6/+6
|
* Log hostname, not OS - PR 5831 by Joseph Myers <jsm28@cam.ac.uk>hubertf1998-07-241-3/+3
|
* use warn instead of perror/fprintf/...lukem1997-10-111-5/+5
|
* WARNSifylukem1997-10-101-19/+27
|
* bfunctions -> memfunctionstls1997-01-131-9/+9
|
* clean up importcgd1995-03-211-4/+9
|
* Add RCS identifiers.mycroft1993-08-011-1/+2
|
* initial import of 386bsd-0.1 sourcescgd1993-03-211-0/+247