summaryrefslogtreecommitdiff
path: root/source4/param/pyparam.c
Commit message (Expand)AuthorAgeFilesLines
* py3: Remove PyStr_FromString() compatability macroAndrew Bartlett2019-06-241-16/+16
* py3: Remove PyStr_Check() compatability macroAndrew Bartlett2019-06-241-1/+1
* s4: squash 'cast between incompatible function types' warningNoel Power2019-05-161-6/+6
* s4:pyparam: Use C99 initializer for PyGetSetDefAndreas Schneider2019-01-281-4/+10
* debug: Use debuglevel_(get|set) functionAndreas Schneider2018-11-081-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-301-1/+1
* param: Add python binding for lpcfg_cache_pathDavid Mulder2018-04-121-0/+25
* s4:pyparam: Fix resource leaks on errorAndreas Schneider2017-10-271-0/+6
* python: samba.param: Port param module to Python 3Lumir Balhar2017-03-101-39/+80
* 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
* pyparam: Use pytalloc_BaseObject_PyType_Ready()Andrew Bartlett2016-03-081-10/+2
* pyparam: Do not use pytalloc_Object directlyAndrew Bartlett2016-03-081-42/+27
* python: Remove Python 2.4 support macrosAndrew Bartlett2016-01-071-6/+0
* param: Remove unused P_SEP and P_SEPARATORMichael Adam2015-05-021-2/+0
* s4-param: add error messages for failure to dump a parameterGarming Sam2014-01-281-3/+11
* param: fix incorrect file error handling in s4 pyparamGarming Sam2014-01-281-2/+0
* s4-testparm: modify dumping of parameters to use the lib/param code to have m...Garming Sam2014-01-281-0/+37
* pyparam: fix formatting.Jelmer Vernooij2012-02-261-11/+11
* s4-param: Added bin_dir(),sbin_dir() methods to get compiled in dirsAmitay Isaacs2011-12-131-3/+17
* py-param: Add python interface to get server_roleAmitay Isaacs2011-11-171-0/+15
* s4:param/pyparam.c - suppress "P_SEP" compilation warningMatthias Dieter Wallnöfer2011-09-201-2/+2
* Use public pytalloc header file.Jelmer Vernooij2011-08-141-1/+1
* pytalloc: Use consistent prefix for functions, add ABI file.Jelmer Vernooij2011-08-101-19/+19
* s4-param: Fix object names for python objects PyLoadparm and PyLoadparmContextAmitay Isaacs2011-07-281-2/+2
* s4-param Handle P_CHAR and P_BOOLREV in pyparamAndrew Bartlett2011-07-201-0/+4
* param: Add hooks to s3 parm_struct and the parameters void * pointerAndrew Bartlett2011-07-081-2/+2
* s4-param Merge struct parm_struct with version from source3/Andrew Bartlett2011-06-291-1/+1
* s4-param Remove 'modules dir'Andrew Bartlett2011-06-061-0/+7
* s4-param Remove 'sam database' parameterAndrew Bartlett2011-06-061-0/+9
* s4-param Rename private_path() -> lpcfg_private_path()Andrew Bartlett2011-04-291-1/+1
* s4:python bindings - handle NULL returns from "loadparm_init_global"Matthias Dieter Wallnöfer2011-03-221-0/+4
* source4/param: Fix prototypes for all functions.Jelmer Vernooij2011-03-191-1/+3
* s4-provision Remove setup_path, setup_dir and find_setup_dirAndrew Bartlett2011-02-071-0/+8
* s4-param Allow +foo syntax in smb.conf list parsingAndrew Bartlett2010-12-081-0/+1
* pyparam: Use talloc.Object.Jelmer Vernooij2010-12-011-2/+6
* s4-loadparm: use loadparm_init_global() instead of loadparm_init()Andrew Tridgell2010-11-291-1/+1
* Avoid the use of PyAPI_DATA, which is for internal Python API's.Arnaud Faucher2010-11-221-2/+2
* s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell2010-07-161-24/+24
* testparm: Check netbios name and workgroup characters and length.Jelmer Vernooij2010-06-201-2/+2
* pyparam: Support Loadparm.get(p, "global")Jelmer Vernooij2010-06-201-52/+52
* pyparam: Allow specifying None as section name to LoadparmContext.get()Jelmer Vernooij2010-06-201-1/+1
* s4-python: Add LoadparmService.dump()Jelmer Vernooij2010-06-201-0/+40
* s4-python: Implement LoadParm.dump().Jelmer Vernooij2010-06-201-0/+23
* pytalloc: allow for using a system libtalloc-dev with pytallocAndrew Tridgell2010-03-291-1/+1
* s4:Remove "Py_RETURN_NONE" compatibility codeMatthias Dieter Wallnöfer2010-02-091-4/+0
* Fix initialisation of TypeObject samba.param.LoadparmService.Jelmer Vernooij2009-12-211-0/+3
* s4-python: we need to include Python.h firstAndrew Tridgell2009-10-231-4/+1