aboutsummaryrefslogtreecommitdiff
path: root/libssh/agent.c
AgeCommit message (Expand)AuthorFilesLines
2010-01-06Fixed typos from a* to error.cAris Adamantiadis1-1/+1
2009-12-06struct socket -> struct ssh_socket_struct +typedefAris Adamantiadis1-1/+1
2009-10-25buffer_get_data returns 0 on error, so checking buffer_get_u* for < 0 makes n...Bernhard R. Link1-1/+1
2009-09-26More include file splittingAris Adamantiadis1-0/+1
2009-09-23Moved lots of declaration out of priv.hAris Adamantiadis1-0/+3
2009-09-23get rid of SSH_SESSIONAris Adamantiadis1-2/+2
2009-09-14Fix a possible stack overflow in agent code.Andreas Schneider1-4/+1
2009-08-06Fix possible memory corruption (#14)milo1-1/+1
2009-07-25Switch completly to stdint types.Andreas Schneider1-20/+20
2009-07-25Fix conflicting declarations of ssh_session and ssh_kbdint.Andreas Schneider1-7/+7
2009-07-24Change refs from AGENT * to ssh_agentAris Adamantiadis1-4/+4
2009-07-24Changed all occurences of BUFFER * to ssh_bufferAris Adamantiadis1-2/+2
2009-07-24Change all occurences of STRING * to ssh_stringAris Adamantiadis1-1/+1
2009-07-24Fixed namespace problem in public structuresAris Adamantiadis1-13/+13
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