Age | Commit message (Expand) | Author |
2014-11-24 | Fix crashes in the handling of the sshd config file found with the afl | Jonathan Gray |
2014-11-23 | minor fixes; | Jason McIntyre |
2014-11-23 | Improve manpage markup. | Anthony J. Bentley |
2014-11-23 | Mention the -no_tls1_[12] options | Philip Guenther |
2014-11-23 | <sys/buf.h> isn't actually needed here | Philip Guenther |
2014-11-22 | restore word zapped in previous, and remove some useless "No" macros; | Jason McIntyre |
2014-11-22 | /dev/random has created the same effect as /dev/arandom (and /dev/urandom) | Theo de Raadt |
2014-11-22 | not compiled before commit | Theo de Raadt |
2014-11-22 | Fixed uninitialized pointer (and other struct entries while at it) | Tobias Stoeckmann |
2014-11-22 | Remove SCCS support. For this to work, we would need "get", which we don't | Tobias Stoeckmann |
2014-11-21 | remove pointless if_var.h and socketvar.h includes; ok deraadt | Mike Belopuhov |
2014-11-21 | Don't forget to transmit the xrun attribute in GETPAR messages. Found | Alexandre Ratchov |
2014-11-21 | Remove the README. It history from more than 20 years ago, and while | Theo de Raadt |
2014-11-21 | change prototype for crypt_newhash. the login_cap_t is a holdover from its | Ted Unangst |
2014-11-21 | We repeatedly observed assertion crashes in the low-level terminal | Ingo Schwarze |
2014-11-21 | fix NULL pointer dereference crash on invalid timestamp | Damien Miller |
2014-11-20 | Be more POSIXy by using blksize_t (a.k.a. int32) for st_blksize, rather than ... | Kenneth R Westerback |
2014-11-20 | switch to using crypt_newhash interface. ok deraadt | Ted Unangst |
2014-11-20 | Yet more #include de-duplication. | Kenneth R Westerback |
2014-11-20 | Prevent negative arguments to the .ll request from causing integer | Ingo Schwarze |
2014-11-20 | Remove the vi perl api. | Anthony J. Bentley |
2014-11-20 | Fix two minibugs reported by Thomas Klausner <wiz at NetBSD>: | Ingo Schwarze |
2014-11-19 | Use stravis() instead of a custom() strvis + mallocarray wrapper. | Todd C. Miller |
2014-11-19 | Let .Ao and .Aq render as "<>" after .An and as "\(la\(ra" elsewhere, | Ingo Schwarze |
2014-11-19 | Fire up your IC fabs! | Ingo Schwarze |
2014-11-19 | Three fixes with respect to the names table: | Ingo Schwarze |
2014-11-19 | Remove ifdef checks for LIBRARY. | Anthony J. Bentley |
2014-11-19 | Escape sequences terminate high-level macro names, and when doing so, | Ingo Schwarze |
2014-11-19 | Support the ".if v" conditional operator (vroff mode, always false) | Ingo Schwarze |
2014-11-18 | Sync AES code to the one shipped in OpenSSL/LibreSSL. | Mike Belopuhov |
2014-11-18 | Nuke more obvious #include duplications. | Kenneth R Westerback |
2014-11-18 | Ignore invalid directories in man.conf(5) and MANPATH, even if their | Ingo Schwarze |
2014-11-18 | Avoid iterating over end of string. | Tobias Stoeckmann |
2014-11-18 | In man(1) mode, prefer file name matches over .Dt name matches over | Ingo Schwarze |
2014-11-18 | fix NULL pointer dereference crash in key loading | Damien Miller |
2014-11-17 | Activate support for "package != version" requests, this time with | Jeremie Courreges-Anglas |
2014-11-17 | Check fstat return value. Also, use off_t for file size and offsets as | Tobias Stoeckmann |
2014-11-17 | Multiple fixes with respect to in-line macros: | Ingo Schwarze |
2014-11-17 | fix KRL generation when multiple CAs are in use | Damien Miller |
2014-11-16 | When a line (in the sense of term_flushln()) contains white space only, | Ingo Schwarze |
2014-11-16 | Delete five standards that are: | Ingo Schwarze |
2014-11-16 | Convert the logic in rcsparse_warnx(). Instead of creating a | Alexander Bluhm |
2014-11-16 | Stop using <sys/param.h>; replace MAXPATHLEN with PATH_MAX, stop using MAX(), | Philip Guenther |
2014-11-16 | Don't save the return from getindent() if you don't need it; adjust | Philip Guenther |
2014-11-16 | pull in <time.h> for struct timespec | Philip Guenther |
2014-11-16 | ctype macros/functions expect unsigned char values. Note that the lgetc() | Philip Guenther |
2014-11-16 | scroll_fwd should be const char * | Philip Guenther |
2014-11-16 | constipate charcost() | Philip Guenther |
2014-11-16 | correct type in sizeof by switching to sizeof(*ptr). (harmless) | Ted Unangst |
2014-11-15 | Call munmap with the same size argument as mmap. | Tobias Stoeckmann |