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
Age
Commit message (
Expand
)
Author
2015-01-20
Reduce use of <sys/param.h> and transition to <limits.h> throughout.
Theo de Raadt
2015-01-20
kex_setup errors are fatal()
Markus Friedl
2015-01-20
make this compile with KERBEROS5 enabled
Damien Miller
2015-01-20
fix hostkeys in agent; ok markus@
Damien Miller
2015-01-19
switch ssh-keyscan from setjmp to multiple ssh transport layer instances
Markus Friedl
2015-01-19
add experimental api for packet layer; ok djm@
Markus Friedl
2015-01-19
store compat flags in struct ssh; ok djm@
Markus Friedl
2015-01-19
adapt kex to sshbuf and struct ssh; ok djm@
Markus Friedl
2015-01-19
move dispatch to struct ssh; ok djm@
Markus Friedl
2015-01-19
update packet.c & isolate, introduce struct ssh
Markus Friedl
2015-01-19
fix format strings in (disabled) debugging
Damien Miller
2015-01-19
djm, your /usr/include tree is old
Theo de Raadt
2015-01-18
some feedback from markus@: comment hostkeys_foreach()
Damien Miller
2015-01-18
make ssh-keygen use hostkeys_foreach(). Removes some
Damien Miller
2015-01-18
convert load_hostkeys() (hostkey ordering and known_host
Damien Miller
2015-01-18
introduce hostkeys_foreach() to allow iteration over a
Damien Miller
2015-01-18
string truncation due to sizeof(size)
Theo de Raadt
2015-01-18
avoid trailing ',' in host key algorithms
Damien Miller
2015-01-18
infer key length correctly when user specified a fully-
Damien Miller
2015-01-17
fix hostkeys on ssh agent; found by unit test I'm about to commit
Damien Miller
2015-01-16
garbage collect empty .No macros mandoc warns about
Ingo Schwarze
2015-01-16
regression: incorrect error message on otherwise-successful
Damien Miller
2015-01-16
when hostname canonicalisation is enabled, try to parse hostnames
Damien Miller
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
Theo de Raadt
2015-01-15
remove xmalloc, switch to sshbuf
Markus Friedl
2015-01-15
switch to sshbuf
Markus Friedl
2015-01-15
handle UMAC128 initialization like UMAC; ok djm@ markus@
Christian Weisgerber
2015-01-15
fix regression reported by brad@ for passworded keys without
Damien Miller
2015-01-15
sync ssh-keysign, ssh-keygen and some dependencies to the new
Damien Miller
2015-01-15
remove commented-out test code now that it has moved to a
Damien Miller
2015-01-14
whitespace
Damien Miller
2015-01-14
move authfd.c and its tentacles to the new buffer/key API;
Damien Miller
2015-01-14
fix small regression: ssh-agent would return a success message
Damien Miller
2015-01-14
avoid BIGNUM in KRL code by using a simple bitmap;
Damien Miller
2015-01-14
update sftp client and server to new buffer API.
Damien Miller
2015-01-14
switch to sshbuf/sshkey; with & ok djm@
Markus Friedl
2015-01-14
avoid an warning for the !OPENSSL case
Damien Miller
2015-01-14
swith auth-options to new sshbuf/sshkey; ok djm@
Markus Friedl
2015-01-14
make non-OpenSSL aes-ctr work on sshd w/ privsep; ok markus@
Damien Miller
2015-01-14
remove unneeded includes, sync my copyright across files & whitespace; ok djm@
Markus Friedl
2015-01-13
adapt mac.c to ssherr.h return codes (de-fatal) and simplify dependencies
Markus Friedl
2015-01-13
sync changes from libopenssh; prepared by markus@
Damien Miller
2015-01-13
sync changes from libopenssh; prepared by markus@
Damien Miller
2015-01-13
add sshd_config HostbasedAcceptedKeyTypes and PubkeyAcceptedKeyTypes
Damien Miller
2015-01-12
unbreak parsing of pubkey comments; with gerhard; ok djm/deraadt
Markus Friedl
2015-01-12
missing error assigment on sshbuf_put_string()
Markus Friedl
2015-01-12
apparently memcpy(x, NULL, 0) is undefined behaviour according to
Damien Miller
2015-01-12
free->sshkey_free; ok djm@
Markus Friedl
2015-01-12
allow WITH_OPENSSL w/o WITH_SSH1; ok djm@
Markus Friedl
2015-01-08
fix ssh_config FingerprintHash evaluation order; from Petr Lautrbach
Damien Miller
[next]