Age | Commit message (Expand) | Author |
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 |
2014-07-20 | The only authentication info now is the login name | Philip Guenther |
2014-07-20 | remove a variable called wantencryption. | Theo de Raadt |
2014-07-20 | Make sure the correct errno is reported by warn* or err* and not | Philip Guenther |
2014-07-19 | Flense the telnet code base of unwanted ifdefs: authentication/encryption | Philip Guenther |
2014-07-19 | Security fix: | Ingo Schwarze |
2014-07-19 | Security fix: | Ingo Schwarze |
2014-07-18 | Do not use the HTTP_HOST CGI variable, | Ingo Schwarze |
2014-07-18 | When the MAN_DIR/manpath.conf configuration file does not exist or is empty, | Ingo Schwarze |
2014-07-18 | restore umask around listener socket creation (dropped in streamlocal patch | Damien Miller |
2014-07-17 | reflect stdio-forward ("ssh -W host:port ...") failures in exit status. | Damien Miller |
2014-07-17 | silence "incorrect passphrase" error spam; reported and ok dtucker@ | Damien Miller |
2014-07-17 | ifdef SYS_sendsyslog so this will compile without patching on -stable | Damien Miller |