aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2011-09-10log: Improve the logging function.Andreas Schneider1-28/+72
2011-09-10agent: Add missing config.h include.Andreas Schneider1-0/+2
2011-09-10kex: Split out SSHv1 functions to kex1.c.Andreas Schneider3-436/+462
2011-09-08dh: Use ssh_string_new() in make_bignum_string().Andreas Schneider1-5/+9
2011-09-08string: Make sure we always have the right byte order.Andreas Schneider1-5/+5
2011-09-08pki: Use ssh_string_get_char().Andreas Schneider1-19/+2
2011-09-08string: Add ssh_string_get_char().Andreas Schneider1-0/+19
2011-09-08string: Use the struct and array for allocating the struct.Andreas Schneider3-23/+26
2011-09-08auth1: Fix ssh_string usage.Andreas Schneider1-3/+5
2011-09-08known_hosts: Fix a free before last use.Andreas Schneider1-1/+2
2011-09-07known_hosts: Fix a memleak.Andreas Schneider1-2/+4
2011-09-06pki: Add missing ECC ifdef.Andreas Schneider1-0/+2
2011-09-06options: Fix NULL value handling.Andreas Schneider1-34/+64
2011-09-05options: Fix the ssh_options_set() function.Andreas Schneider1-321/+368
2011-09-05known_hosts: Migrate ssh_write_knownhost() to new pki.Andreas Schneider1-172/+92
2011-09-05pki: Add ssh_pki_export_pubkey_rsa1().Andreas Schneider3-0/+82
2011-09-02pki_crypto: Add ecdsa support for key duplication.Andreas Schneider1-0/+31
2011-09-02pki: Add ecdsa key support.Andreas Schneider1-0/+7
2011-09-02auth: fix things broken during mergeAris Adamantiadis2-25/+5
2011-09-02Update libssh to ssh_handle_packets_terminationAris Adamantiadis7-217/+293
2011-09-02Channels: fix the "server specified invalid channel" bugAris Adamantiadis2-11/+32
2011-09-02channel: ssh_channel_read is nonblocking, + docfixesAris Adamantiadis1-16/+46
2011-09-02channels: replaced bugged lists with ssh_listAris Adamantiadis4-38/+40
2011-09-02SSH1: fix buildAris Adamantiadis2-3/+14
2011-09-02ssh_select converted to ssh_event, and bugfix to ssh_channel_selectAris Adamantiadis2-123/+74
2011-09-02poll: resolve use-after-free + inconsistent callbacks callAris Adamantiadis1-18/+3
2011-09-02channels: ssh_channel_select implemented with ssh_pollAris Adamantiadis1-50/+34
2011-09-02channel: implement ssh_channel_poll_timeoutAris Adamantiadis1-0/+55
2011-09-02Channels: increase window size x10Aris Adamantiadis1-1/+1
2011-09-02channels: made the remaining calls nonblocking + fix #52Aris Adamantiadis1-22/+59
2011-09-02channels: use hard random for the X11 cookieAris Adamantiadis1-3/+5
2011-09-02channels: made all channel requests nonblockingAris Adamantiadis1-31/+104
2011-09-02scp: Fixed documentation bug #9Aris Adamantiadis1-2/+6
2011-08-30pki: Check the type of the key blob earlier.Andreas Schneider1-2/+9
2011-08-30keys: Remove keys.h where it is obsolete.Andreas Schneider3-3/+0
2011-08-30keys: Remove obsolete keys.c.Andreas Schneider2-50/+0
2011-08-30keys: Move publickey_from_privatekey() to legacy.c.Andreas Schneider2-194/+31
2011-08-30keys: Move publickey_free() to legacy.c.Andreas Schneider2-28/+29
2011-08-30Include stdio.h for snprintfmilo1-0/+1
2011-08-30pki: Use consistent API for ssh_pki_export_privkey_to_pubkey().Andreas Schneider3-9/+23
2011-08-30pki: Use consistent API for ssh_pki_export_pubkey_blob().Andreas Schneider6-22/+43
2011-08-29pki: Fix session_id hashing.Andreas Schneider1-2/+2
2011-08-29channels: Fix possible infinite loop in channel_read().rofl0r1-1/+5
2011-08-29sftp: Handle short reads of sftp_async_read().Jonas Jonsson1-3/+2
2011-08-28pki: string_* -> ssh_string_*Andreas Schneider1-4/+4
2011-08-28pki: Refactor ssh_pki_do_sign().Andreas Schneider1-10/+11
2011-08-28pki: Refactor _RSA_do_sign().Andreas Schneider1-15/+31
2011-08-28pki: Cleanup crypto includes.Andreas Schneider1-2/+0
2011-08-28pki: Fix gcrypt includes and update copyright.Andreas Schneider1-8/+3
2011-08-28pki: Get rid of the string.h include in pki_gcrypt.c.Andreas Schneider1-17/+28