summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* unbreak build for NOPIC systems; noticed, help and ok deraadt@markus2010-02-201-1/+2
* remove scardmarkus2010-02-081-2/+2
* replace our obsolete smartcard code with PKCS#11.markus2010-02-081-2/+2
* Add support for an experimental zero-knowledge password authenticationdjm2008-11-041-2/+2
* OpenSSL 0.9.8h supplies a real EVP_sha256 so we do not need ourdjm2008-09-061-2/+2
* support CIDR address matching in sshd_config "Match address" blocks, withdjm2008-06-101-2/+2
* Add a new MAC algorithm for data integrity, UMAC-64 (not default yet, mustpvalchev2007-06-071-2/+2
* build a lint library for us to use abovederaadt2006-05-281-1/+2
* Move Buffer bignum functions into their own file, bufbn.c. This means thatdtucker2006-04-181-2/+2
* Implement the diffie-hellman-group-exchange-sha256 key exchange methoddjm2006-03-071-2/+2
* replace tilde_expand_filename with a simpler implementation, ahead of moredjm2005-04-091-2/+2
* remove fallback AES support for old OpenSSL, as OpenBSD has had it for manydjm2004-12-221-3/+3
* Use permanently_set_uid() in ssh and ssh-keysign for consistency, matchesdtucker2004-08-231-2/+2
* implement session multiplexing in the client (the server has supported thisdjm2004-06-131-2/+3
* kill it here toodjm2004-05-091-2/+2
* unexpand and delete whitespace at EOL; ok markus@djm2003-11-211-3/+3
* replace fatal_cleanup() and linked list of fatal callbacks with staticmarkus2003-09-231-2/+2
* support GSS API user authentication; patches from Simon Wilkinson,markus2003-08-221-1/+4
* experimental support for aes-ctr modes frommarkus2003-05-171-2/+2
* split out custom EVP ciphersmarkus2003-05-151-2/+3
* add experimental support for verifying hos keys using DNS as describedjakob2003-05-141-2/+2
* Disable Kerberos 4 support.hin2003-04-091-9/+1
* move server only kex and monitor code to sshd.markus2003-02-211-3/+2
* split kex into client and server code, no need to linkmarkus2003-02-161-1/+2
* move progressmeter.c to libssh; ok djm/fgs@markus2003-01-121-2/+2
* Make sure kerberosV/kafs.h is picked up if kerberosIV/kafs.h is not removed.hin2002-06-111-5/+5
* no longer use uidswap.[ch] from the ssh clientmarkus2002-06-111-2/+2
* add /usr/libexec/ssh-keysign: a setuid helper program for hostbased authenticationmarkus2002-05-231-2/+2
* integrate privilege separated openssh; its turned off by default for now.provos2002-03-181-2/+2
* tabifyitojun2002-03-081-2/+2
* overwrite fatal() in ssh-keyscan.c; fixes pr 2354; ok provos@markus2002-02-221-3/+3
* do not build debug version either; markus@ okmickey2002-01-251-1/+2
* only build Kerberos v5 support with KERBEROS5=yesdugsong2001-06-261-2/+5
* Kerberos v5 support for SSH1, mostly from Assar Westerlund <assar@freebsd.org> and Bjorn Gronvall <bg@sics.se>. markus@ okdugsong2001-06-261-1/+2
* unbreakmarkus2001-06-261-5/+1
* more smartcard support.markus2001-06-261-1/+6
* switch to readpassphrase(3)markus2001-06-241-2/+2
* undo the .c file split, just merge the header and keep the cvs historymarkus2001-05-311-5/+3
* channel layer cleanup: merge header files and split .c filesmarkus2001-05-301-4/+6
* move kex to kex*.c, used dispatch_set() callbacks for kex. shouldmarkus2001-04-031-2/+2
* prepare for rekeying: move DH code to dh.cmarkus2001-03-291-2/+2
* 1) clean up the MAC support for SSH-2markus2001-02-111-2/+2
* $OpenBSD$niklas2001-01-291-0/+2
* split ssh.h and try to cleanup the #include mess. remove unnecessary #includes.markus2001-01-211-1/+1
* add support for RSA to SSH2. please test.markus2000-11-121-2/+2
* rijndael/aes supportmarkus2000-10-131-1/+1
* add support for s/key (kbd-interactive) to ssh2, based on work by mkiernan@avantgo.com and memarkus2000-10-111-1/+2
* Boring... Add :L modifier to all tweakable variables tests.espie2000-09-031-2/+2
* add SSH2/DSA support to the agent and some other DSA related cleanups.markus2000-08-191-1/+1
* rename aux.c to util.c to help with cygwin portprovos2000-08-011-1/+1