aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2011-09-17pki: Use ssh_log_function() for ssh_pki_log().Andreas Schneider1-4/+5
2011-09-17log: Split do_ssh_log().Andreas Schneider1-10/+17
2011-09-17log: Remove unneeded ssh_log_function().Andreas Schneider1-16/+0
2011-09-17auth: Use the new SSH_LOG function.Andreas Schneider1-43/+63
2011-09-17error: Use macros for error functions.Andreas Schneider7-98/+117
2011-09-17session: Use defines for ssh_handle_packets().Andreas Schneider4-6/+10
2011-09-15crypt: Fix function definition.Andreas Schneider2-2/+5
2011-09-14SSH1: handle exit-status message (channels would not close)Aris Adamantiadis2-1/+14
2011-09-14channels1: made channel_write1 nonblockingAris Adamantiadis1-1/+3
2011-09-14channels: don't send SSH2 packets on SSH1 !Aris Adamantiadis1-0/+7
2011-09-14SSH1: fix kex bugs introduced in refactoringAris Adamantiadis1-1/+28
2011-09-14SSH1: make authentication nonblockingAris Adamantiadis1-10/+36
2011-09-14auth: fix spelling in error messageAris Adamantiadis1-1/+1
2011-09-14Revert "auth: Check if we have any prompts."Aris Adamantiadis1-3/+2
2011-09-14Auth: fix possible off-by-oneAris Adamantiadis1-2/+2
2011-09-12log: Fixed a typo.Andreas Schneider1-1/+1
2011-09-11log: remove the annoying \n between date and messageAris Adamantiadis1-2/+2
2011-09-11auth: made keyboard-interactive nonblockingAris Adamantiadis1-15/+37
2011-09-11Auth: nonblocking ssh_userauth_pubkey_autoAris Adamantiadis1-110/+161
2011-09-11auth: Implement nonblocking ssh_auth_agentAris Adamantiadis1-36/+68
2011-09-11auth: different code for auth_agentAris Adamantiadis1-2/+2
2011-09-11Auth: made ssh_userauth_get_response respect timeoutAris Adamantiadis1-44/+13
2011-09-11server: Fix some build warnings.Andreas Schneider2-3/+3
2011-09-11auth: Check if we have any prompts.Andreas Schneider1-2/+3
2011-09-11server: Fix compiler warning.Andreas Schneider1-2/+3
2011-09-11log: Add missing include.Andreas Schneider1-0/+1
2011-09-11kex: Fix includes.Andreas Schneider2-4/+4
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