Age | Commit message (Expand) | Author |
2015-12-02 | add const and remove unused variable. | tb |
2015-12-01 | Make sure "exec" rights are dropped asap in all code paths. | tb |
2015-12-01 | Answering "yes" to the question "Do you want to see the rules of the game?" | tb |
2015-11-30 | delete useless BUGS section; patch from Jan Stary <hans at stare dot cz> | Ingo Schwarze |
2015-11-30 | last but not least: add pledge for wump(6) | tb |
2015-11-30 | pledge "stdio rpath wpath cpath" for this one. | tb |
2015-11-30 | primes only needs pledge "stdio". | tb |
2015-11-30 | The usual deal for a curses game with the possibility of saving a game: | tb |
2015-11-30 | unspectacular pledge "stdio rpath tty" for grdc | tb |
2015-11-30 | straightforward pledge "stdio rpath wpath cpath tty" for gomoku | tb |
2015-11-30 | slightly interesting pledge for fish: | tb |
2015-11-30 | pledge "stdio rpath wpath cpath tty" for canfield | tb |
2015-11-30 | pledge "stdio rpath tty" for bs | tb |
2015-11-30 | pledge "stdio rpath tty" for boggle. | tb |
2015-11-30 | Pledge for backgammon and teachgammon. | tb |
2015-11-30 | Straightforward pledge "stdio rpath wpath cpath" for adventure. | tb |
2015-11-29 | tidy here too; | Jason McIntyre |
2015-11-29 | adjust width list: Ds is unfortunate here; | Jason McIntyre |
2015-11-29 | tidy up ENVIRONMENT and FILES; | Jason McIntyre |
2015-11-29 | Move score file to $HOME and add pledge "stdio rpath wpath cpath". | tb |
2015-11-29 | Add pledge support and move score file to $HOME. | tb |
2015-11-29 | Move scorefile to $HOME. The nice implementation of the score file | tb |
2015-11-29 | pledge "stdio rpath tty proc exec" since instructions() might fork a pager. | tb |
2015-11-29 | Prefer $LOGNAME over $USER, since the latter is deprecated, | tb |
2015-11-27 | Fix after removal of the setgid bit: | tb |
2015-11-26 | Fix copy-paste error in scorefile name | tb |
2015-11-26 | Add checks for getenv(), snprintf() and getlogin(). | tb |
2015-11-26 | Add missing checks for getenv() and snprintf() | tb |
2015-11-25 | Remove operations that "touch" scorefiles at install time. | Theo de Raadt |
2015-11-25 | Remove now unused gid_t variable. | tb |
2015-11-25 | The scorefile is hidden. | tb |
2015-11-24 | repair lseeks, from Ricardo | Ted Unangst |
2015-11-24 | In 1995, all of the games were setuid games. At end of 1996, I took them all | Theo de Raadt |
2015-11-24 | change score file name to .cfscores so it's not taking up valuable space | Ted Unangst |
2015-11-24 | move score files to home directory and drop setgid. from Ricardo Mestre | Ted Unangst |
2015-11-21 | pledge the wyrms | Theo de Raadt |
2015-11-21 | pledge "stdio rpath wpath cpath" | Theo de Raadt |
2015-11-20 | Convert hand-rolled option parsing to getopt(3). | tb |
2015-11-20 | pledge "stdio rpath wpath cpath tty" | tb |
2015-11-17 | remove setgid flag. | Ted Unangst |
2015-11-15 | fix a double space issue in the following, rather wonderful, fortune: | Jason McIntyre |
2015-11-11 | creat() -> open equiv; from Frederic Nowak | Theo de Raadt |
2015-11-10 | another open(path, 0)... | Theo de Raadt |
2015-11-10 | pledge "stdio rpath" at the top. (Ricardo's 2nd chunk which reduces | Theo de Raadt |
2015-11-10 | replace open(path, 0) with open(path, O_RDONLY). amazing to still find | Theo de Raadt |
2015-11-05 | delete unused code that won't let you play if the load is too high | Ted Unangst |
2015-11-05 | ctype functions take unsigned char values. | Philip Guenther |
2015-11-04 | replace setbuf with setvbuf, from Frederic Nowak | Ted Unangst |
2015-10-25 | just dump the help on stdout with messing about with a pager. | Ted Unangst |
2015-10-24 | Cast toupper()'s argument to unsigned char. | mmcc |