Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lib/param: Merge struct loadparm_service into common | Andrew Bartlett | 2011-07-08 | 4 | -16/+160 |
| | | | | | | | | | | | | | | | | | This is handled by a common header and a .c file that is included into both loadparm.c files. In the process, _lp functions were renamed to lp__ to allow the common function definition declarations to be used by source3 and source4 (which have different macro definitions). The only parameter to change type is 'strict_locking' which was a bool, and is now an int, to accommodate the 'Auto' value from source3. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Fri Jul 8 12:35:56 CEST 2011 on sn-devel-104 | ||||
* | s3-param use common struct parmlist_entry to hold parametric options | Andrew Bartlett | 2011-07-08 | 1 | -1/+2 |
| | | | | | | This will allow struct loadparm_service to be shared in future. Andrew Bartlett | ||||
* | param: Move per-share parameters into a seperate file, to share with s3 | Andrew Bartlett | 2011-07-08 | 2 | -0/+36 |
| | | | | | | | This will allow the struct loadparm_service to be in common between the two loadparm implementations in the tree. Andrew Bartlett | ||||
* | param: Merge param headers into lib/param/loadparm.h | Andrew Bartlett | 2011-06-29 | 1 | -0/+117 |
This defines a common table format, so we can in future define a common table. Andrew Bartlett |