summaryrefslogtreecommitdiffstats
path: root/atc/struct.h
Commit message (Collapse)AuthorAgeFilesLines
* Make the list of place types an enumeration. Use unsigned values fordholland2014-03-221-5/+12
| | | place numbers.
* use more suitable typesdholland2014-03-221-3/+5
|
* woops, more of previous.dholland2014-03-221-2/+2
|
* Make some things unsigned that should be (why would we need e.g. adholland2014-03-221-4/+4
| | | negative number of airports?) and remove some related bogus casts.
* Increase username length to match modern systems, and create #defines for ajnemeth2006-06-071-2/+4
| | | couple of lengths.
* Move UCB-licensed code from 4-clause to 3-clause licence.agc2003-08-071-6/+2
| | | Patches provided by Joel Baker in PR 22269, verified by myself.
* The patch below improves the security of the game atc(6), by having ithubertf1999-07-171-1/+3
| | | | | | | | | | 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>
* clean up importcgd1995-03-211-4/+5
|
* Add RCS identifiers.mycroft1993-08-011-1/+2
|
* initial import of 386bsd-0.1 sourcescgd1993-03-211-0/+111