aboutsummaryrefslogtreecommitdiff
path: root/libssh/keyfiles.c
AgeCommit message (Expand)AuthorFilesLines
2010-06-03keyfiles: Move the auth callback inside the HAVE_LIBGCRYPT ifdef.Andreas Schneider1-6/+7
2010-05-21options: Make sure that we have always have default options set.Andreas Schneider1-4/+3
2010-05-21keyfiles: Fixed possible problem with known_hosts path.Andreas Schneider1-1/+1
2010-05-14Sanitize libssh namespace + legacy wrappersAris Adamantiadis1-74/+74
2010-05-12win: Added missing includes with newer MSCV.Andreas Schneider1-0/+9
2010-05-11Use the new expand functions.Andreas Schneider1-20/+10
2010-05-10Some grammarnazi things + fix int->socket_tAris Adamantiadis1-2/+2
2010-05-01Added pki.[ch] files as a new standard API for PKsAris Adamantiadis1-7/+7
2010-05-01Match hashed [host]:port format knownhostsAris Adamantiadis1-0/+3
2010-05-01knownhosts writing and unit testAris Adamantiadis1-10/+29
2010-05-01First implementation of known_hosts with port readAris Adamantiadis1-3/+10
2010-04-28Fix bugs found by clang analyzerAris Adamantiadis1-3/+4
2010-04-28Fix doc and libgcrypt buildAris Adamantiadis1-4/+4
2010-04-28Renamed private type TYPE_RSA to SSH_KEYTYPE_*Aris Adamantiadis1-6/+6
2010-04-28Added ssh_privatekey_type public functionAris Adamantiadis1-0/+14
2010-04-27Added first unittest-based bug found :)Aris Adamantiadis1-0/+2
2010-04-07Added support for StrictHostKeyChecking and UserKnownHostsFile parameters.Ruben Garcia Azuara1-0/+5
2010-04-07Fixed solaris compilation warning and ignore case at host parameter.Ruben Garcia Azuara1-29/+1
2010-04-04Fixed the documentation of key functions.Andreas Schneider1-74/+128
2010-03-28Fix crash when no callback is definedAris Adamantiadis1-1/+1
2010-03-13Fixed a memory leak in ssh_try_publickey_from_file.Andreas Schneider1-0/+4
2010-03-04Fixed and added support for several identity files.Andreas Schneider1-0/+146
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