aboutsummaryrefslogtreecommitdiff
path: root/libssh/auth.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-04-30Improve ask_userauth().Andreas Schneider1-11/+15
2009-04-30Improve the autopubkey authentication.Andreas Schneider1-3/+10
2009-04-29Improve ssh_userauth_kbdint_getprompt.Andreas Schneider1-15/+25
2009-04-29Reformat ssh_userauth_kbdint functions.Andreas Schneider1-23/+33
2009-04-29Improve ssh_userauth_kbdint.Andreas Schneider1-61/+85
2009-04-29Improve kbdauth_send.Andreas Schneider1-4/+3
2009-04-29Improve kbdauth_info_get.Andreas Schneider1-69/+107
2009-04-29Improve kbdauth_init.Andreas Schneider1-20/+10
2009-04-29Improve kbdint_clean.Andreas Schneider1-29/+28
2009-04-29Improve kbdint_free.Andreas Schneider1-22/+27
2009-04-29Improve kbdint_new.Andreas Schneider1-7/+9
2009-04-28Improve auto public key authentication.Andreas Schneider1-189/+207
2009-04-20Rename privatekey_free() to be consistent with publickey_free().Andreas Schneider1-5/+5
2009-04-17Fix memory leak.Andreas Schneider1-0/+2
2009-04-14Use consistent return values for packet_translate().Andreas Schneider1-1/+1
2009-04-08Fix SSHv1 compile errors.Andreas Schneider1-2/+2
2009-04-07Check return values of buffer_add_* and packet_send functions.Andreas Schneider1-181/+453
2009-04-05Fix build warnings found with printf checking of ssh_set_error().Andreas Schneider1-1/+3
2009-04-05Fix compile warning (const).Andreas Schneider1-2/+15
2009-04-02Add a return value to ssh_userauth_kbdint_setanswer().Andreas Schneider1-13/+23
2009-04-01Check for errors of memory allocation.Andreas Schneider1-7/+38
2009-03-29Normalize the license in all files and add vim tab instructions.Andreas Schneider1-20/+24
2009-03-21Change the name of the doxygen group to match the others.Andreas Schneider1-1/+2
2009-03-11Replace ssh_say with ssh_log.Andreas Schneider1-8/+17
2009-02-09Rename function to agent_is_running.Andreas Schneider1-2/+2
2009-02-06Fix the ifdefs.Andreas Schneider1-3/+2
2009-02-06Add missing ifdef for ssh-agent support.Andreas Schneider1-4/+3
2009-02-06Complete ssh client agent support.Andreas Schneider1-7/+147
2009-02-02Fix build warnings of the auth code.Andreas Schneider1-3/+2
2009-02-02Start with ssh agent implementation.Andreas Schneider1-0/+12
2008-12-29Add a more generic auth callback function.Andreas Schneider1-2/+5
2008-12-14some changes to resolve bugs reported by webyogAris Adamantiadis1-9/+15
2008-11-24patches 0001-Save-the-last-error-and-provide-a-function-to-get-it.patch,Aris Adamantiadis1-20/+43
2008-11-23commited path 003 and 004 from Andreas SchneiderAris Adamantiadis1-2/+2
2008-06-16Big changes :Aris Adamantiadis1-7/+1
2008-06-12big changes :Aris Adamantiadis1-52/+119
2008-05-12Doxygen changesAris Adamantiadis1-2/+3
2008-03-12fixed the netdb problem ?Aris Adamantiadis1-1/+1
2008-03-07first part of win32 patchesAris Adamantiadis1-1/+0