summaryrefslogtreecommitdiffstats
path: root/libssh/agent.c
Commit message (Expand)AuthorAgeFilesLines
* misc: Rename libssh/ to src/Andreas Schneider2010-09-061-502/+0
* agent: Use the our poll typedef.Andreas Schneider2010-06-241-1/+1
* agent: Use ssh_poll in agent code.Andreas Schneider2010-06-171-3/+3
* Sanitize libssh namespace + legacy wrappersAris Adamantiadis2010-05-141-26/+26
* ssh_socket support for 2 fd + Proxyhost commandAris Adamantiadis2010-05-091-1/+1
* Fixed typos from a* to error.cAris Adamantiadis2010-01-061-1/+1
* struct socket -> struct ssh_socket_struct +typedefAris Adamantiadis2009-12-061-1/+1
* buffer_get_data returns 0 on error, so checking buffer_get_u* for < 0 makes n...Bernhard R. Link2009-10-251-1/+1
* More include file splittingAris Adamantiadis2009-09-261-0/+1
* Moved lots of declaration out of priv.hAris Adamantiadis2009-09-231-0/+3
* get rid of SSH_SESSIONAris Adamantiadis2009-09-231-2/+2
* Fix a possible stack overflow in agent code.Andreas Schneider2009-09-141-4/+1
* Fix possible memory corruption (#14)milo2009-08-061-1/+1
* Switch completly to stdint types.Andreas Schneider2009-07-251-20/+20
* Fix conflicting declarations of ssh_session and ssh_kbdint.Andreas Schneider2009-07-251-7/+7
* Change refs from AGENT * to ssh_agentAris Adamantiadis2009-07-241-4/+4
* Changed all occurences of BUFFER * to ssh_bufferAris Adamantiadis2009-07-241-2/+2
* Change all occurences of STRING * to ssh_stringAris Adamantiadis2009-07-241-1/+1
* Fixed namespace problem in public structuresAris Adamantiadis2009-07-241-13/+13
* Fix build warnings.Andreas Schneider2009-06-091-0/+4
* Fix the vim modeline and place it at the end of the file.Andreas Schneider2009-05-121-2/+1
* Check return values of buffer_add_* functions in agent code.Andreas Schneider2009-04-051-8/+44
* Add NULL check for agent_free().Andreas Schneider2009-04-031-0/+4
* Don't leak memory in agent_new() error path.Andreas Schneider2009-04-031-7/+11
* Cleanup todo's.Andreas Schneider2009-04-021-4/+1
* Fix memory error checking in socket functions.Andreas Schneider2009-04-011-0/+3
* Normalize the license in all files and add vim tab instructions.Andreas Schneider2009-03-291-0/+2
* Rename function to agent_is_running.Andreas Schneider2009-02-091-1/+1
* Complete ssh client agent support.Andreas Schneider2009-02-061-39/+176
* Add missing agent files.Andreas Schneider2009-02-021-0/+315