summaryrefslogtreecommitdiffstats
path: root/src/agent.c
Commit message (Collapse)AuthorAgeFilesLines
* cmake: Check for unistd.h.Andreas Schneider2013-07-231-2/+2
|
* agent: Fix possible segfaults due to NULL pointer deref.Andreas Schneider2013-07-141-2/+2
| | | | CID #1035578
* log: Implment new logging functions.Andreas Schneider2013-07-141-10/+10
|
* ssh-agent: implement the clientside for agent forwarding auth.Aris Adamantiadis2013-07-131-30/+75
| | | | | | | This can only be used to authenticate the client, not to allow the connected server to transfer agent requests Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
* agent: Fix a possible memory leak.Andreas Schneider2013-06-191-5/+16
|
* agent: Fix possible memory leak.Andreas Schneider2013-06-191-2/+7
|
* include: Fix the LGPL header.Andreas Schneider2013-01-231-13/+12
| | | | | This has been reported by rpmlint: libssh-devel.x86_64: W: incorrect-fsf-address libssh.h
* agent: Fix some memory leaks in error paths.Andreas Schneider2012-10-121-0/+4
| | | | Found by Coverity.
* build: Fix missing struct in_addr warning.Andreas Schneider2012-07-171-0/+1
|
* agent: Do not fail reads with EPIPE if there is not enough data to read.Andreas Schneider2012-04-101-1/+2
|
* agent: Improve logging.Andreas Schneider2011-11-161-12/+11
|
* agent: Add missing config.h include.Andreas Schneider2011-09-101-0/+2
|
* keys: Remove keys.h where it is obsolete.Andreas Schneider2011-08-301-1/+0
|
* pki: Use consistent API for ssh_pki_export_pubkey_blob().Andreas Schneider2011-08-301-2/+2
|
* agent: Remove obsolete agent_sign_data().Andreas Schneider2011-08-251-84/+0
|
* auth: Add ssh_userauth_agent().Andreas Schneider2011-08-251-57/+53
| | | | This commit is pretty big cause several functions have been refactored.
* agent: Fix memory leak.Andreas Schneider2011-08-221-1/+5
|
* agent: Add ssh_agent_sign_data().Andreas Schneider2011-08-211-1/+89
|
* pki: Remove session from ssh_pki_import_pubkey_* functions.Andreas Schneider2011-08-161-1/+1
|
* pki: Rename ssh_pki_import_pubkey_string and make it public.Andreas Schneider2011-08-161-1/+1
| | | | It should be named ssh_pki_import_pubkey_blob().
* agent: Use new pki functions.Andreas Schneider2011-08-131-3/+8
|
* Removed references to ssh_buffer_get_beginAris Adamantiadis2010-10-031-3/+3
|
* misc: Rename libssh/ to src/Andreas Schneider2010-09-061-0/+502