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