index
:
delta/samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-2-stable
v4-2-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
git.samba.org: samba.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source4
/
param
/
pyparam.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
python: samba.param: Port param module to Python 3
Lumir Balhar
2017-03-10
1
-39
/
+80
*
s4:param add log_level function to retrieve log level in Python code
Christian Ambach
2016-09-14
1
-0
/
+9
*
source4/param/pyparam.c: fix strange indentation
Douglas Bagnall
2016-05-10
1
-4
/
+4
*
pyparam: Use pytalloc_BaseObject_PyType_Ready()
Andrew Bartlett
2016-03-08
1
-10
/
+2
*
pyparam: Do not use pytalloc_Object directly
Andrew Bartlett
2016-03-08
1
-42
/
+27
*
python: Remove Python 2.4 support macros
Andrew Bartlett
2016-01-07
1
-6
/
+0
*
param: Remove unused P_SEP and P_SEPARATOR
Michael Adam
2015-05-02
1
-2
/
+0
*
s4-param: add error messages for failure to dump a parameter
Garming Sam
2014-01-28
1
-3
/
+11
*
param: fix incorrect file error handling in s4 pyparam
Garming Sam
2014-01-28
1
-2
/
+0
*
s4-testparm: modify dumping of parameters to use the lib/param code to have m...
Garming Sam
2014-01-28
1
-0
/
+37
*
pyparam: fix formatting.
Jelmer Vernooij
2012-02-26
1
-11
/
+11
*
s4-param: Added bin_dir(),sbin_dir() methods to get compiled in dirs
Amitay Isaacs
2011-12-13
1
-3
/
+17
*
py-param: Add python interface to get server_role
Amitay Isaacs
2011-11-17
1
-0
/
+15
*
s4:param/pyparam.c - suppress "P_SEP" compilation warning
Matthias Dieter Wallnöfer
2011-09-20
1
-2
/
+2
*
Use public pytalloc header file.
Jelmer Vernooij
2011-08-14
1
-1
/
+1
*
pytalloc: Use consistent prefix for functions, add ABI file.
Jelmer Vernooij
2011-08-10
1
-19
/
+19
*
s4-param: Fix object names for python objects PyLoadparm and PyLoadparmContext
Amitay Isaacs
2011-07-28
1
-2
/
+2
*
s4-param Handle P_CHAR and P_BOOLREV in pyparam
Andrew Bartlett
2011-07-20
1
-0
/
+4
*
param: Add hooks to s3 parm_struct and the parameters void * pointer
Andrew Bartlett
2011-07-08
1
-2
/
+2
*
s4-param Merge struct parm_struct with version from source3/
Andrew Bartlett
2011-06-29
1
-1
/
+1
*
s4-param Remove 'modules dir'
Andrew Bartlett
2011-06-06
1
-0
/
+7
*
s4-param Remove 'sam database' parameter
Andrew Bartlett
2011-06-06
1
-0
/
+9
*
s4-param Rename private_path() -> lpcfg_private_path()
Andrew Bartlett
2011-04-29
1
-1
/
+1
*
s4:python bindings - handle NULL returns from "loadparm_init_global"
Matthias Dieter Wallnöfer
2011-03-22
1
-0
/
+4
*
source4/param: Fix prototypes for all functions.
Jelmer Vernooij
2011-03-19
1
-1
/
+3
*
s4-provision Remove setup_path, setup_dir and find_setup_dir
Andrew Bartlett
2011-02-07
1
-0
/
+8
*
s4-param Allow +foo syntax in smb.conf list parsing
Andrew Bartlett
2010-12-08
1
-0
/
+1
*
pyparam: Use talloc.Object.
Jelmer Vernooij
2010-12-01
1
-2
/
+6
*
s4-loadparm: use loadparm_init_global() instead of loadparm_init()
Andrew Tridgell
2010-11-29
1
-1
/
+1
*
Avoid the use of PyAPI_DATA, which is for internal Python API's.
Arnaud Faucher
2010-11-22
1
-2
/
+2
*
s4-loadparm: 2nd half of lp_ to lpcfg_ conversion
Andrew Tridgell
2010-07-16
1
-24
/
+24
*
testparm: Check netbios name and workgroup characters and length.
Jelmer Vernooij
2010-06-20
1
-2
/
+2
*
pyparam: Support Loadparm.get(p, "global")
Jelmer Vernooij
2010-06-20
1
-52
/
+52
*
pyparam: Allow specifying None as section name to LoadparmContext.get()
Jelmer Vernooij
2010-06-20
1
-1
/
+1
*
s4-python: Add LoadparmService.dump()
Jelmer Vernooij
2010-06-20
1
-0
/
+40
*
s4-python: Implement LoadParm.dump().
Jelmer Vernooij
2010-06-20
1
-0
/
+23
*
pytalloc: allow for using a system libtalloc-dev with pytalloc
Andrew Tridgell
2010-03-29
1
-1
/
+1
*
s4:Remove "Py_RETURN_NONE" compatibility code
Matthias Dieter Wallnöfer
2010-02-09
1
-4
/
+0
*
Fix initialisation of TypeObject samba.param.LoadparmService.
Jelmer Vernooij
2009-12-21
1
-0
/
+3
*
s4-python: we need to include Python.h first
Andrew Tridgell
2009-10-23
1
-4
/
+1
*
param/pyparam: Cope with string list parameters being empty.
Ricardo Jorge
2009-08-04
1
-1
/
+7
*
python/loadparm: Get shares listing working.
Ricardo Jorge
2009-08-04
1
-5
/
+6
*
use py_talloc_reference instead of py_talloc_import
Andrew Tridgell
2009-07-01
1
-1
/
+1
*
param/python: Fix memory leak of LoadParm objects.
Jelmer Vernooij
2009-06-17
1
-1
/
+12
*
python: Provide way to iterate over available shares.
Jelmer Vernooij
2009-06-16
1
-0
/
+16
*
Fix unresolved symbol in python messaging module.
Jelmer Vernooij
2009-06-02
1
-9
/
+0
*
python: Move helper functions for using param into a separate file rather
Jelmer Vernooij
2009-06-02
1
-24
/
+0
*
s4:pyparam: fix compiler warnings
Stefan Metzmacher
2009-02-05
1
-15
/
+15
*
s4:loadparm: s/class/pclass
Stefan Metzmacher
2009-02-02
1
-1
/
+1
*
Find default smb.conf path correctly, when it was not specified on the
Jelmer Vernooij
2009-01-16
1
-1
/
+12
[next]