Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | -0/+9 | |
* | Added configure checks for vsnprintf and _vsnprintf. | Andreas Schneider | 2010-05-10 | 2 | -0/+11 | |
* | Fixed building libssh with VC9. | Andreas Schneider | 2010-05-10 | 1 | -8/+17 | |
* | Fixed a MSVC build error. | Andreas Schneider | 2010-05-10 | 1 | -0/+1 | |
* | Changed test name + test with invalid proxycommand | Aris Adamantiadis | 2010-05-10 | 1 | -1/+18 | |
* | Added more defines to use secure VC functions. | Andreas Schneider | 2010-05-10 | 1 | -1/+10 | |
* | Fix doc and actually make the test run :) | Aris Adamantiadis | 2010-05-09 | 3 | -5/+17 | |
* | Test case for proxycommand | Aris Adamantiadis | 2010-05-09 | 2 | -0/+62 | |
* | ssh_socket support for 2 fd + Proxyhost command | Aris Adamantiadis | 2010-05-09 | 10 | -86/+248 | |
* | Fix u_int_x_t -> uint_x_t | Aris Adamantiadis | 2010-05-08 | 1 | -3/+3 | |
* | added test for ntohll | Aris Adamantiadis | 2010-05-08 | 1 | -0/+19 | |
* | Added tests for ssh_dirname and ssh_basename | Aris Adamantiadis | 2010-05-08 | 1 | -0/+31 | |
* | Added test for zlib compression method | Aris Adamantiadis | 2010-05-07 | 1 | -1/+22 | |
* | Added torture_algorithms test case | Aris Adamantiadis | 2010-05-07 | 2 | -0/+147 | |
* | The actual init test | Aris Adamantiadis | 2010-05-07 | 1 | -0/+46 | |
* | Added torture_ssh_init unit test | Aris Adamantiadis | 2010-05-07 | 1 | -0/+1 | |
* | More detailed tests | Aris Adamantiadis | 2010-05-05 | 1 | -16/+16 | |
* | Make unit test spit libssh error messages | Aris Adamantiadis | 2010-05-05 | 1 | -4/+4 | |
* | Fixed a typo in tutorial | Aris Adamantiadis | 2010-05-03 | 1 | -1/+1 | |
* | Forgot the pki files | Aris Adamantiadis | 2010-05-02 | 2 | -0/+141 | |
* | Added pki.[ch] files as a new standard API for PKs | Aris Adamantiadis | 2010-05-01 | 4 | -9/+14 | |
* | Match hashed [host]:port format knownhosts | Aris Adamantiadis | 2010-05-01 | 1 | -0/+3 | |
* | knownhosts writing and unit test | Aris Adamantiadis | 2010-05-01 | 3 | -10/+138 | |
* | First implementation of known_hosts with port read | Aris Adamantiadis | 2010-05-01 | 3 | -3/+25 | |
* | Fix uninitialized variable used | Aris Adamantiadis | 2010-04-28 | 1 | -0/+4 | |
* | Fix warnings found with clang analyzer | Aris Adamantiadis | 2010-04-28 | 5 | -7/+26 | |
* | Fix bugs found by clang analyzer | Aris Adamantiadis | 2010-04-28 | 3 | -16/+16 | |
* | Fix documentation of MacroCheckCCompilerFlagSSP | Aris Adamantiadis | 2010-04-28 | 1 | -2/+3 | |
* | Change the test file for stackprotector for clang | Aris Adamantiadis | 2010-04-28 | 2 | -1/+27 | |
* | Fixed warnings with clang | Aris Adamantiadis | 2010-04-28 | 2 | -2/+2 | |
* | Fix doc and libgcrypt build | Aris Adamantiadis | 2010-04-28 | 2 | -5/+6 | |
* | Renamed private type TYPE_RSA to SSH_KEYTYPE_* | Aris Adamantiadis | 2010-04-28 | 8 | -61/+63 | |
* | Added ssh_privatekey_type public function | Aris Adamantiadis | 2010-04-28 | 2 | -0/+17 | |
* | Added first unittest-based bug found :) | Aris Adamantiadis | 2010-04-27 | 1 | -0/+2 | |
* | Added privatekey_from_file with passphrase test | Aris Adamantiadis | 2010-04-27 | 1 | -1/+42 | |
* | make torture_keyfiles silent | Aris Adamantiadis | 2010-04-27 | 1 | -2/+2 | |
* | Added test for privatekey_from_file | Aris Adamantiadis | 2010-04-27 | 1 | -3/+43 | |
* | Fix select loop in sample | Aris Adamantiadis | 2010-04-24 | 1 | -10/+10 | |
* | Do not send twice ssh_userauth_none requests | Aris Adamantiadis | 2010-04-24 | 1 | -1/+6 | |
* | Fixes \r in SSH1 banner | Aris Adamantiadis | 2010-04-24 | 1 | -2/+2 | |
* | Fixes infinite loops | Aris Adamantiadis | 2010-04-24 | 3 | -8/+11 | |
* | torture: Fix compiling options test if NSS_BUFLEN_PASSWD isn't defined. | Andreas Schneider | 2010-04-20 | 1 | -0/+3 | |
* | session: Fixed a memory leak. | Andreas Schneider | 2010-04-20 | 1 | -0/+3 | |
* | packet: Fixed linking if we build without server support. | Andreas Schneider | 2010-04-20 | 1 | -0/+4 | |
* | kex: Fixed a memory leak. | Andreas Schneider | 2010-04-20 | 1 | -0/+1 | |
* | channels: Don't use signal as a name. | Andreas Schneider | 2010-04-20 | 1 | -9/+9 | |
* | cmake: Fixed openssl detection. | Andreas Schneider | 2010-04-20 | 2 | -4/+4 | |
* | Fix warnings | Aris Adamantiadis | 2010-04-14 | 3 | -3/+4 | |
* | Fix doublefree happening after a negociation error | Aris Adamantiadis | 2010-04-14 | 1 | -4/+1 |