libgit2/src/transports
Carlos Martín Nieto 23ca0ad5eb Bring certificate check back to the normal return code
Returning 0 lets the certificate check succeed. An error code is bubbled
up to the user.
2014-09-16 17:01:31 +02:00
..
auth_negotiate.c Introduce proper http authentication API 2014-08-15 14:11:56 -04:00
auth_negotiate.h Introduce proper http authentication API 2014-08-15 14:11:56 -04:00
auth.c Introduce proper http authentication API 2014-08-15 14:11:56 -04:00
auth.h Introduce proper http authentication API 2014-08-15 14:11:56 -04:00
cred_helpers.c ssh: make sure to ask for a username and use the same one 2014-06-26 22:58:39 +02:00
cred.c cred: add convenience function to get the username 2014-06-26 22:58:38 +02:00
cred.h cred: add convenience function to get the username 2014-06-26 22:58:38 +02:00
git.c Custom transport: minor cleanups 2014-08-14 08:52:20 -05:00
http.c Bring certificate check back to the normal return code 2014-09-16 17:01:31 +02:00
local.c clone: re-use the local transport's path resolution 2014-06-03 21:47:53 +02:00
smart_pkt.c remote: expose the remote's symref mappings 2014-05-21 12:12:32 +02:00
smart_protocol.c Fix assert when receiving uncommon sideband packet 2014-06-27 12:03:27 -04:00
smart.c Provide a callback for certificate validation 2014-09-16 17:01:30 +02:00
smart.h Provide a callback for certificate validation 2014-09-16 17:01:30 +02:00
ssh.c Bring certificate check back to the normal return code 2014-09-16 17:01:31 +02:00
winhttp.c Merge pull request #2538 from libgit2/ntk/propagate_url_parsing_error 2014-08-27 19:19:55 +02:00