Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
ok markus@ | |||
2009-10-24 | Request roaming to be enabled if UseRoaming is true and the server | Andreas Gunnarsson | |
supports it. ok markus@ | |||
2009-10-24 | Do the actual suspend/resume in the client. This won't be useful until | Andreas Gunnarsson | |
the server side supports roaming. Most code from Martin Forssen, maf at appgate dot com. Some changes by me and markus@ ok markus@ | |||
2009-10-24 | Define the KEX messages used when resuming a suspended connection. | Andreas Gunnarsson | |
ok markus@ | |||
2009-10-24 | Dummy implementation of wait_for_roaming_reconnect() for the server side. | Andreas Gunnarsson | |
It doesn't do anything yet but is needed for upcoming changes in roaming_common.c ok markus@ | |||
2009-10-24 | client_loop() must detect if the session has been suspended and resumed, | Andreas Gunnarsson | |
and take appropriate action in that case. From Martin Forssen, maf at appgate dot com ok markus@ | |||
2009-10-24 | Let the client detect if the server supports roaming by looking | Andreas Gunnarsson | |
for the resume@appgate.com kex algorithm. ok markus@ | |||
2009-10-24 | Declarations needed for upcoming changes. | Andreas Gunnarsson | |
ok markus@ | |||
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 | |
out-of-sequence success message. (doesn't affect code enabled by default) | |||
2009-10-22 | switch from 3DES to AES-128 for encryption of passphrase-protected | Damien Miller | |
SSH protocol 2 private keys; ok several | |||
2009-10-22 | write UNIX-domain in a more consistent way; while here, replace a | Igor Sobrado | |
few remaining ".Tn UNIX" macros with ".Ux" ones. pointed out by ratchov@, thanks! ok jmc@ | |||
2009-10-22 | use the UNIX-related macros (.At and .Ux) where appropriate. | Igor Sobrado | |
ok jmc@ | |||
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 | |
"looks sane" deraadt@ | |||
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 | |
ok deraadt | |||
2009-10-06 | bz#1596: fflush(NULL) before exec() to ensure that everying (motd | Damien Miller | |
in particular) has made it out before the streams go away. | |||
2009-10-01 | fix a cast | Alexander von Gernler | |
ok djm@ markus@ | |||
2009-09-01 | fix a race condition in ssh-agent that could result in a wedged or | Damien Miller | |
spinning agent: don't read off the end of the allocated fd_sets, and don't issue blocking read/write on agent sockets - just fall back to select() on retriable read/write errors. bz#1633 reported and tested by "noodle10000 AT googlemail.com"; ok dtucker@ markus@ | |||
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 | |
when the agent refuses the constrained add request. This was a useful migration measure back in 2002 when constraints were new, but just adds risk now. bz #1612, report and patch from dkg AT fifthhorseman.net; ok markus@ | |||
2009-08-27 | allow setting an explicit umask on the commandline to override whatever | Damien Miller | |
default the user has. bz#1229; ok dtucker@ deraadt@ markus@ | |||
2009-08-27 | force use of correct hash function for random-art signature display | Damien Miller | |
as it was inheriting the wrong one when bubblebabble signatures were activated; bz#1611 report and patch from fwojcik+openssh AT besh.com; ok markus@ | |||
2009-08-27 | allow setting an explicit umask on the commandline to override whatever | Damien Miller | |
default the user has. bz#1229; ok dtucker@ deraadt@ markus@ | |||
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 | |
work mostly by carlosvsilvapt@gmail.com for the Google Summer of Code with some tweaks by me; "go for it" deraadt@ | |||
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 | |
callers to specify their own error message strings. | |||
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 | |
add "-P port" to match scp(1). Fortunately, the -P option is only really used by our regression scripts. part of larger patch from carlosvsilvapt@gmail.com for his Google Summer of Code work; ok deraadt markus | |||
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 | |
step towards making sftp(1) a drop-in replacement for scp(1). One conflicting option (-P) has not been changed, pending further discussion. Patch from carlosvsilvapt@gmail.com as part of his work in the Google Summer of Code | |||
2009-07-05 | only send SSH2_MSG_DISCONNECT if we're in compat20; from dtucker@ | Kevin Steves | |
ok deraadt@ markus@ | |||
2009-07-02 | allow for long home dir paths (bz #1615). ok deraadt | Darren Tucker | |
2009-06-30 | crank version; ok deraadt | Markus Friedl | |
2009-06-27 | Add client option UseRoaming. It doesn't do anything yet but will | Andreas Gunnarsson | |
control whether the client tries to use roaming if enabled on the server. From Martin Forssen. ok markus@ | |||
2009-06-27 | It may be necessary to retransmit some data when resuming, so add it | Andreas Gunnarsson | |
to a buffer when roaming is enabled. Most of this code was written by Martin Forssen, maf at appgate dot com. ok markus@ | |||
2009-06-27 | packet_bacup_state() and packet_restore_state() will be used to | Andreas Gunnarsson | |
temporarily save the current state ren resuming a suspended connection. ok markus@ | |||
2009-06-22 | alphabetize includes; reduces diff vs portable and style(9). ok stevesk djm | Darren Tucker | |
2009-06-21 | Add tags for the benefit of the sync scripts | Darren Tucker | |
2009-06-21 | abort if key_sign fails, preventing possible null deref. Based on report | Darren Tucker | |
from Paolo Ganci, ok markus@ djm@ | |||
2009-06-13 | Use debug3() instead of debug(), requested by markus@ | Andreas Gunnarsson | |
ok dtucker@ | |||
2009-06-12 | Move some more statics into session_state | Andreas Gunnarsson | |
ok markus@ djm@ |