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
2011-03-10
allow GSSAPI authentication to detect when a server-side failure causes
Damien Miller
2011-03-10
allow GSSAPI authentication to detect when a server-side failure causes
Damien Miller
2011-02-16
make hostbased auth with ECDSA keys work correctly. Based on patch
Damien Miller
2011-02-04
openssh-5.8
Damien Miller
2011-02-04
fix uninitialised nonce variable; reported by Mateusz Kocielski
Damien Miller
2011-01-31
cut'n'pasto; from bert.wesarg AT googlemail.com
Damien Miller
2011-01-22
crank to OpenSSH-5.7
Damien Miller
2011-01-16
a couple more tweaks to the post-close protocol 1 stderr/stdout flush:
Damien Miller
2011-01-16
reset the SIGPIPE handler when forking to execute child processes;
Damien Miller
2011-01-16
Use atomicio when flushing protocol 1 std{out,err} buffers at
Damien Miller
2011-01-13
correct protocol names and add a couple of missing protocol number
Damien Miller
2011-01-13
correct error messages; patch from bert.wesarg AT googlemail.com
Damien Miller
2011-01-11
some unsigned long long casts that make things a bit easier for
Damien Miller
2011-01-11
fd leak on error paths; from zinovik@
Damien Miller
2011-01-08
use host and not options.hostname, as the latter may have unescaped
Damien Miller
2011-01-06
reset SIGCHLD handler to SIG_DFL when execuring LocalCommand;
Damien Miller
2011-01-06
unbreak %n expansion in LocalCommand; patch from bert.wesarg AT
Damien Miller
2011-01-06
when exiting due to ServerAliveTimeout, mention the hostname that caused
Damien Miller
2011-01-04
handle ecdsa-sha2 with various key lengths; hint and ok djm@
Otto Moerbeek
2010-12-24
don't send the actual forced command in a debug message; ok markus deraadt
Damien Miller
2010-12-15
fix ControlMaster=ask regression
Damien Miller
2010-12-14
don't mention key type in key-changed-warning, since we also print
Markus Friedl
2010-12-09
scp.1: grammer fix
Jason McIntyre
2010-12-08
add a new -3 option to scp: Copies between two remote hosts are
Markus Friedl
2010-12-08
explain that IPQoS arguments are separated by whitespace; iirc requested
Damien Miller
2010-12-04
fix fd leak; spotted and ok dtucker@
Damien Miller
2010-12-04
add a protocol extension to support a hard link operation. It is
Damien Miller
2010-12-03
move check for revoked keys to run earlier (in auth_rsa_key_allowed)
Damien Miller
2010-12-03
check that g^x^q === 1 mod p; recommended by JPAKE author Feng Hao
Damien Miller
2010-11-29
automatically order the hostkeys requested by the client based on
Damien Miller
2010-11-29
correctly load comment for encrypted rsa1 keys;
Markus Friedl
2010-11-26
Pass through ssh command-line flags and options when doing remote-remote
Damien Miller
2010-11-25
replace close() loop for fds 3->64 with closefrom();
Damien Miller
2010-11-24
remove a debug() that pollutes stderr on client connecting to a server
Damien Miller
2010-11-23
avoid NULL deref on receiving a channel request on an unknown or invalid
Damien Miller
2010-11-23
use strict_modes already passed as function argument over referencing
Damien Miller
2010-11-21
Refactor internals of private key loading and saving to work on memory
Damien Miller
2010-11-21
honour $TMPDIR for client xauth and ssh-agent temporary directories;
Damien Miller
2010-11-20
clean up cases of ;;
Theo de Raadt
2010-11-18
add IPQoS to the various -o lists, and zap some trailing whitespace;
Jason McIntyre
2010-11-15
libary -> library;
Jason McIntyre
2010-11-13
allow ssh and sshd to set arbitrary TOS/DSCP/QoS values instead of
Damien Miller
2010-11-10
use only libcrypto APIs that are retained with OPENSSL_NO_DEPRECATED.
Damien Miller
2010-11-05
whitespace KNF
Damien Miller
2010-11-04
umask should be parsed as octal. reported by candland AT xmission.com;
Damien Miller
2010-10-28
knock out some "-*- nroff -*-" lines;
Jason McIntyre
2010-10-28
fix a possible NULL deref on loading a corrupt ECDH key
Damien Miller
2010-10-23
escape '[' in filename tab-completion; fix a type while there.
Stuart Henderson
2010-10-13
The heimdal code switched to using DES from libcrypto when 0.7.2
Jonathan Gray
2010-10-12
Typo in confirmation message. bz#1827, patch from imorgan at nas nasa gov
Darren Tucker
[next]