summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fixed building libssh with DEBUG_CRYPTO.Andreas Schneider2010-05-122-0/+2
|
* Increment the soversion number.Andreas Schneider2010-05-121-7/+7
|
* Merge branch 'look'Andreas Schneider2010-05-123-8/+33
|\
| * 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 linking errors on Windows.Andreas Schneider2010-05-122-2/+4
|
* Fixed build of ssh_lowercase and ssh_hostport on Windows.Andreas Schneider2010-05-121-64/+63
|
* 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
|
* Use the new expand functions.Andreas Schneider2010-05-115-103/+102
|
* Added a torture test for ssh_path_expand_escape().Andreas Schneider2010-05-111-0/+27
|
* Added a function to expand an escaped string.Andreas Schneider2010-05-112-0/+85
|
* Added a torture test for ssh_path_expand_tilde().Andreas Schneider2010-05-111-0/+25
|
* Added a function to expand the tilde from a path.Andreas Schneider2010-05-112-0/+62
|
* Fix style in ssh_poll_ctx_dopollAris Adamantiadis2010-05-101-19/+26
| | | | Also do a rescan of polled events when a poll object has been deleted.
* Fix options copyAris Adamantiadis2010-05-101-0/+5
|
* Added code to test proxycommandAris Adamantiadis2010-05-101-2/+15
| | | | | | Conflicts: examples/sample.c
* make compression not mandatory in options_getoptAris Adamantiadis2010-05-101-2/+2
|
* Some grammarnazi things + fix int->socket_tAris Adamantiadis2010-05-102-5/+6
|
* Fix crash in testcase proxycommandAris Adamantiadis2010-05-101-3/+8
|
* 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-0/+9
|
* Added configure checks for vsnprintf and _vsnprintf.Andreas Schneider2010-05-102-0/+11
|
* Fixed building libssh with VC9.Andreas Schneider2010-05-101-8/+17
|
* Fixed a MSVC build error.Andreas Schneider2010-05-101-0/+1
|
* Changed test name + test with invalid proxycommandAris Adamantiadis2010-05-101-1/+18
|
* Added more defines to use secure VC functions.Andreas Schneider2010-05-101-1/+10
|
* Fix doc and actually make the test run :)Aris Adamantiadis2010-05-093-5/+17
|
* Test case for proxycommandAris Adamantiadis2010-05-092-0/+62
|
* ssh_socket support for 2 fd + Proxyhost commandAris Adamantiadis2010-05-0910-86/+248
|
* Fix u_int_x_t -> uint_x_tAris Adamantiadis2010-05-081-3/+3
|
* added test for ntohllAris Adamantiadis2010-05-081-0/+19
|
* Added tests for ssh_dirname and ssh_basenameAris Adamantiadis2010-05-081-0/+31
|
* Added test for zlib compression methodAris Adamantiadis2010-05-071-1/+22
| | | | Unfortunately the test doesn't pass. (my host doesn't support zlib, only zlib@openssh.com)
* Added torture_algorithms test caseAris Adamantiadis2010-05-072-0/+147
| | | | tests for all supported cipher types
* The actual init testAris Adamantiadis2010-05-071-0/+46
|
* Added torture_ssh_init unit testAris Adamantiadis2010-05-071-0/+1
|
* More detailed testsAris Adamantiadis2010-05-051-16/+16
|
* Make unit test spit libssh error messagesAris Adamantiadis2010-05-051-4/+4
|
* Fixed a typo in tutorialAris Adamantiadis2010-05-031-1/+1
|
* Forgot the pki filesAris Adamantiadis2010-05-022-0/+141
|
* Added pki.[ch] files as a new standard API for PKsAris Adamantiadis2010-05-014-9/+14
| | | | | | Right now it's just a wrapper to the existing calls but soon it's gona be the effective implementation and other calls will be wrappers.
* Match hashed [host]:port format knownhostsAris Adamantiadis2010-05-011-0/+3
|
* knownhosts writing and unit testAris Adamantiadis2010-05-013-10/+138
|
* First implementation of known_hosts with port readAris Adamantiadis2010-05-013-3/+25
|
* Fix uninitialized variable usedAris Adamantiadis2010-04-281-0/+4
|
* Fix warnings found with clang analyzerAris Adamantiadis2010-04-285-7/+26
|
* Fix bugs found by clang analyzerAris Adamantiadis2010-04-283-16/+16
|
* Fix documentation of MacroCheckCCompilerFlagSSPAris Adamantiadis2010-04-281-2/+3
|