Age | Commit message (Expand) | Author |
2010-01-10 | Output a debug if we can't open an existing keyfile. bz#1694, ok djm@ | Darren Tucker |
2010-01-10 | Add ChrootDirectory to sshd.c test-mode output | Darren Tucker |
2010-01-09 | Remove RoutingDomain from ssh since it's now not needed. It can be replaced | Darren Tucker |
2010-01-09 | Afer sshd receives a SIGHUP, ignore subsequent HUPs while sshd re-execs | Darren Tucker |
2010-01-09 | Prevent sftp from derefing a null pointer when given a "-" without a command. | Darren Tucker |
2010-01-09 | Remove a PRIu64 format string that snuck in with roaming. ok djm@ | Darren Tucker |
2010-01-09 | quell tc[gs]etattr warnings when forcing a tty (ssh -tt), since we | Damien Miller |
2010-01-09 | bad place to forget a comma... | Jason McIntyre |
2010-01-09 | tweak language | Damien Miller |
2010-01-09 | add a 'read-only' mode to sftp-server(8) that disables open in write mode | Damien Miller |
2010-01-08 | Fix two warnings: possibly used unitialized and use a nul byte instead of | Darren Tucker |
2010-01-04 | bz#1566 don't unnecessarily dup() in and out fds for sftp-server; ok markus@ | Damien Miller |
2010-01-04 | Implement tab-completion of commands, local and remote filenames for sftp. | Damien Miller |
2010-01-04 | Don't escape backslashes in the SSH2 banner. bz#1533, patch from | Darren Tucker |
2009-12-29 | sort previous; | Jason McIntyre |
2009-12-29 | Rename RDomain config option to RoutingDomain to be more clear and | Kevin Steves |
2009-12-25 | validate routing domain is in range 0-RT_TABLEID_MAX. | Kevin Steves |
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 |