aboutsummaryrefslogtreecommitdiff
path: root/games
Commit message (Expand)AuthorAgeFilesLines
* Fixed long lines in install rule. Fixed other bogons while I was here:Bruce Evans1998-01-161-19/+12
* spelling error.Poul-Henning Kamp1998-01-151-1/+1
* Avoid fclose(NULL).Warner Losh1998-01-071-4/+16
* Fix phantasia.Eivind Eklund1998-01-051-8/+8
* Remove bogus declaration of calloc() that broke the build. Test, folks,Jordan K. Hubbard1997-09-261-1/+0
* Remove unused fileAndrey A. Chernov1997-09-241-751/+0
* Convert to random()Andrey A. Chernov1997-09-241-2/+2
* Fix turn rightAndrey A. Chernov1997-09-241-2/+2
* Oops, miss one rand() lcation...Andrey A. Chernov1997-09-241-1/+1
* Convert to random()Andrey A. Chernov1997-09-243-9/+7
* Convert to random() and automatically fix bug with RAND_MAX is too largeAndrey A. Chernov1997-09-242-2/+3
* Convert to random()Andrey A. Chernov1997-09-242-8/+6
* 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