summaryrefslogtreecommitdiff
path: root/src/transports/cred.c
Commit message (Expand)AuthorAgeFilesLines
* Make sure to always include "common.h" firstPatrick Steinhardt2017-07-031-0/+2
* giterr_set: consistent error messagesEdward Thomson2016-12-291-1/+1
* cred: add a free function wrappercmn/smart-callbacksCarlos Martín Nieto2015-08-191-0/+8
* Fixed build warnings on Xcode 6.1Pierre-Olivier Latour2015-06-021-0/+6
* cred: Declare GIT_CREDTYPE_SSH_MEMORY unconditionallyMichał Górny2015-05-271-2/+0
* Return an error when ssh memory credentials are not supported.David Calavera2015-05-271-2/+6
* Add support to read ssh keys from memory.David Calavera2015-05-271-1/+47
* Make our overflow check look more like gcc/clang'sEdward Thomson2015-02-131-4/+4
* allocations: test for overflow of requested sizeEdward Thomson2015-02-121-0/+3
* cred: add convenience function to get the usernameCarlos Martín Nieto2014-06-261-0/+35
* cred: introduce username-only credCarlos Martín Nieto2014-06-261-0/+23
* Only zero sensitive information on destruction (and memory actually allocated...Jacques Germishuys2014-04-181-7/+21
* Make git_cred_ssh_custom_new() naming more consistentJacques Germishuys2014-04-181-2/+2
* Introduce git_cred_ssh_interactive_new()Jacques Germishuys2014-04-181-0/+36
* cred: tighten username rulesCarlos Martín Nieto2014-04-181-39/+12
* ssh: add support for ssh-agent authenticationAlessandro Ghedini2013-11-201-0/+22
* Introduce git_cred_default for NTLM/SPNEGO authEdward Thomson2013-11-181-0/+27
* Rename the ssh credentialsCarlos Martín Nieto2013-10-231-19/+19
* Allowed credential types should be a bitfieldEdward Thomson2013-10-211-1/+1
* Include username in each credential typeCarlos Martín Nieto2013-08-121-0/+39
* Bring SSH error reporting up to base standardsRussell Belfer2013-07-101-2/+1
* Make credential clearing consistentRussell Belfer2013-07-091-12/+8
* Indent with tabsRussell Belfer2013-07-091-15/+15
* Lots of SSH credential stuff can be left onRussell Belfer2013-07-091-39/+11
* Make SSH APIs present even without SSH supportRussell Belfer2013-07-091-21/+46
* cred: deploy git__memzero to clear memory holding a passwordyorah2013-06-171-2/+2
* Added GITERR_CHECK_ALLOCBrad Morgan2013-05-151-6/+2
* Reworked git_cred_ssh_keyfile_passphrase_new methodBrad Morgan2013-05-151-33/+11
* Fixed compilation issues when libssh2 is missingBrad Morgan2013-05-071-0/+2
* Added SSH public key authenticationBrad Morgan2013-05-071-0/+49
* Push working over sshBrad Morgan2013-05-041-0/+77
* Move credential helpers to their own (optional) headerBen Straub2013-01-091-20/+1
* Expose stock user/pass credential utilityBen Straub2013-01-091-0/+20
* update copyrightsEdward Thomson2013-01-081-1/+1
* Remove casts of return values of type void *Philip Kelley2012-11-291-1/+1
* Fix warnings on Win64 buildRussell Belfer2012-11-271-2/+4
* Basic authentication for http and winhttpPhilip Kelley2012-11-061-0/+57