aboutsummaryrefslogtreecommitdiff
path: root/libssh/keyfiles.c
AgeCommit message (Expand)AuthorFilesLines
2010-02-07Respect known_hosts file set by the user.Andreas Schneider1-3/+5
2009-12-23File handle need to be closed in case of errors in privatekey_from_fileVic Lee1-0/+2
2009-12-22Added private key type detection feature in privatekey_from_fileVic Lee1-5/+29
2009-12-11Fix logging problem in match_known_hostAris Adamantiadis1-0/+1
2009-10-29Fixed setting knownhosts in ssh_is_server_known().Andreas Schneider1-5/+7
2009-10-17Allow use of SSH_DIR/ when expanding key pathsAris Adamantiadis1-10/+14
2009-10-17Verify existence of callback before using themAris Adamantiadis1-1/+1
2009-10-15Fixed ssh_get_home_dir and ssh dir to be more portable on UNIX systems.Andreas Schneider1-12/+9
2009-10-05Fix a segment fault in privatekey_from_fileVic Lee1-1/+1
2009-10-02Get rid of the options structure.Andreas Schneider1-22/+21
2009-09-26Fixed doxygen compilation warningsAris Adamantiadis1-1/+1
2009-09-26More include file splittingAris Adamantiadis1-0/+2
2009-09-26More include file movingsAris Adamantiadis1-0/+6
2009-09-25Fixed building with Gcrypt and arith with void*Aris Adamantiadis1-1/+1
2009-09-23Moved lots of declaration out of priv.hAris Adamantiadis1-0/+6
2009-09-23get rid of SSH_SESSIONAris Adamantiadis1-9/+9
2009-09-23Changed the current callback sys to be scalableAris Adamantiadis1-14/+11
2009-09-22Use new ssh options interface in keyfiles.Andreas Schneider1-3/+3
2009-09-21Added more logging output for publickey auth.Andreas Schneider1-5/+11
2009-09-10Reformat lowercase function.Andreas Schneider1-4/+7
2009-09-10Fixed possible memory leak in lowercase function.Dmitry V. Krivenok1-4/+5
2009-09-09Add a portable ssh_mkdir function for Windows.Andreas Schneider1-1/+1
2009-08-26Fix ssh_write_knownhost() if ~/.ssh doesn't exist.Andreas Schneider1-3/+22
2009-08-10Fixed stupid "can't parse known host key" bugAris Adamantiadis1-0/+1
2009-07-30Fix build with MSVC.Andreas Schneider1-1/+0
2009-07-27Fix compile errors in keyfiles.Andreas Schneider1-8/+8
2009-07-24Change PRIVATE_KEY * to ssh_private_keyAris Adamantiadis1-8/+8
2009-07-24Changed all PUBLIC_KEY * to ssh_public_keyAris Adamantiadis1-1/+1
2009-07-24Changed all occurences of BUFFER * to ssh_bufferAris Adamantiadis1-13/+13
2009-07-24Change all occurences of STRING * to ssh_stringAris Adamantiadis1-24/+24
2009-07-24replacing keys_struct with ssh_keys_structAris Adamantiadis1-1/+1
2009-07-21Fix ssh_write_knownhost() which always returned -1.Andreas Schneider1-1/+1
2009-07-14Fix doxygen to match SSH_SERVER_FILE_NOT_FOUND fixAris Adamantiadis1-1/+4
2009-07-12Added return code SSH_SERVER_FILE_NOT_FOUNDAris Adamantiadis1-2/+2
2009-06-22Fixed memory leak in ssh_is_server_known()Aris Adamantiadis1-0/+2
2009-06-21Fixed a use-after-free in match_hashed_host()Aris Adamantiadis1-1/+1
2009-06-09Fix build warnings.Andreas Schneider1-0/+5
2009-05-12Fix the vim modeline and place it at the end of the file.Andreas Schneider1-3/+1
2009-05-11Change variable names of the keys_struct to avoid conflicts.Andreas Schneider1-2/+2
2009-04-30Improve the autopubkey authentication.Andreas Schneider1-26/+7
2009-04-28Improve auto public key authentication.Andreas Schneider1-45/+85
2009-04-28Improve ssh_write_knownhost.Andreas Schneider1-54/+130
2009-04-27Improve ssh_is_server_known.Andreas Schneider1-67/+98
2009-04-27Improve match_hashed_host.Andreas Schneider1-53/+83
2009-04-27Improve check_public_key().Andreas Schneider1-57/+87
2009-04-27Improve ssh_get_knownhost_line.Andreas Schneider1-52/+67
2009-04-20Use ctype to make alldigits simpler.Andreas Schneider1-7/+12
2009-04-20Improve publickey_from_file().Andreas Schneider1-49/+65
2009-04-20Cleanup and add more error checks to _privatekey_from_file().Andreas Schneider1-49/+73
2009-04-20Add functions without any passphrase.Andreas Schneider1-8/+2