Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Auth: fix possible off-by-one | Aris Adamantiadis | 2011-09-14 | 1 | -2/+2 |
| | | | | No security impact, only triggable by specific API call | ||||
* | auth: made keyboard-interactive nonblocking | Aris Adamantiadis | 2011-09-11 | 1 | -15/+37 |
| | |||||
* | Auth: nonblocking ssh_userauth_pubkey_auto | Aris Adamantiadis | 2011-09-11 | 1 | -110/+161 |
| | |||||
* | auth: Implement nonblocking ssh_auth_agent | Aris Adamantiadis | 2011-09-11 | 1 | -36/+68 |
| | |||||
* | auth: different code for auth_agent | Aris Adamantiadis | 2011-09-11 | 1 | -2/+2 |
| | |||||
* | Auth: made ssh_userauth_get_response respect timeout | Aris Adamantiadis | 2011-09-11 | 1 | -44/+13 |
| | |||||
* | auth: Check if we have any prompts. | Andreas Schneider | 2011-09-11 | 1 | -2/+3 |
| | |||||
* | auth: fix things broken during merge | Aris Adamantiadis | 2011-09-02 | 1 | -24/+4 |
| | |||||
* | Update libssh to ssh_handle_packets_termination | Aris Adamantiadis | 2011-09-02 | 1 | -0/+11 |
| | | | | | | | | | | | cherry-picked from 0cb5248 Should resolve all timeout problems Conflicts: src/auth.c src/channels.c | ||||
* | pki: Use consistent API for ssh_pki_export_privkey_to_pubkey(). | Andreas Schneider | 2011-08-30 | 1 | -2/+2 |
| | |||||
* | pki: Use consistent API for ssh_pki_export_pubkey_blob(). | Andreas Schneider | 2011-08-30 | 1 | -6/+6 |
| | |||||
* | keyfiles: Remove keyfiles.h. | Andreas Schneider | 2011-08-28 | 1 | -1/+0 |
| | |||||
* | auth: Refactor and rename kbdauth_send(). | Andreas Schneider | 2011-08-28 | 1 | -67/+65 |
| | |||||
* | auth: Fix doc typos. | Andreas Schneider | 2011-08-27 | 1 | -4/+4 |
| | |||||
* | auth: Handle request service timeout in blocking mode. | Andreas Schneider | 2011-08-26 | 1 | -2/+7 |
| | |||||
* | auth: Refactor and fix ssh_userauth_kbdint(). | Andreas Schneider | 2011-08-26 | 1 | -45/+30 |
| | |||||
* | auth: Fix ssh_userauth_agent_publickey pending state. | Andreas Schneider | 2011-08-26 | 1 | -2/+2 |
| | |||||
* | auth: Don't fail in publickey_auto if we can't read the key. | Andreas Schneider | 2011-08-26 | 1 | -1/+4 |
| | | | | | We should go on and try the next one as it was before. Also make sure we don't leak memory ;) | ||||
* | auth: Fix ssh_userauth_publickey() pending_call_state. | Andreas Schneider | 2011-08-26 | 1 | -3/+3 |
| | |||||
* | auth: Fix a segfault in ssh_userauth_kbdint_init(). | Andreas Schneider | 2011-08-26 | 1 | -0/+4 |
| | |||||
* | auth: Refactor kbdauth_init(). | Andreas Schneider | 2011-08-25 | 1 | -60/+94 |
| | | | | Rename it to ssh_userauth_kbdint_init. | ||||
* | auth: Prefix kbdint functions. | Andreas Schneider | 2011-08-25 | 1 | -66/+65 |
| | |||||
* | auth: Make ssh_userauth_privatekey_file() legacy. | Andreas Schneider | 2011-08-25 | 1 | -68/+1 |
| | |||||
* | auth: Refactor ssh_userauth_password(). | Andreas Schneider | 2011-08-25 | 1 | -141/+145 |
| | |||||
* | auth: Make ssh_userauth_autopubkey legacy. | Andreas Schneider | 2011-08-25 | 1 | -171/+0 |
| | |||||
* | auth: Add ssh_userauth_publickey_auto(). | Andreas Schneider | 2011-08-25 | 1 | -0/+182 |
| | |||||
* | auth: Add ssh_userauth_agent(). | Andreas Schneider | 2011-08-25 | 1 | -330/+195 |
| | | | | This commit is pretty big cause several functions have been refactored. | ||||
* | auth: Make ssh_userauth_pubkey legacy. | Andreas Schneider | 2011-08-23 | 1 | -178/+0 |
| | |||||
* | auth: Add ssh_userauth_publickey(). | Andreas Schneider | 2011-08-23 | 1 | -0/+174 |
| | |||||
* | auth: Make ssh_userauth_try_publickey() legacy. | Andreas Schneider | 2011-08-23 | 1 | -152/+2 |
| | |||||
* | auth: Update copyright. | Andreas Schneider | 2011-08-23 | 1 | -2/+2 |
| | |||||
* | auth: Add ssh_userauth_try_publickey(). | Andreas Schneider | 2011-08-23 | 1 | -0/+166 |
| | |||||
* | auth: Refactor ssh_userauth_none(). | Andreas Schneider | 2011-08-23 | 1 | -97/+85 |
| | |||||
* | auth: Rename wait_auth_status. | Andreas Schneider | 2011-08-23 | 1 | -78/+92 |
| | |||||
* | auth: Update ssh_userauth_list(). | Andreas Schneider | 2011-08-23 | 1 | -20/+30 |
| | |||||
* | auth: Move ssh_auth_list to legacy functions. | Andreas Schneider | 2011-08-23 | 1 | -9/+0 |
| | |||||
* | auth: Rename ask_userauth. | Andreas Schneider | 2011-08-23 | 1 | -11/+15 |
| | |||||
* | 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 |
| |