Age | Commit message (Expand) | Author |
2014-07-28 | some systems no longer need /dev/log; | Ingo Schwarze |
2014-07-27 | code readability; no functional change | Ingo Schwarze |
2014-07-27 | Even for UTF-8 output, a non-breaking space character has the same width | Ingo Schwarze |
2014-07-25 | Clear buffer used for handling messages. This prevents keys being | Darren Tucker |
2014-07-25 | Choosing the right encoding is a tricky business... | Ingo Schwarze |
2014-07-25 | Sort the URI keys for .Xr links in the same order used by the search form, | Ingo Schwarze |
2014-07-25 | oops, we must not try to validate a manpath we don't have; | Ingo Schwarze |
2014-07-25 | We cannot easily control the order of the QUERY_STRING keys generated | Ingo Schwarze |
2014-07-25 | In generated .Xr links, avoid double encoding of ampersands | Ingo Schwarze |
2014-07-25 | Even though this is not XHTML yet, remove some gratuitious violations | Ingo Schwarze |
2014-07-25 | The names of all other struct query memebers match the corresponding | Ingo Schwarze |
2014-07-25 | clean up pg_show() to not modify a string returned from getenv(3) | Ingo Schwarze |
2014-07-25 | Rewrite http_parse() completely: | Ingo Schwarze |
2014-07-24 | Mention UNIX-domain socket forwarding too. OK jmc@ deraadt@ | Todd C. Miller |
2014-07-24 | Sort result pages first by section number, then by name. | Ingo Schwarze |
2014-07-24 | Provide a dropdown entry "All Architectures" and make it the default. | Ingo Schwarze |
2014-07-23 | Security fix: | Ingo Schwarze |
2014-07-22 | Security fix: | Ingo Schwarze |
2014-07-22 | Security fix to prevent XSS attacks: | Ingo Schwarze |
2014-07-22 | Repair two deep targets mistakenly called as afterinstall, rather | Theo de Raadt |
2014-07-22 | use ansi style function declarations | Jonathan Gray |
2014-07-22 | Convert from <sys/endian.h> to the shiney new <endian.h> | Philip Guenther |
2014-07-22 | Prevent spam from key_load_private_pem during hostbased auth. ok djm@ | Darren Tucker |
2014-07-22 | Pull in all the parts. Let's face the facts -- .PATH from other | Theo de Raadt |
2014-07-21 | fix a minibug reported by kristaps@: | Ingo Schwarze |
2014-07-21 | Revert the up/down wheel emulation for now, there will be a better way | Nicholas Marriott |
2014-07-21 | use getlist() instead of hand-rolled equivalent, no functional change; | Ingo Schwarze |
2014-07-21 | Kristaps points out that the current HTTP/1.1 draft standard (RFC | Ingo Schwarze |
2014-07-21 | lockf is entirely useless and it was a mistake to change to it, go back | Nicholas Marriott |
2014-07-21 | Drop explicit support for F13-F20 and change to match the xterm terminfo | Nicholas Marriott |
2014-07-20 | Eliminate silly call() routine that fakes up internal calls as if | Philip Guenther |
2014-07-20 | Fix array overflow in command line handling | Philip Guenther |
2014-07-20 | Mark a slurry of functions as static | Philip Guenther |
2014-07-20 | use NULL instead of 0 when dealing with pointers | Jonathan Gray |
2014-07-20 | Kill lint comments; mark ExitString() as __dead | Philip Guenther |
2014-07-20 | Switch from memmove() to memcpy() where appropriate; simplify address | Philip Guenther |
2014-07-20 | VSUSP and SIGTSTP are required by POSIX | Philip Guenther |
2014-07-20 | Delete an insane chunk of code for handling broken poll() emulation. | Philip Guenther |
2014-07-20 | Add prototypes to some function callbacks and fix the type errors that | Philip Guenther |
2014-07-20 | More encryption tentacles: intr_happened and intr_waiting vanish | Philip Guenther |
2014-07-20 | Eliminate trivial wrappers TerminalWrite() and TerminalRead() | Philip Guenther |
2014-07-20 | Don't depend on <sys/param.h> for MAXPATHLEN | Philip Guenther |
2014-07-20 | Correctly cast to unsigned char for ctype functions/macros | Philip Guenther |
2014-07-20 | ring_init() can't fail | Philip Guenther |
2014-07-20 | -8 is the default | Philip Guenther |
2014-07-20 | Don't need -I${.CURDIR} | Philip Guenther |
2014-07-20 | Simplify #includes, start pushing them into the .c files, eliminate | Philip Guenther |
2014-07-20 | tweak -W options | Philip Guenther |
2014-07-20 | Ooops, verbose_encrypt option is gone too. | Philip Guenther |
2014-07-20 | The manpage claims the -a option uses getlogin(2), so do so. Also, | Philip Guenther |