| Commit message (Expand) | Author | Age | Files | Lines |
| * | Be sure to set the value of Tbl.str_numstr before any call to | Steve Price | 1998-02-20 | 1 | -1/+2 |
| * | Disable boggle. It is being removed due to trademark violations. | John Polstra | 1998-02-11 | 1 | -2/+2 |
| * | Fixed long lines in install rule. Fixed other bogons while I was here: | Bruce Evans | 1998-01-16 | 1 | -19/+12 |
| * | spelling error. | Poul-Henning Kamp | 1998-01-15 | 1 | -1/+1 |
| * | Avoid fclose(NULL). | Warner Losh | 1998-01-07 | 1 | -4/+16 |
| * | Fix phantasia. | Eivind Eklund | 1998-01-05 | 1 | -8/+8 |
| * | Remove bogus declaration of calloc() that broke the build. Test, folks, | Jordan K. Hubbard | 1997-09-26 | 1 | -1/+0 |
| * | Remove unused file | Andrey A. Chernov | 1997-09-24 | 1 | -751/+0 |
| * | Convert to random() | Andrey A. Chernov | 1997-09-24 | 1 | -2/+2 |
| * | Fix turn right | Andrey A. Chernov | 1997-09-24 | 1 | -2/+2 |
| * | Oops, miss one rand() lcation... | Andrey A. Chernov | 1997-09-24 | 1 | -1/+1 |
| * | Convert to random() | Andrey A. Chernov | 1997-09-24 | 3 | -9/+7 |
| * | Convert to random() and automatically fix bug with RAND_MAX is too large | Andrey A. Chernov | 1997-09-24 | 2 | -2/+3 |
| * | Convert to random() | Andrey A. Chernov | 1997-09-24 | 2 | -8/+6 |
| * | Move under HIDEGAME, add revoke | Andrey A. Chernov | 1997-09-24 | 2 | -22/+11 |
| * | Cleanup | Andrey A. Chernov | 1997-09-24 | 3 | -3/+4 |
| * | Convert to random() | Andrey A. Chernov | 1997-09-24 | 2 | -4/+4 |
| * | Cleanup. | Andrey A. Chernov | 1997-09-24 | 1 | -2/+4 |
| * | Revoke properly by setgid, not by setuid, overlooked in games | Andrey A. Chernov | 1997-09-24 | 1 | -2/+5 |
| * | Remove setuid, priveledges already revoked early in the right way | Andrey A. Chernov | 1997-09-24 | 1 | -4/+0 |
| * | Cleanup. | Andrey A. Chernov | 1997-09-24 | 1 | -4/+7 |
| * | Use include for malloc declaration | Andrey A. Chernov | 1997-09-24 | 1 | -3/+2 |
| * | Fix longstanding bug: it was impossible to save to the same file twice | Andrey A. Chernov | 1997-09-24 | 1 | -2/+5 |
| * | Fix revoke to use setgid instead of setuid,since games uid changed to | Andrey A. Chernov | 1997-09-24 | 1 | -2/+4 |
| * | Revoke privs before shell exit | Andrey A. Chernov | 1997-09-24 | 4 | -14/+16 |
| * | Oops, to many zeroes was in usleep arg | Andrey A. Chernov | 1997-09-24 | 1 | -1/+1 |
| * | Headers cleanup. | Andrey A. Chernov | 1997-09-24 | 9 | -53/+60 |
| * | Remove conflicting malloc declaration | Andrey A. Chernov | 1997-09-24 | 1 | -1/+0 |
| * | Remove setuid, uneeded now | Andrey A. Chernov | 1997-09-24 | 2 | -2/+0 |
| * | Back out all my changes and restore v1.5 because there is no | Andrey A. Chernov | 1997-09-24 | 1 | -7/+1 |
| * | Make hack non-setuid back, it is possible because hackdir hierarchy | Andrey A. Chernov | 1997-09-24 | 1 | -7/+1 |
| * | Includes cleanup | Andrey A. Chernov | 1997-09-24 | 6 | -18/+27 |
| * | Use SUIDGAME hook now | Andrey A. Chernov | 1997-09-24 | 1 | -4/+2 |
| * | Back out previous fix (not work) and add more general SUIDGAME hook instead | Andrey A. Chernov | 1997-09-24 | 1 | -2/+8 |
| * | Since hack suid now, add -fschg to install flags to prevent this | Andrey A. Chernov | 1997-09-24 | 1 | -0/+1 |
| * | Revoke privs once at earlier stage and not mess with setegid in save | Andrey A. Chernov | 1997-09-24 | 2 | -15/+4 |
| * | Simplify revoke | Andrey A. Chernov | 1997-09-24 | 1 | -1/+0 |
| * | Open score file and do revoke as early as possible | Andrey A. Chernov | 1997-09-24 | 1 | -6/+8 |
| * | Simplify revoke | Andrey A. Chernov | 1997-09-24 | 1 | -1/+0 |
| * | Make hack suid "games" (additionly to sgid "games" as run), | Andrey A. Chernov | 1997-09-24 | 3 | -4/+16 |
| * | Allow BINMODE to be overwritted (use ?=) | Andrey A. Chernov | 1997-09-24 | 1 | -1/+1 |
| * | Simplify revoke | Andrey A. Chernov | 1997-09-24 | 2 | -2/+0 |
| * | Do not swap uids on log writting but open it first, then revoke | Andrey A. Chernov | 1997-09-24 | 1 | -6/+6 |
| * | Put comment indicating revoke | Andrey A. Chernov | 1997-09-24 | 1 | -0/+1 |
| * | Simplify revoke | Andrey A. Chernov | 1997-09-24 | 4 | -4/+0 |
| * | Oops, fix my error from prev commit (revoke simplification) | Andrey A. Chernov | 1997-09-24 | 1 | -1/+1 |
| * | Simplify revoke | Andrey A. Chernov | 1997-09-24 | 1 | -1/+0 |
| * | Revoke sgid privs early and not svap uids on saved game at all | Andrey A. Chernov | 1997-09-24 | 2 | -8/+2 |
| * | Cleanup | Andrey A. Chernov | 1997-09-24 | 1 | -10/+3 |
| * | Use srandomdev | Andrey A. Chernov | 1997-09-24 | 1 | -1/+1 |