summaryrefslogtreecommitdiffstats
path: root/libssh/auth.c
Commit message (Expand)AuthorAgeFilesLines
* Add new API function ssh_userauth_privatekey_file().Vic Lee2009-12-301-0/+66
* In ssh_userauth_pubkey, if publickey argument is NULL, generate it from priva...Vic Lee2009-12-301-2/+18
* Fix a few log strings and levels in auth.cAris Adamantiadis2009-12-261-13/+13
* Asynchronous authentication works !Aris Adamantiadis2009-12-261-97/+141
* New packet handler for SSH_USERAUTH_BANNERAris Adamantiadis2009-12-261-17/+28
* Asynchronous service requestAris Adamantiadis2009-12-261-9/+13
* Made packet_wait issue warningsAris Adamantiadis2009-12-131-1/+2
* Improve standard logging.Andreas Schneider2009-11-121-1/+2
* Allow use of SSH_DIR/ when expanding key pathsAris Adamantiadis2009-10-171-12/+12
* Fixed ssh_get_home_dir and ssh dir to be more portable on UNIX systems.Andreas Schneider2009-10-151-6/+6
* Get rid of the options structure.Andreas Schneider2009-10-021-24/+23
* more priv.h splittingAris Adamantiadis2009-09-261-0/+9
* More include file splittingAris Adamantiadis2009-09-261-0/+1
* More include file movingsAris Adamantiadis2009-09-261-0/+1
* Moved lots of declaration out of priv.hAris Adamantiadis2009-09-231-0/+5
* get rid of SSH_SESSIONAris Adamantiadis2009-09-231-19/+19
* Use new ssh options interface in auth functions.Andreas Schneider2009-09-221-7/+7
* Added more logging output for publickey auth.Andreas Schneider2009-09-211-1/+3
* Fix possible memory corruption (#14)milo2009-08-061-7/+7
* Fix build with MSVC.Andreas Schneider2009-07-301-3/+17
* Fix SSH1 compilation.Andreas Schneider2009-07-271-3/+3
* Switch completly to stdint types.Andreas Schneider2009-07-251-4/+4
* Fix conflicting declarations of ssh_session and ssh_kbdint.Andreas Schneider2009-07-251-5/+5
* Change PRIVATE_KEY * to ssh_private_keyAris Adamantiadis2009-07-241-2/+2
* Changed all PUBLIC_KEY * to ssh_public_keyAris Adamantiadis2009-07-241-1/+1
* Change all occurences of STRING * to ssh_stringAris Adamantiadis2009-07-241-35/+35
* replacing keys_struct with ssh_keys_structAris Adamantiadis2009-07-241-1/+1
* Fixed namespace problem in public structuresAris Adamantiadis2009-07-241-1/+1
* Don't segfault if the session or the answer is NULL.Andreas Schneider2009-07-221-1/+1
* Make the ssh_userauth_kbdint functions to get the prompts const.Andreas Schneider2009-07-211-3/+3
* Fix a possible crash bug.Andreas Schneider2009-06-091-4/+4
* Fix build warnings.Andreas Schneider2009-06-091-2/+7
* Add missing vim modeline.Andreas Schneider2009-05-131-0/+1
* Fix the vim modeline and place it at the end of the file.Andreas Schneider2009-05-121-3/+0
* Change variable names of the keys_struct to avoid conflicts.Andreas Schneider2009-05-111-18/+18
* Improve ssh_userauth_password().Andreas Schneider2009-04-301-84/+91
* Initialize the vars with NULL to prevent a segfault on error.Andreas Schneider2009-04-301-11/+11
* Improve ssh_userauth_agent_pubkey().Andreas Schneider2009-04-301-42/+44
* Improve ssh_userauth_pubkey().Andreas Schneider2009-04-301-94/+103
* Improve ssh_userauth_offer_pubkey().Andreas Schneider2009-04-301-86/+95
* Improve ssh_userauth_none().Andreas Schneider2009-04-301-65/+73
* Improve ssh_userauth_list().Andreas Schneider2009-04-301-4/+10
* Reformat ssh_auth_list().Andreas Schneider2009-04-301-4/+5
* Improve wait_auth_status().Andreas Schneider2009-04-301-83/+102
* Fix segfault.Andreas Schneider2009-04-301-1/+1
* Add a BURN_STRING macro and use it in auth.c.Andreas Schneider2009-04-301-10/+5
* Improve ask_userauth().Andreas Schneider2009-04-301-11/+15
* Improve the autopubkey authentication.Andreas Schneider2009-04-301-3/+10
* Improve ssh_userauth_kbdint_getprompt.Andreas Schneider2009-04-291-15/+25
* Reformat ssh_userauth_kbdint functions.Andreas Schneider2009-04-291-23/+33