aboutsummaryrefslogtreecommitdiff
path: root/libssh/auth.c
AgeCommit message (Expand)AuthorFilesLines
2010-03-04Fixed and added support for several identity files.Andreas Schneider1-136/+115
2010-01-25Hacked SSH1 to get past authenticationAris Adamantiadis1-2/+6
2010-01-08Fixed blocking bug in channel_pollAris Adamantiadis1-2/+2
2010-01-06Fixed typos from a* to error.cAris Adamantiadis1-3/+3
2009-12-30Add new API function ssh_userauth_privatekey_file().Vic Lee1-0/+66
2009-12-30In ssh_userauth_pubkey, if publickey argument is NULL, generate it from priva...Vic Lee1-2/+18
2009-12-26Fix a few log strings and levels in auth.cAris Adamantiadis1-13/+13
2009-12-26Asynchronous authentication works !Aris Adamantiadis1-97/+141
2009-12-26New packet handler for SSH_USERAUTH_BANNERAris Adamantiadis1-17/+28
2009-12-26Asynchronous service requestAris Adamantiadis1-9/+13
2009-12-13Made packet_wait issue warningsAris Adamantiadis1-1/+2
2009-11-12Improve standard logging.Andreas Schneider1-1/+2
2009-10-17Allow use of SSH_DIR/ when expanding key pathsAris Adamantiadis1-12/+12
2009-10-15Fixed ssh_get_home_dir and ssh dir to be more portable on UNIX systems.Andreas Schneider1-6/+6
2009-10-02Get rid of the options structure.Andreas Schneider1-24/+23
2009-09-26more priv.h splittingAris Adamantiadis1-0/+9
2009-09-26More include file splittingAris Adamantiadis1-0/+1
2009-09-26More include file movingsAris Adamantiadis1-0/+1
2009-09-23Moved lots of declaration out of priv.hAris Adamantiadis1-0/+5
2009-09-23get rid of SSH_SESSIONAris Adamantiadis1-19/+19
2009-09-22Use new ssh options interface in auth functions.Andreas Schneider1-7/+7
2009-09-21Added more logging output for publickey auth.Andreas Schneider1-1/+3
2009-08-06Fix possible memory corruption (#14)milo1-7/+7
2009-07-30Fix build with MSVC.Andreas Schneider1-3/+17
2009-07-27Fix SSH1 compilation.Andreas Schneider1-3/+3
2009-07-25Switch completly to stdint types.Andreas Schneider1-4/+4
2009-07-25Fix conflicting declarations of ssh_session and ssh_kbdint.Andreas Schneider1-5/+5
2009-07-24Change PRIVATE_KEY * to ssh_private_keyAris Adamantiadis1-2/+2
2009-07-24Changed all PUBLIC_KEY * to ssh_public_keyAris Adamantiadis1-1/+1
2009-07-24Change all occurences of STRING * to ssh_stringAris Adamantiadis1-35/+35
2009-07-24replacing keys_struct with ssh_keys_structAris Adamantiadis1-1/+1
2009-07-24Fixed namespace problem in public structuresAris Adamantiadis1-1/+1
2009-07-22Don't segfault if the session or the answer is NULL.Andreas Schneider1-1/+1
2009-07-21Make the ssh_userauth_kbdint functions to get the prompts const.Andreas Schneider1-3/+3
2009-06-09Fix a possible crash bug.Andreas Schneider1-4/+4
2009-06-09Fix build warnings.Andreas Schneider1-2/+7
2009-05-13Add missing vim modeline.Andreas Schneider1-0/+1
2009-05-12Fix the vim modeline and place it at the end of the file.Andreas Schneider1-3/+0
2009-05-11Change variable names of the keys_struct to avoid conflicts.Andreas Schneider1-18/+18
2009-04-30Improve ssh_userauth_password().Andreas Schneider1-84/+91
2009-04-30Initialize the vars with NULL to prevent a segfault on error.Andreas Schneider1-11/+11
2009-04-30Improve ssh_userauth_agent_pubkey().Andreas Schneider1-42/+44
2009-04-30Improve ssh_userauth_pubkey().Andreas Schneider1-94/+103
2009-04-30Improve ssh_userauth_offer_pubkey().Andreas Schneider1-86/+95
2009-04-30Improve ssh_userauth_none().Andreas Schneider1-65/+73
2009-04-30Improve ssh_userauth_list().Andreas Schneider1-4/+10
2009-04-30Reformat ssh_auth_list().Andreas Schneider1-4/+5
2009-04-30Improve wait_auth_status().Andreas Schneider1-83/+102
2009-04-30Fix segfault.Andreas Schneider1-1/+1
2009-04-30Add a BURN_STRING macro and use it in auth.c.Andreas Schneider1-10/+5