summaryrefslogtreecommitdiffstats
path: root/libssh/auth.c
Commit message (Expand)AuthorAgeFilesLines
* Fix possible memory corruption (#14)milo2009-08-071-7/+7
* Fix SSH1 compilation.Andreas Schneider2009-07-291-3/+3
* Don't segfault if the session or the answer is NULL.Andreas Schneider2009-07-231-1/+1
* Make the ssh_userauth_kbdint functions to get the prompts const.Andreas Schneider2009-07-231-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
* Improve ssh_userauth_kbdint.Andreas Schneider2009-04-291-61/+85
* Improve kbdauth_send.Andreas Schneider2009-04-291-4/+3
* Improve kbdauth_info_get.Andreas Schneider2009-04-291-69/+107
* Improve kbdauth_init.Andreas Schneider2009-04-291-20/+10
* Improve kbdint_clean.Andreas Schneider2009-04-291-29/+28
* Improve kbdint_free.Andreas Schneider2009-04-291-22/+27
* Improve kbdint_new.Andreas Schneider2009-04-291-7/+9
* Improve auto public key authentication.Andreas Schneider2009-04-281-189/+207
* Rename privatekey_free() to be consistent with publickey_free().Andreas Schneider2009-04-201-5/+5
* Fix memory leak.Andreas Schneider2009-04-171-0/+2
* Use consistent return values for packet_translate().Andreas Schneider2009-04-141-1/+1
* Fix SSHv1 compile errors.Andreas Schneider2009-04-081-2/+2
* Check return values of buffer_add_* and packet_send functions.Andreas Schneider2009-04-071-181/+453
* Fix build warnings found with printf checking of ssh_set_error().Andreas Schneider2009-04-051-1/+3
* Fix compile warning (const).Andreas Schneider2009-04-051-2/+15
* Add a return value to ssh_userauth_kbdint_setanswer().Andreas Schneider2009-04-021-13/+23
* Check for errors of memory allocation.Andreas Schneider2009-04-011-7/+38
* Normalize the license in all files and add vim tab instructions.Andreas Schneider2009-03-291-20/+24
* Change the name of the doxygen group to match the others.Andreas Schneider2009-03-211-1/+2
* Replace ssh_say with ssh_log.Andreas Schneider2009-03-111-8/+17
* Rename function to agent_is_running.Andreas Schneider2009-02-091-2/+2
* Fix the ifdefs.Andreas Schneider2009-02-061-3/+2
* Add missing ifdef for ssh-agent support.Andreas Schneider2009-02-061-4/+3
* Complete ssh client agent support.Andreas Schneider2009-02-061-7/+147
* Fix build warnings of the auth code.Andreas Schneider2009-02-021-3/+2
* Start with ssh agent implementation.Andreas Schneider2009-02-021-0/+12