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
2013-05-06
Reference the version of the sftp draft we actually implement. ok djm@
Darren Tucker
2013-04-24
remove extra parens noticed by nicm
Ted Unangst
2013-04-23
use xasprintf instead of a series of strlcats and strdup. ok djm
Ted Unangst
2013-04-22
typo in debug output: evitval->exitval
Darren Tucker
2013-04-19
remove duplicated list entry pointed out by naddy@
Damien Miller
2013-04-19
add -Q to usage; reminded by jmc@
Damien Miller
2013-04-19
add the ability to query supported ciphers, MACs, key type and KEX
Damien Miller
2013-04-19
reintroduce 1.262 without the connection-killing bug:
Damien Miller
2013-04-19
fix some memory leaks; bz#2088 ok dtucker@
Damien Miller
2013-04-19
document the requirment that the AuthorizedKeysCommand be owned by root;
Damien Miller
2013-04-18
make "sftp -q" do what it says on the sticker: hush everything but errors;
Damien Miller
2013-04-17
revert rev 1.262; it fails because uid is already set here. ok djm@
Darren Tucker
2013-04-11
quiet disconnect notifications on the server from error() back to logit()
Damien Miller
2013-04-07
clarify -e text. suggested by & ok jmc@
Darren Tucker
2013-04-07
Add -E option to ssh and sshd to append debugging logs to a specified file
Darren Tucker
2013-04-06
handle ECONNABORTED for accept(); ok deraadt some time ago...
Markus Friedl
2013-04-05
cleanup mux-created channels that are in SSH_CHANNEL_OPENING state too
Damien Miller
2013-04-05
use the existing _PATH_SSH_USER_RC define to construct the other
Damien Miller
2013-04-05
hush some {unused, printf type} warnings
Damien Miller
2013-03-08
allow "ssh -f none ..." ok markus@
Damien Miller
2013-03-07
add submethod support to AuthenticationMethods; ok and freedback djm@
Markus Friedl
2013-03-07
reconstruct the original username that was sent by the client, which may
Damien Miller
2013-03-06
g/c unused variable (-Wunused)
Damien Miller
2013-03-06
fatal() when ChrootDirectory specified by running without root privileges;
Damien Miller
2013-03-05
reset pubkey order on partial success; ok djm@
Markus Friedl
2013-02-22
Allow IdenityFile=none; ok markus deraadt (and dtucker for an earlier
Damien Miller
2013-02-22
support ProxyCommand=- (stdin/out already point to the proxy); ok djm@
Markus Friedl
2013-02-22
Don't complain if IdentityFiles specified in system-wide configs are missing.
Darren Tucker
2013-02-19
Remove bogus include. ok djm
Darren Tucker
2013-02-17
Keep track of which IndentityFile options were manually supplied and which
Darren Tucker
2013-02-15
Warn more loudly if an IdentityFile provided by the user cannot be read.
Darren Tucker
2013-02-14
Correct error message that had a typo and was logging the wrong thing;
Damien Miller
2013-02-11
Add openssl version to debug output similar to the client. ok markus@
Darren Tucker
2013-02-10
record "Received disconnect" messages at ERROR rather than INFO priority,
Damien Miller
2013-02-10
append to moduli file when screening candidates rather than overwriting.
Damien Miller
2013-02-10
openssh 6.2
Markus Friedl
2013-02-08
fix NULL deref when built without libedit and control characters
Damien Miller
2013-02-06
Fix comment, from jfree.e1 at gmail
Darren Tucker
2013-02-06
Change default of MaxStartups to 10:30:100 to start doing random early
Darren Tucker
2013-01-27
actually use the xrealloc() return value; spotted by xi.wang AT gmail.com
Damien Miller
2013-01-26
remove ACSS, now that it is gone from libcrypto too
Damien Miller
2013-01-25
redo last commit without the vi-vomit that snuck in:
Damien Miller
2013-01-25
Revert last. Breaks due to likely typo. Let djm@ fix later.
Kenneth R Westerback
2013-01-24
skip serial lookup when cert's serial number is zero
Damien Miller
2013-01-24
fix handling of (unused) KRL signatures; skip string in correct buffer
Damien Miller
2013-01-19
RB_INSERT does not remove existing elments; ok djm@
Markus Friedl
2013-01-19
fix some formatting; ok djm
Jason McIntyre
2013-01-18
command-line (adj.) -> command line (n.);
Jason McIntyre
2013-01-18
add -Q to the options list; ok djm
Jason McIntyre
2013-01-18
tweak previous;
Jason McIntyre
[next]