Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | poll: Fixed a malfunction with wrong max fd value check. | Andreas Schneider | 2010-06-17 | 1 | -2/+2 | |
| | ||||||
* | config: Use ssh log and error functions for problems. | Andreas Schneider | 2010-06-03 | 1 | -2/+4 | |
| | ||||||
* | socket: Fixed signed values which could be seen as an unary operator. | Andreas Schneider | 2010-06-02 | 1 | -2/+2 | |
| | ||||||
* | socket: According to execle(2) environ shouldn't be const. | Andreas Schneider | 2010-06-01 | 1 | -1/+1 | |
| | ||||||
* | Fix warning for snprintf | Aris Adamantiadis | 2010-05-31 | 1 | -0/+1 | |
| | ||||||
* | Fix unclean null termination in ~ expending | Aris Adamantiadis | 2010-05-31 | 1 | -1/+1 | |
| | ||||||
* | misc: Make sure the expanded string is null-terminated. | Andreas Schneider | 2010-05-30 | 1 | -0/+1 | |
| | ||||||
* | session: Fixed setting up default identity files. | Andreas Schneider | 2010-05-28 | 1 | -3/+3 | |
| | ||||||
* | options: Make sure that we have always have default options set. | Andreas Schneider | 2010-05-21 | 2 | -11/+9 | |
| | ||||||
* | options: Set the local username if still not set. | Andreas Schneider | 2010-05-21 | 1 | -0/+7 | |
| | ||||||
* | keyfiles: Fixed possible problem with known_hosts path. | Andreas Schneider | 2010-05-21 | 1 | -1/+1 | |
| | ||||||
* | sftp: Fixed sftp_chown. | Andreas Schneider | 2010-05-17 | 1 | -1/+2 | |
| | ||||||
* | Fix sftp_rename on sftp3 | Aris Adamantiadis | 2010-05-17 | 1 | -2/+3 | |
| | ||||||
* | Respond to keepalives/global requests | Aris Adamantiadis | 2010-05-12 | 2 | -1/+33 | |
| | ||||||
* | build: Fixed build. | Andreas Schneider | 2010-05-12 | 1 | -1/+0 | |
| | | | | I've added a non-existent kex header, sorry. | |||||
* | Fixed building libssh with DEBUG_CRYPTO. | Andreas Schneider | 2010-05-12 | 2 | -0/+3 | |
| | ||||||
* | Added runtime detection of WSAPoll(). | Andreas Schneider | 2010-05-12 | 2 | -8/+32 | |
| | | | | Signed-off-by: Andreas Schneider <mail@cynapses.org> | |||||
* | Fixed windows include files in pcap support. | Andreas Schneider | 2010-05-12 | 1 | -1/+3 | |
| | ||||||
* | Fixed Windows build warnings. | Andreas Schneider | 2010-05-12 | 3 | -2/+16 | |
| | ||||||
* | Added a select(2) based poll-emulation if poll(2) is not available. | Andreas Schneider | 2010-05-12 | 1 | -137/+94 | |
| | ||||||
* | Use the new expand functions. | Andreas Schneider | 2010-05-11 | 4 | -104/+105 | |
| | | | | | This implements escape chars for IdentityFile in ssh_config and reads the system ssh_config. | |||||
* | Added a function to expand an escaped string. | Andreas Schneider | 2010-05-11 | 1 | -0/+84 | |
| | ||||||
* | Added a function to expand the tilde from a path. | Andreas Schneider | 2010-05-11 | 1 | -2/+63 | |
| | ||||||
* | Backport of the proxycommand feature | Aris Adamantiadis | 2010-05-10 | 5 | -2/+78 | |
| | ||||||
* | Move ssh_hostport to a location which is global accessible. | Patrick Spendrin | 2010-05-10 | 1 | -14/+14 | |
| | | | | Signed-off-by: Andreas Schneider <mail@cynapses.org> | |||||
* | The lower function doesn't have the prefix. | Patrick Spendrin | 2010-05-10 | 1 | -1/+1 | |
| | | | | Signed-off-by: Andreas Schneider <mail@cynapses.org> | |||||
* | Match hashed [host]:port format knownhosts | Aris Adamantiadis | 2010-05-07 | 1 | -0/+3 | |
| | ||||||
* | knownhosts writing cherry-pick | Aris Adamantiadis | 2010-05-07 | 1 | -13/+37 | |
| | | | | | | | Conflicts: libssh/keyfiles.c tests/unittests/CMakeLists.txt | |||||
* | First implementation of known_hosts with port read | Aris Adamantiadis | 2010-05-07 | 2 | -3/+24 | |
| | | | | | | | | Conflicts: include/libssh/misc.h libssh/keyfiles.c libssh/misc.c | |||||
* | Added ssh_privatekey_type public function | Aris Adamantiadis | 2010-04-28 | 1 | -0/+14 | |
| | ||||||
* | Fix doublefree happening after a negociation error | Aris Adamantiadis | 2010-04-14 | 1 | -4/+1 | |
| | ||||||
* | Do not compile aes*-ctr with <=OpenSSL 0.9.7b | Aris Adamantiadis | 2010-04-14 | 2 | -0/+13 | |
| | ||||||
* | Fix missing string_data() in crypto debug code | Aris Adamantiadis | 2010-04-14 | 2 | -10/+10 | |
| | ||||||
* | Fix building on win32/vs7 | Aris Adamantiadis | 2010-04-06 | 1 | -3/+3 | |
| | ||||||
* | Fixed config parsing wich has overwritten user specified values. | Andreas Schneider | 2010-04-04 | 1 | -7/+11 | |
| | ||||||
* | Fixed blocking bug in channel_poll. | Andreas Schneider | 2010-04-03 | 1 | -3/+4 | |
| | | | | This is a backport from 514ab6eed2b520d14a1dce783e3180db11f460a4. | |||||
* | Fixes the broken algorithm choice for server | Aris Adamantiadis | 2010-03-28 | 2 | -29/+30 | |
| | ||||||
* | Fix crash when no callback is defined | Aris Adamantiadis | 2010-03-28 | 1 | -1/+1 | |
| | ||||||
* | Fixed build warnings on Windows. | Andreas Schneider | 2010-03-25 | 1 | -0/+3 | |
| | ||||||
* | Fixed a build warning in ssh_userauth_autopubkey. | Andreas Schneider | 2010-03-25 | 1 | -0/+3 | |
| | ||||||
* | Fixed spelling. | Andreas Schneider | 2010-03-25 | 5 | -7/+7 | |
| | ||||||
* | Fixed a memory leak in ssh_try_publickey_from_file. | Andreas Schneider | 2010-03-13 | 1 | -0/+4 | |
| | ||||||
* | Added missing SSH_OPTIONS_FD option. | Andreas Schneider | 2010-03-13 | 1 | -0/+9 | |
| | ||||||
* | Remove support for SSHv1 Cipher variable. | Andreas Schneider | 2010-03-13 | 1 | -2/+0 | |
| | ||||||
* | Fixed and added support for several identity files. | Andreas Schneider | 2010-03-06 | 5 | -188/+389 | |
| | ||||||
* | Rename ssh_list_add to ssh_list_append. | Andreas Schneider | 2010-03-06 | 2 | -2/+2 | |
| | ||||||
* | Added a prepend function for ssh_list. | Andreas Schneider | 2010-03-06 | 1 | -0/+19 | |
| | ||||||
* | renamed ssh_list_get_head to ssh_list_pop_head | Aris Adamantiadis | 2010-03-06 | 3 | -4/+11 | |
| | ||||||
* | Fixed sftp_parse_longname() on Windows. | Andreas Schneider | 2010-03-02 | 1 | -2/+12 | |
| | | | | There is no strndup function on Windows. | |||||
* | Fix a race condition bug in ssh_scp_close() | Aris Adamantiadis | 2010-03-01 | 1 | -1/+11 | |
| |