summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Change the test file for stackprotector for clangAris Adamantiadis2010-04-282-1/+27
| | | | Now compiles with clang !
* Fixed warnings with clangAris Adamantiadis2010-04-282-2/+2
|
* Fix doc and libgcrypt buildAris Adamantiadis2010-04-282-5/+6
|
* Renamed private type TYPE_RSA to SSH_KEYTYPE_*Aris Adamantiadis2010-04-288-61/+63
| | | | Also made this enum public
* Added ssh_privatekey_type public functionAris Adamantiadis2010-04-282-0/+17
|
* Added first unittest-based bug found :)Aris Adamantiadis2010-04-271-0/+2
|
* Added privatekey_from_file with passphrase testAris Adamantiadis2010-04-271-1/+42
|
* make torture_keyfiles silentAris Adamantiadis2010-04-271-2/+2
|
* Added test for privatekey_from_fileAris Adamantiadis2010-04-271-3/+43
|
* Fix select loop in sampleAris Adamantiadis2010-04-241-10/+10
|
* Do not send twice ssh_userauth_none requestsAris Adamantiadis2010-04-241-1/+6
| | | | Thanks to Xi Wang for the bug report
* Fixes \r in SSH1 bannerAris Adamantiadis2010-04-241-2/+2
| | | | | | Thanks to Xi Wang for the patch WARNING: this may cause backward compatibility issues with SSH1, revert if there are problems
* Fixes infinite loopsAris Adamantiadis2010-04-243-8/+11
| | | | Thanks to Xi Wang for the patches
* torture: Fix compiling options test if NSS_BUFLEN_PASSWD isn't defined.Andreas Schneider2010-04-201-0/+3
| | | | Thanks to Xi Wang for the patch.
* session: Fixed a memory leak.Andreas Schneider2010-04-201-0/+3
| | | | Thanks to Xi Wang for the patch.
* packet: Fixed linking if we build without server support.Andreas Schneider2010-04-201-0/+4
| | | | Thanks to Xi Wang for the patch.
* kex: Fixed a memory leak.Andreas Schneider2010-04-201-0/+1
| | | | Thanks to Xi Wang for the patch.
* channels: Don't use signal as a name.Andreas Schneider2010-04-201-9/+9
| | | | Thanks to Xi Wang for the patch.
* cmake: Fixed openssl detection.Andreas Schneider2010-04-202-4/+4
| | | | Thanks to Xi Wang for the patch.