summaryrefslogtreecommitdiff
path: root/source4/param
AgeCommit message (Expand)AuthorFilesLines
2019-03-21build: Remove bld.gen_python_environments()Andrew Bartlett1-28/+26
2019-02-21s4/param: Fix provision_get_schema leaking python objectNoel Power1-8/+4
2019-02-13Make sure results from GetAttrString are decref'ed where neededNoel Power1-5/+21
2019-02-13Fix instances of PyDict_SetItem to decref the valueNoel Power1-105/+241
2019-02-07decref results of PyStr_FromStringNoel Power1-3/+12
2019-02-07Cleanup references to module objects returned from PyImport_ImportModuleNoel Power1-2/+6
2019-02-01s4/param/provision: check samdb argument in provision_bare()Douglas Bagnall1-2/+7
2019-01-29s4/param/provision py_dom_sid_FromSid: avoid python memleakDouglas Bagnall1-4/+6
2019-01-28s4:pyparam: Use C99 initializer for PyGetSetDefAndreas Schneider1-4/+10
2018-11-08debug: Use debuglevel_(get|set) functionAndreas Schneider1-1/+1
2018-09-15s4/param: py2/p3 compat override_prefixmap should be string/bytesNoel Power1-1/+1
2018-07-12param: Add python binding for lpcfg_state_pathDavid Mulder1-0/+27
2018-06-28param: Add non-global smb.cfg option (support 2 different smb.confs)Aaron Haslett1-1/+46
2018-04-30s4/param: Additionally accept unicode as string param in Py2Noel Power2-2/+2
2018-04-13s3/param/wscript: build PROVISION subsytem for extra-python/py3Noel Power1-6/+12
2018-04-13wscript_build: make sure we link extra-python versions of librariesNoel Power1-1/+2
2018-04-12param: Add python binding for lpcfg_cache_pathDavid Mulder1-0/+25
2018-04-05python3 port for provision.cNoel Power1-23/+24
2017-10-27s4:pyparam: Fix resource leaks on errorAndreas Schneider1-0/+6
2017-05-25source4/provision: fix talloc_steal on unallocated memoryGary Lockyer1-0/+3
2017-04-22lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison3-6/+6
2017-03-10waf: disable-python - don't build PROVISION, pyparam_utilIan Stakenvicius1-2/+4
2017-03-10python: wscript_build: Build some modules for Python 3Lumir Balhar1-12/+15
2017-03-10python: samba.param: Port param module to Python 3Lumir Balhar2-42/+84
2017-03-03libcli/smb: add max_credits arg to smbXcli_negprot_send()Ralph Boehme1-0/+2
2016-09-14s4:param add log_level function to retrieve log level in Python codeChristian Ambach1-0/+9
2016-05-10source4/param/pyparam.c: fix strange indentationDouglas Bagnall1-4/+4
2016-04-12CVE-2016-2115: s4:libcli/raw: add smbcli_options.min_protocolStefan Metzmacher1-0/+1
2016-04-12CVE-2016-2111: s4:param: use "client use spnego" to initialize options->use_s...Stefan Metzmacher1-1/+1
2016-03-15build: mark explicit dependencies on pytalloc-utilGarming Sam1-1/+1
2016-03-08pyparam: Use pytalloc_BaseObject_PyType_Ready()Andrew Bartlett1-10/+2
2016-03-08pyparam: Do not use pytalloc_Object directlyAndrew Bartlett1-42/+27
2016-01-13Avoid including libds/common/roles.h in public loadparm.h header.Jelmer Vernooij1-0/+1
2016-01-07python: Remove Python 2.4 support macrosAndrew Bartlett1-6/+0
2015-11-17s4-param: Make sure newname is not used uninitializedAndreas Schneider1-1/+1
2015-10-13Rely on /dev/urandomVolker Lendecke2-61/+0
2015-05-02param: Remove unused P_SEP and P_SEPARATORMichael Adam1-2/+0
2014-11-27s4:param: don't expand PROTOCOL_DEFAULT in lpcfg_smbcli_options()Stefan Metzmacher1-1/+1
2014-04-02s4:param/tests: add missing #include "torture/local/proto.h"Stefan Metzmacher2-0/+2
2014-03-31tdb_wrap: Remove tdb_wrap_open_ againVolker Lendecke1-4/+4
2014-03-31secrets: Avoid passing lp_ctx to tdb_wrap_open in randseed_initVolker Lendecke1-1/+4
2014-02-20lib/param: handle non-constant strings properly by passing in a memory contextGarming Sam1-2/+2
2014-02-20s4: pass down a memory context when performing share_string_option, to allow ...Garming Sam4-24/+31
2014-02-07param: rename lp function and variable from "maxmux" to "max_mux"Garming Sam1-1/+1
2014-02-07param: rename lp function and variable from "cli_maxprotocol" to "client_max_...Garming Sam1-1/+1
2014-02-07param: rename lp function and variable from 'casesensitive' to 'case_sensitive'Garming Sam1-1/+1
2014-02-07param: rename lp function and variable from 'force_dir_mode' to 'force_direct...Garming Sam1-1/+1
2014-02-03loadparm: rename lp[cfg]_dir_mask to lp[cfg]_directory_mask for consistency w...Michael Adam1-1/+1
2014-02-03loadparm: rename lp[cfg]_print_ok to lp[cfg]_printable for consistency with docsMichael Adam1-1/+1
2014-02-03loadparm: rename lp[cfg]_readonly to lp[cfg]_read_only for consistency with docsMichael Adam1-1/+1