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
/
ssh-keygen
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
factor out reading/writing sshbufs to dedicated functions;
djm
2020-01-25
1
-2
/
+2
*
perform security key enrollment via ssh-sk-helper too. This means
djm
2019-12-13
1
-5
/
+2
*
use ssh-sk-helper for all security key signing operations
djm
2019-12-13
1
-2
/
+2
*
directly support U2F/FIDO2 security keys in OpenSSH by linking
djm
2019-11-14
1
-1
/
+3
*
Refactor signing - use sshkey_sign for everything, including the new
djm
2019-10-31
1
-2
/
+2
*
ssh-keygen support for generating U2F/FIDO keys
djm
2019-10-31
1
-2
/
+2
*
avoid compiling certain files that deeply depend on libcrypto when
djm
2019-09-06
1
-2
/
+2
*
sshsig: lightweight signature and verification ability for OpenSSH
djm
2019-09-03
1
-2
/
+2
*
remove mostly vestigal uuencode.[ch]; moving the only unique
djm
2019-07-16
1
-2
/
+2
*
still compile uuencode.c, unbreaks build
deraadt
2019-07-05
1
-2
/
+2
*
add a local implementation of BSD realpath() for sftp-server use
djm
2019-07-05
1
-2
/
+2
*
Don't redefine Makefile choices which come correct from bsd.*.mk
deraadt
2018-07-25
1
-4
/
+1
*
group shared source files (e.g. SRCS_KEX) and allow compilation w/o OPENSSL
markus
2018-01-08
1
-9
/
+6
*
Replace ED25519's private SHA-512 implementation with a call to the
naddy
2017-12-14
1
-2
/
+2
*
ssh/lib hasn't worked towards our code-sharing goals for a quit while,
deraadt
2017-12-10
1
-5
/
+13
*
zap redundant Makefile variables.
espie
2017-07-10
1
-2
/
+1
*
Support for generating Diffie-Hellman groups (/etc/moduli) from ssh-keygen.
djm
2003-07-28
1
-2
/
+2
*
move -lsectok to Makefile.inc for now
markus
2001-06-27
1
-3
/
+1
*
add smartcard support to the makefiles (commented out);
markus
2001-06-26
1
-1
/
+3
*
unbreak
markus
2001-06-26
1
-6
/
+1
*
more smartcard support.
markus
2001-06-26
1
-1
/
+6
*
don't link unused libs
markus
2001-03-04
1
-3
/
+3
*
log*.c -> log.c
markus
2001-03-03
1
-2
/
+2
*
$OpenBSD$
niklas
2001-01-29
1
-0
/
+2
*
no longer needed; good riddance for static archs
todd
2000-06-29
1
-5
/
+0
*
fix for stupid binutils linker
deraadt
1999-10-27
1
-2
/
+3
*
move common files to ./lib and link libssh.a, tested with and w/o obj
markus
1999-10-25
1
-13
/
+1
*
on static machines, install these as mode 0
deraadt
1999-10-07
1
-1
/
+8
*
scp should not link against kerberos stuff
deraadt
1999-10-06
1
-0
/
+11
*
more shrinking
deraadt
1999-10-04
1
-3
/
+2
*
nuked minfd. sigh. hope this is the last one.
markus
1999-10-04
1
-6
/
+1
*
Remove kerberos libdes - it's all in libcrypto
beck
1999-10-01
1
-1
/
+1
*
use libc md5
deraadt
1999-09-30
1
-1
/
+1
*
update krb4/AFS support to ssh-1.2.27-afs-kerberos-pl1 level, clean up unused variables, update manpages
dugsong
1999-09-29
1
-2
/
+2
*
DPADD; mickey
deraadt
1999-09-29
1
-0
/
+1
*
convert all uses of gmp to SSL bignum
provos
1999-09-28
1
-4
/
+4
*
proper groups for install
deraadt
1999-09-26
1
-1
/
+0
*
build ssh components using our build model
deraadt
1999-09-26
1
-0
/
+20