index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
ssh
/
sshd
Age
Commit message (
Expand
)
Author
2024-05-17
Start the process of splitting sshd into separate binaries. This step
Damien Miller
2024-04-01
new-style relink kit for sshd. The old scheme created a Makefile by
Theo de Raadt
2024-02-10
clean sshd random relinking kit; ok miod@
Christian Weisgerber
2023-01-18
delete useless dependency
Theo de Raadt
2023-01-18
Create and install sshd random relink kit.
Theo de Raadt
2022-05-27
split the low-level file handling functions out from auth2-pubkey.c
Damien Miller
2021-01-09
Add PerSourceMaxStartups and PerSourceNetBlockSize options which provide
Darren Tucker
2020-01-25
factor out reading/writing sshbufs to dedicated functions;
Damien Miller
2020-01-23
Make zlib optional. This adds a "ZLIB" build time option that allows
Darren Tucker
2019-12-13
use ssh-sk-helper for all security key signing operations
Damien Miller
2019-11-14
directly support U2F/FIDO2 security keys in OpenSSH by linking
Damien Miller
2019-07-05
add a local implementation of BSD realpath() for sftp-server use
Damien Miller
2018-07-25
Don't redefine Makefile choices which come correct from bsd.*.mk
Theo de Raadt
2018-07-18
Remove support for running ssh(1) setuid and fatal if attempted.
Darren Tucker
2018-07-11
remove legacy key emulation layer; ok djm@
Markus Friedl
2018-07-09
remove legacy buffer API emulation layer; ok djm@
Markus Friedl
2018-01-08
group shared source files (e.g. SRCS_KEX) and allow compilation w/o OPENSSL
Markus Friedl
2018-01-08
split client/server kex; only ssh-keygen needs uuencode.o;
Markus Friedl
2017-12-14
Replace ED25519's private SHA-512 implementation with a call to the
Christian Weisgerber
2017-12-12
Create a persistent umac128.c source file: #define the output size and
Christian Weisgerber
2017-12-10
ssh/lib hasn't worked towards our code-sharing goals for a quit while,
Theo de Raadt
2016-09-28
Remove support for pre-authentication compression. Doing compression
Damien Miller
2016-08-13
remove ssh1 server code; ok djm@
Markus Friedl
2016-01-14
remove roaming support; ok djm@
Markus Friedl
2015-10-09
Change all tame callers to namechange to pledge(2).
Theo de Raadt
2015-10-03
switch from using the systrace-based sandbox to the tame-based sandbox.
Theo de Raadt
2015-03-03
add SSH1 Makefile knob to make it easier to build without SSH1 support;
Damien Miller
2015-01-19
add experimental api for packet layer; ok djm@
Markus Friedl
2014-04-29
make compiling against OpenSSL optional (make OPENSSL=no);
Markus Friedl
2014-03-26
remove libwrap support. ok deraadt djm mfriedl
Ted Unangst
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
[next]