summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Expand)Author
2010-01-10Output a debug if we can't open an existing keyfile. bz#1694, ok djm@Darren Tucker
2010-01-10Add ChrootDirectory to sshd.c test-mode outputDarren Tucker
2010-01-09Remove RoutingDomain from ssh since it's now not needed. It can be replacedDarren Tucker
2010-01-09Afer sshd receives a SIGHUP, ignore subsequent HUPs while sshd re-execsDarren Tucker
2010-01-09Prevent sftp from derefing a null pointer when given a "-" without a command.Darren Tucker
2010-01-09Remove a PRIu64 format string that snuck in with roaming. ok djm@Darren Tucker
2010-01-09quell tc[gs]etattr warnings when forcing a tty (ssh -tt), since weDamien Miller
2010-01-09bad place to forget a comma...Jason McIntyre
2010-01-09tweak languageDamien Miller
2010-01-09add a 'read-only' mode to sftp-server(8) that disables open in write modeDamien Miller
2010-01-08Fix two warnings: possibly used unitialized and use a nul byte instead ofDarren Tucker
2010-01-04bz#1566 don't unnecessarily dup() in and out fds for sftp-server; ok markus@Damien Miller
2010-01-04Implement tab-completion of commands, local and remote filenames for sftp.Damien Miller
2010-01-04Don't escape backslashes in the SSH2 banner. bz#1533, patch fromDarren Tucker
2009-12-29sort previous;Jason McIntyre
2009-12-29Rename RDomain config option to RoutingDomain to be more clear andKevin Steves
2009-12-25validate routing domain is in range 0-RT_TABLEID_MAX.Kevin Steves
2009-12-20fix an incorrect magic number and typo in PROTOCOL; bz#1688Damien Miller
2009-12-20When passing user-controlled options with arguments to other programs,Philip Guenthe
2009-12-19try to clarify ChrootDirectory pathname argument a bit; resulting fromKevin Steves
2009-12-11switch from 35 to the more common value of RSA_F4 == (2**16)+1 == 65537Markus Friedl
2009-12-06fix potential divide-by-zero in sftp's "df" output when talking to a serverDarren Tucker
2009-12-06use socklen_t for getsockopt optlen parameter; reported byDamien Miller
2009-12-06zap unused variable and strlen; from Steve McClellan, ok djmDarren Tucker
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