aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
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
2012-07-06options: Add option to specify host keys string.Oliver Gasser1-1/+2
2012-02-19server: Add ecdsa hostkey support.Andreas Schneider2-0/+3
2012-02-05session: Use a struct for all options.Andreas Schneider1-17/+18
2012-02-04crypto: Add evp hashing function.Andreas Schneider3-0/+12
2012-02-04pki: Add ecdsa support for signature_to_blob.Andreas Schneider1-1/+13
2012-02-04pki: Add support to generate ecdsa keys.Andreas Schneider1-0/+1
2012-02-04pki: Add support to import ecdsa pubkeys.Andreas Schneider1-0/+3
2012-02-04pki: Add support to import ecdsa private keys.Andreas Schneider1-0/+2
2012-01-05Ignore and debug messages can be sent using public APIMartin Drasar1-0/+2
2012-01-02commit a7e14524c4f7903f607cdcd02b83782e89f0a82crofl0r1-0/+1
2012-01-02session: Cleanup timeout functions.rofl0r1-0/+1
2011-11-17sftp: Add references to sftp_get_error() to docs.Andreas Schneider1-0/+36
2011-11-10kex: Fix some build warnings.Andreas Schneider1-0/+2
2011-10-29pki: Add a ssh_key_cmp() function.Andreas Schneider3-0/+12
2011-10-29dh: Add ssh_get_publickey().Andreas Schneider2-1/+2
2011-10-28Implement ssh_options_get_port(ssh_session, unsigned int*).Lee Hambley1-0/+1
2011-10-28Implement ssh_options_get(ssh_session, enum ssh_options_e, char**).Lee Hambley1-0/+2
2011-10-13server: ssh_bind_accept_fdAris Adamantiadis1-0/+15
2011-09-24pki: ssh_pki_generateAris Adamantiadis2-0/+4
2011-09-18packet: Move packet callbacks to packet_cb.c.Andreas Schneider2-11/+10
2011-09-18priv: Remove dead prototype.Andreas Schneider1-2/+0