summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/sshd
AgeCommit message (Expand)Author
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
2002-05-25split auth2.c into one file per method; ok provos@/deraadt@Markus Friedl
2002-05-11Add missing libraries to bsd.prog.mk (mostly kerberosV)Marc Espie
2002-03-18integrate privilege separated openssh; its turned off by default for now.Niels Provos
2002-03-05and -ldes here tooTheo de Raadt
2001-10-07BSD_AUTH supersedes SKEY, so SKEY is commented out.Markus Friedl
2001-09-10link k5 before k4 (new binutils is more picky than old ld)Jason Wright
2001-06-28Link with libcom_err for kerberos5Hans Insulander
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-05-29build in support for BSD authenticationTodd C. Miller
2001-05-18improved kbd-interactive support. work by per@appgate.com and meMarkus Friedl
2001-03-29prepare for rekeying: move DH code to dh.cMarkus Friedl
2001-03-04Rename pty.[ch] -> sshpty.[ch] and login.[ch] to sshlogin.[ch] to avoidDamien Miller
2001-03-03log*.c -> log.cMarkus Friedl
2001-01-29$OpenBSD$Niklas Hallqvist
2001-01-18rename *-skey.c *-chall.c since the files are not skey specificMarkus Friedl
2001-01-181) removes fake skey from sshd, since this will be muchMarkus Friedl
2001-01-13support supplementary group in {Allow,Deny}GroupsMarkus Friedl
2000-10-11add support for s/key (kbd-interactive) to ssh2, based on work by mkiernan@av...Markus Friedl
2000-10-11First rough implementation of the diffie-hellman group exchange. TheNiels Provos
2000-09-03Boring... Add :L modifier to all tweakable variables tests.Marc Espie
2000-08-20Add calls to setusercontext() and login_get*(). We basically callTodd C. Miller
2000-06-18split auth-rsa option parsing into auth-optionsMarkus Friedl
2000-04-26syncMarkus Friedl
2000-03-28split sshd.c -> auth.c session.c sshd.c plus cleanup and goto-removalMarkus Friedl
2000-03-14support DESTDIR include fetching; dmTheo de Raadt