aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-05-05Don't read when writing to avoid recursive callback callsHEADmastermilo2-1/+11
2012-05-05Added a window_grows callbackmilo2-0/+24
2012-05-05Manage channel data sequentially, send EOF at the endmilo2-4/+91
2012-05-05Add a public ssh_grow_window function for flow controlmilo2-0/+8
2012-05-05Better management of channel windowsmilo2-7/+13
2012-05-05Split ssh_packet_socket_callback() in two parts to make it reentrantmilo7-50/+123
2012-04-10agent: Do not fail reads with EPIPE if there is not enough data to read.Andreas Schneider1-1/+2
2012-03-09Fix typo.Andreas Schneider2-2/+2
2012-02-20auth: Fix build warning.Andreas Schneider1-1/+1
2012-02-19server: Add ecdsa hostkey support.Andreas Schneider4-13/+80
2012-02-19examples: Fix sparse warnings in sshd examples.Andreas Schneider2-14/+12
2012-02-19examples: Make variabes static in client sample.Andreas Schneider1-6/+7
2012-02-19examples: Make variables static in scp example.Andreas Schneider1-2/+3
2012-02-19examples: Make variables static in scp example.Andreas Schneider1-4/+4
2012-02-19threads: Make libcrypto_mutexes static.Andreas Schneider1-1/+1
2012-02-19threads: Fix function defintions.Andreas Schneider1-2/+2
2012-02-19pcap: Fix definition of ssh_pcap_file_new().Andreas Schneider1-1/+1
2012-02-19packet: Make default_packet_handlers static.Andreas Schneider2-2/+2
2012-02-19misc: Improve byte swapping of ntohll().Andreas Schneider1-6/+8
2012-02-19misc: Fix definitions of ssh_list_new().Andreas Schneider1-1/+1
2012-02-19auth: Improve doc of ssh_userauth_kbdint_getprompt().Andreas Schneider1-3/+11
2012-02-08cmake: Update FindCMokery.Andreas Schneider2-43/+42
2012-02-08doc: Add a note about makefile generators on Windows.Andreas Schneider1-0/+2
2012-02-08doc: Add more infor about Windows binaries.Andreas Schneider1-1/+18
2012-02-07Fixed a compiling error in src/log.c on Win32 with MSVCzhengfish1-0/+4
2012-02-07tests: Fix known_hosts test.Andreas Schneider1-2/+2
2012-02-06SubmittingPatches: Fix version number and typo.Andreas Schneider1-3/+3
2012-02-06Add SubmittingPatches document.Andreas Schneider1-0/+118
2012-02-06auth: Fix SSHv1 build.Andreas Schneider1-2/+2
2012-02-05session: Use a struct for all options.Andreas Schneider16-227/+236
2012-02-05tests: Turn debug crypto on in ctest.Andreas Schneider1-1/+1
2012-02-05dh: Fix build with DEBUG_CRYPTO.Andreas Schneider2-6/+10
2012-02-04pki: Add ecdsa support for signature verification.Andreas Schneider1-8/+24
2012-02-04crypto: Add evp hashing function.Andreas Schneider4-0/+40
2012-02-04pki: Fix openssl ecdsa signature from blob.Andreas Schneider1-34/+62
2012-02-04pki: Fix ssh_pki_log function.Andreas Schneider1-1/+1
2012-02-04pki: Make a strcmp better readable.Andreas Schneider1-1/+1
2012-02-04kex: Add support for ecdsa hostkeys.Andreas Schneider1-2/+4
2012-02-04kex: Add a define for the kex method size.Andreas Schneider1-16/+19
2012-02-04pki: Don't free a const key!Andreas Schneider1-1/+0
2012-02-04sftp: Fix memory leak in sftp_free() on server.Andreas Schneider1-0/+3
2012-02-04ecdh: Fix a memory leak in ecdh_build_k().Andreas Schneider1-5/+9
2012-02-04ecdh: Fix a memory leak in ssh_server_ecdh_init().Andreas Schneider1-0/+1
2012-02-04pki: Update copyright.Andreas Schneider2-2/+2
2012-02-04cmake: Disable gcrypt ECC.Andreas Schneider1-2/+2
2012-02-04pki: Add ecdsa gcrypt stubs.Andreas Schneider1-0/+20
2012-02-04cmake: Enable ECC support for GCrypt 1.5.0 or newer.Andreas Schneider3-2/+9
2012-02-04cmake: Update GCrypt module.Andreas Schneider2-45/+50
2012-02-04pki: Fix build if you don't have ECC support.Andreas Schneider3-14/+34
2012-02-04tests: Test ecdsa key generation and signing.Andreas Schneider1-0/+45