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-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
2009-08-16
Add PubkeyAuthentication to the list allowed in a Match block (bz #1577)
Darren Tucker
2009-08-15
remove unused define. markus@ ok.
Federico G. Schwindt
2009-08-14
make the "get_handle: ..." error messages vaguely useful by allowing
Damien Miller
2009-08-13
sync synopsis and usage();
Jason McIntyre
2009-08-13
Swizzle options: "-P sftp_server_path" moves to "-D sftp_server_path",
Damien Miller
2009-08-12
sort options;
Jason McIntyre
2009-08-12
support most of scp(1)'s commandline arguments in sftp(1), as a first
Damien Miller
[next]