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