summaryrefslogtreecommitdiff
path: root/source4/lib/http
AgeCommit message (Expand)AuthorFilesLines
2017-08-28s4:http/gensec: add missing tevent_req_done() to gensec_http_ntlm_update_done()Stefan Metzmacher1-1/+1
2017-05-21s4:gensec/http_basic: add simple gensec_http_basic_update_send/recv() wrapper...Stefan Metzmacher1-6/+72
2017-05-21s4:gensec/http_ntlm: add implement gensec_http_ntlm_update_send/recv()Stefan Metzmacher1-31/+95
2017-05-13gensec: Add a TALLOC_CTX * to gensec_register().Jeremy Allison2-2/+2
2017-04-22lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison2-4/+4
2016-05-04lib: Give base64.c its own .hVolker Lendecke2-0/+2
2016-04-26lib/http/http_auth: Fix CID 1273428 - Unchecked return valueRobin Hack1-0/+3
2016-02-06dlist: remove unneeded type argument from DLIST_ADD_END()Michael Adam1-1/+1
2015-03-03Fix the O3 developer buildVolker Lendecke1-2/+2
2014-10-09ncacn_http: fix GNUismRalph Boehme1-2/+2
2014-09-22ncacn_http: Authentication modules for http librarySamuel Cabrero5-4/+645
2014-09-22ncacn_http: Add http librarySamuel Cabrero4-0/+1005