aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-11-18flush channel after EOF and CLOSERod Vagg1-0/+8
2013-11-18logging: fix server-side loggingAris Adamantiadis1-2/+3
2013-11-18gssapi: fix loggingAris Adamantiadis1-14/+14
2013-11-18sockets: null pointer checkAris Adamantiadis1-5/+7
2013-11-17gssapi: Fix support of delegated credentialsSimo Sorce1-23/+37
2013-11-17gssapi: Add support for GSSAPIDelegateCredentials config option.Simo Sorce2-1/+12
2013-11-17options: Add SSH_OPTIONS_GSSAPI_DELEGATE_CREDENTIALS option.Simo Sorce3-1/+18
2013-11-15gssapi: Add error checks and cleanup the code in ssh_gssapi_auth_mic().Andreas Schneider1-2/+13
2013-11-15gssapi: Use GSSAPIClientIdentity to acquire credsSimo Sorce1-3/+23
2013-11-15gssapi: Add support for GSSAPIClientIdentity config option.Andreas Schneider1-1/+9
2013-11-15options: Add SSH_OPTIONS_GSSAPI_CLIENT_IDENTITY option.Andreas Schneider4-1/+22
2013-11-15gssapi: Add support for GSSAPIServerIdentity config option.Andreas Schneider1-1/+9
2013-11-15gssapi: Add suppport to set GSSAPI server identity.Andreas Schneider5-2/+28
2013-11-15Fix gssapi credential handling.Simo Sorce1-105/+65
2013-11-15socket: Fix connect if we pass in a fd.Andreas Schneider1-9/+13
2013-11-14packet: Remove dead code.Andreas Schneider1-6/+0
2013-11-14packet: Set the packet to the processed data position.Andreas Schneider1-1/+1
2013-11-14dh: Fix wrong assignment.Andreas Schneider1-1/+1
2013-11-13poll: Fix realloc in ssh_poll_ctx_resize().Andreas Schneider1-2/+6
2013-11-13dh: Avoid possible memory leaks with realloc.Andreas Schneider1-4/+13
2013-11-13packet: Refactor ssh_packet_socket_callback().Andreas Schneider1-156/+201
2013-11-13server: Fix malloc call.Andreas Schneider1-1/+1
2013-11-09session: Always request POLLINColin Walters1-3/+1
2013-11-09Add ssh_get_poll_flags()Colin Walters4-0/+32
2013-11-09client: If we have a pre-connected FD, set state to SOCKET_CONNECTEDColin Walters1-0/+1
2013-11-06example: Use ssh_get_publickey_hash().Andreas Schneider1-4/+16
2013-11-06dh: Move ssh_get_hexa() and ssh_print_hexa() down.Andreas Schneider1-57/+57
2013-11-06dh: Add new ssh_get_publickey_hash() function.Andreas Schneider2-20/+115
2013-11-04doc: Fix doxygen warnings.Andreas Schneider2-6/+7
2013-11-04Fix cast warnings on 64bitsAris Adamantiadis2-3/+3
2013-11-04remove warnings on OSX (workaround)Aris Adamantiadis2-2/+12
2013-11-03curve25519: include reference implementationAris Adamantiadis4-9/+293
2013-11-03examples: fix forktty() warning on OSXAris Adamantiadis3-1/+7
2013-11-03Fix examples compilation on OSX (libargp)Aris Adamantiadis3-3/+9
2013-11-03socket: Fix check for pending data.Aris Adamantiadis2-4/+8
2013-11-03server: Fix ssh_execute_server_callbacks() client executionNicolas Viennot1-4/+2
2013-11-03server kex: enable delayed compressionNicolas Viennot1-4/+14
2013-11-03session: Make sure we correctly burn the buffer.Andreas Schneider1-1/+1
2013-11-03wrapper: Make sure we really burn the buffer.Andreas Schneider1-1/+1
2013-11-03priv: Fix brackets of burn macros.Andreas Schneider1-2/+2
2013-11-02server: fix pubkey reply for key probesJon Simons1-1/+9
2013-11-02ssh_options_get can now return ProxyCommandWilliam Orr1-0/+9
2013-10-31connect: fix memory leak in ssh_selectJon Simons1-2/+9
2013-10-31tests: Add a test for ssh_channel().Andreas Schneider2-0/+50
2013-10-31poll: fix leak in ssh_poll_ctx_freeJon Simons1-1/+5
2013-10-31SSH_AUTH_OK -> SSH_AUTH_SUCCESS in commentsAlan Dunn1-4/+4
2013-10-30cmake: Check for isblank().Andreas Schneider3-1/+7
2013-10-24bind: fix leak in ssh_bind_accept error pathJon Simons1-2/+1
2013-10-23tests: Add a sftp_read blocking test.Andreas Schneider2-0/+84
2013-10-23auth: docs: Fix typo optoins -> optionsColin Walters1-6/+6