Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | misc: Rename libssh/ to src/ | Andreas Schneider | 2010-09-06 | 1 | -502/+0 |
| | |||||
* | agent: Use the our poll typedef. | Andreas Schneider | 2010-06-24 | 1 | -1/+1 |
| | |||||
* | agent: Use ssh_poll in agent code. | Andreas Schneider | 2010-06-17 | 1 | -3/+3 |
| | |||||
* | Sanitize libssh namespace + legacy wrappers | Aris Adamantiadis | 2010-05-14 | 1 | -26/+26 |
| | |||||
* | ssh_socket support for 2 fd + Proxyhost command | Aris Adamantiadis | 2010-05-09 | 1 | -1/+1 |
| | |||||
* | Fixed typos from a* to error.c | Aris Adamantiadis | 2010-01-06 | 1 | -1/+1 |
| | |||||
* | struct socket -> struct ssh_socket_struct +typedef | Aris Adamantiadis | 2009-12-06 | 1 | -1/+1 |
| | |||||
* | buffer_get_data returns 0 on error, so checking buffer_get_u* for < 0 makes ↵ | Bernhard R. Link | 2009-10-25 | 1 | -1/+1 |
| | | | | | | no sense Signed-off-by: Andreas Schneider <mail@cynapses.org> | ||||
* | More include file splitting | Aris Adamantiadis | 2009-09-26 | 1 | -0/+1 |
| | |||||
* | Moved lots of declaration out of priv.h | Aris Adamantiadis | 2009-09-23 | 1 | -0/+3 |
| | |||||
* | get rid of SSH_SESSION | Aris Adamantiadis | 2009-09-23 | 1 | -2/+2 |
| | |||||
* | Fix a possible stack overflow in agent code. | Andreas Schneider | 2009-09-14 | 1 | -4/+1 |
| | |||||
* | Fix possible memory corruption (#14) | milo | 2009-08-06 | 1 | -1/+1 |
| | | | | Signed-off-by: Andreas Schneider <mail@cynapses.org> | ||||
* | Switch completly to stdint types. | Andreas Schneider | 2009-07-25 | 1 | -20/+20 |
| | |||||
* | Fix conflicting declarations of ssh_session and ssh_kbdint. | Andreas Schneider | 2009-07-25 | 1 | -7/+7 |
| | |||||
* | Change refs from AGENT * to ssh_agent | Aris Adamantiadis | 2009-07-24 | 1 | -4/+4 |
| | | | | Fixes also a typo in ssh_agent declaration | ||||
* | Changed all occurences of BUFFER * to ssh_buffer | Aris Adamantiadis | 2009-07-24 | 1 | -2/+2 |
| | |||||
* | Change all occurences of STRING * to ssh_string | Aris Adamantiadis | 2009-07-24 | 1 | -1/+1 |
| | |||||
* | Fixed namespace problem in public structures | Aris Adamantiadis | 2009-07-24 | 1 | -13/+13 |
| | | | | | | | | | 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 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/+1 |
| | | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@763 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | Check return values of buffer_add_* functions in agent code. | Andreas Schneider | 2009-04-05 | 1 | -8/+44 |
| | | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@409 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | Add NULL check for agent_free(). | Andreas Schneider | 2009-04-03 | 1 | -0/+4 |
| | | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@382 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | Don't leak memory in agent_new() error path. | Andreas Schneider | 2009-04-03 | 1 | -7/+11 |
| | | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@378 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | Cleanup todo's. | Andreas Schneider | 2009-04-02 | 1 | -4/+1 |
| | | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@340 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | Fix memory error checking in socket functions. | Andreas Schneider | 2009-04-01 | 1 | -0/+3 |
| | | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@328 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | Normalize the license in all files and add vim tab instructions. | Andreas Schneider | 2009-03-29 | 1 | -0/+2 |
| | | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@305 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | Rename function to agent_is_running. | Andreas Schneider | 2009-02-09 | 1 | -1/+1 |
| | | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@236 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | Complete ssh client agent support. | Andreas Schneider | 2009-02-06 | 1 | -39/+176 |
| | | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@231 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | Add missing agent files. | Andreas Schneider | 2009-02-02 | 1 | -0/+315 |
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@202 7dcaeef0-15fb-0310-b436-a5af3365683c |