Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix sftp_rename on sftp3 | Aris Adamantiadis | 2010-05-17 | 1 | -2/+3 | |
| | ||||||
* | Typos in last patch | Aris Adamantiadis | 2010-05-14 | 2 | -3/+5 | |
| | ||||||
* | Fix build on VC7 | Aris Adamantiadis | 2010-05-14 | 3 | -3/+26 | |
| | ||||||
* | Respond to keepalives/global requests | Aris Adamantiadis | 2010-05-12 | 3 | -2/+34 | |
| | ||||||
* | 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 | |
| | ||||||
* | Increment version and soversion numbers. | Andreas Schneider | 2010-05-12 | 3 | -9/+9 | |
| | ||||||
* | Updated ChangeLog entries for 0.4.3. | Andreas Schneider | 2010-05-12 | 1 | -0/+21 | |
| | ||||||
* | Added runtime detection of WSAPoll(). | Andreas Schneider | 2010-05-12 | 3 | -8/+33 | |
| | | | | Signed-off-by: Andreas Schneider <mail@cynapses.org> | |||||
* | Added the possibility to define _OPENSSL_DIR and _ZLIB_DIR. | Andreas Schneider | 2010-05-12 | 2 | -0/+7 | |
| | ||||||
* | 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 | |
| | ||||||
* | Fixed Windows build. | Andreas Schneider | 2010-05-12 | 1 | -2/+3 | |
| | ||||||
* | Added a select(2) based poll-emulation if poll(2) is not available. | Andreas Schneider | 2010-05-12 | 2 | -138/+109 | |
| | ||||||
* | Use the new expand functions. | Andreas Schneider | 2010-05-11 | 5 | -105/+106 | |
| | | | | | 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 | 2 | -0/+85 | |
| | ||||||
* | Added a function to expand the tilde from a path. | Andreas Schneider | 2010-05-11 | 2 | -2/+65 | |
| | ||||||
* | Added code to test proxycommand | Aris Adamantiadis | 2010-05-10 | 1 | -2/+15 | |
| | ||||||
* | Backport of the proxycommand feature | Aris Adamantiadis | 2010-05-10 | 8 | -3/+87 | |
| | ||||||
* | Use configure checks to define vsnprintf and strncpy. | Andreas Schneider | 2010-05-10 | 1 | -2/+10 | |
| | ||||||
* | Added configure checks for _vsnprintf_s and strncpy. | Andreas Schneider | 2010-05-10 | 2 | -2/+11 | |
| | ||||||
* | Fixed building libssh with VC9. | Andreas Schneider | 2010-05-10 | 1 | -7/+17 | |
| | ||||||
* | 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> | |||||
* | Added more defines to use secure VC functions. | Andreas Schneider | 2010-05-10 | 1 | -9/+9 | |
| | ||||||
* | oops, this file was not intended to be commited | Aris Adamantiadis | 2010-05-07 | 1 | -108/+0 | |
| | ||||||
* | Match hashed [host]:port format knownhosts | Aris Adamantiadis | 2010-05-07 | 1 | -0/+3 | |
| | ||||||
* | knownhosts writing cherry-pick | Aris Adamantiadis | 2010-05-07 | 2 | -13/+145 | |
| | | | | | | | Conflicts: libssh/keyfiles.c tests/unittests/CMakeLists.txt | |||||
* | First implementation of known_hosts with port read | Aris Adamantiadis | 2010-05-07 | 3 | -3/+25 | |
| | | | | | | | | Conflicts: include/libssh/misc.h libssh/keyfiles.c libssh/misc.c | |||||
* | Added ssh_privatekey_type public function | Aris Adamantiadis | 2010-04-28 | 2 | -0/+17 | |
| | ||||||
* | 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 | 3 | -0/+18 | |
| | ||||||
* | Fix missing string_data() in crypto debug code | Aris Adamantiadis | 2010-04-14 | 2 | -10/+10 | |
| | ||||||
* | Fix vsnprintf symbol on older VS2003 compiler | Aris Adamantiadis | 2010-04-06 | 3 | -0/+20 | |
| | ||||||
* | Fix building on win32/vs7 | Aris Adamantiadis | 2010-04-06 | 1 | -3/+3 | |
| | ||||||
* | Fixed a typo. | Andreas Schneider | 2010-04-04 | 1 | -1/+1 | |
| | ||||||
* | Removed the unneeded dependency to doxygen. | Andreas Schneider | 2010-04-04 | 1 | -1/+0 | |
| | ||||||
* | Fixed documentation of ssh_bind_options_set. | Andreas Schneider | 2010-04-04 | 1 | -2/+6 | |
| | ||||||
* | Added an improved version of UseDoxygen.cmake which handles trac doc. | Andreas Schneider | 2010-04-04 | 1 | -111/+81 | |
| | ||||||
* | Added a doxygen configuration for trac. | Andreas Schneider | 2010-04-04 | 3 | -0/+1551 | |
| | ||||||
* | 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. | |||||
* | Fix openssl detection in cmake | Aris Adamantiadis | 2010-03-29 | 2 | -4/+4 | |
| | ||||||
* | Fix file inclusion with VS2003 | Aris Adamantiadis | 2010-03-29 | 1 | -3/+7 | |
| | ||||||
* | Fix exec example which has broken read usage | Aris Adamantiadis | 2010-03-28 | 1 | -17/+7 | |
| | ||||||
* | 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 | 6 | -8/+8 | |
| |