summaryrefslogtreecommitdiff
path: root/source4/lib
AgeCommit message (Expand)AuthorFilesLines
2019-06-30source4: Update all consumers of strtoul_err(), strtoull_err() to new APISwen Schillig2-5/+16
2019-06-26lib/tls: Remove unused header definitions from source4/lib/tls/tls.h (tls soc...Andrew Bartlett1-27/+0
2019-06-24py3: Remove PyStr_AsString() compatability macroAndrew Bartlett1-1/+1
2019-06-24py3: Remove PyStr_FromString() compatability macroAndrew Bartlett2-4/+4
2019-05-21s4:messaging: Use GnuTLS MD5 in messaging testAndreas Schneider1-9/+11
2019-05-16s4: squash 'cast between incompatible function types' warningNoel Power2-12/+24
2019-05-10s4/lib/policy/gp_ldap: use ldb API to find messagesDouglas Bagnall1-12/+12
2019-05-10s4: use ldb_msg_new(), not talloc/talloc_zeroDouglas Bagnall1-2/+2
2019-05-10s4/policy/gp_filesys: avoid SIZE_MAX smbcli write (CID 1034779)Douglas Bagnall1-0/+6
2019-05-10s4/messaging: do not deref NULL state (CID 1437973)Douglas Bagnall1-4/+4
2019-05-08s4 lib socket: Ensure address string owned by parent structGary Lockyer1-1/+1
2019-05-06libnet: Remove unused source4/libnet/libnet_sam{dump,sync}:Andrew Bartlett2-28/+0
2019-05-06lib/tls: Remove unused source4/lib/tls/tls.c (tls socket wrapper)Andrew Bartlett2-611/+0
2019-04-30waf: Remove configure steps from source4/lib/tlsAndreas Schneider2-87/+17
2019-04-30s3:tls: Remove #ifdef for GnuTLSAndreas Schneider3-241/+3
2019-04-11source4: Update error check for new string conversion wrapperSwen Schillig1-1/+1
2019-03-21build: Remove bld.gen_python_environments()Andrew Bartlett3-16/+12
2019-03-01source4: Use wrapper for string to integer conversionSwen Schillig2-4/+22
2019-02-08s4/registry/py: use unsigned ParseTuple format for unsigned valueDouglas Bagnall1-1/+1
2019-02-08s4/messaging/py: use better format strings for variable typesDouglas Bagnall1-4/+4
2019-02-07Cleanup (decref) some objects added to list.Noel Power1-2/+16
2019-01-29s4:messaging: add support 'smbcontrol <pid> debug/debuglevel'Stefan Metzmacher1-0/+72
2019-01-28s4:lib: Use C99 initializer for PyGetSetDef in pymessagingAndreas Schneider1-3/+6
2019-01-28s4:lib: Use C99 initializer for poptOption in popt_credentialsAndreas Schneider1-12/+75
2019-01-28s4:lib: Use C99 initializer for poptOption in popt_commonAndreas Schneider1-23/+134
2019-01-20s4/messaging: Fix undefined reference in linking libMESSAGING-samba4.soAnoop C S1-2/+2
2019-01-11Revert "s4:messaging: make sure only imessaging_client_init() can be used wit...Ralph Boehme1-26/+2
2018-12-19s4 messaging: Add support for smbcontrol sleepGary Lockyer1-0/+33
2018-12-19s4 messaging: support smbcontrol inject fault commandGary Lockyer4-1/+101
2018-11-28s4:lib: Use #ifdef instead of #if for config.h definitionsAndreas Schneider3-4/+4
2018-11-23source4 messaging: clean up terminated processesGary Lockyer2-0/+44
2018-09-05source4/lib/tls/wscript: update to handle waf 2.0.4Alexander Bokovoy1-2/+2
2018-08-24PEP8: fix W391: blank line at end of fileJoe Guo1-2/+0
2018-08-24PEP8: fix W291: trailing whitespaceJoe Guo1-3/+3
2018-08-24PEP8: fix E701: multiple statements on one line (colon)Joe Guo1-8/+16
2018-08-24PEP8: fix E305: expected 2 blank lines after class or function definition, fo...Joe Guo1-0/+7
2018-08-24PEP8: fix E302: expected 2 blank lines, found 1Joe Guo1-0/+9
2018-08-24PEP8: fix E301: expected 1 blank line, found 0Joe Guo1-0/+3
2018-08-24PEP8: fix E261: at least two spaces before inline commentJoe Guo1-1/+1
2018-08-24PEP8: fix E231: missing whitespace after ','Joe Guo1-19/+19
2018-08-24PEP8: fix E203: whitespace before ':'Joe Guo1-1/+1
2018-08-24PEP8: fix W602: deprecated form of raising exceptionJoe Guo1-1/+1
2018-08-11s4:lib: Fix a possible fd leak in gp_get_file()Andreas Schneider1-8/+16
2018-07-12s4:messaging: make sure only imessaging_client_init() can be used with a wrap...Stefan Metzmacher1-2/+26
2018-07-11s4:messaging: allow imessaging_post_handler() to free the messaging context f...Stefan Metzmacher1-0/+33
2018-07-10s4:messaging: add local.messaging.multi_ctx.multi_ctx testStefan Metzmacher1-0/+221
2018-04-13s4/lib/py-registry: initialize optional parameters for open_* functionsDouglas Bagnall1-2/+6
2018-04-13s3/lib/policy/wscript_build: build samba_policy lib for extra-python/py3Noel Power1-6/+9
2018-04-13wscript_build: make sure we link extra-python versions of librariesNoel Power1-1/+1
2018-04-05wscript_build: fix c modules deps name for Python 3Joe Guo1-5/+7