| Commit message (Expand) | Author | Age | Files | Lines |
* | this one I did forget to "cvs rm" |  djm | 2017-05-01 | 1 | -767/+0 |
* | Check for NULL return value from key_new. Patch from jjelen at redhat.com |  dtucker | 2017-03-10 | 1 | -3/+5 |
* | Replace two more arc4random() loops with arc4random_buf(). |  natano | 2016-09-19 | 1 | -8/+2 |
* | Add an AddKeysToAgent client option which can be set to 'yes', 'no', |  jcs | 2015-11-15 | 1 | -4/+11 |
* | move authfd.c and its tentacles to the new buffer/key API; |  djm | 2015-01-14 | 1 | -31/+41 |
* | Add support for Unix domain socket forwarding. A remote TCP port |  millert | 2014-07-15 | 1 | -2/+2 |
* | New key API: refactor key-related functions to be more library-like, |  djm | 2014-06-24 | 1 | -8/+10 |
* | convert memset of potentially-private data to explicit_bzero() |  djm | 2014-02-02 | 1 | -10/+13 |
* | replace openssl MD5 with our ssh_digest_*; ok djm@ |  markus | 2014-01-27 | 1 | -7/+9 |
* | All the instances of arc4random_stir() are bogus, since arc4random() |  deraadt | 2013-09-02 | 1 | -4/+1 |
* | bye, bye xfree(); ok markus@ |  djm | 2013-05-17 | 1 | -9/+9 |
* | add missing checks for openssl return codes; with & ok djm@ |  markus | 2006-11-06 | 1 | -8/+14 |
* | almost entirely get rid of the culture of ".h files that include .h files" |  deraadt | 2006-08-03 | 1 | -5/+9 |
* | move #include <stdio.h> out of includes.h |  stevesk | 2006-08-01 | 1 | -1/+2 |
* | move #include <stdlib.h> out of includes.h |  stevesk | 2006-07-26 | 1 | -1/+2 |
* | move #include <string.h> out of includes.h |  stevesk | 2006-07-22 | 1 | -1/+3 |
* | Prevent ssh from trying to open private keys with bad permissions more than |  dtucker | 2006-04-25 | 1 | -6/+7 |
* | Put $OpenBSD$ tags back (as comments) to replace the RCSID()s that |  djm | 2006-03-25 | 1 | -0/+1 |
* | RCSID() can die |  deraadt | 2006-03-19 | 1 | -1/+0 |
* | no need to escape single quotes in comments, no binary change |  djm | 2005-10-30 | 1 | -4/+4 |
* | make this -Wsign-compare clean; ok avsm@ markus@ |  djm | 2005-06-17 | 1 | -2/+2 |
* | more s/illegal/invalid/ |  markus | 2004-07-28 | 1 | -2/+2 |
* | make ssh -Wshadow clean, no functional changes |  avsm | 2004-06-21 | 1 | -5/+5 |
* | kill some more tiny files; ok deraadt@ |  djm | 2004-05-09 | 1 | -3/+3 |
* | kill a tiny header; ok deraadt@ |  djm | 2004-05-08 | 1 | -2/+2 |
* | remove kerberos support from ssh1, since it has been replaced with GSSAPI; |  markus | 2003-08-28 | 1 | -221/+1 |
* | remove RhostsAuthentication; suggested by djm@ before; ok djm@, deraadt@, |  markus | 2003-08-13 | 1 | -21/+1 |
* | remove (already disabled) KRB4/AFS support, re-enable -k in ssh(1); |  markus | 2003-07-22 | 1 | -286/+1 |
* | rename log() into logit() to avoid name conflict. markus ok, from netbsd |  itojun | 2003-04-08 | 1 | -12/+12 |
* | Use & to test if bits are set, not &&; markus@ ok. |  aaron | 2002-08-08 | 1 | -2/+2 |
* | add /usr/libexec/ssh-keysign: a setuid helper program for hostbased authentication |  markus | 2002-05-23 | 1 | -5/+7 |
* | spelling in error message; ok markus@ |  stevesk | 2002-04-21 | 1 | -2/+2 |
* | don't trust size sent by (rogue) server; noted by s.esser@e-matters.de |  markus | 2002-03-14 | 1 | -1/+3 |
* | include md5.h, not evp.h |  markus | 2002-02-11 | 1 | -2/+2 |
* | packet_read* no longer return the packet length, since it's not used. |  markus | 2001-12-28 | 1 | -33/+28 |
* | packet_get_bignum* no longer returns a size |  markus | 2001-12-28 | 1 | -16/+12 |
* | s/packet_done/packet_check_eom/ (end-of-message); ok djm@ |  markus | 2001-12-28 | 1 | -8/+8 |
* | get rid of packet_integrity_check, use packet_done() instead. |  markus | 2001-12-27 | 1 | -14/+8 |
* | call fatal() for openssl allocation failures |  markus | 2001-12-27 | 1 | -45/+40 |
* | basic KNF done while i was looking for something else |  deraadt | 2001-12-19 | 1 | -100/+100 |
* | unify hostkey check error messages, simplify prompt. |  markus | 2001-10-06 | 1 | -2/+2 |
* | typos; from solar |  markus | 2001-09-27 | 1 | -4/+4 |
* | statement after label; ok dugsong@ |  stevesk | 2001-07-05 | 1 | -1/+3 |
* | add smartcard support to the client, too (now you can use both |  markus | 2001-06-26 | 1 | -18/+17 |
* | Kerberos v5 support for SSH1, mostly from Assar Westerlund <assar@freebsd.org> and Bjorn Gronvall <bg@sics.se>. markus@ ok |  dugsong | 2001-06-26 | 1 | -108/+340 |
* | consistent with ssh2: skip key if empty passphrase is entered, |  markus | 2001-06-23 | 1 | -37/+36 |
* | more strict prototypes. raise warning level in Makefile.inc. markus ok'ed |  itojun | 2001-06-23 | 1 | -10/+10 |
* | get rid of known_hosts2, use it for hostkey lookup, but do not modify. |  markus | 2001-06-23 | 1 | -3/+3 |
* | use xxx_put_cstring() |  markus | 2001-06-07 | 1 | -6/+6 |
* | improved kbd-interactive support. work by per@appgate.com and me |  markus | 2001-05-18 | 1 | -4/+4 |