summaryrefslogtreecommitdiff
path: root/source4/lib/http
Commit message (Expand)AuthorAgeFilesLines
* libhttp: Remove an unneeded includeVolker Lendecke2017-08-161-1/+0
* s4:lib/http: pass down the target service/hostname to gensecStefan Metzmacher2017-08-071-0/+21
* s4:lib/http: add HTTP_AUTH_NEGOTIATE which maps to the "http_negotiate" gense...Stefan Metzmacher2017-08-072-0/+5
* s4:http/gensec: implement "http_negotiate" using GENSEC_OID_SPNEGOStefan Metzmacher2017-08-071-0/+24
* s4:http/gensec: make the "NTLM" base64 wrapping more genericStefan Metzmacher2017-08-071-32/+107
* s4:http/gensec: rename ntlm.c to generic.cStefan Metzmacher2017-08-072-5/+5
* s4:lib/http: pass a generic prefix blob to http_parse_auth_response()Stefan Metzmacher2017-08-071-11/+13
* s4:lib/http: use strcasecmp(h->key, "WWW-Authenticate") instead of strncasecmp()Stefan Metzmacher2017-08-071-1/+4
* s4:lib/http: remove indentation level from http_parse_auth_response()Stefan Metzmacher2017-08-071-10/+12
* s4:lib/http: let http_read_response_send/recv() also consume the body if it f...Stefan Metzmacher2017-08-074-17/+76
* s4:lib/http: lower HTTP_MAX_HEADER_SIZE from UINT_MAX to 0x1FFFFStefan Metzmacher2017-08-071-1/+1
* s4:lib/http: rewrite http_send_auth_request_*() using gensec_update_send/recvStefan Metzmacher2017-07-252-186/+153
* s4:http/gensec: add missing tevent_req_done() to gensec_http_ntlm_update_done()Stefan Metzmacher2017-07-211-1/+1
* s4:gensec/http_basic: add simple gensec_http_basic_update_send/recv() wrapper...Stefan Metzmacher2017-05-211-6/+72
* s4:gensec/http_ntlm: add implement gensec_http_ntlm_update_send/recv()Stefan Metzmacher2017-05-211-31/+95
* gensec: Add a TALLOC_CTX * to gensec_register().Jeremy Allison2017-05-132-2/+2
* lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison2017-04-222-4/+4
* lib: Give base64.c its own .hVolker Lendecke2016-05-042-0/+2
* lib/http/http_auth: Fix CID 1273428 - Unchecked return valueRobin Hack2016-04-261-0/+3
* dlist: remove unneeded type argument from DLIST_ADD_END()Michael Adam2016-02-061-1/+1
* Fix the O3 developer buildVolker Lendecke2015-03-031-2/+2
* ncacn_http: fix GNUismRalph Boehme2014-10-091-2/+2
* ncacn_http: Authentication modules for http librarySamuel Cabrero2014-09-225-4/+645
* ncacn_http: Add http librarySamuel Cabrero2014-09-224-0/+1005