aboutsummaryrefslogtreecommitdiff
path: root/libssh/agent.c
AgeCommit message (Expand)AuthorFilesLines
2009-06-09Fix build warnings.Andreas Schneider1-0/+4
2009-05-12Fix the vim modeline and place it at the end of the file.Andreas Schneider1-2/+1
2009-04-05Check return values of buffer_add_* functions in agent code.Andreas Schneider1-8/+44
2009-04-03Add NULL check for agent_free().Andreas Schneider1-0/+4
2009-04-03Don't leak memory in agent_new() error path.Andreas Schneider1-7/+11
2009-04-02Cleanup todo's.Andreas Schneider1-4/+1
2009-04-01Fix memory error checking in socket functions.Andreas Schneider1-0/+3
2009-03-29Normalize the license in all files and add vim tab instructions.Andreas Schneider1-0/+2
2009-02-09Rename function to agent_is_running.Andreas Schneider1-1/+1
2009-02-06Complete ssh client agent support.Andreas Schneider1-39/+176
2009-02-02Add missing agent files.Andreas Schneider1-0/+315