index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.bin
/
ssh
/
sshd
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't redefine Makefile choices which come correct from bsd.*.mk
deraadt
2018-07-25
1
-3
/
+1
*
Remove support for running ssh(1) setuid and fatal if attempted.
dtucker
2018-07-18
1
-2
/
+2
*
remove legacy key emulation layer; ok djm@
markus
2018-07-11
1
-2
/
+2
*
remove legacy buffer API emulation layer; ok djm@
markus
2018-07-09
1
-2
/
+2
*
group shared source files (e.g. SRCS_KEX) and allow compilation w/o OPENSSL
markus
2018-01-08
1
-18
/
+9
*
split client/server kex; only ssh-keygen needs uuencode.o;
markus
2018-01-08
1
-5
/
+5
*
Replace ED25519's private SHA-512 implementation with a call to the
naddy
2017-12-14
1
-2
/
+2
*
Create a persistent umac128.c source file: #define the output size and
naddy
2017-12-12
1
-10
/
+1
*
ssh/lib hasn't worked towards our code-sharing goals for a quit while,
deraadt
2017-12-10
1
-12
/
+29
*
Remove support for pre-authentication compression. Doing compression
djm
2016-09-28
1
-2
/
+2
*
remove ssh1 server code; ok djm@
markus
2016-08-13
1
-6
/
+2
*
remove roaming support; ok djm@
markus
2016-01-14
1
-2
/
+2
*
Change all tame callers to namechange to pledge(2).
deraadt
2015-10-09
1
-2
/
+2
*
switch from using the systrace-based sandbox to the tame-based sandbox.
deraadt
2015-10-03
1
-2
/
+2
*
add SSH1 Makefile knob to make it easier to build without SSH1 support;
djm
2015-03-03
1
-2
/
+2
*
add experimental api for packet layer; ok djm@
markus
2015-01-19
1
-5
/
+3
*
make compiling against OpenSSL optional (make OPENSSL=no);
markus
2014-04-29
1
-6
/
+17
*
remove libwrap support. ok deraadt djm mfriedl
tedu
2014-03-26
1
-7
/
+1
*
remove experimental, never-enabled JPAKE code; ok markus@
djm
2014-01-29
1
-2
/
+2
*
use curve25519 for default key exchange (curve25519-sha256@libssh.org);
markus
2013-11-02
1
-2
/
+3
*
libkafs5 -> libkafs (unused in build, so no functional change)
ajacoutot
2013-08-10
1
-2
/
+2
*
fix kerberos/GSSAPI deprecation warnings and linking; "looks okay" millert@
djm
2013-07-20
1
-3
/
+4
*
add missing library dependencies
markus
2013-07-02
1
-2
/
+2
*
stop doing kerberos in ssh and sshd
deraadt
2013-06-19
1
-1
/
+2
*
Shuffle library link order to appease the static arch deities.
miod
2013-06-18
1
-3
/
+3
*
link to the new kerberos libraries
robert
2013-06-17
1
-2
/
+3
*
introduce sandboxing of the pre-auth privsep child using systrace(4).
djm
2011-06-22
1
-2
/
+2
*
The heimdal code switched to using DES from libcrypto when 0.7.2
jsg
2010-10-13
1
-3
/
+3
*
Implement Elliptic Curve Cryptography modes for key exchange (ECDH) and
djm
2010-08-31
1
-3
/
+3
*
Dummy implementation of wait_for_roaming_reconnect() for the server side.
andreas
2009-10-24
1
-2
/
+2
*
Keep track of number of bytes read and written. Needed for upcoming
andreas
2009-05-28
1
-2
/
+3
*
Add support for an experimental zero-knowledge password authentication
djm
2008-11-04
1
-2
/
+2
*
link sftp-server into sshd; feedback and ok djm@
markus
2008-02-04
1
-2
/
+2
*
unifdef -DBSD_AUTH
djm
2007-09-21
1
-9
/
+2
*
unifdef HAVE_LOGIN_CAP; ok deraadt@ millert@
djm
2007-08-23
1
-2
/
+2
*
Use permanently_set_uid() in ssh and ssh-keysign for consistency, matches
dtucker
2004-08-23
1
-2
/
+2
*
implement session multiplexing in the client (the server has supported this
djm
2004-06-13
1
-2
/
+2
*
implement KerberosGetAFSToken server option. ok markus@, beck@
jakob
2003-12-23
1
-2
/
+2
*
re-organize Makefiles so that static builds actually work
deraadt
2003-08-24
1
-12
/
+9
*
nuke "kerberos-2@ssh.com"
markus
2003-08-22
1
-2
/
+2
*
support GSS API user authentication; patches from Simon Wilkinson,
markus
2003-08-22
1
-3
/
+9
*
some minor DPADD changes
deraadt
2003-07-16
1
-5
/
+5
*
stop using libcom_err, it is built into krb5
deraadt
2003-07-15
1
-3
/
+3
*
Don't link with unneeded kerberos libraries
hin
2003-05-17
1
-2
/
+2
*
implement kerberos over ssh2 ("kerberos-2@ssh.com"); tested with jakob@
markus
2003-05-14
1
-2
/
+2
*
unbreak linking on elf - stupid kerberos
pvalchev
2003-04-10
1
-2
/
+2
*
Disable Kerberos 4 support.
hin
2003-04-09
1
-13
/
+1
*
move server only kex and monitor code to sshd.
markus
2003-02-21
1
-3
/
+4
*
move configuration file options from ssh.1/sshd.8 to
stevesk
2002-06-20
1
-2
/
+2
*
no longer use uidswap.[ch] from the ssh client
markus
2002-06-11
1
-2
/
+2
[next]