summaryrefslogtreecommitdiff
path: root/source4/lib
AgeCommit message (Expand)AuthorFilesLines
2017-08-07s4:http/gensec: make the "NTLM" base64 wrapping more genericStefan Metzmacher1-32/+107
2017-08-07s4:http/gensec: rename ntlm.c to generic.cStefan Metzmacher2-5/+5
2017-08-07s4:lib/http: pass a generic prefix blob to http_parse_auth_response()Stefan Metzmacher1-11/+13
2017-08-07s4:lib/http: use strcasecmp(h->key, "WWW-Authenticate") instead of strncasecmp()Stefan Metzmacher1-1/+4
2017-08-07s4:lib/http: remove indentation level from http_parse_auth_response()Stefan Metzmacher1-10/+12
2017-08-07s4:lib/http: let http_read_response_send/recv() also consume the body if it f...Stefan Metzmacher4-17/+76
2017-08-07s4:lib/http: lower HTTP_MAX_HEADER_SIZE from UINT_MAX to 0x1FFFFStefan Metzmacher1-1/+1
2017-07-26s4: COM: Remove talloc_autofree_context() from (unused) COM code.Jeremy Allison5-11/+16
2017-07-25s4:lib/http: rewrite http_send_auth_request_*() using gensec_update_send/recvStefan Metzmacher2-186/+153
2017-07-21s4:http/gensec: add missing tevent_req_done() to gensec_http_ntlm_update_done()Stefan Metzmacher1-1/+1
2017-05-30s4:lib/com: remove unused pycom bindingStefan Metzmacher2-90/+0
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-05-11s4: popt: Change from talloc_autofree_context() to NULL context.Jeremy Allison1-2/+1
2017-05-11s4: popt: Make cmdline_credentials static.Jeremy Allison2-2/+3
2017-05-11s4: popt: Global replace of cmdline_credentials -> popt_get_cmdline_credentia...Jeremy Allison7-26/+53
2017-05-11s4: popt: Add set/get/free functions for cmdline_credentials.Jeremy Allison2-0/+19
2017-05-10s4-lib/policy: remove some dead prototypesGünther Deschner1-2/+0
2017-05-09s4:tls: Do not use deprecated GnuTLS typesAndreas Schneider2-14/+16
2017-04-26s4-messaging: Add helpful commentsAndrew Bartlett1-0/+7
2017-04-22lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison3-6/+6
2017-04-17s4: messaging: When talloc_free()'ing an event context, only remove msg_dgm_r...Jeremy Allison2-4/+6
2017-04-17s4: messaging. Minor cleanup. Check for error returns on imessaging_register ...Jeremy Allison1-5/+23
2017-03-31s4: messaging. Add imessaging_reinit_all() function.Jeremy Allison2-0/+44
2017-03-29s4-messaging: split up messaging into a smaller library for send onlyAndrew Bartlett3-80/+121
2017-03-28pymessaging: add single element tupple form of the server_idGary Lockyer1-1/+8
2017-03-28pymessaging: Add a hook to run the event loop, make callbacks practicalAndrew Bartlett3-26/+117
2017-03-28pymessaging: Add irpc_remove_nameAndrew Bartlett1-0/+18
2017-03-28pymessaging: Add support for irpc_add_nameAndrew Bartlett1-1/+25
2017-03-10waf: disable-python - don't build samba-policyIan Stakenvicius1-1/+2
2017-02-21build:wafsamba: Remove ambiguous 'if x in conf.env' constructsThomas Nagy1-2/+2
2017-01-22lib: Add lib/util/server_id.hVolker Lendecke1-0/+1
2017-01-20s4/messaging: register for MSG_REQ_RINGBUF_LOGRalph Boehme1-0/+22
2016-11-30lib/registry/regf: better initialise nk_blockDouglas Bagnall1-1/+1
2016-11-16source4: Change to use lib/util/access functions.Jeremy Allison3-239/+3
2016-10-14messaging: Fix CID 1373625 Unused valueVolker Lendecke1-0/+1
2016-10-13messaging: add an overflow checkVolker Lendecke1-1/+186
2016-10-05messaging4: Postpone messages to the right tevent contextVolker Lendecke1-0/+65
2016-10-05messages_dgm_ref: Pass receiving "ev" to recv_cbVolker Lendecke1-2/+4
2016-10-05messaging: add an overflow testVolker Lendecke1-0/+76
2016-10-05messaging4: Fix signed/unsigned hickupsVolker Lendecke1-2/+2
2016-09-28lib: Fix CID 1373388 Uninitialized scalar variableVolker Lendecke1-1/+1
2016-09-28lib: Fix CID 1373389 Uninitialized scalar variableVolker Lendecke1-1/+1
2016-09-28werror: replace WERR_CLASS_NOT_REGISTERED with HRES_REGDB_E_CLASSNOTREGGünther Deschner1-1/+1
2016-09-28werror: replace WERR_INVALID_PARAM with WERR_INVALID_PARAMETER in source4/lib...Günther Deschner1-1/+1
2016-09-28werror: replace WERR_INVALID_PARAM with WERR_INVALID_PARAMETER in source4/lib...Günther Deschner5-29/+29
2016-09-28werror: replace WERR_GENERAL_FAILURE with WERR_GEN_FAILURE in source4/lib/reg...Günther Deschner4-64/+64
2016-09-28werror: replace WERR_GENERAL_FAILURE with WERR_GEN_FAILURE in source4/lib/com/Günther Deschner2-2/+2
2016-09-28werror: replace WERR_NOMEM with WERR_NOT_ENOUGH_MEMORY in source4/lib/registry/Günther Deschner2-3/+3