Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | misc: Rename libssh/ to src/ | Andreas Schneider | 2010-09-06 | 1 | -835/+0 |
| | |||||
* | kex: Fixed initialization of server kex. | milo | 2010-08-09 | 1 | -7/+19 |
| | | | | Signed-off-by: Andreas Schneider <asn@cynapses.org> | ||||
* | session: Added callback for the connection per session. | milo | 2010-08-09 | 1 | -1/+1 |
| | | | | Signed-off-by: Andreas Schneider <asn@cynapses.org> | ||||
* | Begining of zlib@openssh.org implementation | Aris Adamantiadis | 2010-07-23 | 1 | -1/+1 |
| | |||||
* | Continue removing old flushing code | Aris Adamantiadis | 2010-07-23 | 1 | -2/+2 |
| | |||||
* | Sanitize libssh namespace + legacy wrappers | Aris Adamantiadis | 2010-05-14 | 1 | -34/+34 |
| | |||||
* | Fixed building libssh with DEBUG_CRYPTO. | Andreas Schneider | 2010-05-12 | 1 | -0/+1 |
| | |||||
* | Added pki.[ch] files as a new standard API for PKs | Aris Adamantiadis | 2010-05-01 | 1 | -1/+4 |
| | | | | | | Right now it's just a wrapper to the existing calls but soon it's gona be the effective implementation and other calls will be wrappers. | ||||
* | Fix bugs found by clang analyzer | Aris Adamantiadis | 2010-04-28 | 1 | -9/+10 |
| | |||||
* | kex: Fixed a memory leak. | Andreas Schneider | 2010-04-20 | 1 | -0/+1 |
| | | | | Thanks to Xi Wang for the patch. | ||||
* | Do not compile aes*-ctr with <=OpenSSL 0.9.7b | Aris Adamantiadis | 2010-04-14 | 1 | -0/+5 |
| | |||||
* | Fix missing string_data() in crypto debug code | Aris Adamantiadis | 2010-04-14 | 1 | -2/+2 |
| | |||||
* | Fixes the broken algorithm choice for server | Aris Adamantiadis | 2010-03-28 | 1 | -24/+24 |
| | |||||
* | aes192-ctr and aes256-ctr working on libcrypto | Aris Adamantiadis | 2010-02-09 | 1 | -1/+1 |
| | |||||
* | aes128-ctr aes192-ctr aes256-ctr for libgcrypt | Aris Adamantiadis | 2010-02-09 | 1 | -1/+1 |
| | |||||
* | KEX bug: client preference should be prioritary | Aris Adamantiadis | 2010-02-09 | 1 | -15/+15 |
| | |||||
* | Made parts of SSH asynchronous (inc kex1) | Aris Adamantiadis | 2010-01-24 | 1 | -83/+96 |
| | |||||
* | Part of kex.c is SSH-1 specific | Aris Adamantiadis | 2010-01-03 | 1 | -0/+3 |
| | |||||
* | packet SSH_KEXINIT received and parsed | Aris Adamantiadis | 2009-12-12 | 1 | -17/+20 |
| | | | | Resolved some bugs in the callback mechanism as well | ||||
* | Get rid of the options structure. | Andreas Schneider | 2009-10-02 | 1 | -3/+1 |
| | |||||
* | More include file splitting | Aris Adamantiadis | 2009-09-26 | 1 | -0/+2 |
| | |||||
* | Removed obsolete options | Aris Adamantiadis | 2009-09-26 | 1 | -5/+1 |
| | |||||
* | More include file movings | Aris Adamantiadis | 2009-09-26 | 1 | -0/+2 |
| | |||||
* | Fixed including of config.h. | Andreas Schneider | 2009-09-25 | 1 | -1/+2 |
| | | | | | | | | If there is some option to modify libc behaviour (like if there was some off_t usage to be modified by some flag to make that 64 bit) that needs to be done before the first libc header. one could still do -D there, though (unless cmake wants to do something automatically and puts that in config.h) | ||||
* | Moved lots of declaration out of priv.h | Aris Adamantiadis | 2009-09-23 | 1 | -3/+6 |
| | |||||
* | get rid of SSH_OPTIONS | Aris Adamantiadis | 2009-09-23 | 1 | -1/+1 |
| | |||||
* | get rid of SSH_SESSION | Aris Adamantiadis | 2009-09-23 | 1 | -6/+6 |
| | |||||
* | Fix possible memory corruption (#14) | milo | 2009-08-06 | 1 | -2/+2 |
| | | | | Signed-off-by: Andreas Schneider <mail@cynapses.org> | ||||
* | Switch completly to stdint types. | Andreas Schneider | 2009-07-25 | 1 | -8/+8 |
| | |||||
* | Fix conflicting declarations of ssh_session and ssh_kbdint. | Andreas Schneider | 2009-07-25 | 1 | -1/+1 |
| | |||||
* | Changed all PUBLIC_KEY * to ssh_public_key | Aris Adamantiadis | 2009-07-24 | 1 | -5/+5 |
| | |||||
* | Changed all occurences of BUFFER * to ssh_buffer | Aris Adamantiadis | 2009-07-24 | 1 | -1/+1 |
| | |||||
* | Change all occurences of STRING * to ssh_string | Aris Adamantiadis | 2009-07-24 | 1 | -17/+17 |
| | |||||
* | Fix build warnings. | Andreas Schneider | 2009-06-09 | 1 | -0/+4 |
| | | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@774 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | Fix the vim modeline and place it at the end of the file. | Andreas Schneider | 2009-05-12 | 1 | -2/+2 |
| | | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@763 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | space_tokenize should be rewritten. | Andreas Schneider | 2009-04-17 | 1 | -0/+1 |
| | | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@528 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | Use consistend return values for packet_wait() functions. | Andreas Schneider | 2009-04-14 | 1 | -3/+3 |
| | | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@462 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | Fix return value. | Andreas Schneider | 2009-04-08 | 1 | -1/+1 |
| | | | | | | | Thanks to Norbert Kiesel <nkiesel@tbdnetworks.com> for the patch. git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@436 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | Improve SSHv1 key exchange functions. | Andreas Schneider | 2009-04-08 | 1 | -162/+250 |
| | | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@426 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | Add error checking for make_rsa1_string(). | Andreas Schneider | 2009-04-07 | 1 | -11/+28 |
| | | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@423 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | Add return value and error checks to ssh_send_kex(). | Andreas Schneider | 2009-04-07 | 1 | -20/+53 |
| | | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@422 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | Add more error checks to ssh_get_kex(). | Andreas Schneider | 2009-04-07 | 1 | -47/+73 |
| | | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@421 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | Add return value and error checking for hash buffer cookie functions. | Andreas Schneider | 2009-04-07 | 1 | -3/+10 |
| | | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@419 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | Fix build warnings in key exchange functions. | Andreas Schneider | 2009-04-05 | 1 | -11/+42 |
| | | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@395 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | Add error checking for strdup. | Andreas Schneider | 2009-04-02 | 1 | -2/+7 |
| | | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@344 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | Add memory error checks for crypto wrapper functions. | Andreas Schneider | 2009-04-01 | 1 | -1/+9 |
| | | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@330 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | Fix build warning. | Andreas Schneider | 2009-04-01 | 1 | -1/+2 |
| | | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@318 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | Add memory error checking to key exchange functions. | Andreas Schneider | 2009-04-01 | 1 | -12/+57 |
| | | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@317 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | Normalize the license in all files and add vim tab instructions. | Andreas Schneider | 2009-03-29 | 1 | -19/+23 |
| | | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@305 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | Add an option WITH_LIBZ to compile with zlib support. | Andreas Schneider | 2009-03-28 | 1 | -1/+3 |
| | | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@289 7dcaeef0-15fb-0310-b436-a5af3365683c |