summaryrefslogtreecommitdiffstats
path: root/libssh/agent.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a possible stack overflow in agent code.Andreas Schneider2009-09-141-4/+1
* Fix possible memory corruption (#14)milo2009-08-071-1/+1
* 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