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
2007-05-22
zap double include; from p_nowaczyk AT o2.pl
Damien Miller
2007-05-17
djm owes me a vb and a tism cd for breaking ssh compilation
Jolan Luff
2007-05-17
pass received SIGINT from monitor to postauth child so it can clean
Damien Miller
2007-05-17
fall back to gethostname() when the outgoing connection is not
Damien Miller
2007-05-17
bz#1286 stop reading and processing commands when input or output buffer
Damien Miller
2007-05-17
save and restore errno when logging; ok deraadt@
Damien Miller
2007-04-23
Remove debug() left over from development. ok deraadt@
Darren Tucker
2007-04-18
cast "%llu" format spec to (unsigned long long); do not assume a
Kevin Steves
2007-04-14
remove unused macro; from Dmitry V. Levin <ldv@altlinux.org>
Kevin Steves
2007-03-20
- let synopsis and description agree for -f
Jason McIntyre
2007-03-20
remove some bogus *p tests from charles longeau
Ted Unangst
2007-03-19
Remove the signal handler that checks if the agent's parent process
Darren Tucker
2007-03-19
Disable the legacy SSH protocol 1 for new installations via
Damien Miller
2007-03-09
Move C/R -> kbdint special case to after the defaults have been
Darren Tucker
2007-03-06
openssh-4.6; "please" deraadt@
Damien Miller
2007-03-01
sort the `match' keywords;
Jason McIntyre
2007-03-01
Remove ChallengeResponseAuthentication support inside a Match
Darren Tucker
2007-02-28
Remove expired keys periodically so they don't remain in memory when
Darren Tucker
2007-02-24
- strlen returns size_t, not int.
Ray Lai
2007-02-22
Check activep so Match and GatewayPorts work together; ok markus@
Darren Tucker
2007-02-21
Clear alarm() before restarting sshd on SIGHUP. Without this, if there's
Darren Tucker
2007-02-20
set maximum packet and window sizes the same for multiplexed clients
Damien Miller
2007-02-19
Teach Match how handle config directives that are used before authentication.
Darren Tucker
2007-02-14
typos in comments; ok jmc@
Kevin Steves
2007-01-22
fix detection of whether we should show progress meter or not: scp
Damien Miller
2007-01-22
return error from do_upload() when a write fails. fixes bz#1252: zero
Damien Miller
2007-01-21
spaces
Kevin Steves
2007-01-21
spaces
Kevin Steves
2007-01-17
Honour activep for times (eg ServerAliveInterval) while parsing
Darren Tucker
2007-01-12
more secsh -> rfc 4716 updates;
Jason McIntyre
2007-01-10
do not use a list for SYNOPSIS;
Jason McIntyre
2007-01-03
spaces
Kevin Steves
2007-01-03
ARGSUSED for lint
Kevin Steves
2007-01-03
spaces
Kevin Steves
2007-01-03
remove small dead code; arnaud.lacombe.1@ulaval.ca via Coverity scan
Kevin Steves
2007-01-02
do not use lists for SYNOPSIS;
Jason McIntyre
2006-12-14
Make "PermitOpen all" first-match within a block to match the way other
Darren Tucker
2006-12-13
Make PermitOpen work with multiple values like the man pages says. bz #1267
Darren Tucker
2006-12-12
bz #1019: some ssh.com versions apparently can't cope with the remote port
Damien Miller
2006-12-11
add rfc 4716 (public key format); ok jmc
Markus Friedl
2006-11-23
Don't access buf[strlen(buf) - 1] for zero-length strings.
Ray Lai
2006-11-14
use argc and argv not some made up short form
Theo de Raadt
2006-11-07
BN_hex2bn returns int; from dtucker@
Markus Friedl
2006-11-07
correctly check for bad signatures in the monitor, otherwise the monitor and
Markus Friedl
2006-11-06
add missing checks for openssl return codes; with & ok djm@
Markus Friedl
2006-10-31
check DH_compute_key() for -1 even if it should not happen because of
Markus Friedl
2006-10-28
correct/expand example of usage of -w; ok jmc@ stevesk@
Otto Moerbeek
2006-10-22
cancel progress meter when upload write fails; ok deraadt@
Damien Miller
2006-10-11
exit instead of doing a blocking tcp send if we detect a client/server timeout,
Markus Friedl
2006-10-10
sleep before retrying (not after) since sleep changes errno; fixes
Markus Friedl
[next]