summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix sftp_rename on sftp3Aris Adamantiadis2010-05-171-2/+3
|
* Typos in last patchAris Adamantiadis2010-05-142-3/+5
|
* Fix build on VC7Aris Adamantiadis2010-05-143-3/+26
|
* Respond to keepalives/global requestsAris Adamantiadis2010-05-123-2/+34
|
* build: Fixed build.Andreas Schneider2010-05-121-1/+0
| | | | I've added a non-existent kex header, sorry.
* Fixed building libssh with DEBUG_CRYPTO.Andreas Schneider2010-05-122-0/+3
|
* Increment version and soversion numbers.Andreas Schneider2010-05-123-9/+9
|
* Updated ChangeLog entries for 0.4.3.Andreas Schneider2010-05-121-0/+21
|
* Added runtime detection of WSAPoll().Andreas Schneider2010-05-123-8/+33
| | | | Signed-off-by: Andreas Schneider <mail@cynapses.org>
* Added the possibility to define _OPENSSL_DIR and _ZLIB_DIR.Andreas Schneider2010-05-122-0/+7
|
* Fixed windows include files in pcap support.Andreas Schneider2010-05-121-1/+3
|
* Fixed Windows build warnings.Andreas Schneider2010-05-123-2/+16
|
* Fixed Windows build.Andreas Schneider2010-05-121-2/+3
|
* Added a select(2) based poll-emulation if poll(2) is not available.Andreas Schneider2010-05-122-138/+109
|
* Use the new expand functions.Andreas Schneider2010-05-115-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 Schneider2010-05-112-0/+85
|
* Added a function to expand the tilde from a path.Andreas Schneider2010-05-112-2/+65
|
* Added code to test proxycommandAris Adamantiadis2010-05-101-2/+15
|
* Backport of the proxycommand featureAris Adamantiadis2010-05-108-3/+87
|
* Use configure checks to define vsnprintf and strncpy.Andreas Schneider2010-05-101-2/+10
|
* Added configure checks for _vsnprintf_s and strncpy.Andreas Schneider2010-05-102-2/+11
|
* Fixed building libssh with VC9.Andreas Schneider2010-05-101-7/+17
|
* Move ssh_hostport to a location which is global accessible.Patrick Spendrin2010-05-101-14/+14
| | | | Signed-off-by: Andreas Schneider <mail@cynapses.org>
* The lower function doesn't have the prefix.Patrick Spendrin2010-05-101-1/+1
| | | | Signed-off-by: Andreas Schneider <mail@cynapses.org>
* Added more defines to use secure VC functions.Andreas Schneider2010-05-101-9/+9
|
* oops, this file was not intended to be commitedAris Adamantiadis2010-05-071-108/+0
|
* Match hashed [host]:port format knownhostsAris Adamantiadis2010-05-071-0/+3
|
* knownhosts writing cherry-pickAris Adamantiadis2010-05-072-13/+145
| | | | | | | Conflicts: libssh/keyfiles.c tests/unittests/CMakeLists.txt
* First implementation of known_hosts with port readAris Adamantiadis2010-05-073-3/+25
| | | | | | | | Conflicts: include/libssh/misc.h libssh/keyfiles.c libssh/misc.c
* Added ssh_privatekey_type public functionAris Adamantiadis2010-04-282-0/+17
|
* Fix doublefree happening after a negociation errorAris Adamantiadis2010-04-141-4/+1
|
* Do not compile aes*-ctr with <=OpenSSL 0.9.7bAris Adamantiadis2010-04-143-0/+18
|
* Fix missing string_data() in crypto debug codeAris Adamantiadis2010-04-142-10/+10
|
* Fix vsnprintf symbol on older VS2003 compilerAris Adamantiadis2010-04-063-0/+20
|
* Fix building on win32/vs7Aris Adamantiadis2010-04-061-3/+3
|
* Fixed a typo.Andreas Schneider2010-04-041-1/+1
|
* Removed the unneeded dependency to doxygen.Andreas Schneider2010-04-041-1/+0
|
* Fixed documentation of ssh_bind_options_set.Andreas Schneider2010-04-041-2/+6
|
* Added an improved version of UseDoxygen.cmake which handles trac doc.Andreas Schneider2010-04-041-111/+81
|
* Added a doxygen configuration for trac.Andreas Schneider2010-04-043-0/+1551
|
* Fixed config parsing wich has overwritten user specified values.Andreas Schneider2010-04-041-7/+11
|
* Fixed blocking bug in channel_poll.Andreas Schneider2010-04-031-3/+4
| | | | This is a backport from 514ab6eed2b520d14a1dce783e3180db11f460a4.
* Fix openssl detection in cmakeAris Adamantiadis2010-03-292-4/+4
|
* Fix file inclusion with VS2003Aris Adamantiadis2010-03-291-3/+7
|
* Fix exec example which has broken read usageAris Adamantiadis2010-03-281-17/+7
|
* Fixes the broken algorithm choice for serverAris Adamantiadis2010-03-282-29/+30
|
* Fix crash when no callback is definedAris Adamantiadis2010-03-281-1/+1
|
* Fixed build warnings on Windows.Andreas Schneider2010-03-251-0/+3
|
* Fixed a build warning in ssh_userauth_autopubkey.Andreas Schneider2010-03-251-0/+3
|
* Fixed spelling.Andreas Schneider2010-03-256-8/+8
|