Aris Adamantiadis
|
046aa02f39
|
Fix bugs found by clang
|
2011-09-23 22:27:46 +02:00 |
|
Andreas Schneider
|
acfc8ea83f
|
priv: Remove crypto.h and add correct includes to src files.
|
2011-09-18 21:37:17 +02:00 |
|
Andreas Schneider
|
c2883c1f37
|
auth: Use the new SSH_LOG function.
|
2011-09-17 10:38:08 +02:00 |
|
Andreas Schneider
|
c19c638d74
|
error: Use macros for error functions.
|
2011-09-17 10:38:08 +02:00 |
|
Aris Adamantiadis
|
ebfb2a5cdb
|
auth: fix spelling in error message
|
2011-09-14 20:37:30 +02:00 |
|
Aris Adamantiadis
|
33cf16488b
|
Revert "auth: Check if we have any prompts."
This reverts commit 3b5bdc5db440b8bf2d142631cac44c4eb052e7bc.
It's perfectly legit to have only zero prompts.
|
2011-09-14 20:36:23 +02:00 |
|
Aris Adamantiadis
|
0fa88fdcfe
|
Auth: fix possible off-by-one
No security impact, only triggable by specific API call
|
2011-09-14 17:28:41 +03:00 |
|
Aris Adamantiadis
|
1f31415760
|
auth: made keyboard-interactive nonblocking
|
2011-09-11 17:39:20 +02:00 |
|
Aris Adamantiadis
|
ff5bf51af1
|
Auth: nonblocking ssh_userauth_pubkey_auto
|
2011-09-11 17:22:27 +02:00 |
|
Aris Adamantiadis
|
33bd3d6cd9
|
auth: Implement nonblocking ssh_auth_agent
|
2011-09-11 17:22:26 +02:00 |
|
Aris Adamantiadis
|
28bfc7645c
|
auth: different code for auth_agent
|
2011-09-11 17:22:26 +02:00 |
|
Aris Adamantiadis
|
ae89dfd6f2
|
Auth: made ssh_userauth_get_response respect timeout
|
2011-09-11 17:22:26 +02:00 |
|
Andreas Schneider
|
3b5bdc5db4
|
auth: Check if we have any prompts.
|
2011-09-11 15:29:27 +02:00 |
|
Aris Adamantiadis
|
7e5f1edcb4
|
auth: fix things broken during merge
|
2011-09-02 14:09:12 +03:00 |
|
Aris Adamantiadis
|
20f8e73e3e
|
Update libssh to ssh_handle_packets_termination
cherry-picked from 0cb5248
Should resolve all timeout problems
Conflicts:
src/auth.c
src/channels.c
|
2011-09-02 13:58:37 +03:00 |
|
Andreas Schneider
|
822c68eb8e
|
pki: Use consistent API for ssh_pki_export_privkey_to_pubkey().
|
2011-08-30 10:28:57 +02:00 |
|
Andreas Schneider
|
60b92e458e
|
pki: Use consistent API for ssh_pki_export_pubkey_blob().
|
2011-08-30 10:16:53 +02:00 |
|
Andreas Schneider
|
5cf23522de
|
keyfiles: Remove keyfiles.h.
|
2011-08-28 14:26:40 +02:00 |
|
Andreas Schneider
|
0f41f21227
|
auth: Refactor and rename kbdauth_send().
|
2011-08-28 12:54:49 +02:00 |
|
Andreas Schneider
|
0bd99b3773
|
auth: Fix doc typos.
|
2011-08-27 13:58:08 +02:00 |
|
Andreas Schneider
|
e5e673bafe
|
auth: Handle request service timeout in blocking mode.
|
2011-08-26 23:56:49 +02:00 |
|
Andreas Schneider
|
d4424b2767
|
auth: Refactor and fix ssh_userauth_kbdint().
|
2011-08-26 13:44:00 +02:00 |
|
Andreas Schneider
|
f2e08e8d7b
|
auth: Fix ssh_userauth_agent_publickey pending state.
|
2011-08-26 13:34:40 +02:00 |
|
Andreas Schneider
|
26e624c1b7
|
auth: Don't fail in publickey_auto if we can't read the key.
We should go on and try the next one as it was before. Also make sure we
don't leak memory ;)
|
2011-08-26 13:34:40 +02:00 |
|
Andreas Schneider
|
f8c987d1d4
|
auth: Fix ssh_userauth_publickey() pending_call_state.
|
2011-08-26 13:32:08 +02:00 |
|
Andreas Schneider
|
b5db04003d
|
auth: Fix a segfault in ssh_userauth_kbdint_init().
|
2011-08-26 09:00:39 +02:00 |
|
Andreas Schneider
|
a51d377afe
|
auth: Refactor kbdauth_init().
Rename it to ssh_userauth_kbdint_init.
|
2011-08-25 16:41:14 +02:00 |
|
Andreas Schneider
|
892cb92f57
|
auth: Prefix kbdint functions.
|
2011-08-25 16:26:12 +02:00 |
|
Andreas Schneider
|
c59939d4a2
|
auth: Make ssh_userauth_privatekey_file() legacy.
|
2011-08-25 16:14:29 +02:00 |
|
Andreas Schneider
|
5c601115c3
|
auth: Refactor ssh_userauth_password().
|
2011-08-25 16:14:21 +02:00 |
|
Andreas Schneider
|
89253fd22a
|
auth: Make ssh_userauth_autopubkey legacy.
|
2011-08-25 10:19:09 +02:00 |
|
Andreas Schneider
|
21261270e5
|
auth: Add ssh_userauth_publickey_auto().
|
2011-08-25 10:13:23 +02:00 |
|
Andreas Schneider
|
c221db0f36
|
auth: Add ssh_userauth_agent().
This commit is pretty big cause several functions have been refactored.
|
2011-08-25 10:13:23 +02:00 |
|
Andreas Schneider
|
4c1d3b708c
|
auth: Make ssh_userauth_pubkey legacy.
|
2011-08-23 21:54:02 +02:00 |
|
Andreas Schneider
|
379d65eaaf
|
auth: Add ssh_userauth_publickey().
|
2011-08-23 21:54:02 +02:00 |
|
Andreas Schneider
|
aa018c1484
|
auth: Make ssh_userauth_try_publickey() legacy.
|
2011-08-23 21:54:02 +02:00 |
|
Andreas Schneider
|
37df5e17c3
|
auth: Update copyright.
|
2011-08-23 21:54:02 +02:00 |
|
Andreas Schneider
|
609f8fbb7a
|
auth: Add ssh_userauth_try_publickey().
|
2011-08-23 21:54:01 +02:00 |
|
Andreas Schneider
|
5b706c7ab6
|
auth: Refactor ssh_userauth_none().
|
2011-08-23 21:54:01 +02:00 |
|
Andreas Schneider
|
a15dab6c00
|
auth: Rename wait_auth_status.
|
2011-08-23 21:54:01 +02:00 |
|
Andreas Schneider
|
5695f92e22
|
auth: Update ssh_userauth_list().
|
2011-08-23 21:54:01 +02:00 |
|
Andreas Schneider
|
2e577cecb4
|
auth: Move ssh_auth_list to legacy functions.
|
2011-08-23 21:54:01 +02:00 |
|
Andreas Schneider
|
058bb04396
|
auth: Rename ask_userauth.
|
2011-08-23 21:54:01 +02:00 |
|
Andreas Schneider
|
9c376dd913
|
auth: Fix ssh_auth_list() documentation.
The server will not return SSH_AUTH_METHOD_NONE.
|
2011-08-22 15:03:25 +02:00 |
|
rofl0r
|
35686b4822
|
client: Fix another source of endless wait.
|
2011-08-06 11:12:02 +02:00 |
|
rofl0r
|
af85337f5f
|
session: Fix timeout handling.
-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.
|
2011-08-06 11:12:02 +02:00 |
|
Oliver Stöneberg
|
12b61a6266
|
doc: Small update to auth.c documentation.
|
2011-05-17 14:22:11 +02:00 |
|
milo
|
32ba5204b7
|
Delay the check for kbdint->answers in kbdint_send()
|
2011-05-02 18:02:56 +02:00 |
|
milo
|
b6e712e934
|
Fix segfault when ssh_userauth_kbdint_setanswer() has not been called
|
2011-05-02 17:30:43 +02:00 |
|
milo
|
f8c7ad9c7a
|
[pki] Added ssh_userauth_pki_pubkey() function
|
2011-04-14 14:05:44 +02:00 |
|