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
2021-03-02
openssh-8.5
Damien Miller
2021-02-28
Add %k to list of keywords. From Eero Häkkinenvia bz#3267
Darren Tucker
2021-02-28
Do not try to reset signal handler for signal 0 in subprocess.
Darren Tucker
2021-02-27
fix alphabetic ordering of options; spotted by Iain Morgan
Damien Miller
2021-02-26
a bit more debugging behind #ifdef DEBUG_SK
Damien Miller
2021-02-24
Put obsolete aliases for hostbasedalgorithms and pubkeyacceptedalgorithms
Darren Tucker
2021-02-23
lots more s/key types/signature algorithms/ mostly in
Damien Miller
2021-02-23
Correct reference to signature algorithms as keys; from Jakub Jelen
Damien Miller
2021-02-23
warn when the user specifies a ForwardAgent path that does not exist
Damien Miller
2021-02-18
Fix the hostkeys rotation extension documentation
Damien Miller
2021-02-18
make names in function prototypes match those in definition
Damien Miller
2021-02-18
unbreak SK_DEBUG builds
Damien Miller
2021-02-18
sftp-server: implement limits@openssh.com extension
Damien Miller
2021-02-15
ssh: add PermitRemoteOpen for remote dynamic forwarding with SOCKS
Markus Friedl
2021-02-15
factor out opt_array_append; ok djm@
Markus Friedl
2021-02-15
ProxyJump takes "none" to disable processing like ProxyCommand does
David Gwynne
2021-02-12
sftp: add missing lsetstat@openssh.com documentation
Damien Miller
2021-02-12
factor SSH_AGENT_CONSTRAIN_EXTENSION parsing into its own function
Damien Miller
2021-02-05
Remove debug message from sigchld handler. While this works on OpenBSD
Darren Tucker
2021-02-02
whitespace
Damien Miller
2021-02-02
fix memleaks in private key deserialisation; enforce more consistency
Damien Miller
2021-02-02
memleak on error path; ok markus@
Damien Miller
2021-01-31
more strictly enforce KEX state-machine by banning packet types
Damien Miller
2021-01-31
Set linesize returned by getline to zero when freeing and NULLing the
Darren Tucker
2021-01-29
fix the values of enum sock_type
Damien Miller
2021-01-29
give typedef'd struct a struct name; makes the fuzzer I'm writing a bit
Damien Miller
2021-01-27
fix leak: was double allocating kex->session_id buffer
Damien Miller
2021-01-27
this needs kex.h now
Damien Miller
2021-01-27
make ssh->kex->session_id a sshbuf instead of u_char*/size_t and
Damien Miller
2021-01-27
remove global variable used to stash compat flags and use the
Damien Miller
2021-01-27
Logical not bitwise or. ok djm@
Darren Tucker
2021-01-26
move HostbasedAcceptedAlgorithms to the right place in alphabetical order
Christian Weisgerber
2021-01-26
Remove unused variables leftover from refactoring. ok djm@
Darren Tucker
2021-01-26
Rename HostbasedKeyTypes (ssh) and HostbasedAcceptedKeyTypes (sshd) to
Darren Tucker
2021-01-26
refactor key constraint parsing in ssh-agent
Damien Miller
2021-01-26
more ssh-agent refactoring
Damien Miller
2021-01-26
make struct hostkeys public; I have no idea why I made it opaque
Damien Miller
2021-01-26
move check_host_cert() from sshconnect,c to sshkey.c and refactor
Damien Miller
2021-01-26
use recallocarray to allocate the agent sockets table; also clear
Damien Miller
2021-01-26
factor out common code in the agent client
Damien Miller
2021-01-25
make ssh hostbased authentication send the signature algorithm in
Damien Miller
2021-01-22
PubkeyAcceptedKeyTypes->PubkeyAcceptedAlgorithms here too.
Darren Tucker
2021-01-22
Rename PubkeyAcceptedKeyTypes keyword to PubkeyAcceptedAlgorithms.
Darren Tucker
2021-01-15
Make output buffer larger to prevent potential truncation warnings from
Darren Tucker
2021-01-15
Change types in convtime() unit test to int to match change its new type.
Darren Tucker
2021-01-15
In waitfd(), when poll returns early we are subtracting the elapsed time
Darren Tucker
2021-01-14
Minor grammatical correction.
rob
2021-01-11
Correct spelling of persourcenetblocksize in config-dump mode.
Darren Tucker
2021-01-11
Change convtime() from returning long to returning int. On platforms
Darren Tucker
2021-01-09
add a comma to previous;
Jason McIntyre
[next]