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
2017-05-31
one more void *ctx => struct ssh *ssh conversion
Damien Miller
2017-05-31
fix possible OOB strlen() in SOCKS4A hostname parsing; ok markus@
Damien Miller
2017-05-30
tweak previous;
Jason McIntyre
2017-05-30
Add RemoteCommand option to specify a command in the ssh config
Alexander Bluhm
2017-05-30
switch auth2 to ssh_dispatch API; ok djm@
Markus Friedl
2017-05-30
switch auth2-none.c to modern APIs; ok djm@
Markus Friedl
2017-05-30
switch auth2-passwd.c to modern APIs; ok djm@
Markus Friedl
2017-05-30
switch auth2-hostbased.c to modern APIs; ok djm@
Markus Friedl
2017-05-30
protocol handlers all get struct ssh passed; ok djm@
Markus Friedl
2017-05-30
ssh: pass struct ssh to auth functions, too; ok djm@
Markus Friedl
2017-05-30
sshd: pass struct ssh to auth functions; ok djm@
Markus Friedl
2017-05-30
remove unused wrapper functions from key.[ch]; ok djm@
Markus Friedl
2017-05-30
sshkey_new() might return NULL (pkcs#11 code only); ok djm@
Markus Friedl
2017-05-30
switch sshconnect.c to modern APIs; ok djm@
Markus Friedl
2017-05-30
switch auth2-pubkey.c to modern APIs; with & ok djm@
Markus Friedl
2017-05-30
switch from Key typedef with struct sshkey; ok djm@
Markus Friedl
2017-05-30
remove ssh1 references; ok djm@
Markus Friedl
2017-05-30
revise sshkey_load_public(): remove ssh1 related comments, remove extra
Markus Friedl
2017-05-26
sshbuf_consume: reset empty buffer; ok djm@
Markus Friedl
2017-05-26
remove SSH_CHANNEL_XXX_DRAINING (ssh1 only); ok djm@
Markus Friedl
2017-05-26
remove channel_input_close_confirmation (ssh1 only); ok djm@
Markus Friedl
2017-05-26
fix references to obsolete v00 cert format; spotted by Jakub Jelen
Damien Miller
2017-05-20
there's no reason to artificially limit the key path here, just check
Damien Miller
2017-05-19
Now that we no longer support SSHv1, replace the contents of this file
Damien Miller
2017-05-17
allow LogLevel in sshd_config Match blocks; ok dtucker bz#2717
Damien Miller
2017-05-16
remove duplicate check; spotted by Jakub Jelen
Damien Miller
2017-05-16
mention that Ed25519 keys are valid as CA keys; spotted by
Damien Miller
2017-05-08
remove hmac-ripemd160; ok dtucker
Damien Miller
2017-05-08
make requesting bad ECDSA bits yield the same error (SSH_ERR_KEY_LENGTH)
Damien Miller
2017-05-08
helps if I commit the correct version of the file. fix missing
Damien Miller
2017-05-08
I was too aggressive with the scalpel in the last commit;
Damien Miller
2017-05-07
Refuse RSA keys <1024 bits in length. Improve reporting for keys that
Damien Miller
2017-05-07
Don't offer CBC ciphers by default in the client. ok markus@
Damien Miller
2017-05-07
As promised in last release announcement: remove support for
Damien Miller
2017-05-05
more simplification and removal of SSHv1-related code; ok djm@
Christian Weisgerber
2017-05-05
remove superfluous protocol 2 mentions; ok jmc@
Christian Weisgerber
2017-05-04
since a couple of people have asked, leave a comment explaining why we
Damien Miller
2017-05-04
another tentacle: cipher_set_key_string() was only ever used for SSHv1
Damien Miller
2017-05-03
restore mistakenly deleted description of the ConnectionAttempts option
Christian Weisgerber
2017-05-03
remove miscellaneous SSH1 leftovers; ok markus@
Christian Weisgerber
2017-05-03
more protocol 1 bits removed; ok djm
Jason McIntyre
2017-05-03
more protocol 1 stuff to go; ok djm
Jason McIntyre
2017-05-02
rsa1 is no longer valid;
Jason McIntyre
2017-05-02
add PubKeyAcceptedKeyTypes to the -o list: scp(1) has it, so i guess
Jason McIntyre
2017-05-02
remove now obsolete protocol1 options from the -o lists;
Jason McIntyre
2017-05-02
more -O shuffle; ok djm
Jason McIntyre
2017-05-02
remove -1 / -2 options; pointed out by jmc@
Damien Miller
2017-05-02
remove options -12 from usage();
Jason McIntyre
2017-05-02
tidy up -O somewhat; ok djm
Jason McIntyre
2017-05-01
when freeing a bitmap, zero all it bytes; spotted by Ilya Kaliman
Damien Miller
[prev]
[next]