Age | Commit message (Expand) | Author |
2015-01-15 | remove commented-out test code now that it has moved to a | Damien Miller |
2015-01-15 | Fatal errors no longer exist. | Ingo Schwarze |
2015-01-15 | downgrade .so failure from FATAL to ERROR | Ingo Schwarze |
2015-01-14 | downgrade ".so with absolute path" from FATAL to ERROR; | Ingo Schwarze |
2015-01-14 | simplify by getting rid of ROFF_ERR in tbl(7) parsing; no functional change | Ingo Schwarze |
2015-01-14 | To get rid of SYSERR entries in enum mandocerr, downgrade problems with | Ingo Schwarze |
2015-01-14 | if earlier files set a non-zero exit status, | Ingo Schwarze |
2015-01-14 | whitespace | Damien Miller |
2015-01-14 | move authfd.c and its tentacles to the new buffer/key API; | Damien Miller |
2015-01-14 | fix small regression: ssh-agent would return a success message | Damien Miller |
2015-01-14 | Simplify handling of system errors: just exit(3). | Ingo Schwarze |
2015-01-14 | avoid BIGNUM in KRL code by using a simple bitmap; | Damien Miller |
2015-01-14 | update sftp client and server to new buffer API. | Damien Miller |
2015-01-14 | switch to sshbuf/sshkey; with & ok djm@ | Markus Friedl |
2015-01-14 | avoid an warning for the !OPENSSL case | Damien Miller |
2015-01-14 | swith auth-options to new sshbuf/sshkey; ok djm@ | Markus Friedl |
2015-01-14 | make non-OpenSSL aes-ctr work on sshd w/ privsep; ok markus@ | Damien Miller |
2015-01-14 | remove unneeded includes, sync my copyright across files & whitespace; ok djm@ | Markus Friedl |
2015-01-13 | Be developer-friendly, 'cause OpenBSD devs like to: | Ingo Schwarze |
2015-01-13 | adapt mac.c to ssherr.h return codes (de-fatal) and simplify dependencies | Markus Friedl |
2015-01-13 | sync changes from libopenssh; prepared by markus@ | Damien Miller |
2015-01-13 | sync changes from libopenssh; prepared by markus@ | Damien Miller |
2015-01-13 | zap really odd code that's not actually in-use. | Marc Espie |
2015-01-13 | Remove a variable that's not really being used. | Brian Callahan |
2015-01-13 | Document the openssl s_client -proxy feature. | Alexander Bluhm |
2015-01-13 | do not spawn a pager when there is no output; issue pointed out by deraadt@ | Ingo Schwarze |
2015-01-13 | Add the possibility to use the openssl s_client tool with an http | Alexander Bluhm |
2015-01-13 | add sshd_config HostbasedAcceptedKeyTypes and PubkeyAcceptedKeyTypes | Damien Miller |
2015-01-13 | An article on medium.com highlighted that grep | Daniel Dickman |
2015-01-13 | Implement more thorough error checks: | Lawrence Teo |
2015-01-12 | the BUG described at the bottom is not a bug. It is how it is supposed to | Theo de Raadt |
2015-01-12 | unbreak parsing of pubkey comments; with gerhard; ok djm/deraadt | Markus Friedl |
2015-01-12 | missing error assigment on sshbuf_put_string() | Markus Friedl |
2015-01-12 | Fetching port distfiles with the ftp command from githup did not | Alexander Bluhm |
2015-01-12 | apparently memcpy(x, NULL, 0) is undefined behaviour according to | Damien Miller |
2015-01-12 | free->sshkey_free; ok djm@ | Markus Friedl |
2015-01-12 | allow WITH_OPENSSL w/o WITH_SSH1; ok djm@ | Markus Friedl |
2015-01-11 | correctly use HOST_NAME_MAX. | Theo de Raadt |
2015-01-10 | 1. They're flags, not counters. Set to one instead of incrementing. | Ted Unangst |
2015-01-10 | Correct reversed test of setmountent() return | Philip Guenther |
2015-01-09 | absurd optimization. reduce initial space by one to avoid leaving one byte | Ted Unangst |
2015-01-08 | fix ssh_config FingerprintHash evaluation order; from Petr Lautrbach | Damien Miller |
2015-01-08 | Convert spkac.c to the new option handling code. | Doug Hogan |
2015-01-08 | Convert pkcs8.c to the new option handling code. | Doug Hogan |
2015-01-08 | Convert asn1pars.c to the new option handling. | Doug Hogan |
2015-01-08 | reorder hostbased key attempts to better match the default | Damien Miller |
2015-01-08 | deprecate key_load_private_pem() and sshkey_load_private_pem() | Damien Miller |
2015-01-07 | bcallah noticed the ifndef guard for headers was wrong. don't fix, just | Ted Unangst |
2015-01-07 | workaround for the Meyer, et al, Bleichenbacher Side Channel Attack. | Ted Unangst |
2015-01-07 | It is the copy command that is abbreviated as 'c', not chdir. | Todd C. Miller |