aboutsummaryrefslogtreecommitdiff
path: root/src/auth.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-30pki: Use consistent API for ssh_pki_export_privkey_to_pubkey().Andreas Schneider1-2/+2
2011-08-30pki: Use consistent API for ssh_pki_export_pubkey_blob().Andreas Schneider1-6/+6
2011-08-28keyfiles: Remove keyfiles.h.Andreas Schneider1-1/+0
2011-08-28auth: Refactor and rename kbdauth_send().Andreas Schneider1-67/+65
2011-08-27auth: Fix doc typos.Andreas Schneider1-4/+4
2011-08-26auth: Handle request service timeout in blocking mode.Andreas Schneider1-2/+7
2011-08-26auth: Refactor and fix ssh_userauth_kbdint().Andreas Schneider1-45/+30
2011-08-26auth: Fix ssh_userauth_agent_publickey pending state.Andreas Schneider1-2/+2
2011-08-26auth: Don't fail in publickey_auto if we can't read the key.Andreas Schneider1-1/+4
2011-08-26auth: Fix ssh_userauth_publickey() pending_call_state.Andreas Schneider1-3/+3
2011-08-26auth: Fix a segfault in ssh_userauth_kbdint_init().Andreas Schneider1-0/+4
2011-08-25auth: Refactor kbdauth_init().Andreas Schneider1-60/+94
2011-08-25auth: Prefix kbdint functions.Andreas Schneider1-66/+65
2011-08-25auth: Make ssh_userauth_privatekey_file() legacy.Andreas Schneider1-68/+1
2011-08-25auth: Refactor ssh_userauth_password().Andreas Schneider1-141/+145
2011-08-25auth: Make ssh_userauth_autopubkey legacy.Andreas Schneider1-171/+0
2011-08-25auth: Add ssh_userauth_publickey_auto().Andreas Schneider1-0/+182
2011-08-25auth: Add ssh_userauth_agent().Andreas Schneider1-330/+195
2011-08-23auth: Make ssh_userauth_pubkey legacy.Andreas Schneider1-178/+0
2011-08-23auth: Add ssh_userauth_publickey().Andreas Schneider1-0/+174
2011-08-23auth: Make ssh_userauth_try_publickey() legacy.Andreas Schneider1-152/+2
2011-08-23auth: Update copyright.Andreas Schneider1-2/+2
2011-08-23auth: Add ssh_userauth_try_publickey().Andreas Schneider1-0/+166
2011-08-23auth: Refactor ssh_userauth_none().Andreas Schneider1-97/+85
2011-08-23auth: Rename wait_auth_status.Andreas Schneider1-78/+92
2011-08-23auth: Update ssh_userauth_list().Andreas Schneider1-20/+30
2011-08-23auth: Move ssh_auth_list to legacy functions.Andreas Schneider1-9/+0
2011-08-23auth: Rename ask_userauth.Andreas Schneider1-11/+15
2011-08-22auth: Fix ssh_auth_list() documentation.Andreas Schneider1-1/+1
2011-08-06client: Fix another source of endless wait.rofl0r1-1/+1
2011-08-06session: Fix timeout handling.rofl0r1-16/+16
2011-05-17doc: Small update to auth.c documentation.Oliver Stöneberg1-4/+8
2011-05-02Delay the check for kbdint->answers in kbdint_send()milo1-3/+2
2011-05-02Fix segfault when ssh_userauth_kbdint_setanswer() has not been calledmilo1-1/+8
2011-04-14[pki] Added ssh_userauth_pki_pubkey() functionmilo1-1/+185
2011-03-28Fixed doc of ssh_userauth_list()Aris Adamantiadis1-1/+1
2011-02-13auth: Fixed a memory leak in kdbint auth.Andreas Schneider1-0/+1
2011-02-13auth: Fixed a double free error.Andreas Schneider1-3/+9
2011-02-12always set error when returning error in auth.cBernhard R. Link1-9/+72
2011-02-12Added ssh_userauth_[offer_]pubkey nonblocking ifaceAris Adamantiadis1-15/+56
2011-02-10Added the keyboard-interactive authentication methodmilo1-15/+45
2011-01-26SSH1: Update a few fix from 0.4.8-gitAris Adamantiadis1-1/+1
2011-01-16Fix doxygen warningAris Adamantiadis1-0/+2
2011-01-16ssh_auth_password made nonblockingAris Adamantiadis1-3/+41
2011-01-16Made ssh_userauth_none nonblockingAris Adamantiadis1-5/+51
2011-01-16Made ask_userauth nonblockingAris Adamantiadis1-4/+11
2010-10-20Fixed a bunch of smallish bugsAris Adamantiadis1-2/+23
2010-10-04Implemented zlib@openssh.com compressionAris Adamantiadis1-0/+8
2010-09-06misc: Rename libssh/ to src/Andreas Schneider1-0/+1682