summaryrefslogtreecommitdiff
path: root/source4/lib
Commit message (Expand)AuthorAgeFilesLines
* Revert "s4:messaging: make sure only imessaging_client_init() can be used wit...Ralph Boehme2019-08-081-26/+2
* s4:messaging: add support 'smbcontrol <pid> debug/debuglevel'Stefan Metzmacher2019-02-051-0/+72
* s4:lib: Fix a possible fd leak in gp_get_file()Andreas Schneider2018-08-231-8/+16
* s4:messaging: make sure only imessaging_client_init() can be used with a wrap...Stefan Metzmacher2018-07-121-2/+26
* s4:messaging: allow imessaging_post_handler() to free the messaging context f...Stefan Metzmacher2018-07-111-0/+33
* s4:messaging: add local.messaging.multi_ctx.multi_ctx testStefan Metzmacher2018-07-101-0/+221
* s4/lib/py-registry: initialize optional parameters for open_* functionsDouglas Bagnall2018-04-131-2/+6
* s3/lib/policy/wscript_build: build samba_policy lib for extra-python/py3Noel Power2018-04-131-6/+9
* wscript_build: make sure we link extra-python versions of librariesNoel Power2018-04-131-1/+1
* wscript_build: fix c modules deps name for Python 3Joe Guo2018-04-051-5/+7
* python3 port for policy moduleNoel Power2018-04-052-11/+22
* libhttp: Fix CID 1273001 Dereference after null checkVolker Lendecke2018-04-041-0/+1
* s4:registry: Fix size type and loopAndreas Schneider2018-04-031-5/+3
* s4:lib: Add FALL_THROUGH statements in http.cAndreas Schneider2018-03-011-1/+1
* s4:lib:com: Fix function declartionsAndreas Schneider2018-03-012-4/+4
* libsocket: Add "mem_ctx" to socket_create()Volker Lendecke2018-02-274-15/+12
* s4:lib:com: Fix function declartionsAndreas Schneider2018-02-241-6/+19
* libsocket: Avoid an unnecessary else branchVolker Lendecke2018-02-131-1/+2
* s4:lib/tls: fix the developer build without gnutls supportStefan Metzmacher2018-01-101-0/+1
* source4/lib/socket/socket_ip.c set socket close on execGary Lockyer2017-12-181-0/+3
* s4: remove ipv6:enabled parameteric optionBjörn Jacke2017-12-131-16/+8
* s4-lib-policy: fix type of enumUri Simchoni2017-11-221-1/+1
* python: Port samba.messaging module to Python 3 compatible form.Lumir Balhar2017-10-232-11/+25
* python: Port samba.registry module to Python 3 compatible formLumir Balhar2017-10-182-18/+29
* lib: talloc: Use the system <talloc.h> include.Jeremy Allison2017-08-171-1/+1
* libhttp: Remove an unneeded includeVolker Lendecke2017-08-161-1/+0
* s4/lib/tls: Use SHA256 to sign the TLS certificatesAndrew Bartlett2017-08-151-3/+6
* s4: com: Replace erroneous inclusion of internal talloc.h header with external.Jeremy Allison2017-08-151-1/+1
* 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: COM: Remove talloc_autofree_context() from (unused) COM code.Jeremy Allison2017-07-265-11/+16
* 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:lib/com: remove unused pycom bindingStefan Metzmacher2017-05-302-90/+0
* 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
* s4: popt: Change from talloc_autofree_context() to NULL context.Jeremy Allison2017-05-111-2/+1
* s4: popt: Make cmdline_credentials static.Jeremy Allison2017-05-112-2/+3
* s4: popt: Global replace of cmdline_credentials -> popt_get_cmdline_credentia...Jeremy Allison2017-05-117-26/+53
* s4: popt: Add set/get/free functions for cmdline_credentials.Jeremy Allison2017-05-112-0/+19
* s4-lib/policy: remove some dead prototypesGünther Deschner2017-05-101-2/+0