summaryrefslogtreecommitdiffstats
path: root/src/auth.c
Commit message (Collapse)AuthorAgeFilesLines
* auth: Add ssh_userauth_publickey().Andreas Schneider2011-08-231-0/+174
|
* auth: Make ssh_userauth_try_publickey() legacy.Andreas Schneider2011-08-231-152/+2
|
* auth: Update copyright.Andreas Schneider2011-08-231-2/+2
|
* auth: Add ssh_userauth_try_publickey().Andreas Schneider2011-08-231-0/+166
|
* auth: Refactor ssh_userauth_none().Andreas Schneider2011-08-231-97/+85
|
* auth: Rename wait_auth_status.Andreas Schneider2011-08-231-78/+92
|
* auth: Update ssh_userauth_list().Andreas Schneider2011-08-231-20/+30
|
* auth: Move ssh_auth_list to legacy functions.Andreas Schneider2011-08-231-9/+0
|
* auth: Rename ask_userauth.Andreas Schneider2011-08-231-11/+15
|
* auth: Fix ssh_auth_list() documentation.Andreas Schneider2011-08-221-1/+1
| | | | The server will not return SSH_AUTH_METHOD_NONE.
* client: Fix another source of endless wait.rofl0r2011-08-061-1/+1
|
* session: Fix timeout handling.rofl0r2011-08-061-16/+16
| | | | | -2 now means to use the timeout specified in options. It wasn't used earlier and poll only knows -1 and 0 anyway for special meanings.
* doc: Small update to auth.c documentation.Oliver Stöneberg2011-05-171-4/+8
|
* Delay the check for kbdint->answers in kbdint_send()milo2011-05-021-3/+2
|
* Fix segfault when ssh_userauth_kbdint_setanswer() has not been calledmilo2011-05-021-1/+8
|
* [pki] Added ssh_userauth_pki_pubkey() functionmilo2011-04-141-1/+185
|
* Fixed doc of ssh_userauth_list()Aris Adamantiadis2011-03-281-1/+1
|
* auth: Fixed a memory leak in kdbint auth.Andreas Schneider2011-02-131-0/+1
| | | | Milo please check!
* auth: Fixed a double free error.Andreas Schneider2011-02-131-3/+9
|
* always set error when returning error in auth.cBernhard R. Link2011-02-121-9/+72
| | | | Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
* Added ssh_userauth_[offer_]pubkey nonblocking ifaceAris Adamantiadis2011-02-121-15/+56
|
* Added the keyboard-interactive authentication methodmilo2011-02-101-15/+45
|
* SSH1: Update a few fix from 0.4.8-gitAris Adamantiadis2011-01-261-1/+1
|
* Fix doxygen warningAris Adamantiadis2011-01-161-0/+2
|
* ssh_auth_password made nonblockingAris Adamantiadis2011-01-161-3/+41
|
* Made ssh_userauth_none nonblockingAris Adamantiadis2011-01-161-5/+51
|
* Made ask_userauth nonblockingAris Adamantiadis2011-01-161-4/+11
|
* Fixed a bunch of smallish bugsAris Adamantiadis2010-10-201-2/+23
| | | | | http://linuxtesting.org/upstream-tracker/test_results/libssh/current/test_results.html for a whole list
* Implemented zlib@openssh.com compressionAris Adamantiadis2010-10-041-0/+8
|
* misc: Rename libssh/ to src/Andreas Schneider2010-09-061-0/+1682