Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | misc: Rename libssh/ to src/ | Andreas Schneider | 2010-09-06 | 1 | -1902/+0 |
| | |||||
* | Fix initialization of threading | Aris Adamantiadis | 2010-09-01 | 1 | -0/+6 |
| | |||||
* | Added missing /** in doxygen @}'s | Aris Adamantiadis | 2010-08-28 | 1 | -2/+2 |
| | |||||
* | Fix a few documentation issues | Aris Adamantiadis | 2010-08-28 | 1 | -11/+10 |
| | |||||
* | Continue removing old flushing code | Aris Adamantiadis | 2010-07-23 | 1 | -2/+13 |
| | |||||
* | keyfiles: Move the auth callback inside the HAVE_LIBGCRYPT ifdef. | Andreas Schneider | 2010-06-03 | 1 | -6/+7 |
| | |||||
* | options: Make sure that we have always have default options set. | Andreas Schneider | 2010-05-21 | 1 | -4/+3 |
| | |||||
* | keyfiles: Fixed possible problem with known_hosts path. | Andreas Schneider | 2010-05-21 | 1 | -1/+1 |
| | |||||
* | Sanitize libssh namespace + legacy wrappers | Aris Adamantiadis | 2010-05-14 | 1 | -74/+74 |
| | |||||
* | win: Added missing includes with newer MSCV. | Andreas Schneider | 2010-05-12 | 1 | -0/+9 |
| | |||||
* | Use the new expand functions. | Andreas Schneider | 2010-05-11 | 1 | -20/+10 |
| | |||||
* | Some grammarnazi things + fix int->socket_t | Aris Adamantiadis | 2010-05-10 | 1 | -2/+2 |
| | |||||
* | Added pki.[ch] files as a new standard API for PKs | Aris Adamantiadis | 2010-05-01 | 1 | -7/+7 |
| | | | | | | 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 | 1 | -10/+29 |
| | |||||
* | First implementation of known_hosts with port read | Aris Adamantiadis | 2010-05-01 | 1 | -3/+10 |
| | |||||
* | Fix bugs found by clang analyzer | Aris Adamantiadis | 2010-04-28 | 1 | -3/+4 |
| | |||||
* | Fix doc and libgcrypt build | Aris Adamantiadis | 2010-04-28 | 1 | -4/+4 |
| | |||||
* | Renamed private type TYPE_RSA to SSH_KEYTYPE_* | Aris Adamantiadis | 2010-04-28 | 1 | -6/+6 |
| | | | | Also made this enum public | ||||
* | Added ssh_privatekey_type public function | Aris Adamantiadis | 2010-04-28 | 1 | -0/+14 |
| | |||||
* | Added first unittest-based bug found :) | Aris Adamantiadis | 2010-04-27 | 1 | -0/+2 |
| | |||||
* | Added support for StrictHostKeyChecking and UserKnownHostsFile parameters. | Ruben Garcia Azuara | 2010-04-07 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | Added OpenSSH parameters to libssh: - StrictHostKeyChecking - UserKnownHostsFile This parameters are useful to avoid checking the fingerprint. Eg: ~/.ssh/config: Host 192.10.20.30 StrictHostKeyChecking no UserKnownHostsFile /dev/null Signed-off-by: Ruben Garcia Azuara <rubenga@tid.es> Signed-off-by: Andreas Schneider <mail@cynapses.org> | ||||
* | Fixed solaris compilation warning and ignore case at host parameter. | Ruben Garcia Azuara | 2010-04-07 | 1 | -29/+1 |
| | | | | | | | | | - Suppress compilation warning in solaris caused by a comma at the end of the last value. - Ignore case at host parameter in config file Signed-off-by: Ruben Garcia Azuara <rubenga@tid.es> Signed-off-by: Andreas Schneider <mail@cynapses.org> | ||||
* | Fixed the documentation of key functions. | Andreas Schneider | 2010-04-04 | 1 | -74/+128 |
| | |||||
* | Fix crash when no callback is defined | Aris Adamantiadis | 2010-03-28 | 1 | -1/+1 |
| | |||||
* | Fixed a memory leak in ssh_try_publickey_from_file. | Andreas Schneider | 2010-03-13 | 1 | -0/+4 |
| | |||||
* | Fixed and added support for several identity files. | Andreas Schneider | 2010-03-04 | 1 | -0/+146 |
| | |||||
* | Respect known_hosts file set by the user. | Andreas Schneider | 2010-02-07 | 1 | -3/+5 |
| | | | | Thanks to contact@leblanc-simon.eu for the patch. | ||||
* | File handle need to be closed in case of errors in privatekey_from_file | Vic Lee | 2009-12-23 | 1 | -0/+2 |
| | | | | | Signed-off-by: Vic Lee <llyzs@163.com> Signed-off-by: Andreas Schneider <mail@cynapses.org> | ||||
* | Added private key type detection feature in privatekey_from_file | Vic Lee | 2009-12-22 | 1 | -5/+29 |
| | | | | | Signed-off-by: Vic Lee <llyzs@163.com> Signed-off-by: Andreas Schneider <mail@cynapses.org> | ||||
* | Fix logging problem in match_known_host | Aris Adamantiadis | 2009-12-11 | 1 | -0/+1 |
| | |||||
* | Fixed setting knownhosts in ssh_is_server_known(). | Andreas Schneider | 2009-10-29 | 1 | -5/+7 |
| | |||||
* | Allow use of SSH_DIR/ when expanding key paths | Aris Adamantiadis | 2009-10-17 | 1 | -10/+14 |
| | |||||
* | Verify existence of callback before using them | Aris Adamantiadis | 2009-10-17 | 1 | -1/+1 |
| | |||||
* | Fixed ssh_get_home_dir and ssh dir to be more portable on UNIX systems. | Andreas Schneider | 2009-10-15 | 1 | -12/+9 |
| | | | | Thanks to Pino Toscano. | ||||
* | Fix a segment fault in privatekey_from_file | Vic Lee | 2009-10-05 | 1 | -1/+1 |
| | | | | Signed-off-by: Vic Lee <llyzs@163.com> | ||||
* | Get rid of the options structure. | Andreas Schneider | 2009-10-02 | 1 | -22/+21 |
| | |||||
* | Fixed doxygen compilation warnings | Aris Adamantiadis | 2009-09-26 | 1 | -1/+1 |
| | |||||
* | More include file splitting | Aris Adamantiadis | 2009-09-26 | 1 | -0/+2 |
| | |||||
* | More include file movings | Aris Adamantiadis | 2009-09-26 | 1 | -0/+6 |
| | |||||
* | Fixed building with Gcrypt and arith with void* | Aris Adamantiadis | 2009-09-25 | 1 | -1/+1 |
| | |||||
* | Moved lots of declaration out of priv.h | Aris Adamantiadis | 2009-09-23 | 1 | -0/+6 |
| | |||||
* | get rid of SSH_SESSION | Aris Adamantiadis | 2009-09-23 | 1 | -9/+9 |
| | |||||
* | Changed the current callback sys to be scalable | Aris Adamantiadis | 2009-09-23 | 1 | -14/+11 |
| | |||||
* | Use new ssh options interface in keyfiles. | Andreas Schneider | 2009-09-22 | 1 | -3/+3 |
| | |||||
* | Added more logging output for publickey auth. | Andreas Schneider | 2009-09-21 | 1 | -5/+11 |
| | |||||
* | Reformat lowercase function. | Andreas Schneider | 2009-09-10 | 1 | -4/+7 |
| | |||||
* | Fixed possible memory leak in lowercase function. | Dmitry V. Krivenok | 2009-09-10 | 1 | -4/+5 |
| | | | | | | | | If user passed NULL pointer to lowercase() function, duplicated string "new" wasn't freed before return. Signed-off-by: Dmitry V. Krivenok <krivenok@orangesystem.ru> Signed-off-by: Andreas Schneider <mail@cynapses.org> | ||||
* | Add a portable ssh_mkdir function for Windows. | Andreas Schneider | 2009-09-09 | 1 | -1/+1 |
| | |||||
* | Fix ssh_write_knownhost() if ~/.ssh doesn't exist. | Andreas Schneider | 2009-08-26 | 1 | -3/+22 |
| |