summaryrefslogtreecommitdiff
path: root/script/mkparamdefs.pl
AgeCommit message (Collapse)AuthorFilesLines
2012-08-07loadparm: Add ctx member to struct loadparm_global.Rusty Russell1-1/+3
Rather than tallocing global parameters off NULL, keep it neat by having a Global.ctx member. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Signed-off-by: Andrew Bartlett <abartlet@samba.org>
2011-10-07param: Use a bool to hold boolean parametersAndrew Bartlett1-1/+1
All three-state parameters invoking Auto (2) are already declared as integers, not booleans. Andrew Bartlett
2011-08-26script: Fix the name of the script in autogenerated header fileAmitay Isaacs1-1/+1
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
2011-07-02s3-param Generate parameter tablesAndrew Bartlett1-0/+204