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
/
ssh-add
Age
Commit message (
Expand
)
Author
2021-12-19
ssh-add side of destination constraints
Damien Miller
2020-04-03
give ssh-keygen the ability to dump the contents of a binary key
Damien Miller
2020-01-25
factor out reading/writing sshbufs to dedicated functions;
Damien Miller
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-10-31
Refactor signing - use sshkey_sign for everything, including the new
Damien Miller
2019-10-31
ssh-add support for U2F/FIDO keys
Damien Miller
2018-07-25
Don't redefine Makefile choices which come correct from bsd.*.mk
Theo de Raadt
2018-01-08
group shared source files (e.g. SRCS_KEX) and allow compilation w/o OPENSSL
Markus Friedl
2017-12-14
Replace ED25519's private SHA-512 implementation with a call to the
Christian Weisgerber
2017-12-10
ssh/lib hasn't worked towards our code-sharing goals for a quit while,
Theo de Raadt
2017-07-10
zap redundant Makefile variables.
Marc Espie
2001-03-04
don't link unused libs
Markus Friedl
2001-03-03
log*.c -> log.c
Markus Friedl
2001-01-29
$OpenBSD$
Niklas Hallqvist
2000-06-29
no longer needed; good riddance for static archs
Todd T. Fries
1999-12-06
atomicio() via lib
Theo de Raadt
1999-12-06
move atomicio into it's own file. wrap all socket write()s which were doing
Theo de Raadt
1999-10-27
fix for stupid binutils linker
Theo de Raadt
1999-10-25
move common files to ./lib and link libssh.a, tested with and w/o obj
Markus Friedl
1999-10-07
on static machines, install these as mode 0
Theo de Raadt
1999-10-06
scp should not link against kerberos stuff
Theo de Raadt
1999-10-04
more shrinking
Theo de Raadt
1999-10-04
nuked minfd. sigh. hope this is the last one.
Markus Friedl
1999-10-01
Remove kerberos libdes - it's all in libcrypto
Bob Beck
1999-09-30
use libc md5
Theo de Raadt
1999-09-29
update krb4/AFS support to ssh-1.2.27-afs-kerberos-pl1 level, clean up unused...
Dug Song
1999-09-29
DPADD; mickey
Theo de Raadt
1999-09-28
convert all uses of gmp to SSL bignum
Niels Provos
1999-09-26
fix make depend
Theo de Raadt
1999-09-26
proper groups for install
Theo de Raadt
1999-09-26
build ssh components using our build model
Theo de Raadt