summaryrefslogtreecommitdiffstats
path: root/libssh/auth.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a more generic auth callback function.Andreas Schneider2008-12-291-2/+5
* some changes to resolve bugs reported by webyogAris Adamantiadis2008-12-141-9/+15
* patches 0001-Save-the-last-error-and-provide-a-function-to-get-it.patch,Aris Adamantiadis2008-11-241-20/+43
* commited path 003 and 004 from Andreas SchneiderAris Adamantiadis2008-11-231-2/+2
* Big changes :Aris Adamantiadis2008-06-161-7/+1
* big changes :Aris Adamantiadis2008-06-121-52/+119
* Doxygen changesAris Adamantiadis2008-05-121-2/+3
* fixed the netdb problem ?Aris Adamantiadis2008-03-121-1/+1
* first part of win32 patchesAris Adamantiadis2008-03-071-1/+0
* good work tonight. Made documentation for authentication, channels, buffers, ...Aris Adamantiadis2006-11-121-1/+135
* patches from Norbert merged in. I have made some little changes here and there.Aris Adamantiadis2005-10-261-0/+12
* added the gcrypt patch (without gcrypt as default library).Aris Adamantiadis2005-10-041-0/+2
* server kex done :)Aris Adamantiadis2005-08-071-1/+1
* first importAris Adamantiadis2005-07-051-0/+605