Age | Commit message (Expand) | Author |
2005-04-09 | replace tilde_expand_filename with a simpler implementation, ahead of more | Damien Miller |
2004-12-22 | remove fallback AES support for old OpenSSL, as OpenBSD has had it for many | Damien Miller |
2004-08-23 | Use permanently_set_uid() in ssh and ssh-keysign for consistency, matches | Darren Tucker |
2004-06-13 | implement session multiplexing in the client (the server has supported this | Damien Miller |
2004-05-09 | kill it here too | Damien Miller |
2003-11-21 | unexpand and delete whitespace at EOL; ok markus@ | Damien Miller |
2003-09-23 | replace fatal_cleanup() and linked list of fatal callbacks with static | Markus Friedl |
2003-08-22 | support GSS API user authentication; patches from Simon Wilkinson, | Markus Friedl |
2003-05-17 | experimental support for aes-ctr modes from | Markus Friedl |
2003-05-15 | split out custom EVP ciphers | Markus Friedl |
2003-05-14 | add experimental support for verifying hos keys using DNS as described | Jakob Schlyter |
2003-04-09 | Disable Kerberos 4 support. | Hans Insulander |
2003-02-21 | move server only kex and monitor code to sshd. | Markus Friedl |
2003-02-16 | split kex into client and server code, no need to link | Markus Friedl |
2003-01-12 | move progressmeter.c to libssh; ok djm/fgs@ | Markus Friedl |
2002-06-11 | Make sure kerberosV/kafs.h is picked up if kerberosIV/kafs.h is not removed. | Hans Insulander |
2002-06-11 | no longer use uidswap.[ch] from the ssh client | Markus Friedl |
2002-05-23 | add /usr/libexec/ssh-keysign: a setuid helper program for hostbased authentic... | Markus Friedl |
2002-03-18 | integrate privilege separated openssh; its turned off by default for now. | Niels Provos |
2002-03-08 | tabify | Jun-ichiro itojun Hagino |
2002-02-22 | overwrite fatal() in ssh-keyscan.c; fixes pr 2354; ok provos@ | Markus Friedl |
2002-01-25 | do not build debug version either; markus@ ok | Michael Shalayeff |
2001-06-26 | only build Kerberos v5 support with KERBEROS5=yes | Dug Song |
2001-06-26 | Kerberos v5 support for SSH1, mostly from Assar Westerlund <assar@freebsd.org... | Dug Song |
2001-06-26 | unbreak | Markus Friedl |
2001-06-26 | more smartcard support. | Markus Friedl |
2001-06-24 | switch to readpassphrase(3) | Markus Friedl |
2001-05-31 | undo the .c file split, just merge the header and keep the cvs history | Markus Friedl |
2001-05-30 | channel layer cleanup: merge header files and split .c files | Markus Friedl |
2001-04-03 | move kex to kex*.c, used dispatch_set() callbacks for kex. should | Markus Friedl |
2001-03-29 | prepare for rekeying: move DH code to dh.c | Markus Friedl |
2001-02-11 | 1) clean up the MAC support for SSH-2 | Markus Friedl |
2001-01-29 | $OpenBSD$ | Niklas Hallqvist |
2001-01-21 | split ssh.h and try to cleanup the #include mess. remove unnecessary #includes. | Markus Friedl |
2000-11-12 | add support for RSA to SSH2. please test. | Markus Friedl |
2000-10-13 | rijndael/aes support | Markus Friedl |
2000-10-11 | add support for s/key (kbd-interactive) to ssh2, based on work by mkiernan@av... | Markus Friedl |
2000-09-03 | Boring... Add :L modifier to all tweakable variables tests. | Marc Espie |
2000-08-19 | add SSH2/DSA support to the agent and some other DSA related cleanups. | Markus Friedl |
2000-08-01 | rename aux.c to util.c to help with cygwin port | Niels Provos |
2000-05-17 | enable nonblocking IO for sshd w/ proto 1, too; split out common code | Markus Friedl |
2000-04-26 | add DSA pubkey auth and other SSH2 fixes. use ssh-keygen -[xX] | Markus Friedl |
2000-04-03 | DSA, keyexchange, algorithm agreement for ssh2 | Markus Friedl |
2000-03-28 | replace big switch() with function tables (prepare for ssh2) | Markus Friedl |
2000-03-23 | initial support for DSA keys. ok deraadt@, niels@ | Markus Friedl |
2000-03-14 | support DESTDIR include fetching; dm | Theo de Raadt |
1999-12-06 | atomicio() via lib | Theo de Raadt |
1999-11-16 | rsa key fingerprints, idea from Bjoern Groenvall <bg@sics.se> | Markus Friedl |
1999-11-10 | add LogLevel {QUIET, FATAL, ERROR, INFO, CHAT, DEBUG} to ssh/sshd, | Markus Friedl |
1999-10-26 | do not -g -g | Theo de Raadt |