Age | Commit message (Expand) | Author |
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 |
2009-07-05 | only send SSH2_MSG_DISCONNECT if we're in compat20; from dtucker@ | Kevin Steves |
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 |
2009-06-27 | It may be necessary to retransmit some data when resuming, so add it | Andreas Gunnarsson |
2009-06-27 | packet_bacup_state() and packet_restore_state() will be used to | Andreas Gunnarsson |
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 |
2009-06-13 | Use debug3() instead of debug(), requested by markus@ | Andreas Gunnarsson |
2009-06-12 | Move some more statics into session_state | Andreas Gunnarsson |
2009-06-12 | Fix warnings. | Andreas Gunnarsson |
2009-06-12 | Fix warnings found by chl@ and djm@ and change roaming_atomicio's | Andreas Gunnarsson |
2009-05-28 | Keep track of number of bytes read and written. Needed for upcoming | Andreas Gunnarsson |
2009-05-27 | Un-static ssh_exchange_identification(), part of a larger change from | Andreas Gunnarsson |
2009-05-27 | Add packet_put_int64() and packet_get_int64(), part of a larger change | Andreas Gunnarsson |
2009-05-27 | Move the KEX_COOKIE_LEN define to kex.h | Andreas Gunnarsson |
2009-05-27 | Send SSH2_MSG_DISCONNECT when the client disconnects. From a larger | Andreas Gunnarsson |
2009-05-27 | Add clear_cached_addr(), needed for upcoming changes allowing the peer | Andreas Gunnarsson |
2009-05-25 | Put the globals in packet.c into a struct and don't access it directly | Andreas Gunnarsson |
2009-04-21 | clarify we cd to user's home after chroot; ok markus@ on | Kevin Steves |
2009-04-18 | tweak previous; ok stevesk | Jason McIntyre |
2009-04-17 | clarify that even internal-sftp needs /dev/log for logging to work; ok | Kevin Steves |
2009-04-17 | use INTERNAL_SFTP_NAME for setproctitle() of in-process sftp-server; | Kevin Steves |
2009-04-14 | Fixed a few the-the misspellings in comments. Skipped a bunch in binutils,gcc... | Janne Johansson |