aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-02-04pki: Add support to import ecdsa pubkeys.Andreas Schneider2-1/+90
2012-02-04pki: Add support for export ecdsa pubkeys.Andreas Schneider1-0/+116
2012-02-04pki: Add support to import ecdsa private keys.Andreas Schneider2-0/+56
2012-02-04pki: Add ECDSA for key compare.Andreas Schneider1-0/+29
2012-02-04pki: Fix typo in error message.Andreas Schneider1-1/+1
2012-01-05Ignore and debug messages can be sent using public APIMartin Drasar1-0/+90
2012-01-03Fix logic erorr with brace-less conditional statementLee Hambley1-1/+2
2012-01-02patch pki_gcrypt.c to be compilable without CMakerofl0r1-0/+4
2012-01-02commit a7e14524c4f7903f607cdcd02b83782e89f0a82crofl0r1-0/+11
2012-01-02session: Cleanup timeout functions.rofl0r2-22/+39
2012-01-02message: Fix compiler warning.Andreas Schneider1-1/+1
2012-01-01auth: Fix public key authentication so we can continue.Andreas Schneider1-1/+3
2012-01-01auth: Fix a possible double free.Andreas Schneider1-0/+2
2012-01-01message: Handle all unknown global messages.rofl0r1-1/+4
2011-12-14options: Fix typo in ssh_options_get() docs.Andreas Schneider1-1/+1
2011-11-16agent: Improve logging.Andreas Schneider1-12/+11
2011-11-10kex: Fix some build warnings.Andreas Schneider2-3/+2
2011-11-09bind: Add more error messages.Andreas Schneider1-1/+9
2011-11-09packet: Use a define for the macsize.Andreas Schneider1-5/+4
2011-11-03options: Add missing argument check.Andreas Schneider1-0/+7
2011-11-03Improve ssh_options_get(ssh_session, enum ssh_options_e, char**).Lee Hambley1-31/+16
2011-10-29pki: Add a ssh_key_cmp() function.Andreas Schneider3-0/+191
2011-10-29dh: Add ssh_get_publickey().Andreas Schneider2-6/+31
2011-10-28Implement ssh_options_get_port(ssh_session, unsigned int*).Lee Hambley1-0/+26
2011-10-28Implement ssh_options_get(ssh_session, enum ssh_options_e, char**).Lee Hambley1-0/+86
2011-10-17bind: Fix ssh_bind_listen in normal case.Andreas Schneider1-5/+6
2011-10-13server: use app-provided bind socket when availableAris Adamantiadis1-17/+19
2011-10-13server: ssh_bind_accept_fdAris Adamantiadis1-52/+70
2011-10-04doc: Improve doc of ssh_get_pubkey_hash().Andreas Schneider1-0/+4
2011-10-03packet: cleaner logs with less redundant infoAris Adamantiadis2-41/+14
2011-09-25server: pubkey auth doesn't work with ecdhAris Adamantiadis1-2/+2
2011-09-24Fix warningAris Adamantiadis1-0/+1
2011-09-24pki: ssh_pki_generateAris Adamantiadis3-0/+93
2011-09-24pki: DO actually verify signaturesAris Adamantiadis1-2/+2
2011-09-23build: Fix zlib support.Andreas Schneider5-14/+14
2011-09-23Fix bugs found by clangAris Adamantiadis4-2/+9
2011-09-23cmake: Fix library linking.Andreas Schneider1-15/+24
2011-09-22channels: fix embarrasing channel_read_nonblocking bugAris Adamantiadis1-7/+5
2011-09-22build: Fix SSHv1 build.Andreas Schneider2-1/+6
2011-09-18packet: Move packet callbacks to packet_cb.c.Andreas Schneider4-199/+237
2011-09-18gzip: Fix zlib support.Andreas Schneider5-9/+12
2011-09-18crypt: Rename to packet_crypt.Andreas Schneider2-2/+2
2011-09-18priv: Remove crypto.h and add correct includes to src files.Andreas Schneider9-4/+22
2011-09-18socket: Move socket function to right location.Andreas Schneider2-24/+25
2011-09-18priv: Create crc32.h.Andreas Schneider3-1/+5
2011-09-18priv: Move gcrypt functions to gcrypt header.Andreas Schneider1-0/+2
2011-09-18priv: Start to remove enter_function.Andreas Schneider1-65/+0
2011-09-18priv: Move kex functions to kex header.Andreas Schneider3-6/+7
2011-09-18priv: Move options and config prototypes to own header.Andreas Schneider6-0/+6
2011-09-18client: Remove unused variable.Andreas Schneider1-1/+0