Age | Commit message (Expand) | Author |
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 |
2015-10-24 | Cast ctype functions' argument to unsigned char. | mmcc |
2015-10-24 | Cast ctype functions' argument to unsigned char. | mmcc |
2015-10-24 | Cast ctype functions' argument to unsigned char. | mmcc |
2015-10-24 | Cast ctype functions' argument to unsigned char. | mmcc |
2015-10-24 | Cast ctype functions' argument to unsigned char. | mmcc |
2015-10-24 | Cast ctype functions' argument to unsigned char. | mmcc |
2015-10-24 | Cast ctype functions' arguments to unsigned char. | mmcc |
2015-10-24 | Cast ctype functions' argument to unsigned char. | mmcc |
2015-10-24 | Cast ctype functions' arguments to unsigned char. | mmcc |
2015-10-24 | Cast ctype functions' arguments to unsigned char. | mmcc |
2015-10-24 | Cast ctype functions' arguments to unsigned char. | mmcc |
2015-10-24 | Cast isdigit()'s argument to unsigned char. | mmcc |
2015-10-24 | Cast isdigit()'s argument to unsigned char. | mmcc |
2015-10-24 | Cast islower()'s argument to unsigned char. | mmcc |
2015-10-24 | Cast ctype functions' arguments to unsigned char. | mmcc |
2015-10-24 | Cast isprint()'s argument to unsigned char. | mmcc |
2015-10-24 | Cast toupper()'s argument to unsigned char. | mmcc |
2015-10-24 | Cast ctype functions' arguments to unsigned char. | mmcc |
2015-10-24 | Cast ctype functions' arguments to unsigned char. | mmcc |
2015-10-24 | Cast ctype functions' arguments to unsigned char. | mmcc |
2015-10-24 | Cast isdigit()'s argument to unsigned char. | mmcc |
2015-10-24 | Cast isalpha()'s argument to unsigned char. | mmcc |
2015-10-24 | Cast isblank()'s argument to unsigned char. | mmcc |
2015-10-24 | Cast isdigit()'s argument to unsigned char. | mmcc |
2015-10-24 | Cast isblank()'s argument to unsigned char. | mmcc |
2015-10-24 | Cast toupper()'s argument to unsigned char. | mmcc |