summaryrefslogtreecommitdiff
path: root/source4/param/pyparam.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* param/pyparam: Cope with string list parameters being empty.Ricardo Jorge2009-08-041-1/+7
* python/loadparm: Get shares listing working.Ricardo Jorge2009-08-041-5/+6
* use py_talloc_reference instead of py_talloc_importAndrew Tridgell2009-07-011-1/+1
* param/python: Fix memory leak of LoadParm objects.Jelmer Vernooij2009-06-171-1/+12
* python: Provide way to iterate over available shares.Jelmer Vernooij2009-06-161-0/+16
* Fix unresolved symbol in python messaging module.Jelmer Vernooij2009-06-021-9/+0
* python: Move helper functions for using param into a separate file ratherJelmer Vernooij2009-06-021-24/+0
* s4:pyparam: fix compiler warningsStefan Metzmacher2009-02-051-15/+15
* s4:loadparm: s/class/pclassStefan Metzmacher2009-02-021-1/+1