Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | kex: Fix simpledes with gcrypt. | Andreas Schneider | 2012-09-25 | 1 | -21/+21 | |
| | ||||||
* | dh: Fix dh_generate_e() with gcrypt. | Andreas Schneider | 2012-09-25 | 1 | -1/+1 | |
| | ||||||
* | messages: Fix a possible null pointer dereference. | Andreas Schneider | 2012-09-24 | 1 | -1/+3 | |
| | ||||||
* | MSVC Windows and winsock2.h | Christophe Baribaud | 2012-09-21 | 2 | -2/+3 | |
| | | | | | | | | With Microsoft Visual Studio, winsock2.h shall be included before ws2tcpip.h Signed-off-by: Christophe Baribaud <christophe.baribaud@gmail.com> Signed-off-by: Andreas Schneider <asn@cryptomilk.org> | |||||
* | Finds zlib in a debug only build (windows) | Christophe Baribaud | 2012-09-21 | 1 | -0/+1 | |
| | | | | | Signed-off-by: Christophe Baribaud <christophe.baribaud@gmail.com> Signed-off-by: Andreas Schneider <asn@cryptomilk.org> | |||||
* | channels: Fix channel_request_pty_size1 always returning an error. | Dmitriy Kuznetsov | 2012-09-07 | 1 | -1/+6 | |
| | | | | Fixes bug #88. | |||||
* | channels: Fix return value of ssh_channel_request_pty_size with SSHv1. | Andreas Schneider | 2012-09-07 | 1 | -1/+1 | |
| | | | | Thanks to Dmitriy Kuznetsov <dk@yandex.ru>. | |||||
* | kex: Add simple DES support for SSHv1. | Dmitriy Kuznetsov | 2012-09-07 | 7 | -11/+94 | |
| | ||||||
* | changelog: Update features. | Andreas Schneider | 2012-09-05 | 1 | -0/+8 | |
| | ||||||
* | dh: Add support for diffie-hellman-group14-sha1. | Dmitriy Kuznetsov | 2012-09-04 | 7 | -22/+92 | |
| | ||||||
* | pki: Open privkey file in binary mode. | Andreas Schneider | 2012-09-04 | 1 | -1/+1 | |
| | | | | This is needed to correctly detect carriage return. | |||||
* | build: Fix missing struct in_addr warning. | Andreas Schneider | 2012-07-17 | 13 | -0/+13 | |
| | ||||||
* | sftp: Fix bug in sftp_mkdir not returning on error. | Andreas Schneider | 2012-07-17 | 1 | -0/+1 | |
| | | | | resolves: #84 | |||||
* | socket: Add a SSH_WRITE_PENDING socket status. | Andreas Schneider | 2012-07-17 | 3 | -3/+12 | |
| | ||||||
* | auth: Improve ssh_userauth_kbdint_setanswer() documentation. | Andreas Schneider | 2012-07-17 | 1 | -1/+5 | |
| | | | | Thanks to Arto Karppinen. | |||||
* | auth: Fix ssh_userauth_kbdint*() documentation. | Andreas Schneider | 2012-07-17 | 1 | -8/+12 | |
| | | | | Thanks to Arto Karppinen. | |||||
* | auth: Fix ssh_userauth_password() documentation. | Andreas Schneider | 2012-07-17 | 1 | -5/+7 | |
| | ||||||
* | connect: Fix a build warning. | Andreas Schneider | 2012-07-17 | 1 | -1/+1 | |
| | ||||||
* | options: Add option to specify host keys string. | Oliver Gasser | 2012-07-06 | 2 | -1/+17 | |
| | | | | Signed-off-by: Andreas Schneider <asn@cryptomilk.org> | |||||
* | dh: Add a doc hint to ssh_string_free_char() for ssh_get_hexa(). | Andreas Schneider | 2012-06-11 | 1 | -0/+2 | |
| | ||||||
* | bind: Fix build. | Andreas Schneider | 2012-05-09 | 1 | -1/+2 | |
| | ||||||
* | server: Add ecdsa hostkey support. | Andreas Schneider | 2012-05-08 | 1 | -1/+1 | |
| | ||||||
* | agent: Do not fail reads with EPIPE if there is not enough data to read. | Andreas Schneider | 2012-04-10 | 1 | -1/+2 | |
| | ||||||
* | Fix typo. | Andreas Schneider | 2012-03-09 | 2 | -2/+2 | |
| | ||||||
* | auth: Fix build warning. | Andreas Schneider | 2012-02-20 | 1 | -1/+1 | |
| | ||||||
* | server: Add ecdsa hostkey support. | Andreas Schneider | 2012-02-19 | 4 | -13/+80 | |
| | ||||||
* | examples: Fix sparse warnings in sshd examples. | Andreas Schneider | 2012-02-19 | 2 | -14/+12 | |
| | ||||||
* | examples: Make variabes static in client sample. | Andreas Schneider | 2012-02-19 | 1 | -6/+7 | |
| | | | | Fixes sparse warnings. | |||||
* | examples: Make variables static in scp example. | Andreas Schneider | 2012-02-19 | 1 | -2/+3 | |
| | | | | Fixes sparse warnings. | |||||
* | examples: Make variables static in scp example. | Andreas Schneider | 2012-02-19 | 1 | -4/+4 | |
| | | | | Fixes sparse warnings. | |||||
* | threads: Make libcrypto_mutexes static. | Andreas Schneider | 2012-02-19 | 1 | -1/+1 | |
| | | | | Fixes sparse warnings. | |||||
* | threads: Fix function defintions. | Andreas Schneider | 2012-02-19 | 1 | -2/+2 | |
| | | | | Fixes sparse warnings. | |||||
* | pcap: Fix definition of ssh_pcap_file_new(). | Andreas Schneider | 2012-02-19 | 1 | -1/+1 | |
| | | | | Fixes sparse warnings. | |||||
* | packet: Make default_packet_handlers static. | Andreas Schneider | 2012-02-19 | 2 | -2/+2 | |
| | | | | Fixes sparse warnings. | |||||
* | misc: Improve byte swapping of ntohll(). | Andreas Schneider | 2012-02-19 | 1 | -6/+8 | |
| | | | | Fixes sparse warnings. | |||||
* | misc: Fix definitions of ssh_list_new(). | Andreas Schneider | 2012-02-19 | 1 | -1/+1 | |
| | | | | Fixes sparse warnings. | |||||
* | auth: Improve doc of ssh_userauth_kbdint_getprompt(). | Andreas Schneider | 2012-02-19 | 1 | -3/+11 | |
| | ||||||
* | cmake: Update FindCMokery. | Andreas Schneider | 2012-02-08 | 2 | -43/+42 | |
| | ||||||
* | doc: Add a note about makefile generators on Windows. | Andreas Schneider | 2012-02-08 | 1 | -0/+2 | |
| | ||||||
* | doc: Add more infor about Windows binaries. | Andreas Schneider | 2012-02-08 | 1 | -1/+18 | |
| | ||||||
* | Fixed a compiling error in src/log.c on Win32 with MSVC | zhengfish | 2012-02-07 | 1 | -0/+4 | |
| | ||||||
* | tests: Fix known_hosts test. | Andreas Schneider | 2012-02-07 | 1 | -2/+2 | |
| | ||||||
* | SubmittingPatches: Fix version number and typo. | Andreas Schneider | 2012-02-06 | 1 | -3/+3 | |
| | ||||||
* | Add SubmittingPatches document. | Andreas Schneider | 2012-02-06 | 1 | -0/+118 | |
| | ||||||
* | auth: Fix SSHv1 build. | Andreas Schneider | 2012-02-06 | 1 | -2/+2 | |
| | ||||||
* | session: Use a struct for all options. | Andreas Schneider | 2012-02-05 | 16 | -227/+236 | |
| | ||||||
* | tests: Turn debug crypto on in ctest. | Andreas Schneider | 2012-02-05 | 1 | -1/+1 | |
| | ||||||
* | dh: Fix build with DEBUG_CRYPTO. | Andreas Schneider | 2012-02-05 | 2 | -6/+10 | |
| | ||||||
* | pki: Add ecdsa support for signature verification. | Andreas Schneider | 2012-02-04 | 1 | -8/+24 | |
| | ||||||
* | crypto: Add evp hashing function. | Andreas Schneider | 2012-02-04 | 4 | -0/+40 | |
| |