aboutsummaryrefslogtreecommitdiff
path: root/games
Commit message (Expand)AuthorAgeFilesLines
* Move under HIDEGAME, add revokeAndrey A. Chernov1997-09-242-22/+11
* CleanupAndrey A. Chernov1997-09-243-3/+4
* Convert to random()Andrey A. Chernov1997-09-242-4/+4
* Cleanup.Andrey A. Chernov1997-09-241-2/+4
* Revoke properly by setgid, not by setuid, overlooked in gamesAndrey A. Chernov1997-09-241-2/+5
* Remove setuid, priveledges already revoked early in the right wayAndrey A. Chernov1997-09-241-4/+0
* Cleanup.Andrey A. Chernov1997-09-241-4/+7
* Use include for malloc declarationAndrey A. Chernov1997-09-241-3/+2
* Fix longstanding bug: it was impossible to save to the same file twiceAndrey A. Chernov1997-09-241-2/+5
* Fix revoke to use setgid instead of setuid,since games uid changed toAndrey A. Chernov1997-09-241-2/+4
* Revoke privs before shell exitAndrey A. Chernov1997-09-244-14/+16
* Oops, to many zeroes was in usleep argAndrey A. Chernov1997-09-241-1/+1
* Headers cleanup.Andrey A. Chernov1997-09-249-53/+60
* Remove conflicting malloc declarationAndrey A. Chernov1997-09-241-1/+0
* Remove setuid, uneeded nowAndrey A. Chernov1997-09-242-2/+0
* Back out all my changes and restore v1.5 because there is noAndrey A. Chernov1997-09-241-7/+1
* Make hack non-setuid back, it is possible because hackdir hierarchyAndrey A. Chernov1997-09-241-7/+1
* Includes cleanupAndrey A. Chernov1997-09-246-18/+27
* Use SUIDGAME hook nowAndrey A. Chernov1997-09-241-4/+2
* Back out previous fix (not work) and add more general SUIDGAME hook insteadAndrey A. Chernov1997-09-241-2/+8
* Since hack suid now, add -fschg to install flags to prevent thisAndrey A. Chernov1997-09-241-0/+1
* Revoke privs once at earlier stage and not mess with setegid in saveAndrey A. Chernov1997-09-242-15/+4
* Simplify revokeAndrey A. Chernov1997-09-241-1/+0
* Open score file and do revoke as early as possibleAndrey A. Chernov1997-09-241-6/+8
* Simplify revokeAndrey A. Chernov1997-09-241-1/+0
* Make hack suid "games" (additionly to sgid "games" as run),Andrey A. Chernov1997-09-243-4/+16
* Allow BINMODE to be overwritted (use ?=)Andrey A. Chernov1997-09-241-1/+1
* Simplify revokeAndrey A. Chernov1997-09-242-2/+0
* Do not swap uids on log writting but open it first, then revokeAndrey A. Chernov1997-09-241-6/+6
* Put comment indicating revokeAndrey A. Chernov1997-09-241-0/+1
* Simplify revokeAndrey A. Chernov1997-09-244-4/+0
* Oops, fix my error from prev commit (revoke simplification)Andrey A. Chernov1997-09-241-1/+1
* Simplify revokeAndrey A. Chernov1997-09-241-1/+0
* Revoke sgid privs early and not svap uids on saved game at allAndrey A. Chernov1997-09-242-8/+2
* CleanupAndrey A. Chernov1997-09-241-10/+3
* Use srandomdevAndrey A. Chernov1997-09-241-1/+1
* Use srandomdevAndrey A. Chernov1997-09-243-15/+14
* Use srandomdevAndrey A. Chernov1997-09-244-4/+4
* Use srandomdevAndrey A. Chernov1997-09-243-10/+8
* Use srandomdev()Andrey A. Chernov1997-09-241-1/+1
* Use srandomdevAndrey A. Chernov1997-09-243-6/+2
* Use srandomdevAndrey A. Chernov1997-09-245-6/+8
* Beforeinstall logfile to prevent it owned by first user who run the gameAndrey A. Chernov1997-09-241-0/+4
* Beforeinstall scorefile to prevent it owned by first user whoAndrey A. Chernov1997-09-241-0/+2
* Beforeinstall scorefile to prevent it owned by first who run the gameAndrey A. Chernov1997-09-241-0/+4
* Installed scenarios was unreadable with change games uid->gid, fix itAndrey A. Chernov1997-09-244-15/+13
* Pre-create score file to prevent it owned by first user who runAndrey A. Chernov1997-09-243-6/+8
* Beforeinstall scores and log file to prevent them owned byAndrey A. Chernov1997-09-242-7/+13
* Install scorefile as group games writeableAndrey A. Chernov1997-09-242-5/+1
* Beforeinstall log and score files to prevent owning of them by firstAndrey A. Chernov1997-09-243-1/+9