Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | auth: Fix ssh_auth_list() documentation. | Andreas Schneider | 2011-08-22 | 1 | -1/+1 |
| | | | | The server will not return SSH_AUTH_METHOD_NONE. | ||||
* | client: Fix another source of endless wait. | rofl0r | 2011-08-06 | 1 | -1/+1 |
| | |||||
* | session: Fix timeout handling. | rofl0r | 2011-08-06 | 1 | -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öneberg | 2011-05-17 | 1 | -4/+8 |
| | |||||
* | Delay the check for kbdint->answers in kbdint_send() | milo | 2011-05-02 | 1 | -3/+2 |
| | |||||
* | Fix segfault when ssh_userauth_kbdint_setanswer() has not been called | milo | 2011-05-02 | 1 | -1/+8 |
| | |||||
* | [pki] Added ssh_userauth_pki_pubkey() function | milo | 2011-04-14 | 1 | -1/+185 |
| | |||||
* | Fixed doc of ssh_userauth_list() | Aris Adamantiadis | 2011-03-28 | 1 | -1/+1 |
| | |||||
* | auth: Fixed a memory leak in kdbint auth. | Andreas Schneider | 2011-02-13 | 1 | -0/+1 |
| | | | | Milo please check! | ||||
* | auth: Fixed a double free error. | Andreas Schneider | 2011-02-13 | 1 | -3/+9 |
| | |||||
* | always set error when returning error in auth.c | Bernhard R. Link | 2011-02-12 | 1 | -9/+72 |
| | | | | Signed-off-by: Andreas Schneider <asn@cryptomilk.org> | ||||
* | Added ssh_userauth_[offer_]pubkey nonblocking iface | Aris Adamantiadis | 2011-02-12 | 1 | -15/+56 |
| | |||||
* | Added the keyboard-interactive authentication method | milo | 2011-02-10 | 1 | -15/+45 |
| | |||||
* | SSH1: Update a few fix from 0.4.8-git | Aris Adamantiadis | 2011-01-26 | 1 | -1/+1 |
| | |||||
* | Fix doxygen warning | Aris Adamantiadis | 2011-01-16 | 1 | -0/+2 |
| | |||||
* | ssh_auth_password made nonblocking | Aris Adamantiadis | 2011-01-16 | 1 | -3/+41 |
| | |||||
* | Made ssh_userauth_none nonblocking | Aris Adamantiadis | 2011-01-16 | 1 | -5/+51 |
| | |||||
* | Made ask_userauth nonblocking | Aris Adamantiadis | 2011-01-16 | 1 | -4/+11 |
| | |||||
* | Fixed a bunch of smallish bugs | Aris Adamantiadis | 2010-10-20 | 1 | -2/+23 |
| | | | | | http://linuxtesting.org/upstream-tracker/test_results/libssh/current/test_results.html for a whole list | ||||
* | Implemented zlib@openssh.com compression | Aris Adamantiadis | 2010-10-04 | 1 | -0/+8 |
| | |||||
* | misc: Rename libssh/ to src/ | Andreas Schneider | 2010-09-06 | 1 | -0/+1682 |