summaryrefslogtreecommitdiff
path: root/source4/param
Commit message (Expand)AuthorAgeFilesLines
* py3: Remove duplicated PyUnicode_Check() after the py3 compat macros were rem...Andrew Bartlett2019-06-242-2/+2
* py3: Remove PyStr_AsString() compatability macroAndrew Bartlett2019-06-243-4/+4
* py3: Remove PyStr_FromFormat() compatability macroAndrew Bartlett2019-06-241-2/+2
* py3: Remove PyStr_FromString() compatability macroAndrew Bartlett2019-06-242-37/+37
* py3: Remove PyStr_Check() compatability macroAndrew Bartlett2019-06-242-2/+2
* s4: squash 'cast between incompatible function types' warningNoel Power2019-05-161-6/+6
* build: Remove bld.gen_python_environments()Andrew Bartlett2019-03-211-28/+26
* s4/param: Fix provision_get_schema leaking python objectNoel Power2019-02-211-8/+4
* Make sure results from GetAttrString are decref'ed where neededNoel Power2019-02-131-5/+21
* Fix instances of PyDict_SetItem to decref the valueNoel Power2019-02-131-105/+241
* decref results of PyStr_FromStringNoel Power2019-02-071-3/+12
* Cleanup references to module objects returned from PyImport_ImportModuleNoel Power2019-02-071-2/+6
* s4/param/provision: check samdb argument in provision_bare()Douglas Bagnall2019-02-011-2/+7
* s4/param/provision py_dom_sid_FromSid: avoid python memleakDouglas Bagnall2019-01-291-4/+6
* s4:pyparam: Use C99 initializer for PyGetSetDefAndreas Schneider2019-01-281-4/+10
* debug: Use debuglevel_(get|set) functionAndreas Schneider2018-11-081-1/+1
* s4/param: py2/p3 compat override_prefixmap should be string/bytesNoel Power2018-09-151-1/+1
* param: Add python binding for lpcfg_state_pathDavid Mulder2018-07-121-0/+27
* param: Add non-global smb.cfg option (support 2 different smb.confs)Aaron Haslett2018-06-281-1/+46
* s4/param: Additionally accept unicode as string param in Py2Noel Power2018-04-302-2/+2
* s3/param/wscript: build PROVISION subsytem for extra-python/py3Noel Power2018-04-131-6/+12
* wscript_build: make sure we link extra-python versions of librariesNoel Power2018-04-131-1/+2
* param: Add python binding for lpcfg_cache_pathDavid Mulder2018-04-121-0/+25
* python3 port for provision.cNoel Power2018-04-051-23/+24
* s4:pyparam: Fix resource leaks on errorAndreas Schneider2017-10-271-0/+6
* source4/provision: fix talloc_steal on unallocated memoryGary Lockyer2017-05-251-0/+3
* lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison2017-04-223-6/+6
* waf: disable-python - don't build PROVISION, pyparam_utilIan Stakenvicius2017-03-101-2/+4
* python: wscript_build: Build some modules for Python 3Lumir Balhar2017-03-101-12/+15
* python: samba.param: Port param module to Python 3Lumir Balhar2017-03-102-42/+84
* libcli/smb: add max_credits arg to smbXcli_negprot_send()Ralph Boehme2017-03-031-0/+2
* s4:param add log_level function to retrieve log level in Python codeChristian Ambach2016-09-141-0/+9
* source4/param/pyparam.c: fix strange indentationDouglas Bagnall2016-05-101-4/+4
* CVE-2016-2115: s4:libcli/raw: add smbcli_options.min_protocolStefan Metzmacher2016-04-121-0/+1
* CVE-2016-2111: s4:param: use "client use spnego" to initialize options->use_s...Stefan Metzmacher2016-04-121-1/+1
* build: mark explicit dependencies on pytalloc-utilGarming Sam2016-03-151-1/+1
* pyparam: Use pytalloc_BaseObject_PyType_Ready()Andrew Bartlett2016-03-081-10/+2
* pyparam: Do not use pytalloc_Object directlyAndrew Bartlett2016-03-081-42/+27
* Avoid including libds/common/roles.h in public loadparm.h header.Jelmer Vernooij2016-01-131-0/+1
* python: Remove Python 2.4 support macrosAndrew Bartlett2016-01-071-6/+0
* s4-param: Make sure newname is not used uninitializedAndreas Schneider2015-11-171-1/+1
* Rely on /dev/urandomVolker Lendecke2015-10-132-61/+0
* param: Remove unused P_SEP and P_SEPARATORMichael Adam2015-05-021-2/+0
* s4:param: don't expand PROTOCOL_DEFAULT in lpcfg_smbcli_options()Stefan Metzmacher2014-11-271-1/+1
* s4:param/tests: add missing #include "torture/local/proto.h"Stefan Metzmacher2014-04-022-0/+2
* tdb_wrap: Remove tdb_wrap_open_ againVolker Lendecke2014-03-311-4/+4
* secrets: Avoid passing lp_ctx to tdb_wrap_open in randseed_initVolker Lendecke2014-03-311-1/+4
* lib/param: handle non-constant strings properly by passing in a memory contextGarming Sam2014-02-201-2/+2
* s4: pass down a memory context when performing share_string_option, to allow ...Garming Sam2014-02-204-24/+31
* param: rename lp function and variable from "maxmux" to "max_mux"Garming Sam2014-02-071-1/+1