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
2009-12-20
fix an incorrect magic number and typo in PROTOCOL; bz#1688
Damien Miller
2009-12-20
When passing user-controlled options with arguments to other programs,
Philip Guenthe
2009-12-19
try to clarify ChrootDirectory pathname argument a bit; resulting from
Kevin Steves
2009-12-11
switch from 35 to the more common value of RSA_F4 == (2**16)+1 == 65537
Markus Friedl
2009-12-06
fix potential divide-by-zero in sftp's "df" output when talking to a server
Darren Tucker
2009-12-06
use socklen_t for getsockopt optlen parameter; reported by
Damien Miller
2009-12-06
zap unused variable and strlen; from Steve McClellan, ok djm
Darren Tucker
2009-11-22
make passing of zero-length arguments to ssh safe by
Alexander Hall
2009-11-20
correct off-by-one in percent_expand(): we would fatal() when trying
Damien Miller
2009-11-20
Use the HostKeyAlias when prompting for passwords. bz#1039, ok djm@
Darren Tucker
2009-11-20
bz#1588 change "Connecting to host..." message to "Connected to host."
Damien Miller
2009-11-20
Warn but do not fail if stat()ing the subsystem binary fails. This helps
Darren Tucker
2009-11-19
bz#1606: error when an attempt is made to connect to a server
Damien Miller
2009-11-17
fix incorrect exit status when multiplexing and channel ID 0 is recycled
Damien Miller
2009-11-11
fix race condition in x11/agent channel allocation: don't read after
Markus Friedl
2009-11-10
Set close-on-exec on various descriptors so they don't get leaked to
Darren Tucker
2009-11-10
clarify that StrictModes does not apply to ChrootDirectory. Permissions
Damien Miller
2009-11-10
explain the constraints on LocalCommand some more so people don't
Damien Miller
2009-10-28
tweak previous;
Jason McIntyre
2009-10-28
Allow to set the rdomain in ssh/sftp/scp/sshd and ssh-keyscan.
Reyk Floeter
2009-10-24
Request roaming to be enabled if UseRoaming is true and the server
Andreas Gunnarsson
2009-10-24
Do the actual suspend/resume in the client. This won't be useful until
Andreas Gunnarsson
2009-10-24
Define the KEX messages used when resuming a suspended connection.
Andreas Gunnarsson
2009-10-24
Dummy implementation of wait_for_roaming_reconnect() for the server side.
Andreas Gunnarsson
2009-10-24
client_loop() must detect if the session has been suspended and resumed,
Andreas Gunnarsson
2009-10-24
Let the client detect if the server supports roaming by looking
Andreas Gunnarsson
2009-10-24
Declarations needed for upcoming changes.
Andreas Gunnarsson
2009-10-24
ssh-keygen now uses AES-128 for private keys
Darren Tucker
2009-10-23
disallow a hostile server from checking jpake auth by sending an
Damien Miller
2009-10-22
switch from 3DES to AES-128 for encryption of passphrase-protected
Damien Miller
2009-10-22
write UNIX-domain in a more consistent way; while here, replace a
Igor Sobrado
2009-10-22
use the UNIX-related macros (.At and .Ux) where appropriate.
Igor Sobrado
2009-10-17
sort flags.
Igor Sobrado
2009-10-11
mention the host name that we are looking for in check_host_in_hostfile()
Damien Miller
2009-10-11
d_type isn't portable so use lstat to get dirent modes. Suggested by and
Darren Tucker
2009-10-08
some tweaks now that protocol 1 is not offered by default; ok markus
Jason McIntyre
2009-10-08
disable protocol 1 by default (after a transition period of about 10 years)
Markus Friedl
2009-10-06
bz#1596: fflush(NULL) before exec() to ensure that everying (motd
Damien Miller
2009-10-01
fix a cast
Alexander von Gernler
2009-09-01
fix a race condition in ssh-agent that could result in a wedged or
Damien Miller
2009-08-31
document -e and -h; prodded by jmc@
Damien Miller
2009-08-31
check correct variable for error message, spotted by martynas@
Damien Miller
2009-08-27
Do not fall back to adding keys without contraints (ssh-add -c / -t ...)
Damien Miller
2009-08-27
allow setting an explicit umask on the commandline to override whatever
Damien Miller
2009-08-27
force use of correct hash function for random-art signature display
Damien Miller
2009-08-27
allow setting an explicit umask on the commandline to override whatever
Damien Miller
2009-08-20
subsystem_flag is defined in ssh.c so it's extern; ok djm
Darren Tucker
2009-08-19
ether -> either;
Jason McIntyre
2009-08-18
fix "get" command usage, spotted by jmc@
Damien Miller
2009-08-18
recursive transfer support for get/put and on the commandline
Damien Miller
[next]