summaryrefslogtreecommitdiffstats
path: root/libssh/keyfiles.c
Commit message (Expand)AuthorAgeFilesLines
* Use new ssh options interface in keyfiles.Andreas Schneider2009-09-221-3/+3
* Added more logging output for publickey auth.Andreas Schneider2009-09-211-5/+11
* Reformat lowercase function.Andreas Schneider2009-09-101-4/+7
* Fixed possible memory leak in lowercase function.Dmitry V. Krivenok2009-09-101-4/+5
* Add a portable ssh_mkdir function for Windows.Andreas Schneider2009-09-091-1/+1
* Fix ssh_write_knownhost() if ~/.ssh doesn't exist.Andreas Schneider2009-08-261-3/+22
* Fixed stupid "can't parse known host key" bugAris Adamantiadis2009-08-101-0/+1
* Fix build with MSVC.Andreas Schneider2009-07-301-1/+0
* Fix compile errors in keyfiles.Andreas Schneider2009-07-271-8/+8
* Change PRIVATE_KEY * to ssh_private_keyAris Adamantiadis2009-07-241-8/+8
* Changed all PUBLIC_KEY * to ssh_public_keyAris Adamantiadis2009-07-241-1/+1
* Changed all occurences of BUFFER * to ssh_bufferAris Adamantiadis2009-07-241-13/+13
* Change all occurences of STRING * to ssh_stringAris Adamantiadis2009-07-241-24/+24
* replacing keys_struct with ssh_keys_structAris Adamantiadis2009-07-241-1/+1
* Fix ssh_write_knownhost() which always returned -1.Andreas Schneider2009-07-211-1/+1
* Fix doxygen to match SSH_SERVER_FILE_NOT_FOUND fixAris Adamantiadis2009-07-141-1/+4
* Added return code SSH_SERVER_FILE_NOT_FOUNDAris Adamantiadis2009-07-121-2/+2
* Fixed memory leak in ssh_is_server_known()Aris Adamantiadis2009-06-221-0/+2
* Fixed a use-after-free in match_hashed_host()Aris Adamantiadis2009-06-211-1/+1
* Fix build warnings.Andreas Schneider2009-06-091-0/+5
* Fix the vim modeline and place it at the end of the file.Andreas Schneider2009-05-121-3/+1
* Change variable names of the keys_struct to avoid conflicts.Andreas Schneider2009-05-111-2/+2
* Improve the autopubkey authentication.Andreas Schneider2009-04-301-26/+7
* Improve auto public key authentication.Andreas Schneider2009-04-281-45/+85
* Improve ssh_write_knownhost.Andreas Schneider2009-04-281-54/+130
* Improve ssh_is_server_known.Andreas Schneider2009-04-271-67/+98
* Improve match_hashed_host.Andreas Schneider2009-04-271-53/+83
* Improve check_public_key().Andreas Schneider2009-04-271-57/+87
* Improve ssh_get_knownhost_line.Andreas Schneider2009-04-271-52/+67
* Use ctype to make alldigits simpler.Andreas Schneider2009-04-201-7/+12
* Improve publickey_from_file().Andreas Schneider2009-04-201-49/+65
* Cleanup and add more error checks to _privatekey_from_file().Andreas Schneider2009-04-201-49/+73
* Add functions without any passphrase.Andreas Schneider2009-04-201-8/+2
* Cleanup and add more error checks to privatekey_from_file().Andreas Schneider2009-04-201-91/+120
* Rename privatekey_free() to be consistent with publickey_free().Andreas Schneider2009-04-201-2/+2
* Add more error checks to read_dsa_privatekey().Andreas Schneider2009-04-191-29/+48
* Add more error checks to read_rsa_privatekey().Andreas Schneider2009-04-191-37/+59
* The description should be const.Andreas Schneider2009-04-191-4/+4
* Add more error checks to privatekey_file_to_buffer().Andreas Schneider2009-04-191-47/+70
* Use POSIX return values and check them!Andreas Schneider2009-04-191-10/+11
* Add FIXME.Andreas Schneider2009-04-181-0/+2
* Fix gcrypt error if no auth callback has been set.Andreas Schneider2009-04-181-5/+13
* Improve gcrypt private_key functions.Andreas Schneider2009-04-181-18/+24
* Some minor improvements to passphrase_to_key().Andreas Schneider2009-04-181-13/+21
* Reformat asn1_check_sequence() and read_line().Andreas Schneider2009-04-181-9/+20
* Add more error checks to asn1_get_int().Andreas Schneider2009-04-181-7/+17
* Reformat some functions.Andreas Schneider2009-04-181-12/+15
* Fix segfault with gcrypt.Andreas Schneider2009-04-181-2/+6
* Use const where it should be used.Andreas Schneider2009-04-051-1/+2
* Make use of const.Andreas Schneider2009-04-051-2/+4