Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fixed linking errors on Windows. | Andreas Schneider | 2010-05-12 | 2 | -2/+4 | |
| | ||||||
* | Fixed build of ssh_lowercase and ssh_hostport on Windows. | Andreas Schneider | 2010-05-12 | 1 | -64/+63 | |
| | ||||||
* | 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 | |
| | ||||||
* | Use the new expand functions. | Andreas Schneider | 2010-05-11 | 5 | -103/+102 | |
| | ||||||
* | Added a torture test for ssh_path_expand_escape(). | Andreas Schneider | 2010-05-11 | 1 | -0/+27 | |
| | ||||||
* | Added a function to expand an escaped string. | Andreas Schneider | 2010-05-11 | 2 | -0/+85 | |
| | ||||||
* | Added a torture test for ssh_path_expand_tilde(). | Andreas Schneider | 2010-05-11 | 1 | -0/+25 | |
| | ||||||
* | Added a function to expand the tilde from a path. | Andreas Schneider | 2010-05-11 | 2 | -0/+62 | |
| | ||||||
* | Fix style in ssh_poll_ctx_dopoll | Aris Adamantiadis | 2010-05-10 | 1 | -19/+26 | |
| | | | | Also do a rescan of polled events when a poll object has been deleted. | |||||
* | Fix options copy | Aris Adamantiadis | 2010-05-10 | 1 | -0/+5 | |
| | ||||||
* | Added code to test proxycommand | Aris Adamantiadis | 2010-05-10 | 1 | -2/+15 | |
| | | | | | | Conflicts: examples/sample.c | |||||
* | make compression not mandatory in options_getopt | Aris Adamantiadis | 2010-05-10 | 1 | -2/+2 | |
| | ||||||
* | Some grammarnazi things + fix int->socket_t | Aris Adamantiadis | 2010-05-10 | 2 | -5/+6 | |
| | ||||||
* | Fix crash in testcase proxycommand | Aris Adamantiadis | 2010-05-10 | 1 | -3/+8 | |
| | ||||||
* | 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 | |
| | | | | Unfortunately the test doesn't pass. (my host doesn't support zlib, only zlib@openssh.com) | |||||
* | Added torture_algorithms test case | Aris Adamantiadis | 2010-05-07 | 2 | -0/+147 | |
| | | | | tests for all supported cipher types | |||||
* | 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 | |
| | | | | | | 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 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 | |
| | | | | Now compiles with clang ! | |||||
* | 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 | |
| | | | | Also made this enum public | |||||
* | Added ssh_privatekey_type public function | Aris Adamantiadis | 2010-04-28 | 2 | -0/+17 | |
| |