| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove bogus declaration of calloc() that broke the build. Test, folks, | jkh | 1997-09-26 | 1 | -1/+0 |
* | Remove unused file | ache | 1997-09-24 | 1 | -751/+0 |
* | Convert to random() | ache | 1997-09-24 | 1 | -2/+2 |
* | Fix turn right | ache | 1997-09-24 | 1 | -2/+2 |
* | Oops, miss one rand() lcation... | ache | 1997-09-24 | 1 | -1/+1 |
* | Convert to random() | ache | 1997-09-24 | 3 | -9/+7 |
* | Convert to random() and automatically fix bug with RAND_MAX is too large | ache | 1997-09-24 | 2 | -2/+3 |
* | Convert to random() | ache | 1997-09-24 | 2 | -8/+6 |
* | Move under HIDEGAME, add revoke | ache | 1997-09-24 | 2 | -22/+11 |
* | Cleanup | ache | 1997-09-24 | 3 | -3/+4 |
* | Convert to random() | ache | 1997-09-24 | 2 | -4/+4 |
* | Cleanup. | ache | 1997-09-24 | 1 | -2/+4 |
* | Revoke properly by setgid, not by setuid, overlooked in games | ache | 1997-09-24 | 1 | -2/+5 |
* | Remove setuid, priveledges already revoked early in the right way | ache | 1997-09-24 | 1 | -4/+0 |
* | Cleanup. | ache | 1997-09-24 | 1 | -4/+7 |
* | Use include for malloc declaration | ache | 1997-09-24 | 1 | -3/+2 |
* | Fix longstanding bug: it was impossible to save to the same file twice | ache | 1997-09-24 | 1 | -2/+5 |
* | Fix revoke to use setgid instead of setuid,since games uid changed to | ache | 1997-09-24 | 1 | -2/+4 |
* | Revoke privs before shell exit | ache | 1997-09-24 | 4 | -14/+16 |
* | Oops, to many zeroes was in usleep arg | ache | 1997-09-24 | 1 | -1/+1 |
* | Headers cleanup. | ache | 1997-09-24 | 9 | -53/+60 |
* | Remove conflicting malloc declaration | ache | 1997-09-24 | 1 | -1/+0 |
* | Remove setuid, uneeded now | ache | 1997-09-24 | 2 | -2/+0 |
* | Back out all my changes and restore v1.5 because there is no | ache | 1997-09-24 | 1 | -7/+1 |
* | Make hack non-setuid back, it is possible because hackdir hierarchy | ache | 1997-09-24 | 1 | -7/+1 |
* | Includes cleanup | ache | 1997-09-24 | 6 | -18/+27 |
* | Use SUIDGAME hook now | ache | 1997-09-24 | 1 | -4/+2 |
* | Back out previous fix (not work) and add more general SUIDGAME hook instead | ache | 1997-09-24 | 1 | -2/+8 |
* | Since hack suid now, add -fschg to install flags to prevent this | ache | 1997-09-24 | 1 | -0/+1 |
* | Revoke privs once at earlier stage and not mess with setegid in save | ache | 1997-09-24 | 2 | -15/+4 |
* | Simplify revoke | ache | 1997-09-24 | 1 | -1/+0 |
* | Open score file and do revoke as early as possible | ache | 1997-09-24 | 1 | -6/+8 |
* | Simplify revoke | ache | 1997-09-24 | 1 | -1/+0 |
* | Make hack suid "games" (additionly to sgid "games" as run), | ache | 1997-09-24 | 3 | -4/+16 |
* | Allow BINMODE to be overwritted (use ?=) | ache | 1997-09-24 | 1 | -1/+1 |
* | Simplify revoke | ache | 1997-09-24 | 2 | -2/+0 |
* | Do not swap uids on log writting but open it first, then revoke | ache | 1997-09-24 | 1 | -6/+6 |
* | Put comment indicating revoke | ache | 1997-09-24 | 1 | -0/+1 |
* | Simplify revoke | ache | 1997-09-24 | 4 | -4/+0 |
* | Oops, fix my error from prev commit (revoke simplification) | ache | 1997-09-24 | 1 | -1/+1 |
* | Simplify revoke | ache | 1997-09-24 | 1 | -1/+0 |
* | Revoke sgid privs early and not svap uids on saved game at all | ache | 1997-09-24 | 2 | -8/+2 |
* | Cleanup | ache | 1997-09-24 | 1 | -10/+3 |
* | Use srandomdev | ache | 1997-09-24 | 1 | -1/+1 |
* | Use srandomdev | ache | 1997-09-24 | 3 | -15/+14 |
* | Use srandomdev | ache | 1997-09-24 | 4 | -4/+4 |
* | Use srandomdev | ache | 1997-09-24 | 3 | -10/+8 |
* | Use srandomdev() | ache | 1997-09-24 | 1 | -1/+1 |
* | Use srandomdev | ache | 1997-09-24 | 3 | -6/+2 |
* | Use srandomdev | ache | 1997-09-24 | 5 | -6/+8 |