Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | misc: Rename libssh/ to src/ | Andreas Schneider | 2010-09-06 | 1 | -1497/+0 |
| | |||||
* | Added missing /** in doxygen @}'s | Aris Adamantiadis | 2010-08-28 | 1 | -1/+1 |
| | |||||
* | Sanitize libssh namespace + legacy wrappers | Aris Adamantiadis | 2010-05-14 | 1 | -224/+224 |
| | |||||
* | Fixed building libssh with DEBUG_CRYPTO. | Andreas Schneider | 2010-05-12 | 1 | -0/+1 |
| | |||||
* | Fix uninitialized variable used | Aris Adamantiadis | 2010-04-28 | 1 | -0/+4 |
| | |||||
* | Renamed private type TYPE_RSA to SSH_KEYTYPE_* | Aris Adamantiadis | 2010-04-28 | 1 | -36/+36 |
| | | | | Also made this enum public | ||||
* | Fix missing string_data() in crypto debug code | Aris Adamantiadis | 2010-04-14 | 1 | -8/+8 |
| | |||||
* | Fixed the documentation of key functions. | Andreas Schneider | 2010-04-04 | 1 | -12/+24 |
| | |||||
* | more priv.h splitting | Aris Adamantiadis | 2009-09-26 | 1 | -0/+1 |
| | |||||
* | More include file splitting | Aris Adamantiadis | 2009-09-26 | 1 | -0/+2 |
| | |||||
* | Fixed building with Gcrypt and arith with void* | Aris Adamantiadis | 2009-09-25 | 1 | -15/+15 |
| | |||||
* | Get rid of CRYPTO | Aris Adamantiadis | 2009-09-23 | 1 | -3/+3 |
| | |||||
* | Moved lots of declaration out of priv.h | Aris Adamantiadis | 2009-09-23 | 1 | -7/+10 |
| | |||||
* | get rid of SSH_SESSION | Aris Adamantiadis | 2009-09-23 | 1 | -8/+8 |
| | |||||
* | Merge branch 'master' of git://git.libssh.org/projects/libssh/libssh | Aris Adamantiadis | 2009-08-23 | 1 | -1/+0 |
|\ | | | | | | | | | Conflicts: include/libssh/priv.h | ||||
| * | Fix double free pointer crash in dsa_public_to_string | Vic Lee | 2009-08-16 | 1 | -1/+0 |
| | | | | | | | | Signed-off-by: Andreas Schneider <mail@cynapses.org> | ||||
* | | experimental callback system | Aris Adamantiadis | 2009-08-23 | 1 | -1/+1 |
|/ | |||||
* | Public key authentication server side | milo | 2009-07-27 | 1 | -0/+66 |
| | |||||
* | Fix conflicting declarations of ssh_session and ssh_kbdint. | Andreas Schneider | 2009-07-25 | 1 | -1/+1 |
| | |||||
* | Change PRIVATE_KEY * to ssh_private_key | Aris Adamantiadis | 2009-07-24 | 1 | -3/+3 |
| | |||||
* | Changed all PUBLIC_KEY * to ssh_public_key | Aris Adamantiadis | 2009-07-24 | 1 | -14/+14 |
| | |||||
* | Changed all occurences of BUFFER * to ssh_buffer | Aris Adamantiadis | 2009-07-24 | 1 | -11/+11 |
| | |||||
* | Change all occurences of STRING * to ssh_string | Aris Adamantiadis | 2009-07-24 | 1 | -45/+45 |
| | |||||
* | Fixed namespace problem in public structures | Aris Adamantiadis | 2009-07-24 | 1 | -4/+4 |
| | | | | | | | | | changed struct string_struct to ssh_string_struct buffer_struct to ssh_buffer_struct and so on. Should not break apps using the caps version of these | ||||
* | Fix the vim modeline and place it at the end of the file. | Andreas Schneider | 2009-05-12 | 1 | -2/+1 |
| | | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@763 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | Simplify signature_from_string() a bit. | Andreas Schneider | 2009-04-18 | 1 | -30/+13 |
| | | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@548 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | Add error checks to ssh_do_sign_with_agent() and fix a memleak. | Andreas Schneider | 2009-04-18 | 1 | -2/+17 |
| | | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@546 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | Replace some strcmp with switch to make it a bit faster. | Andreas Schneider | 2009-04-18 | 1 | -34/+30 |
| | | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@545 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | Make use of ssh_type_from_name(). | Andreas Schneider | 2009-04-18 | 1 | -3/+3 |
| | | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@544 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | Some cleanup for publickey_to_string(). | Andreas Schneider | 2009-04-18 | 1 | -2/+2 |
| | | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@543 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | Fix segfault with gcrypt. | Andreas Schneider | 2009-04-18 | 1 | -5/+8 |
| | | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@542 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | Add more error checks to ssh_sign_session_id(). | Andreas Schneider | 2009-04-18 | 1 | -50/+75 |
| | | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@541 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | Fix a segfault if we try to a signature. | Andreas Schneider | 2009-04-18 | 1 | -1/+4 |
| | | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@540 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | Add more error checks to RSA_do_sign(). | Andreas Schneider | 2009-04-18 | 1 | -21/+30 |
| | | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@539 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | Add more error checks to signature_from_string(). | Andreas Schneider | 2009-04-18 | 1 | -110/+176 |
| | | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@538 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | Add error checks to signature_to_string(). | Andreas Schneider | 2009-04-18 | 1 | -69/+133 |
| | | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@537 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | Add check for the return value of gcry_sexp_find_token(). | Andreas Schneider | 2009-04-18 | 1 | -2/+47 |
| | | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@536 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | Add more error checks to ssh_encrypt_rsa1(). | Andreas Schneider | 2009-04-18 | 1 | -26/+56 |
| | | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@535 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | Add more error checks to ssh_do_sign(). | Andreas Schneider | 2009-04-18 | 1 | -60/+83 |
| | | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@534 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | Don't leak memory in publickey_make_* functions. | Andreas Schneider | 2009-04-17 | 1 | -1/+4 |
| | | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@532 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | Revert commit 530. | Andreas Schneider | 2009-04-17 | 1 | -4/+1 |
| | | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@531 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | Don't leak memory in error path. | Andreas Schneider | 2009-04-17 | 1 | -1/+4 |
| | | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@530 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | Revert commit 527. | Andreas Schneider | 2009-04-17 | 1 | -10/+3 |
| | | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@529 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | Don't leak memory. | Andreas Schneider | 2009-04-17 | 1 | -3/+10 |
| | | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@527 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | Add error checking to publickey to string functions. | Andreas Schneider | 2009-04-08 | 1 | -82/+173 |
| | | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@434 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | Add error checking to publickey_from_privatekey(). | Andreas Schneider | 2009-04-08 | 1 | -67/+152 |
| | | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@433 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | Add error checking to publickey_from_string(). | Andreas Schneider | 2009-04-08 | 1 | -28/+43 |
| | | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@432 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | Add error checking to publickey_make_rsa(). | Andreas Schneider | 2009-04-08 | 1 | -32/+65 |
| | | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@431 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | Add error checking to publickey_make_dss(). | Andreas Schneider | 2009-04-08 | 1 | -39/+73 |
| | | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@429 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | Use const where it should be used. | Andreas Schneider | 2009-04-05 | 1 | -1/+1 |
| | | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@407 7dcaeef0-15fb-0310-b436-a5af3365683c |