Age | Commit message (Expand) | Author |
2015-11-11 | improve PEEK/POKE macros: better casts, don't multiply evaluate | Damien Miller |
2015-11-11 | exit if pledge fails | Theo de Raadt |
2015-11-11 | exit() after perror() for pledge failure. Perhaps this got introduced | Theo de Raadt |
2015-11-11 | remove prototypes for long-gone s/key support; ok dtucker@ | Damien Miller |
2015-11-11 | creat() -> open equiv; from Frederic Nowak | Theo de Raadt |
2015-11-10 | If realpath() fails just try the original path. | Nicholas Marriott |
2015-11-10 | Handle absolute paths properly, and don't use resolved path in | Nicholas Marriott |
2015-11-10 | With -H, do not overrun your static buffer on files longer than 4 kB. | Ingo Schwarze |
2015-11-10 | Split the intra-thread functionality from kill(2) into its own syscall | Philip Guenther |
2015-11-09 | add missing NAME entries; ok schwarze | Jason McIntyre |
2015-11-09 | use perror() instead, as in lesskey | Theo de Raadt |
2015-11-09 | stop acting like "more" if progname is "page"; ok millert | Theo de Raadt |
2015-11-09 | fsync() on a tty is meaningless; ok deraadt@ | Todd C. Miller |
2015-11-09 | pledge "stdio rpath wpath cpath exec" early, then after opening | Theo de Raadt |
2015-11-09 | NULL_IFILE has no weird use patterns. NULL is sufficient. | Theo de Raadt |
2015-11-09 | define of SPACES_IN_FILENAMES is never used | Theo de Raadt |
2015-11-09 | use (off_t)-1 rather than a BAD_LSEEK wrapper | Theo de Raadt |
2015-11-09 | error() is not a stdarg function, so there is no reason for NULL_PARG | Theo de Raadt |
2015-11-09 | 3 pledge calls; 2 are for secure mode and will help track down if this | Theo de Raadt |
2015-11-09 | do not save history in secure mode | Theo de Raadt |
2015-11-09 | Rename AT_DIR -> AT_SPOOL and SPOOL_DIR -> CRON_SPOOL to improve | Todd C. Miller |
2015-11-09 | use open() with flags instead of creat() | Theo de Raadt |
2015-11-09 | Remove xfree(). From Michael W. Bombardieri. | mmcc |
2015-11-09 | Remove NULL-checks before free(), a needless comment, and a needless | mmcc |
2015-11-09 | use strncasecmp() | Jasper Lievisse Adriaanse |
2015-11-09 | no need to initialize variables that are being initialized a few lines below | Jasper Lievisse Adriaanse |
2015-11-09 | cleanup struct definitions | Theo de Raadt |
2015-11-09 | close_getchr() is now a noop | Theo de Raadt |
2015-11-09 | use STDERR_FILENO instead of 2 | Theo de Raadt |
2015-11-09 | do not need wrappers around O_RDONLY and such | Theo de Raadt |
2015-11-08 | -c before -H, in SYNOPSIS and usage(); | Jason McIntyre |
2015-11-08 | Add "ssh-keyscan -c ..." flag to allow fetching certificates instead | Damien Miller |
2015-11-08 | remove slogin links; ok deraadt markus djm | Jason McIntyre |
2015-11-08 | fix OOB read in packet code caused by missing return statement | Damien Miller |
2015-11-08 | whitespace | Jasper Lievisse Adriaanse |
2015-11-08 | stop pointing people to the gnu and less sites; ok nicm | Jason McIntyre |
2015-11-08 | Remove support for LESSGLOBALTAGS, we do not have global(1) (standard | Nicholas Marriott |
2015-11-07 | replace save() with estrdup() and make estrdup() exit like all the other | Ted Unangst |
2015-11-07 | delete custom charset tables and just use ctype. init utf_mode from LC_CTYPE | Ted Unangst |
2015-11-07 | Modernization, no functional change intended: | Ingo Schwarze |
2015-11-07 | In private header files, __BEGIN_DECLS and __END_DECLS are pointless. | Ingo Schwarze |
2015-11-07 | remove some charsets we don't use. remove LESSCHARSET since setting it to | Ted Unangst |
2015-11-06 | Use __progname instead of the homegrown ProgramName. | Todd C. Miller |
2015-11-06 | I was very optimistic in groupling creation. Turns out lists of targets | Marc Espie |
2015-11-06 | correct exit status on pledge(2) errors | Ingo Schwarze |
2015-11-06 | Use getprogname(3) rather than __progname. | Ingo Schwarze |
2015-11-06 | remove rarely used LESSCHARDEF support. ok nicm | Ted Unangst |
2015-11-06 | Remove support for ! to run a shell command, we have ^Z around these | Nicholas Marriott |
2015-11-06 | Garrett D'Amore has agreed to moving his copyright line up above the | Nicholas Marriott |
2015-11-06 | time_t is not a long. remove incorrect abstraction around time(). | Ted Unangst |