Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert to random() | ache | 1997-09-24 | 2 | -8/+6 |
| | |||||
* | Remove setuid, priveledges already revoked early in the right way | ache | 1997-09-24 | 1 | -4/+0 |
| | |||||
* | Do not swap uids on log writting but open it first, then revoke | ache | 1997-09-24 | 1 | -6/+6 |
| | | | | Simplify revoke | ||||
* | Beforeinstall scorefile to prevent it owned by first user who | ache | 1997-09-24 | 1 | -0/+2 |
| | | | | run the game | ||||
* | Many places in the code NULL is used in integer context, where | phk | 1997-09-18 | 2 | -15/+15 |
| | | | | | | | | | plain 0 should be used. This happens to work because we #define NULL to 0, but is stylistically wrong and can cause problems for people trying to port bits of code to other environments. PR: 2752 Submitted by: Arne Henrik Juul <arnej@imf.unit.no> | ||||
* | Change games from setuid games to setgid games. | eivind | 1997-09-01 | 1 | -0/+6 |
| | | | | | Reviewed by: maybe@yes.no Obtained from: OpenBSD (mostly deraadt@openbsd.org) | ||||
* | Add setuid() before running the pager - from the code audit. | eivind | 1997-02-23 | 1 | -0/+4 |
| | | | | Submitted by: Mark Huizer <xaa@stack.nl> | ||||
* | 444 -> ${NOBINMODE} | wosch | 1997-02-09 | 1 | -2/+2 |
| | | | | | /usr/share -> ${SHAREDIR} /usr/games -> ${BINDIR} | ||||
* | Change `install' to `${INSTALL}' so that default install flags can be | bde | 1995-07-25 | 1 | -1/+1 |
| | | | | specified in the top level Makefiles. | ||||
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -1/+1 |
| | |||||
* | Change all references to LIBTERM and -ltermlib to LIBTERMCAP and -ltermcap | rgrimes | 1994-09-11 | 1 | -2/+2 |
| | |||||
* | Bring in the 4.4 Lite games directory, modulo man page changes and segregation | jkh | 1994-09-04 | 14 | -0/+2936 |
of the x11 based games. I'm not going to tag the originals with bsd_44_lite and do this in two stages since it's just not worth it for this collection, and I've got directory renames to deal with that way. Bleah. Submitted by: jkh |