]> git.proxmox.com Git - libgit2.git/commit
Introduce proper http authentication API
authorEdward Thomson <ethomson@edwardthomson.com>
Thu, 14 Aug 2014 16:52:20 +0000 (11:52 -0500)
committerEdward Thomson <ethomson@edwardthomson.com>
Fri, 15 Aug 2014 18:11:56 +0000 (14:11 -0400)
commit23135afa6f96ac63e65fd318918565222e46f65a
tree8c877ab8efbf959f5ade51e3bb26c47a40495a07
parent315cb38e1e32e77037e82c6cbdc383c151041112
Introduce proper http authentication API
CMakeLists.txt
src/transports/auth.c [new file with mode: 0644]
src/transports/auth.h [new file with mode: 0644]
src/transports/auth_negotiate.c [new file with mode: 0644]
src/transports/auth_negotiate.h [new file with mode: 0644]
src/transports/http.c