index
:
libssh.git
master
v0-2
v0-3
v0-4
v0-5
v0-6
v0-7
wip/expose_buffer_methods
wip/expose_buffer_methods_wo_cwrap
libssh shared repository
Fabiano FidĂȘncio
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
auth.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
auth: Fix a memory leak in agent publickey auth.
Andreas Schneider
2014-08-15
1
-1
/
+2
*
buffer: adapt auth.c to ssh_buffer_(un)pack()
Aris Adamantiadis
2014-08-06
1
-451
/
+91
*
src: Rename buffer_init to ssh_buffer_init().
Andreas Schneider
2014-01-19
1
-7
/
+7
*
src: Do not use deprecated functions.
Andreas Schneider
2014-01-16
1
-2
/
+2
*
update copyright information
Aris Adamantiadis
2014-01-07
1
-2
/
+2
*
auth: docs: Fix typo optoins -> options
Colin Walters
2013-10-23
1
-6
/
+6
*
auth: Fix build warning if we don't build with gssapi.
Andreas Schneider
2013-07-22
1
-0
/
+2
*
gassapi: Fix check if it is enabled.
Andreas Schneider
2013-07-22
1
-2
/
+2
*
src: Remove enter_function() and leave_function().
Andreas Schneider
2013-07-14
1
-21
/
+14
*
log: Implment new logging functions.
Andreas Schneider
2013-07-14
1
-36
/
+29
*
auth: fix warnings with missing switch() params
Aris Adamantiadis
2013-07-14
1
-1
/
+4
*
cmake: Make GSSAPI optional.
Andreas Schneider
2013-07-13
1
-2
/
+5
*
auth: Remove unused code.
Andreas Schneider
2013-07-13
1
-5
/
+0
*
auth: implement client-side gssapi
Aris Adamantiadis
2013-07-13
1
-2
/
+68
*
auth: Cleanup the agent return code.
Andreas Schneider
2013-06-18
1
-4
/
+2
*
auth: If the agent fails, fall back to regular path
Nicolas Viennot
2013-06-18
1
-1
/
+1
*
Implement key re-exchange
Aris Adamantiadis
2012-12-23
1
-0
/
+2
*
auth: Don't leak memory on error in info request callback.
Andreas Schneider
2012-10-12
1
-3
/
+5
*
auth: Make error handling code reachable again.
Andreas Schneider
2012-10-09
1
-5
/
+5
*
build: Fix missing struct in_addr warning.
Andreas Schneider
2012-07-17
1
-0
/
+1
*
auth: Improve ssh_userauth_kbdint_setanswer() documentation.
Andreas Schneider
2012-07-17
1
-1
/
+5
*
auth: Fix ssh_userauth_kbdint*() documentation.
Andreas Schneider
2012-07-17
1
-8
/
+12
*
auth: Fix ssh_userauth_password() documentation.
Andreas Schneider
2012-07-17
1
-5
/
+7
*
auth: Fix build warning.
Andreas Schneider
2012-02-20
1
-1
/
+1
*
auth: Improve doc of ssh_userauth_kbdint_getprompt().
Andreas Schneider
2012-02-19
1
-3
/
+11
*
session: Use a struct for all options.
Andreas Schneider
2012-02-05
1
-7
/
+7
*
auth: Fix public key authentication so we can continue.
Andreas Schneider
2012-01-01
1
-1
/
+3
*
auth: Fix a possible double free.
Andreas Schneider
2012-01-01
1
-0
/
+2
*
Fix bugs found by clang
Aris Adamantiadis
2011-09-23
1
-0
/
+4
*
priv: Remove crypto.h and add correct includes to src files.
Andreas Schneider
2011-09-18
1
-0
/
+1
*
auth: Use the new SSH_LOG function.
Andreas Schneider
2011-09-17
1
-43
/
+63
*
error: Use macros for error functions.
Andreas Schneider
2011-09-17
1
-11
/
+12
*
auth: fix spelling in error message
Aris Adamantiadis
2011-09-14
1
-1
/
+1
*
Revert "auth: Check if we have any prompts."
Aris Adamantiadis
2011-09-14
1
-3
/
+2
*
Auth: fix possible off-by-one
Aris Adamantiadis
2011-09-14
1
-2
/
+2
*
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
*
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
[next]