Age | Commit message (Expand) | Author |
2014-01-29 | remove experimental, never-enabled JPAKE code; ok markus@ | Damien Miller |
2013-11-02 | use curve25519 for default key exchange (curve25519-sha256@libssh.org); | Markus Friedl |
2013-08-10 | libkafs5 -> libkafs (unused in build, so no functional change) | Antoine Jacoutot |
2013-07-20 | fix kerberos/GSSAPI deprecation warnings and linking; "looks okay" millert@ | Damien Miller |
2013-07-02 | add missing library dependencies | Markus Friedl |
2013-06-19 | stop doing kerberos in ssh and sshd | Theo de Raadt |
2013-06-18 | Shuffle library link order to appease the static arch deities. | Miod Vallat |
2013-06-17 | link to the new kerberos libraries | Robert Nagy |
2011-06-22 | introduce sandboxing of the pre-auth privsep child using systrace(4). | Damien Miller |
2010-10-13 | The heimdal code switched to using DES from libcrypto when 0.7.2 | Jonathan Gray |
2010-08-31 | Implement Elliptic Curve Cryptography modes for key exchange (ECDH) and | Damien Miller |
2009-10-24 | Dummy implementation of wait_for_roaming_reconnect() for the server side. | Andreas Gunnarsson |
2009-05-28 | Keep track of number of bytes read and written. Needed for upcoming | Andreas Gunnarsson |
2008-11-04 | Add support for an experimental zero-knowledge password authentication | Damien Miller |
2008-02-04 | link sftp-server into sshd; feedback and ok djm@ | Markus Friedl |
2007-09-21 | unifdef -DBSD_AUTH | Damien Miller |
2007-08-23 | unifdef HAVE_LOGIN_CAP; ok deraadt@ millert@ | 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 |
2003-12-23 | implement KerberosGetAFSToken server option. ok markus@, beck@ | Jakob Schlyter |
2003-08-24 | re-organize Makefiles so that static builds actually work | Theo de Raadt |
2003-08-22 | nuke "kerberos-2@ssh.com" | Markus Friedl |
2003-08-22 | support GSS API user authentication; patches from Simon Wilkinson, | Markus Friedl |
2003-07-16 | some minor DPADD changes | Theo de Raadt |
2003-07-15 | stop using libcom_err, it is built into krb5 | Theo de Raadt |
2003-05-17 | Don't link with unneeded kerberos libraries | Hans Insulander |
2003-05-14 | implement kerberos over ssh2 ("kerberos-2@ssh.com"); tested with jakob@ | Markus Friedl |
2003-04-10 | unbreak linking on elf - stupid kerberos | Peter Valchev |
2003-04-09 | Disable Kerberos 4 support. | Hans Insulander |
2003-02-21 | move server only kex and monitor code to sshd. | Markus Friedl |
2002-06-20 | move configuration file options from ssh.1/sshd.8 to | Kevin Steves |
2002-06-11 | no longer use uidswap.[ch] from the ssh client | Markus Friedl |
2002-05-25 | split auth2.c into one file per method; ok provos@/deraadt@ | Markus Friedl |
2002-05-11 | Add missing libraries to bsd.prog.mk (mostly kerberosV) | Marc Espie |
2002-03-18 | integrate privilege separated openssh; its turned off by default for now. | Niels Provos |
2002-03-05 | and -ldes here too | Theo de Raadt |
2001-10-07 | BSD_AUTH supersedes SKEY, so SKEY is commented out. | Markus Friedl |
2001-09-10 | link k5 before k4 (new binutils is more picky than old ld) | Jason Wright |
2001-06-28 | Link with libcom_err for kerberos5 | Hans Insulander |
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-05-29 | build in support for BSD authentication | Todd C. Miller |
2001-05-18 | improved kbd-interactive support. work by per@appgate.com and me | Markus Friedl |
2001-03-29 | prepare for rekeying: move DH code to dh.c | Markus Friedl |
2001-03-04 | Rename pty.[ch] -> sshpty.[ch] and login.[ch] to sshlogin.[ch] to avoid | Damien Miller |
2001-03-03 | log*.c -> log.c | Markus Friedl |
2001-01-29 | $OpenBSD$ | Niklas Hallqvist |
2001-01-18 | rename *-skey.c *-chall.c since the files are not skey specific | Markus Friedl |
2001-01-18 | 1) removes fake skey from sshd, since this will be much | Markus Friedl |
2001-01-13 | support supplementary group in {Allow,Deny}Groups | Markus Friedl |