aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-07-13ssh-agent: implement the clientside for agent forwarding auth.Aris Adamantiadis3-30/+77
2013-07-13Examples: Exemple of an SSH proxyAris Adamantiadis2-0/+350
2013-07-13gssapi: implement ticket delegationAris Adamantiadis2-14/+39
2013-07-13gssapi: retrieve forwarded (delegated) ticketsAris Adamantiadis4-1/+24
2013-07-13auth: store client's credentialsAris Adamantiadis1-6/+7
2013-07-13auth: implement client-side gssapiAris Adamantiadis8-7/+488
2013-07-13examples:Compile samplessh on bsd tooAris Adamantiadis1-3/+3
2013-07-13options: Fix null ptr deference introduced in earlier fix.Aris Adamantiadis1-0/+7
2013-07-13auth: implement gssapi-with-mic server sideAris Adamantiadis2-0/+404
2013-07-13server: move message-specific call to ssh_*Aris Adamantiadis1-17/+40
2013-07-13auth: adapt libssh to gssapi-with-mic serverAris Adamantiadis6-5/+70
2013-07-13example: adapt example for gssapi callbackAris Adamantiadis1-0/+10
2013-07-13callbacks: new callbacks for gssapiAris Adamantiadis1-1/+16
2013-07-13build: build with gssapi if detectedAris Adamantiadis1-0/+7
2013-07-13build: detect gssapi.hAris Adamantiadis1-0/+6
2013-07-13cmake: Add FindGSSAPI.cmakeAris Adamantiadis1-0/+78
2013-07-13gssapi: added SSH constantsAris Adamantiadis1-0/+7
2013-07-13GSSAPI: added stubAris Adamantiadis2-0/+26
2013-07-13Added server example with callbacks implAris Adamantiadis2-0/+294
2013-07-13Make examples more BSD friendlyAris Adamantiadis1-11/+15
2013-07-13Try to find ARGP on solaris, BSDAris Adamantiadis1-0/+4
2013-07-13Implement callbacks for servers in the message queueAris Adamantiadis1-7/+115
2013-07-13bind: ssh_pki functions also return SSH_EOF error codeAris Adamantiadis1-3/+3
2013-07-13session: Introduce SSH_TIMEOUT_DEFAULTAris Adamantiadis3-6/+17
2013-07-13server: added channel callbacksAris Adamantiadis3-14/+64
2013-07-13Defined SSH server callbacks interfaceAris Adamantiadis3-1/+124
2013-07-13tests: Use fstat() after the open().Andreas Schneider1-8/+8
2013-07-13cmake: Pass _FORTIFY_SOURCE directly to the preprocessor.Andreas Schneider1-2/+2
2013-07-11BUG 103: Disable proxy command if set to 'none'.Andreas Schneider2-4/+26
2013-06-19examples: Check return value of fileno().Andreas Schneider1-1/+5
2013-06-19messages: Fix a possible memory leak.Andreas Schneider1-0/+1
2013-06-19agent: Fix a possible memory leak.Andreas Schneider1-5/+16
2013-06-19agent: Fix possible memory leak.Andreas Schneider1-2/+7
2013-06-19examples: Fix a possible memory leak.Andreas Schneider1-0/+3
2013-06-19examples: Fix a possible memory leak.Andreas Schneider1-1/+9
2013-06-19kex1: Fix a possible null pointer dereference.Andreas Schneider1-0/+3
2013-06-19ecdh: Add missing return in ssh_client_ecdh_init().Andreas Schneider1-0/+1
2013-06-19ecdh: Avoid memory leaks in ssh_server_ecdh_init().Andreas Schneider1-36/+69
2013-06-18src: Add fall trough comments.Andreas Schneider3-0/+3
2013-06-18pki: Fix switch statement of pki_key_generate_ecdsa().Andreas Schneider1-0/+2
2013-06-18tests: Check return value of stat.Andreas Schneider1-1/+3
2013-06-18tests: Check return values of buffer functions.Andreas Schneider1-3/+7
2013-06-18connect: Use the correct close function.Andreas Schneider1-1/+1
2013-06-18connect: Correctly fail in ssh_connect_host_nonblocking().Andreas Schneider1-0/+2
2013-06-18ecdh: Make sure we don't leak memory in ssh_client_ecdh_init().Andreas Schneider1-12/+27
2013-06-18auth: Cleanup the agent return code.Andreas Schneider1-4/+2
2013-06-18auth: If the agent fails, fall back to regular pathNicolas Viennot1-1/+1
2013-06-17sample: Fix a possible buffer overrun.Andreas Schneider1-2/+5
2013-06-17kex1: Fix null check of hostkey.Andreas Schneider1-1/+1
2013-06-17socket: Check if socket (non)blocking is working.Andreas Schneider3-14/+36