aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2013-07-22cmake: Check for _strtoui64() on Windows.Andreas Schneider1-13/+12
2013-07-22pki: Fix declaration of ssh_pki_convert functions.Andreas Schneider1-3/+3
2013-07-21log: Make _ssh_log() public.Andreas Schneider3-5/+4
2013-07-14src: Remove enter_function() and leave_function().Andreas Schneider2-4/+0
2013-07-14include: Mark ssh_log as depcrecated.Andreas Schneider1-3/+3
2013-07-14src: Migrate to SSH_LOG.Andreas Schneider1-1/+1
2013-07-14error: Use new logging function.Andreas Schneider1-0/+4
2013-07-14log: Implment new logging functions.Andreas Schneider3-5/+47
2013-07-14cmake: Check if we have Thread Local Storage support.Andreas Schneider1-0/+8
2013-07-14server: Fix compilation without WITH_SERVERAris Adamantiadis3-5/+10
2013-07-13server: add pubkey auth callbackAris Adamantiadis1-0/+23
2013-07-13gssapi: Add user parameter to gssapi auth callbackAris Adamantiadis1-2/+6
2013-07-13gssapi: gssapi callbacks serversideAris Adamantiadis1-2/+52
2013-07-13sftp: more flexibility on channelsAris Adamantiadis1-1/+15
2013-07-13sftp: added useful server APIsAris Adamantiadis1-2/+9
2013-07-13server: callback for channel_request_subsystemAris Adamantiadis1-0/+16
2013-07-13server: added 2 missing channel callbacksAris Adamantiadis1-1/+40
2013-07-13server: export ssh_channel_open_x11()Aris Adamantiadis1-0/+1
2013-07-13client: handle x11 channel open requests with callbacksAris Adamantiadis1-1/+17
2013-07-13server: Implement X11 requests and window-changeAris Adamantiadis1-2/+44
2013-07-13Doc: fix a few broken parametersAris Adamantiadis1-1/+0
2013-07-13server: implement server-side of agent forwardingAris Adamantiadis1-0/+1
2013-07-13channels: implement callback for agent forwarding requestAris Adamantiadis1-0/+14
2013-07-13callbacks: make the channel accept callback more logicalAris Adamantiadis1-6/+5
2013-07-13ssh-agent: implement the clientside for agent forwarding auth.Aris Adamantiadis2-0/+2
2013-07-13gssapi: implement ticket delegationAris Adamantiadis1-0/+1
2013-07-13gssapi: retrieve forwarded (delegated) ticketsAris Adamantiadis2-0/+3
2013-07-13auth: implement client-side gssapiAris Adamantiadis4-3/+16
2013-07-13auth: implement gssapi-with-mic server sideAris Adamantiadis1-0/+38
2013-07-13auth: adapt libssh to gssapi-with-mic serverAris Adamantiadis4-2/+7
2013-07-13callbacks: new callbacks for gssapiAris Adamantiadis1-1/+16
2013-07-13gssapi: added SSH constantsAris Adamantiadis1-0/+7
2013-07-13session: Introduce SSH_TIMEOUT_DEFAULTAris Adamantiadis1-0/+5
2013-07-13server: added channel callbacksAris Adamantiadis2-0/+37
2013-07-13Defined SSH server callbacks interfaceAris Adamantiadis2-1/+108
2013-06-17socket: Check if socket (non)blocking is working.Andreas Schneider1-2/+2
2013-06-17pki: Limit privkey to 4M for now.Andreas Schneider1-0/+1
2013-03-13priv: Make really sure memset doesn't get optimzed out.Andreas Schneider1-2/+2
2013-01-23include: Fix the LGPL header.Andreas Schneider34-389/+397
2012-12-23Implement key re-exchangeAris Adamantiadis2-0/+4
2012-12-03BUG 97: Fix strtoull() detection on serveral platforms.Andreas Schneider1-1/+13
2012-12-03BUG 96: Guard ntohll() and htonll prototypes correctly.Andreas Schneider1-1/+6
2012-12-03BUG 98: Use __attribute__ ((packed)) only with GCC.Andreas Schneider1-1/+1
2012-11-23priv: Add BURN_BUFFER macro and make sure it isn't optimzed out.Andreas Schneider1-2/+5
2012-11-21pki: Add a size limit for pubkey files.Andreas Schneider1-0/+2
2012-10-12kex: Use getter functions to access kex arrays.Andreas Schneider1-3/+2
2012-10-12include: Fix an include recursion.Andreas Schneider1-2/+0
2012-09-07kex: Add simple DES support for SSHv1.Dmitriy Kuznetsov1-1/+6
2012-09-04dh: Add support for diffie-hellman-group14-sha1.Dmitriy Kuznetsov1-0/+2
2012-07-17socket: Add a SSH_WRITE_PENDING socket status.Andreas Schneider1-0/+1