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-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
2017-10-21
Add URI support to ssh, sftp and scp. For example ssh://user@host
Todd C. Miller
2017-10-20
add RCSIDs to these; they make syncing portable a bit easier
Damien Miller
2017-10-18
remove unused Pp;
Jason McIntyre
2017-10-18
In the description of pattern-lists, clarify negated matches by
Damien Miller
2017-10-13
log debug messages sent to peer; ok deraadt markus
Damien Miller
2017-10-13
trim permitrootlogin description somewhat, to avoid ambiguity;
Jason McIntyre
2017-10-13
mention SSH_USER_AUTH in the list of environment variables
Damien Miller
2017-10-13
BIO_get_mem_data() is supposed to take a char* as pointer argument,
Damien Miller
2017-10-09
clarify the order in which config statements are used.
Sebastian Benoit
2017-10-05
replace statically-sized arrays in ServerOptions with dynamic ones
Damien Miller
2017-10-05
%C is hashed; from klemens nanni
Jason McIntyre
2017-10-04
fix (another) problem in PermitOpen introduced during the channels.c
Damien Miller
2017-10-02
Fix PermitOpen crash; spotted by benno@, ok dtucker@ deraadt@
Damien Miller
2017-09-30
openssh-7.6; ok deraadt@
Damien Miller
2017-09-27
tweak EposeAuthinfo;
Jason McIntyre
2017-09-24
fix inverted test on channel open failure path that "upgraded" a
Damien Miller
[next]