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-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
2021-01-09
Add PerSourceMaxStartups and PerSourceNetBlockSize options which provide
Darren Tucker
2021-01-09
Move address handling functions out into their own file in order to reuse
Darren Tucker
2021-01-08
make CheckHostIP default to 'no'. It doesn't provide any perceptible
Damien Miller
2021-01-08
If a signature operation on a FIDO key fails with a "incorrect PIN"
Damien Miller
2021-01-08
don't try to use timespeccmp(3) directly as a qsort(3) comparison
Damien Miller
2021-01-08
Update the sntrup761 creation script and generated code:
Darren Tucker
2021-01-08
mention that DisableForwarding is valid in a sshd_config Match block
Damien Miller
2021-01-04
estructure sntrup761.sh to process all files in a single list, which will
Darren Tucker
2021-01-03
Prevent redefinition of `crypto_int32' error with gcc3.
tobhe
2020-12-30
Use int64_t for intermediate values in int32_MINMAX to prevent signed
tobhe
2020-12-29
Update/replace the experimental post-quantim hybrid key exchange
Damien Miller
2020-12-22
tweak the description of KnownHostsCommand in ssh_conf.5, and add
Jason McIntyre
2020-12-22
Remove lines accidentally left behind in the ProxyJump parsing fix r1.345.
Theo Buehler
2020-12-22
add a ssh_config KnownHostsCommand that allows the client to obtain
Damien Miller
2020-12-22
move subprocess() from auth.c to misc.c
Damien Miller
2020-12-21
Remove the pre-standardization cipher rijndael-cbc@lysator.liu.se.
Darren Tucker
2020-12-21
properly fix ProxyJump parsing; Thanks to tb@ for pointing out my error
Damien Miller
2020-12-20
plumb ssh_conn_info through to sshconnect.c; feedback/ok markus@
Damien Miller
2020-12-20
allow UserKnownHostsFile=none; feedback and ok markus@
Damien Miller
2020-12-20
load_hostkeys()/hostkeys_foreach() variants for FILE*
Damien Miller
2020-12-19
Print client kem key with correct length.
tobhe
2020-12-17
fix possible error("%s", NULL) on error paths
Damien Miller
2020-12-17
refactor client percent_expand() argument passing; consolidate the
Damien Miller
[prev]
[next]