summaryrefslogtreecommitdiff
path: root/source4/lib
Commit message (Expand)AuthorAgeFilesLines
* source4: Update all consumers of strtoul_err(), strtoull_err() to new APISwen Schillig2019-06-302-5/+16
* lib/tls: Remove unused header definitions from source4/lib/tls/tls.h (tls soc...Andrew Bartlett2019-06-261-27/+0
* py3: Remove PyStr_AsString() compatability macroAndrew Bartlett2019-06-241-1/+1
* py3: Remove PyStr_FromString() compatability macroAndrew Bartlett2019-06-242-4/+4
* s4:messaging: Use GnuTLS MD5 in messaging testAndreas Schneider2019-05-211-9/+11
* s4: squash 'cast between incompatible function types' warningNoel Power2019-05-162-12/+24
* s4/lib/policy/gp_ldap: use ldb API to find messagesDouglas Bagnall2019-05-101-12/+12
* s4: use ldb_msg_new(), not talloc/talloc_zeroDouglas Bagnall2019-05-101-2/+2
* s4/policy/gp_filesys: avoid SIZE_MAX smbcli write (CID 1034779)Douglas Bagnall2019-05-101-0/+6
* s4/messaging: do not deref NULL state (CID 1437973)Douglas Bagnall2019-05-101-4/+4
* s4 lib socket: Ensure address string owned by parent structGary Lockyer2019-05-081-1/+1
* libnet: Remove unused source4/libnet/libnet_sam{dump,sync}:Andrew Bartlett2019-05-062-28/+0
* lib/tls: Remove unused source4/lib/tls/tls.c (tls socket wrapper)Andrew Bartlett2019-05-062-611/+0
* waf: Remove configure steps from source4/lib/tlsAndreas Schneider2019-04-302-87/+17
* s3:tls: Remove #ifdef for GnuTLSAndreas Schneider2019-04-303-241/+3
* source4: Update error check for new string conversion wrapperSwen Schillig2019-04-111-1/+1
* 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