Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | misc: Rename libssh/ to src/ | Andreas Schneider | 2010-09-06 | 1 | -206/+0 |
| | |||||
* | Continue removing old flushing code | Aris Adamantiadis | 2010-07-23 | 1 | -2/+2 |
| | |||||
* | Sanitize libssh namespace + legacy wrappers | Aris Adamantiadis | 2010-05-14 | 1 | -12/+12 |
| | |||||
* | Fixes infinite loops | Aris Adamantiadis | 2010-04-24 | 1 | -3/+5 |
| | | | | Thanks to Xi Wang for the patches | ||||
* | Hacked SSH1 to get past authentication | Aris Adamantiadis | 2010-01-25 | 1 | -10/+26 |
| | | | | Also resolved some bugs that may impact 0.4. need to check | ||||
* | Removed last calls to packet_read | Aris Adamantiadis | 2010-01-24 | 1 | -16/+19 |
| | |||||
* | SSH-1 cleanup and compile | Aris Adamantiadis | 2010-01-10 | 1 | -90/+14 |
| | | | | Not tested, probably not working correctly yet | ||||
* | Fixed SSHv1 to work with the option changes. | Andreas Schneider | 2009-10-04 | 1 | -4/+5 |
| | |||||
* | Fix build with SSH1 | Aris Adamantiadis | 2009-09-28 | 1 | -0/+1 |
| | |||||
* | Moved lots of declaration out of priv.h | Aris Adamantiadis | 2009-09-23 | 1 | -0/+4 |
| | |||||
* | get rid of SSH_SESSION | Aris Adamantiadis | 2009-09-23 | 1 | -7/+7 |
| | |||||
* | Use new ssh options interface in auth functions. | Andreas Schneider | 2009-09-22 | 1 | -1/+1 |
| | |||||
* | Fix SSH1 compilation. | Andreas Schneider | 2009-07-27 | 1 | -3/+7 |
| | |||||
* | Change PRIVATE_KEY * to ssh_private_key | Aris Adamantiadis | 2009-07-24 | 1 | -1/+1 |
| | |||||
* | You always forget SSH1 ... | Aris Adamantiadis | 2009-07-24 | 1 | -14/+14 |
| | |||||
* | 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 | ||||
* | Use consistent return values for packet_translate(). | Andreas Schneider | 2009-04-14 | 1 | -2/+2 |
| | | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@456 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | Add error checking to SSHv1 auth functions. | Andreas Schneider | 2009-04-08 | 1 | -75/+118 |
| | | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@427 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | Fix SSHv1 compile errors. | Andreas Schneider | 2009-04-08 | 1 | -5/+5 |
| | | | | | | | Thanks to Norbert Kiesel <nkiesel@tbdnetworks.com> for the patch. git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@424 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 | ||||
* | doxygen fixes. Mostly typos and some comments. | Aris Adamantiadis | 2008-11-04 | 1 | -4/+7 |
| | | | | | | | sftp must be fully documented ! git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@187 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | Big changes : | Aris Adamantiadis | 2008-06-16 | 1 | -3/+1 |
| | | | | | | | | | | | | refactoring of the socket class. Now the buffering happens in the socket class. enhanced the logging system. Cleaned up some debugging messages. Verified the working with ssh-1. If this cleanup introduced bugs (it did but corrected the found ones) at least, they will be easier to find also added the (c) and fixed dates for updated files git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@169 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | first part of win32 patches | Aris Adamantiadis | 2008-03-07 | 1 | -1/+0 |
| | | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@141 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | patches from Norbert merged in. I have made some little changes here and there. | Aris Adamantiadis | 2005-10-26 | 1 | -1/+3 |
| | | | | | | | It still doesn't compile because of the O1 thing passed to ld. git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@41 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | added the gcrypt patch (without gcrypt as default library). | Aris Adamantiadis | 2005-10-04 | 1 | -1/+2 |
| | | | | | | | still needs tests. git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@38 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | ssh-1 experimental support | Aris Adamantiadis | 2005-08-18 | 1 | -0/+202 |
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@10 7dcaeef0-15fb-0310-b436-a5af3365683c |