summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/sshd (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add PerSourceMaxStartups and PerSourceNetBlockSize options which providedtucker2021-01-091-2/+2
* factor out reading/writing sshbufs to dedicated functions;djm2020-01-251-3/+2
* Make zlib optional. This adds a "ZLIB" build time option that allowsdtucker2020-01-231-3/+8
* use ssh-sk-helper for all security key signing operationsdjm2019-12-131-6/+4
* directly support U2F/FIDO2 security keys in OpenSSH by linkingdjm2019-11-141-1/+4
* add a local implementation of BSD realpath() for sftp-server usedjm2019-07-051-2/+2
* Don't redefine Makefile choices which come correct from bsd.*.mkderaadt2018-07-251-3/+1
* Remove support for running ssh(1) setuid and fatal if attempted.dtucker2018-07-181-2/+2
* remove legacy key emulation layer; ok djm@markus2018-07-111-2/+2
* remove legacy buffer API emulation layer; ok djm@markus2018-07-091-2/+2
* group shared source files (e.g. SRCS_KEX) and allow compilation w/o OPENSSLmarkus2018-01-081-18/+9
* split client/server kex; only ssh-keygen needs uuencode.o;markus2018-01-081-5/+5
* Replace ED25519's private SHA-512 implementation with a call to thenaddy2017-12-141-2/+2
* Create a persistent umac128.c source file: #define the output size andnaddy2017-12-121-10/+1
* ssh/lib hasn't worked towards our code-sharing goals for a quit while,deraadt2017-12-101-12/+29
* Remove support for pre-authentication compression. Doing compressiondjm2016-09-281-2/+2
* remove ssh1 server code; ok djm@markus2016-08-131-6/+2
* remove roaming support; ok djm@markus2016-01-141-2/+2
* Change all tame callers to namechange to pledge(2).deraadt2015-10-091-2/+2
* switch from using the systrace-based sandbox to the tame-based sandbox.deraadt2015-10-031-2/+2
* add SSH1 Makefile knob to make it easier to build without SSH1 support;djm2015-03-031-2/+2
* add experimental api for packet layer; ok djm@markus2015-01-191-5/+3
* make compiling against OpenSSL optional (make OPENSSL=no);markus2014-04-291-6/+17
* remove libwrap support. ok deraadt djm mfriedltedu2014-03-261-7/+1
* remove experimental, never-enabled JPAKE code; ok markus@djm2014-01-291-2/+2
* use curve25519 for default key exchange (curve25519-sha256@libssh.org);markus2013-11-021-2/+3
* libkafs5 -> libkafs (unused in build, so no functional change)ajacoutot2013-08-101-2/+2
* fix kerberos/GSSAPI deprecation warnings and linking; "looks okay" millert@djm2013-07-201-3/+4
* add missing library dependenciesmarkus2013-07-021-2/+2
* stop doing kerberos in ssh and sshdderaadt2013-06-191-1/+2
* Shuffle library link order to appease the static arch deities.miod2013-06-181-3/+3
* link to the new kerberos librariesrobert2013-06-171-2/+3
* introduce sandboxing of the pre-auth privsep child using systrace(4).djm2011-06-221-2/+2
* The heimdal code switched to using DES from libcrypto when 0.7.2jsg2010-10-131-3/+3
* Implement Elliptic Curve Cryptography modes for key exchange (ECDH) anddjm2010-08-311-3/+3
* Dummy implementation of wait_for_roaming_reconnect() for the server side.andreas2009-10-241-2/+2
* Keep track of number of bytes read and written. Needed for upcomingandreas2009-05-281-2/+3
* Add support for an experimental zero-knowledge password authenticationdjm2008-11-041-2/+2
* link sftp-server into sshd; feedback and ok djm@markus2008-02-041-2/+2
* unifdef -DBSD_AUTHdjm2007-09-211-9/+2
* unifdef HAVE_LOGIN_CAP; ok deraadt@ millert@djm2007-08-231-2/+2
* 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/+2
* implement KerberosGetAFSToken server option. ok markus@, beck@jakob2003-12-231-2/+2
* re-organize Makefiles so that static builds actually workderaadt2003-08-241-12/+9
* nuke "kerberos-2@ssh.com"markus2003-08-221-2/+2
* support GSS API user authentication; patches from Simon Wilkinson,markus2003-08-221-3/+9
* some minor DPADD changesderaadt2003-07-161-5/+5
* stop using libcom_err, it is built into krb5deraadt2003-07-151-3/+3
* Don't link with unneeded kerberos librarieshin2003-05-171-2/+2