Age | Commit message (Expand) | Author |
2014-11-26 | Make option string/struct const (since it is...). I've had this | Todd C. Miller |
2014-11-26 | init array field in the proper place, see regress test t27; | Otto Moerbeek |
2014-11-26 | Properly validate line ranges supplied in diff file to prevent overflows. | Tobias Stoeckmann |
2014-11-26 | Make the code sipler and more robust by always assigning a value | Ingo Schwarze |
2014-11-25 | fix (disabled) build of man.cgi | Ingo Schwarze |
2014-11-25 | Introduce strtolinenum to properly check line numbers while parsing: | Tobias Stoeckmann |
2014-11-25 | Prevent null pointer dereference on empty input files when diff requires | Tobias Stoeckmann |
2014-11-25 | Release file descriptors as soon as they are not needed anymore. | Tobias Stoeckmann |
2014-11-25 | set ttyout to line buffered, because the signal handler writes are | Theo de Raadt |
2014-11-25 | Allow comma-separated options in tbl(7) tables. | Anthony J. Bentley |
2014-11-25 | Completely rewrite the top level of the layout parser. | Ingo Schwarze |
2014-11-25 | "Aq foo" is not the same as "<foo>". Don't use it to mark up HTML. | Anthony J. Bentley |
2014-11-25 | Do not access a NULL pointer when a section has no body, | Ingo Schwarze |
2014-11-24 | Change "will write" back to "writes" in -f description. From jmc@ | Todd C. Miller |
2014-11-24 | The handling of the -f option is a hack. Instead of fooling around | Todd C. Miller |
2014-11-24 | Remove undocumented and obsolete -T option. It was intended for | Todd C. Miller |
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 |