summaryrefslogtreecommitdiff
path: root/source4/lib
Commit message (Expand)AuthorAgeFilesLines
* s4:messaging: add support 'smbcontrol <pid> debug/debuglevel'Stefan Metzmacher2019-02-051-0/+72
* 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
* s4:tls: Do not use deprecated GnuTLS typesAndreas Schneider2017-05-092-14/+16
* s4-messaging: Add helpful commentsAndrew Bartlett2017-04-261-0/+7
* lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison2017-04-223-6/+6
* s4: messaging: When talloc_free()'ing an event context, only remove msg_dgm_r...Jeremy Allison2017-04-172-4/+6
* s4: messaging. Minor cleanup. Check for error returns on imessaging_register ...Jeremy Allison2017-04-171-5/+23
* s4: messaging. Add imessaging_reinit_all() function.Jeremy Allison2017-03-312-0/+44
* s4-messaging: split up messaging into a smaller library for send onlyAndrew Bartlett2017-03-293-80/+121
* pymessaging: add single element tupple form of the server_idGary Lockyer2017-03-281-1/+8
* pymessaging: Add a hook to run the event loop, make callbacks practicalAndrew Bartlett2017-03-283-26/+117
* pymessaging: Add irpc_remove_nameAndrew Bartlett2017-03-281-0/+18
* pymessaging: Add support for irpc_add_nameAndrew Bartlett2017-03-281-1/+25
* waf: disable-python - don't build samba-policyIan Stakenvicius2017-03-101-1/+2
* build:wafsamba: Remove ambiguous 'if x in conf.env' constructsThomas Nagy2017-02-211-2/+2
* lib: Add lib/util/server_id.hVolker Lendecke2017-01-221-0/+1
* s4/messaging: register for MSG_REQ_RINGBUF_LOGRalph Boehme2017-01-201-0/+22
* lib/registry/regf: better initialise nk_blockDouglas Bagnall2016-11-301-1/+1
* source4: Change to use lib/util/access functions.Jeremy Allison2016-11-163-239/+3