summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Expand)Author
2009-11-22make passing of zero-length arguments to ssh safe byAlexander Hall
2009-11-20correct off-by-one in percent_expand(): we would fatal() when tryingDamien Miller
2009-11-20Use the HostKeyAlias when prompting for passwords. bz#1039, ok djm@Darren Tucker
2009-11-20bz#1588 change "Connecting to host..." message to "Connected to host."Damien Miller
2009-11-20Warn but do not fail if stat()ing the subsystem binary fails. This helpsDarren Tucker
2009-11-19bz#1606: error when an attempt is made to connect to a serverDamien Miller
2009-11-17fix incorrect exit status when multiplexing and channel ID 0 is recycledDamien Miller
2009-11-11fix race condition in x11/agent channel allocation: don't read afterMarkus Friedl
2009-11-10Set close-on-exec on various descriptors so they don't get leaked toDarren Tucker
2009-11-10clarify that StrictModes does not apply to ChrootDirectory. PermissionsDamien Miller
2009-11-10explain the constraints on LocalCommand some more so people don'tDamien Miller
2009-10-28tweak previous;Jason McIntyre
2009-10-28Allow to set the rdomain in ssh/sftp/scp/sshd and ssh-keyscan.Reyk Floeter
2009-10-24Request roaming to be enabled if UseRoaming is true and the serverAndreas Gunnarsson
2009-10-24Do the actual suspend/resume in the client. This won't be useful untilAndreas Gunnarsson
2009-10-24Define the KEX messages used when resuming a suspended connection.Andreas Gunnarsson
2009-10-24Dummy implementation of wait_for_roaming_reconnect() for the server side.Andreas Gunnarsson
2009-10-24client_loop() must detect if the session has been suspended and resumed,Andreas Gunnarsson
2009-10-24Let the client detect if the server supports roaming by lookingAndreas Gunnarsson
2009-10-24Declarations needed for upcoming changes.Andreas Gunnarsson
2009-10-24ssh-keygen now uses AES-128 for private keysDarren Tucker
2009-10-23disallow a hostile server from checking jpake auth by sending anDamien Miller
2009-10-22switch from 3DES to AES-128 for encryption of passphrase-protectedDamien Miller
2009-10-22write UNIX-domain in a more consistent way; while here, replace aIgor Sobrado
2009-10-22use the UNIX-related macros (.At and .Ux) where appropriate.Igor Sobrado
2009-10-17sort flags.Igor Sobrado
2009-10-11mention the host name that we are looking for in check_host_in_hostfile()Damien Miller
2009-10-11d_type isn't portable so use lstat to get dirent modes. Suggested by andDarren Tucker
2009-10-08some tweaks now that protocol 1 is not offered by default; ok markusJason McIntyre
2009-10-08disable protocol 1 by default (after a transition period of about 10 years)Markus Friedl
2009-10-06bz#1596: fflush(NULL) before exec() to ensure that everying (motdDamien Miller
2009-10-01fix a castAlexander von Gernler
2009-09-01fix a race condition in ssh-agent that could result in a wedged orDamien Miller
2009-08-31document -e and -h; prodded by jmc@Damien Miller
2009-08-31check correct variable for error message, spotted by martynas@Damien Miller
2009-08-27Do not fall back to adding keys without contraints (ssh-add -c / -t ...)Damien Miller
2009-08-27allow setting an explicit umask on the commandline to override whateverDamien Miller
2009-08-27force use of correct hash function for random-art signature displayDamien Miller
2009-08-27allow setting an explicit umask on the commandline to override whateverDamien Miller
2009-08-20subsystem_flag is defined in ssh.c so it's extern; ok djmDarren Tucker
2009-08-19ether -> either;Jason McIntyre
2009-08-18fix "get" command usage, spotted by jmc@Damien Miller
2009-08-18recursive transfer support for get/put and on the commandlineDamien Miller
2009-08-16Add PubkeyAuthentication to the list allowed in a Match block (bz #1577)Darren Tucker
2009-08-15remove unused define. markus@ ok.Federico G. Schwindt
2009-08-14make the "get_handle: ..." error messages vaguely useful by allowingDamien Miller
2009-08-13sync synopsis and usage();Jason McIntyre
2009-08-13Swizzle options: "-P sftp_server_path" moves to "-D sftp_server_path",Damien Miller
2009-08-12sort options;Jason McIntyre
2009-08-12support most of scp(1)'s commandline arguments in sftp(1), as a firstDamien Miller