summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPhilip Kelley <phkelley@hotmail.com>2014-03-18 09:04:33 -0400
committerPhilip Kelley <phkelley@hotmail.com>2014-03-18 10:24:23 -0400
commit1392418ea800bbd05dd4b38c5d5995df5bd3e177 (patch)
tree81e38b15d5d97e9ace63123a9fa78c762f16542d /include
parentdd5e74e59af7597938bdcedd3cb240d3c693ea1f (diff)
downloadlibgit2-1392418ea800bbd05dd4b38c5d5995df5bd3e177.tar.gz
Seamless support for NTLM/Kerberos auth on Windows
Diffstat (limited to 'include')
-rw-r--r--include/git2/transport.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/git2/transport.h b/include/git2/transport.h
index f2b0c630d..1f4d03eea 100644
--- a/include/git2/transport.h
+++ b/include/git2/transport.h
@@ -185,7 +185,8 @@ GIT_EXTERN(int) git_cred_default_new(git_cred **out);
* remote url, or NULL if not included.
* - allowed_types: A bitmask stating which cred types are OK to return.
* - payload: The payload provided when specifying this callback.
- * - returns 0 for success or non-zero to indicate an error
+ * - returns 0 for success, < 0 to indicate an error, > 0 to indicate
+ * no credential was acquired
*/
typedef int (*git_cred_acquire_cb)(
git_cred **cred,