summaryrefslogtreecommitdiff
path: root/source4/lib
Commit message (Expand)AuthorAgeFilesLines
* build: Remove bld.gen_python_environments()Andrew Bartlett2019-03-213-16/+12
* source4: Use wrapper for string to integer conversionSwen Schillig2019-03-012-4/+22
* s4/registry/py: use unsigned ParseTuple format for unsigned valueDouglas Bagnall2019-02-081-1/+1
* s4/messaging/py: use better format strings for variable typesDouglas Bagnall2019-02-081-4/+4
* Cleanup (decref) some objects added to list.Noel Power2019-02-071-2/+16
* s4:messaging: add support 'smbcontrol <pid> debug/debuglevel'Stefan Metzmacher2019-01-291-0/+72
* s4:lib: Use C99 initializer for PyGetSetDef in pymessagingAndreas Schneider2019-01-281-3/+6
* s4:lib: Use C99 initializer for poptOption in popt_credentialsAndreas Schneider2019-01-281-12/+75
* s4:lib: Use C99 initializer for poptOption in popt_commonAndreas Schneider2019-01-281-23/+134
* s4/messaging: Fix undefined reference in linking libMESSAGING-samba4.soAnoop C S2019-01-201-2/+2
* Revert "s4:messaging: make sure only imessaging_client_init() can be used wit...Ralph Boehme2019-01-111-26/+2
* s4 messaging: Add support for smbcontrol sleepGary Lockyer2018-12-191-0/+33
* s4 messaging: support smbcontrol inject fault commandGary Lockyer2018-12-194-1/+101
* s4:lib: Use #ifdef instead of #if for config.h definitionsAndreas Schneider2018-11-283-4/+4
* source4 messaging: clean up terminated processesGary Lockyer2018-11-232-0/+44
* source4/lib/tls/wscript: update to handle waf 2.0.4Alexander Bokovoy2018-09-051-2/+2
* PEP8: fix W391: blank line at end of fileJoe Guo2018-08-241-2/+0
* PEP8: fix W291: trailing whitespaceJoe Guo2018-08-241-3/+3
* PEP8: fix E701: multiple statements on one line (colon)Joe Guo2018-08-241-8/+16
* PEP8: fix E305: expected 2 blank lines after class or function definition, fo...Joe Guo2018-08-241-0/+7
* PEP8: fix E302: expected 2 blank lines, found 1Joe Guo2018-08-241-0/+9
* PEP8: fix E301: expected 1 blank line, found 0Joe Guo2018-08-241-0/+3
* PEP8: fix E261: at least two spaces before inline commentJoe Guo2018-08-241-1/+1
* PEP8: fix E231: missing whitespace after ','Joe Guo2018-08-241-19/+19
* PEP8: fix E203: whitespace before ':'Joe Guo2018-08-241-1/+1
* PEP8: fix W602: deprecated form of raising exceptionJoe Guo2018-08-241-1/+1
* s4:lib: Fix a possible fd leak in gp_get_file()Andreas Schneider2018-08-111-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