summaryrefslogtreecommitdiff
path: root/source4/param/pyparam.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-29s4:param: Add 'weak crypto' getter to pyparamAndreas Schneider1-0/+22
2020-06-23Add python binding for DATADIR build pathDavid Mulder1-0/+7
2020-05-08Fix clang 9 missing-field-initializer warningsGary Lockyer1-3/+3
2020-03-23py3: Remove #define PyInt_FromLong PyLong_FromLongAndrew Bartlett1-1/+1
2019-09-01Spelling fixes s/tempates/templates/Mathieu Parent1-1/+1
2019-06-24py3: Remove duplicated PyUnicode_Check() after the py3 compat macros were rem...Andrew Bartlett1-1/+1
2019-06-24py3: Remove PyStr_AsString() compatability macroAndrew Bartlett1-1/+1
2019-06-24py3: Remove PyStr_FromFormat() compatability macroAndrew Bartlett1-2/+2
2019-06-24py3: Remove PyStr_FromString() compatability macroAndrew Bartlett1-16/+16
2019-06-24py3: Remove PyStr_Check() compatability macroAndrew Bartlett1-1/+1
2019-05-16s4: squash 'cast between incompatible function types' warningNoel Power1-6/+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-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 Power1-1/+1
2018-04-12param: Add python binding for lpcfg_cache_pathDavid Mulder1-0/+25
2017-10-27s4:pyparam: Fix resource leaks on errorAndreas Schneider1-0/+6
2017-03-10python: samba.param: Port param module to Python 3Lumir Balhar1-39/+80
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-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-07python: Remove Python 2.4 support macrosAndrew Bartlett1-6/+0
2015-05-02param: Remove unused P_SEP and P_SEPARATORMichael Adam1-2/+0
2014-01-28s4-param: add error messages for failure to dump a parameterGarming Sam1-3/+11
2014-01-28param: fix incorrect file error handling in s4 pyparamGarming Sam1-2/+0
2014-01-28s4-testparm: modify dumping of parameters to use the lib/param code to have m...Garming Sam1-0/+37
2012-02-26pyparam: fix formatting.Jelmer Vernooij1-11/+11
2011-12-13s4-param: Added bin_dir(),sbin_dir() methods to get compiled in dirsAmitay Isaacs1-3/+17
2011-11-17py-param: Add python interface to get server_roleAmitay Isaacs1-0/+15
2011-09-20s4:param/pyparam.c - suppress "P_SEP" compilation warningMatthias Dieter Wallnöfer1-2/+2
2011-08-14Use public pytalloc header file.Jelmer Vernooij1-1/+1
2011-08-10pytalloc: Use consistent prefix for functions, add ABI file.Jelmer Vernooij1-19/+19
2011-07-28s4-param: Fix object names for python objects PyLoadparm and PyLoadparmContextAmitay Isaacs1-2/+2
2011-07-20s4-param Handle P_CHAR and P_BOOLREV in pyparamAndrew Bartlett1-0/+4
2011-07-08param: Add hooks to s3 parm_struct and the parameters void * pointerAndrew Bartlett1-2/+2
2011-06-29s4-param Merge struct parm_struct with version from source3/Andrew Bartlett1-1/+1
2011-06-06s4-param Remove 'modules dir'Andrew Bartlett1-0/+7
2011-06-06s4-param Remove 'sam database' parameterAndrew Bartlett1-0/+9
2011-04-29s4-param Rename private_path() -> lpcfg_private_path()Andrew Bartlett1-1/+1
2011-03-22s4:python bindings - handle NULL returns from "loadparm_init_global"Matthias Dieter Wallnöfer1-0/+4
2011-03-19source4/param: Fix prototypes for all functions.Jelmer Vernooij1-1/+3
2011-02-07s4-provision Remove setup_path, setup_dir and find_setup_dirAndrew Bartlett1-0/+8
2010-12-08s4-param Allow +foo syntax in smb.conf list parsingAndrew Bartlett1-0/+1
2010-12-01pyparam: Use talloc.Object.Jelmer Vernooij1-2/+6
2010-11-29s4-loadparm: use loadparm_init_global() instead of loadparm_init()Andrew Tridgell1-1/+1
2010-11-22Avoid the use of PyAPI_DATA, which is for internal Python API's.Arnaud Faucher1-2/+2
2010-07-16s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell1-24/+24
2010-06-20testparm: Check netbios name and workgroup characters and length.Jelmer Vernooij1-2/+2