summaryrefslogtreecommitdiff
path: root/script/generate_param.py
AgeCommit message (Expand)AuthorFilesLines
2015-07-31generate_param: add a means to generate param_table_gen.c from the docsMichael Adam1-3/+104
2015-07-31generate_param: teach missing types cmdlist, bytes, octal, ustring.Michael Adam1-0/+8
2015-07-31generate_param: more uniform formatting of various type dictsMichael Adam1-5/+18
2015-07-31param: move dnsdomain from generate_param to EXTRA_GLOBALSMichael Adam1-1/+0
2015-07-31generate_param: generate struct entries if we don't generate access functions.Michael Adam1-2/+0
2015-07-31generate_param: make it possible to handle generated and synonym flags in ite...Michael Adam1-2/+22
2014-02-20param: change s3_param.h from a generated file to a static oneGarming Sam1-31/+2
2014-02-20param: remove generated loadparm ctx table file and include it directlyGarming Sam1-27/+2
2014-02-20param: use loadparm_globals struct instead of lp function pointers in s3_helpersGarming Sam1-34/+3
2014-02-20lib/param: handle non-constant strings properly by passing in a memory contextGarming Sam1-13/+18
2014-02-12lib/param: update generate_param.py to generate more of loadparmGarming Sam1-24/+259
2014-02-12param: auto generate param_functions.c at build timeGarming Sam1-0/+113