summaryrefslogtreecommitdiff
path: root/source4/lib
AgeCommit message (Expand)AuthorFilesLines
2018-04-05wscript_build: fix c modules deps name for Python 3Joe Guo1-5/+7
2018-04-05python3 port for policy moduleNoel Power2-11/+22
2018-04-04libhttp: Fix CID 1273001 Dereference after null checkVolker Lendecke1-0/+1
2018-04-03s4:registry: Fix size type and loopAndreas Schneider1-5/+3
2018-03-01s4:lib: Add FALL_THROUGH statements in http.cAndreas Schneider1-1/+1
2018-03-01s4:lib:com: Fix function declartionsAndreas Schneider2-4/+4
2018-02-27libsocket: Add "mem_ctx" to socket_create()Volker Lendecke4-15/+12
2018-02-24s4:lib:com: Fix function declartionsAndreas Schneider1-6/+19
2018-02-13libsocket: Avoid an unnecessary else branchVolker Lendecke1-1/+2
2018-01-10s4:lib/tls: fix the developer build without gnutls supportStefan Metzmacher1-0/+1
2017-12-18source4/lib/socket/socket_ip.c set socket close on execGary Lockyer1-0/+3
2017-12-13s4: remove ipv6:enabled parameteric optionBjörn Jacke1-16/+8
2017-11-22s4-lib-policy: fix type of enumUri Simchoni1-1/+1
2017-10-23python: Port samba.messaging module to Python 3 compatible form.Lumir Balhar2-11/+25
2017-10-18python: Port samba.registry module to Python 3 compatible formLumir Balhar2-18/+29
2017-08-17lib: talloc: Use the system <talloc.h> include.Jeremy Allison1-1/+1
2017-08-16libhttp: Remove an unneeded includeVolker Lendecke1-1/+0
2017-08-15s4/lib/tls: Use SHA256 to sign the TLS certificatesAndrew Bartlett1-3/+6
2017-08-15s4: com: Replace erroneous inclusion of internal talloc.h header with external.Jeremy Allison1-1/+1
2017-08-07s4:lib/http: pass down the target service/hostname to gensecStefan Metzmacher1-0/+21
2017-08-07s4:lib/http: add HTTP_AUTH_NEGOTIATE which maps to the "http_negotiate" gense...Stefan Metzmacher2-0/+5
2017-08-07s4:http/gensec: implement "http_negotiate" using GENSEC_OID_SPNEGOStefan Metzmacher1-0/+24
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