summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/sshd
AgeCommit message (Expand)Author
2018-07-25Don't redefine Makefile choices which come correct from bsd.*.mkTheo de Raadt
2018-07-18Remove support for running ssh(1) setuid and fatal if attempted.Darren Tucker
2018-07-11remove legacy key emulation layer; ok djm@Markus Friedl
2018-07-09remove legacy buffer API emulation layer; ok djm@Markus Friedl
2018-01-08group shared source files (e.g. SRCS_KEX) and allow compilation w/o OPENSSLMarkus Friedl
2018-01-08split client/server kex; only ssh-keygen needs uuencode.o;Markus Friedl
2017-12-14Replace ED25519's private SHA-512 implementation with a call to theChristian Weisgerber
2017-12-12Create a persistent umac128.c source file: #define the output size andChristian Weisgerber
2017-12-10ssh/lib hasn't worked towards our code-sharing goals for a quit while,Theo de Raadt
2016-09-28Remove support for pre-authentication compression. Doing compressionDamien Miller
2016-08-13remove ssh1 server code; ok djm@Markus Friedl
2016-01-14remove roaming support; ok djm@Markus Friedl
2015-10-09Change all tame callers to namechange to pledge(2).Theo de Raadt
2015-10-03switch from using the systrace-based sandbox to the tame-based sandbox.Theo de Raadt
2015-03-03add SSH1 Makefile knob to make it easier to build without SSH1 support;Damien Miller
2015-01-19add experimental api for packet layer; ok djm@Markus Friedl
2014-04-29make compiling against OpenSSL optional (make OPENSSL=no);Markus Friedl
2014-03-26remove libwrap support. ok deraadt djm mfriedlTed Unangst
2014-01-29remove experimental, never-enabled JPAKE code; ok markus@Damien Miller
2013-11-02use curve25519 for default key exchange (curve25519-sha256@libssh.org);Markus Friedl
2013-08-10libkafs5 -> libkafs (unused in build, so no functional change)Antoine Jacoutot
2013-07-20fix kerberos/GSSAPI deprecation warnings and linking; "looks okay" millert@Damien Miller
2013-07-02add missing library dependenciesMarkus Friedl
2013-06-19stop doing kerberos in ssh and sshdTheo de Raadt
2013-06-18Shuffle library link order to appease the static arch deities.Miod Vallat
2013-06-17link to the new kerberos librariesRobert Nagy
2011-06-22introduce sandboxing of the pre-auth privsep child using systrace(4).Damien Miller
2010-10-13The heimdal code switched to using DES from libcrypto when 0.7.2Jonathan Gray
2010-08-31Implement Elliptic Curve Cryptography modes for key exchange (ECDH) andDamien Miller
2009-10-24Dummy implementation of wait_for_roaming_reconnect() for the server side.Andreas Gunnarsson
2009-05-28Keep track of number of bytes read and written. Needed for upcomingAndreas Gunnarsson
2008-11-04Add support for an experimental zero-knowledge password authenticationDamien Miller
2008-02-04link sftp-server into sshd; feedback and ok djm@Markus Friedl
2007-09-21unifdef -DBSD_AUTHDamien Miller
2007-08-23unifdef HAVE_LOGIN_CAP; ok deraadt@ millert@Damien 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
2003-12-23implement KerberosGetAFSToken server option. ok markus@, beck@Jakob Schlyter
2003-08-24re-organize Makefiles so that static builds actually workTheo de Raadt
2003-08-22nuke "kerberos-2@ssh.com"Markus Friedl
2003-08-22support GSS API user authentication; patches from Simon Wilkinson,Markus Friedl
2003-07-16some minor DPADD changesTheo de Raadt
2003-07-15stop using libcom_err, it is built into krb5Theo de Raadt
2003-05-17Don't link with unneeded kerberos librariesHans Insulander
2003-05-14implement kerberos over ssh2 ("kerberos-2@ssh.com"); tested with jakob@Markus Friedl
2003-04-10unbreak linking on elf - stupid kerberosPeter Valchev
2003-04-09Disable Kerberos 4 support.Hans Insulander
2003-02-21move server only kex and monitor code to sshd.Markus Friedl
2002-06-20move configuration file options from ssh.1/sshd.8 toKevin Steves
2002-06-11no longer use uidswap.[ch] from the ssh clientMarkus Friedl