Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove bogus declaration of calloc() that broke the build. Test, folks, | jkh | 1997-09-26 | 1 | -1/+0 |
| | | | | test! | ||||
* | 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 |
| | | | | Submitted by: "Klaus-J. Wolf" <Yanestra@t-online.de> | ||||
* | 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 Convert to random() | ||||
* | Cleanup | ache | 1997-09-24 | 3 | -3/+4 |
| | | | | Convert to random() | ||||
* | Convert to random() | ache | 1997-09-24 | 2 | -4/+4 |
| | | | | Cleanup | ||||
* | Cleanup. | ache | 1997-09-24 | 1 | -2/+4 |
| | | | | Convert to random() | ||||
* | Revoke properly by setgid, not by setuid, overlooked in games | ache | 1997-09-24 | 1 | -2/+5 |
| | | | | uid->gid change | ||||
* | 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 |
| | | | | Initialize random | ||||
* | 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 |
| | | | | since it was deleted on exit. | ||||
* | Fix revoke to use setgid instead of setuid,since games uid changed to | ache | 1997-09-24 | 1 | -2/+4 |
| | | | | gid and this place overlooked | ||||
* | Revoke privs before shell exit | ache | 1997-09-24 | 4 | -14/+16 |
| | | | | | | | Includes cleanup Use getlogin() Fix names in FILES section Convert to random() | ||||
* | Oops, to many zeroes was in usleep arg | ache | 1997-09-24 | 1 | -1/+1 |
| | |||||
* | Headers cleanup. | ache | 1997-09-24 | 9 | -53/+60 |
| | | | | | | | Add revoke before shell exit. Fix mail sending procedure. Convert to random() Implement nap. | ||||
* | 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 |
| | | | | setuid games now, hack problem fixed differently by hackdir permissions | ||||
* | Make hack non-setuid back, it is possible because hackdir hierarchy | ache | 1997-09-24 | 1 | -7/+1 |
| | | | | are not more readable/writeable by anyone except "games" group | ||||
* | Includes cleanup | ache | 1997-09-24 | 6 | -18/+27 |
| | | | | | | | | | Fix nonull flag detecting from termcap Use usleep to handle nonull case Prevent overflow on genocided getenv Install most files not owned by games.games to prevent data modifications Fix path for gethdate() | ||||
* | 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 |
| | | | | binary to be overwritted | ||||
* | Revoke privs once at earlier stage and not mess with setegid in save | ache | 1997-09-24 | 2 | -15/+4 |
| | | | | | Fix save: missing creation modes arg and wrong symlink test Small C cleanup | ||||
* | 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 |
| | | | | | | | | it is needed for savegames and bones, they intendent to not be altered by user and can't be pre-created as scorefile. Clear savegames on install: target too, not only bones Install rumors not readable by all. Cleanup includes a little. | ||||
* | 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 |
| | | | | Simplify revoke | ||||
* | 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 |
| | | | | | Simplify revoke: only sgid needed to be revoked Use srandomdev | ||||
* | Use srandomdev | ache | 1997-09-24 | 1 | -1/+1 |
| | |||||
* | Use srandomdev | ache | 1997-09-24 | 3 | -15/+14 |
| | | | | Cleanup | ||||
* | 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 |
| |