Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-03-08 | allow "ssh -f none ..." ok markus@ | Damien Miller | |
2013-03-07 | add submethod support to AuthenticationMethods; ok and freedback djm@ | Markus Friedl | |
2013-03-07 | reconstruct the original username that was sent by the client, which may | Damien Miller | |
have included a style (e.g. "root:skey") when checking public key signatures. Fixes public key and hostbased auth when the client specified a style; ok markus@ | |||
2013-03-06 | g/c unused variable (-Wunused) | Damien Miller | |
2013-03-06 | fatal() when ChrootDirectory specified by running without root privileges; | Damien Miller | |
ok markus@ | |||
2013-03-05 | reset pubkey order on partial success; ok djm@ | Markus Friedl | |
2013-02-22 | Allow IdenityFile=none; ok markus deraadt (and dtucker for an earlier | Damien Miller | |
version) | |||
2013-02-22 | support ProxyCommand=- (stdin/out already point to the proxy); ok djm@ | Markus Friedl | |
2013-02-22 | Don't complain if IdentityFiles specified in system-wide configs are missing. | Darren Tucker | |
ok djm, deraadt. | |||
2013-02-19 | Remove bogus include. ok djm | Darren Tucker | |
2013-02-17 | Keep track of which IndentityFile options were manually supplied and which | Darren Tucker | |
were default options, and don't warn if the latter are missing. ok markus@ | |||
2013-02-15 | Warn more loudly if an IdentityFile provided by the user cannot be read. | Darren Tucker | |
bz #1981, ok djm@ | |||
2013-02-14 | Correct error message that had a typo and was logging the wrong thing; | Damien Miller | |
patch from Petr Lautrbach | |||
2013-02-11 | Add openssl version to debug output similar to the client. ok markus@ | Darren Tucker | |
2013-02-10 | record "Received disconnect" messages at ERROR rather than INFO priority, | Damien Miller | |
since they are abnormal and result in a non-zero ssh exit status; patch from Iain Morgan in bz#2057; ok dtucker@ | |||
2013-02-10 | append to moduli file when screening candidates rather than overwriting. | Damien Miller | |
allows resumption of interrupted screen; patch from Christophe Garault in bz#1957; ok dtucker@ | |||
2013-02-10 | openssh 6.2 | Markus Friedl | |
2013-02-08 | fix NULL deref when built without libedit and control characters | Damien Miller | |
entered as command; debugging and patch from Iain Morgan an Loganaden Velvindron in bz#1956 | |||
2013-02-06 | Fix comment, from jfree.e1 at gmail | Darren Tucker | |
2013-02-06 | Change default of MaxStartups to 10:30:100 to start doing random early | Darren Tucker | |
drop at 10 connections up to 100 connections. This will make it harder to DoS as CPUs have come a long way since the original value was set back in 2000. Prompted by nion at debian org, ok markus@ | |||
2013-01-27 | actually use the xrealloc() return value; spotted by xi.wang AT gmail.com | Damien Miller | |
2013-01-26 | remove ACSS, now that it is gone from libcrypto too | Damien Miller | |
2013-01-25 | redo last commit without the vi-vomit that snuck in: | Damien Miller | |
skip serial lookup when cert's serial number is zero (now with 100% better comment) | |||
2013-01-25 | Revert last. Breaks due to likely typo. Let djm@ fix later. | Kenneth R Westerback | |
ok djm@ via dlg@ | |||
2013-01-24 | skip serial lookup when cert's serial number is zero | Damien Miller | |
2013-01-24 | fix handling of (unused) KRL signatures; skip string in correct buffer | Damien Miller | |
2013-01-19 | RB_INSERT does not remove existing elments; ok djm@ | Markus Friedl | |
2013-01-19 | fix some formatting; ok djm | Jason McIntyre | |
2013-01-18 | command-line (adj.) -> command line (n.); | Jason McIntyre | |
2013-01-18 | add -Q to the options list; ok djm | Jason McIntyre | |
2013-01-18 | tweak previous; | Jason McIntyre | |
2013-01-18 | -u before -V in usage(); | Jason McIntyre | |
2013-01-18 | tweak previous; | Jason McIntyre | |
2013-01-18 | fix KRL generation bug for list sections | Damien Miller | |
2013-01-18 | RCD IDs help us keep portable in synch | Damien Miller | |
2013-01-17 | add support for Key Revocation Lists (KRLs). These are a compact way to | Damien Miller | |
represent lists of revoked keys and certificates, taking as little as a single bit of incremental cost to revoke a certificate by serial number. KRLs are loaded via the existing RevokedKeys sshd_config option. feedback and ok markus@ | |||
2013-01-12 | improve error message for integrity failure in AES-GCM modes; ok markus@ | Damien Miller | |
2013-01-09 | correctly initialise fingerprint type for fingerprinting PKCS#11 keys | Damien Miller | |
2013-01-08 | support AES-GCM as defined in RFC 5647 (but with simpler KEX handling) | Markus Friedl | |
ok and feedback djm@ | |||
2013-01-04 | sftp-server.8: add argument name to -d | Jason McIntyre | |
sftp-server.c: add -d to usage() ok djm | |||
2013-01-03 | allow fingerprinting of keys hosted in PKCS#11 tokens: ssh-keygen -lD ... | Damien Miller | |
ok markus@ | |||
2013-01-03 | allow specification of an alternate start directory for sftp-server(8) | Damien Miller | |
"I like this" markus@ | |||
2013-01-03 | fix description of MAC calculation for EtM modes; ok markus@ | Damien Miller | |
2013-01-03 | add a couple of ServerOptions members that should be copied to the privsep | Damien Miller | |
child (for consistency, in this case they happen only to be accessed in the monitor); ok dtucker@ | |||
2013-01-02 | correct format description for SSH_AGENTC_ADD_RSA_ID_CONSTRAINED | Damien Miller | |
bz#2051 from david AT lechnology.com | |||
2013-01-02 | channel_setup_local_fwd_listener() returns 0 on failure, not -ve | Damien Miller | |
bz#2055 reported by mathieu.lacage AT gmail.com | |||
2012-12-14 | use correct string in error message; from rustybsd at gmx.fr | Darren Tucker | |
2012-12-12 | use OpenSSL's EVP_aes_{128,192,256}_ctr() API and remove our hand-rolled | Christian Weisgerber | |
counter mode code; ok djm@ | |||
2012-12-12 | reset incoming_packet buffer for each new packet in EtM-case, too; | Markus Friedl | |
this happens if packets are parsed only parially (e.g. ignore messages sent when su/sudo turn off echo); noted by sthen/millert | |||
2012-12-11 | fix typo, s/tem/etm in hmac-ripemd160-tem. ok markus@ | Stuart Henderson | |