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-12-21
revert stricter key type / signature type checking in userauth path;
Damien Miller
2017-12-19
include signature type and CA key (if applicable) in some debug messages
Damien Miller
2017-12-18
unbreak hostkey rotation; attempting to sign with a desired signature
Damien Miller
2017-12-18
log mismatched RSA signature types; ok markus@
Damien Miller
2017-12-18
pass kex->hostkey_alg and kex->hostkey_nid from pre-auth to post-auth
Damien Miller
2017-12-18
Add helper function for uri handing in scp where a missing path
Todd C. Miller
2017-12-18
pass negotiated signing algorithm though to sshkey_verify() and
Damien Miller
2017-12-18
sshkey_sigtype() function to return the type of a signature;
Damien Miller
2017-12-14
Replace ED25519's private SHA-512 implementation with a call to the
Christian Weisgerber
2017-12-12
Create a persistent umac128.c source file: #define the output size and
Christian Weisgerber
2017-12-10
ssh/lib hasn't worked towards our code-sharing goals for a quit while,
Theo de Raadt
2017-12-10
Put remote client info back into the ClientAlive connection termination
Darren Tucker
2017-12-08
time_t printing needs %lld and (long long) casts
Theo de Raadt
2017-12-08
fix ordering in previous to ensure errno isn't clobbered before
Damien Miller
2017-12-08
for some reason unix_listener() logged most errors twice with each
Damien Miller
2017-12-06
don't accept junk after "yes" or "no" responses to hostkey prompts.
Damien Miller
2017-12-05
Replace atoi and strtol conversions for integer arguments to config
Darren Tucker
2017-12-05
Add missing break for rdomain. Prevents spurious "Deprecated option"
Darren Tucker
2017-12-05
include the addr:port in bind/listen failure messages
Damien Miller
2017-11-29
Import updated moduli.
Darren Tucker
2017-11-28
Have sftp print a warning about shell cleanliness when decoding the first
Darren Tucker
2017-11-28
more whitespace errors
Damien Miller
2017-11-28
whitespace at EOL
Damien Miller
2017-11-25
Add monotime_ts and monotime_tv that return monotonic timespec and
Darren Tucker
2017-11-25
Remove get_current_time() and replace with calls to monotime_double()
Darren Tucker
2017-11-15
downgrade a couple more request parsing errors from process-fatal to
Damien Miller
2017-11-15
fix regression in 7.6: failure to parse a signature request message
Damien Miller
2017-11-14
fix problem in configuration parsing when in config dump mode (sshd -T)
Damien Miller
2017-11-03
reuse parse_multistate for parse_flag (yes/no arguments). Saves
Damien Miller
2017-11-03
allow certificate validity intervals that specify only a start or
Damien Miller
2017-11-03
allow "cd" and "lcd" commands with no explicit path argument.
Damien Miller
2017-11-03
When doing a config test with sshd -T, only require the attributes
Darren Tucker
2017-11-03
typos in ECDSA certificate names; bz#2787 reported by Mike Gerow
Damien Miller
2017-11-03
Private keys in PEM format have been encrypted by AES-128 for a while
Damien Miller
2017-11-03
avoid unused variable warnings for !WITH_OPENSSL;
Damien Miller
2017-11-01
fix broken stdout in ControlPersist mode, introduced by me in r1.467
Damien Miller
2017-10-27
whitespace at EOL
Damien Miller
2017-10-27
whitespace at EOL (lots)
Damien Miller
2017-10-27
improve printing of rdomain on accept() a little
Damien Miller
2017-10-26
mark up the rdomain keyword;
Jason McIntyre
2017-10-25
tweak the uri text, specifically removing some markup to make it a
Jason McIntyre
2017-10-25
simplify macros in previous, and some minor tweaks;
Jason McIntyre
2017-10-25
uninitialised variable in PermitTunnel printing code
Damien Miller
2017-10-25
transfer ownership of stdout to the session channel by dup2'ing
Damien Miller
2017-10-25
add a "rdomain" criteria for the sshd_config Match keyword to allow
Damien Miller
2017-10-25
add sshd_config RDomain keyword to place sshd and the subsequent
Damien Miller
2017-10-25
Add optional rdomain qualifier to sshd_config's ListenAddress option
Damien Miller
2017-10-24
Kill dead store and some spaces vs. tabs indent in parse_user_host_path().
Todd C. Miller
2017-10-24
tweak previous; ok djm
Jason McIntyre
2017-10-23
Expose devices allocated for tun/tap forwarding.
Damien Miller
[next]