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
/
script
/
generate_param.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
docs-xml: remove explicit "constant"
Ralph Boehme
2019-11-27
1
-34
/
+33
*
param: add FN_{GLOBAL,LOCAL}_SUBSTITUTED_STRING support
Stefan Metzmacher
2019-11-27
1
-2
/
+20
*
generate_param.py: Use C99 initializer for last element in param table
Andreas Schneider
2019-01-17
1
-1
/
+1
*
script/generate_param.py: remove unused imports
Douglas Bagnall
2018-10-25
1
-4
/
+0
*
PEP8: fix W291: trailing whitespace
Joe Guo
2018-08-24
1
-4
/
+4
*
PEP8: fix E703: statement ends with a semicolon
Joe Guo
2018-08-24
1
-1
/
+1
*
PEP8: fix E305: expected 2 blank lines after class or function definition, fo...
Joe Guo
2018-08-24
1
-0
/
+4
*
PEP8: fix E303: too many blank lines (2)
Joe Guo
2018-08-24
1
-1
/
+0
*
PEP8: fix E302: expected 2 blank lines, found 1
Joe Guo
2018-08-24
1
-0
/
+6
*
PEP8: fix E251: unexpected spaces around keyword / parameter equals
Joe Guo
2018-08-24
1
-1
/
+1
*
PEP8: fix E225: missing whitespace around operator
Joe Guo
2018-08-24
1
-1
/
+1
*
PEP8: fix E203: whitespace before ':'
Joe Guo
2018-08-24
1
-1
/
+1
*
PEP8: fix E202: whitespace before ')'
Joe Guo
2018-08-24
1
-1
/
+1
*
PEP8: fix E128: continuation line under-indented for visual indent
Joe Guo
2018-08-24
1
-1
/
+1
*
PEP8: fix E111: indentation is not a multiple of four
Joe Guo
2018-08-24
1
-7
/
+7
*
scripts/ python: convert 'except X, e' to 'except X as e'
Douglas Bagnall
2018-02-15
1
-1
/
+1
*
generate_param: add a means to generate param_table_gen.c from the docs
Michael Adam
2015-07-31
1
-3
/
+104
*
generate_param: teach missing types cmdlist, bytes, octal, ustring.
Michael Adam
2015-07-31
1
-0
/
+8
*
generate_param: more uniform formatting of various type dicts
Michael Adam
2015-07-31
1
-5
/
+18
*
param: move dnsdomain from generate_param to EXTRA_GLOBALS
Michael Adam
2015-07-31
1
-1
/
+0
*
generate_param: generate struct entries if we don't generate access functions.
Michael Adam
2015-07-31
1
-2
/
+0
*
generate_param: make it possible to handle generated and synonym flags in ite...
Michael Adam
2015-07-31
1
-2
/
+22
*
param: change s3_param.h from a generated file to a static one
Garming Sam
2014-02-20
1
-31
/
+2
*
param: remove generated loadparm ctx table file and include it directly
Garming Sam
2014-02-20
1
-27
/
+2
*
param: use loadparm_globals struct instead of lp function pointers in s3_helpers
Garming Sam
2014-02-20
1
-34
/
+3
*
lib/param: handle non-constant strings properly by passing in a memory context
Garming Sam
2014-02-20
1
-13
/
+18
*
lib/param: update generate_param.py to generate more of loadparm
Garming Sam
2014-02-12
1
-24
/
+259
*
param: auto generate param_functions.c at build time
Garming Sam
2014-02-12
1
-0
/
+113