summaryrefslogtreecommitdiff
path: root/source4/param/provision.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-20Use python.h from libreplaceAndreas Schneider1-1/+1
2023-08-08s4:param: Add missing newlines to logging messagesJoseph Sutton1-2/+2
2023-07-21s4:param: replace calls to deprecated Python methodsDmitry Antipov1-3/+15
2020-03-23py3: Remove #define PyInt_FromLong PyLong_FromLongAndrew Bartlett1-4/+4
2020-03-19s4/param: py_sid shouldn't be decref'ed after insertion into dictNoel Power1-8/+2
2020-03-19s4/param: treat NULL value passed to dict_insert as errorNoel Power1-0/+3
2020-03-19s4/param: don't decref object we don't ownNoel Power1-1/+0
2020-02-05s4:param: make use of secrets_db_create() in provision_store_self_join()Stefan Metzmacher1-2/+2
2019-06-24py3: Remove PyStr_AsString() compatability macroAndrew Bartlett1-1/+1
2019-06-24py3: Remove PyStr_FromString() compatability macroAndrew Bartlett1-21/+21
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
2018-09-15s4/param: py2/p3 compat override_prefixmap should be string/bytesNoel Power1-1/+1
2018-04-05python3 port for provision.cNoel Power1-23/+24
2017-05-25source4/provision: fix talloc_steal on unallocated memoryGary Lockyer1-0/+3
2013-03-02Move python modules from source4/scripting/python/ to python/.Jelmer Vernooij1-1/+1
2012-08-22s4-provision: pass use_ntvfs from C wrappers and set to true in tests/vampireAndrew Bartlett1-0/+2
2011-11-15s4:param/provision: pass schema_dn to provision_get_schema()Stefan Metzmacher1-1/+8
2011-08-14Use public pytalloc header file.Jelmer Vernooij1-1/+1
2011-08-10pytalloc: Use consistent prefix for functions, add ABI file.Jelmer Vernooij1-1/+1
2011-08-07pyldb: Consistently use pyldb_ prefix.Jelmer Vernooij1-2/+2
2011-02-07s4-python Don't force "bin" into the python sys.pathAndrew Bartlett1-3/+3
2011-02-07s4-provision Remove setup_path, setup_dir and find_setup_dirAndrew Bartlett1-4/+0
2011-02-07s4-loadparm: removed "setup directory" optionAndrew Tridgell1-10/+3
2010-12-21s4-provision: removed an incorrect debug messageAndrew Tridgell1-2/+0
2010-12-12ldb:pyldb.h - revert to the previous header behaviourMatthias Dieter Wallnöfer1-1/+3
2010-12-12s4:param/provision.c - optimise includesMatthias Dieter Wallnöfer1-9/+1
2010-10-11s4-param Refactor secrets code to not require an event context.Andrew Bartlett1-1/+1
2010-09-22s4-param: Fix more memory leaks, invalid memory context.Jelmer Vernooij1-1/+1
2010-09-22s4-param: Check type when converting python object to lp_ctx, fix someJelmer Vernooij1-2/+7
2010-07-16s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell1-3/+3
2010-06-16s4:lib: merge LDB_WRAP and LDBSAMBA and make LDBSAMBA a library.Stefan Metzmacher1-1/+0
2010-06-15s4:provision Allow a specific prefix map to be loaded into a new schema provi...Andrew Bartlett1-1/+7
2010-05-31s4-python: Remove cruft to deal with static python modules, which are noJelmer Vernooij1-3/+0
2010-04-21s4-provision: set "setup_dir" to the right pathAndrew Tridgell1-2/+8
2010-04-12s4: fix a typoKamen Mazdrashki1-1/+1
2010-04-08pynet: Create a net class.Jelmer Vernooij1-1/+1
2010-02-15s4:provision.c - "provsion_store_self_join" - don't set the realm if it's NULLMatthias Dieter Wallnöfer1-2/+4
2010-01-21s4: Fix a few warnings.Jelmer Vernooij1-1/+1
2009-12-21provision/pyldb: Avoid linking in static python ldb module.Jelmer Vernooij1-3/+28
2009-11-12s4:provision Add C binding to get at the generate schemaAndrew Bartlett1-0/+61
2009-10-23s4-python: we need to include Python.h firstAndrew Tridgell1-1/+1
2009-10-06s4:param Remove duplicate argument to python provisionAndrew Bartlett1-2/+0
2009-09-23Check for PyString_FromString being NULL.Jelmer Vernooij1-4/+10
2009-09-23provision: Avoid linking in multiple copies of security python module.Jelmer Vernooij1-8/+29