Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-08-07 | loadparm: Add ctx member to struct loadparm_global. | Rusty Russell | 1 | -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-07 | param: Use a bool to hold boolean parameters | Andrew Bartlett | 1 | -1/+1 | |
All three-state parameters invoking Auto (2) are already declared as integers, not booleans. Andrew Bartlett | |||||
2011-08-26 | script: Fix the name of the script in autogenerated header file | Amitay Isaacs | 1 | -1/+1 | |
Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2011-07-02 | s3-param Generate parameter tables | Andrew Bartlett | 1 | -0/+204 | |