| Commit message (Expand) | Author | Age | Files | Lines |
* | unbreak build for NOPIC systems; noticed, help and ok deraadt@ |  markus | 2010-02-20 | 1 | -1/+2 |
* | remove scard |  markus | 2010-02-08 | 1 | -2/+2 |
* | replace our obsolete smartcard code with PKCS#11. |  markus | 2010-02-08 | 1 | -2/+2 |
* | Add support for an experimental zero-knowledge password authentication |  djm | 2008-11-04 | 1 | -2/+2 |
* | OpenSSL 0.9.8h supplies a real EVP_sha256 so we do not need our |  djm | 2008-09-06 | 1 | -2/+2 |
* | support CIDR address matching in sshd_config "Match address" blocks, with |  djm | 2008-06-10 | 1 | -2/+2 |
* | Add a new MAC algorithm for data integrity, UMAC-64 (not default yet, must |  pvalchev | 2007-06-07 | 1 | -2/+2 |
* | build a lint library for us to use above |  deraadt | 2006-05-28 | 1 | -1/+2 |
* | Move Buffer bignum functions into their own file, bufbn.c. This means that |  dtucker | 2006-04-18 | 1 | -2/+2 |
* | Implement the diffie-hellman-group-exchange-sha256 key exchange method |  djm | 2006-03-07 | 1 | -2/+2 |
* | replace tilde_expand_filename with a simpler implementation, ahead of more |  djm | 2005-04-09 | 1 | -2/+2 |
* | remove fallback AES support for old OpenSSL, as OpenBSD has had it for many |  djm | 2004-12-22 | 1 | -3/+3 |
* | Use permanently_set_uid() in ssh and ssh-keysign for consistency, matches |  dtucker | 2004-08-23 | 1 | -2/+2 |
* | implement session multiplexing in the client (the server has supported this |  djm | 2004-06-13 | 1 | -2/+3 |
* | kill it here too |  djm | 2004-05-09 | 1 | -2/+2 |
* | unexpand and delete whitespace at EOL; ok markus@ |  djm | 2003-11-21 | 1 | -3/+3 |
* | replace fatal_cleanup() and linked list of fatal callbacks with static |  markus | 2003-09-23 | 1 | -2/+2 |
* | support GSS API user authentication; patches from Simon Wilkinson, |  markus | 2003-08-22 | 1 | -1/+4 |
* | experimental support for aes-ctr modes from |  markus | 2003-05-17 | 1 | -2/+2 |
* | split out custom EVP ciphers |  markus | 2003-05-15 | 1 | -2/+3 |
* | add experimental support for verifying hos keys using DNS as described |  jakob | 2003-05-14 | 1 | -2/+2 |
* | Disable Kerberos 4 support. |  hin | 2003-04-09 | 1 | -9/+1 |
* | move server only kex and monitor code to sshd. |  markus | 2003-02-21 | 1 | -3/+2 |
* | split kex into client and server code, no need to link |  markus | 2003-02-16 | 1 | -1/+2 |
* | move progressmeter.c to libssh; ok djm/fgs@ |  markus | 2003-01-12 | 1 | -2/+2 |
* | Make sure kerberosV/kafs.h is picked up if kerberosIV/kafs.h is not removed. |  hin | 2002-06-11 | 1 | -5/+5 |
* | no longer use uidswap.[ch] from the ssh client |  markus | 2002-06-11 | 1 | -2/+2 |
* | add /usr/libexec/ssh-keysign: a setuid helper program for hostbased authentication |  markus | 2002-05-23 | 1 | -2/+2 |
* | integrate privilege separated openssh; its turned off by default for now. |  provos | 2002-03-18 | 1 | -2/+2 |
* | tabify |  itojun | 2002-03-08 | 1 | -2/+2 |
* | overwrite fatal() in ssh-keyscan.c; fixes pr 2354; ok provos@ |  markus | 2002-02-22 | 1 | -3/+3 |
* | do not build debug version either; markus@ ok |  mickey | 2002-01-25 | 1 | -1/+2 |
* | only build Kerberos v5 support with KERBEROS5=yes |  dugsong | 2001-06-26 | 1 | -2/+5 |
* | 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 | -1/+2 |
* | unbreak |  markus | 2001-06-26 | 1 | -5/+1 |
* | more smartcard support. |  markus | 2001-06-26 | 1 | -1/+6 |
* | switch to readpassphrase(3) |  markus | 2001-06-24 | 1 | -2/+2 |
* | undo the .c file split, just merge the header and keep the cvs history |  markus | 2001-05-31 | 1 | -5/+3 |
* | channel layer cleanup: merge header files and split .c files |  markus | 2001-05-30 | 1 | -4/+6 |
* | move kex to kex*.c, used dispatch_set() callbacks for kex. should |  markus | 2001-04-03 | 1 | -2/+2 |
* | prepare for rekeying: move DH code to dh.c |  markus | 2001-03-29 | 1 | -2/+2 |
* | 1) clean up the MAC support for SSH-2 |  markus | 2001-02-11 | 1 | -2/+2 |
* | $OpenBSD$ |  niklas | 2001-01-29 | 1 | -0/+2 |
* | split ssh.h and try to cleanup the #include mess. remove unnecessary #includes. |  markus | 2001-01-21 | 1 | -1/+1 |
* | add support for RSA to SSH2. please test. |  markus | 2000-11-12 | 1 | -2/+2 |
* | rijndael/aes support |  markus | 2000-10-13 | 1 | -1/+1 |
* | add support for s/key (kbd-interactive) to ssh2, based on work by mkiernan@avantgo.com and me |  markus | 2000-10-11 | 1 | -1/+2 |
* | Boring... Add :L modifier to all tweakable variables tests. |  espie | 2000-09-03 | 1 | -2/+2 |
* | add SSH2/DSA support to the agent and some other DSA related cleanups. |  markus | 2000-08-19 | 1 | -1/+1 |
* | rename aux.c to util.c to help with cygwin port |  provos | 2000-08-01 | 1 | -1/+1 |