Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-04-19 | loadparm: Add helper function to fetch default lifetime policies | Simo Sorce | 1 | -0/+19 | |
This use long to fetch time_t quantities, because there are architectures were time_t is a signed long but long != int, So long is the proper way to deal with it. | |||||
2011-10-13 | lib/param Print error when mkdir of lock path fails | Andrew Bartlett | 1 | -1/+3 | |
This matches the s3 code for lock_path(). Andrew Bartlett | |||||
2011-10-11 | lib/param Use strcasecmp_m rather than strcasecmp as this is banned in the ↵ | Andrew Bartlett | 1 | -2/+2 | |
s3 includes.h | |||||
2011-10-11 | lib/param move source4 param code to the top level | Andrew Bartlett | 1 | -0/+266 | |
This is done so that the lpcfg_ functions are available across the whole build, either with the struct loadparm_context loaded from an smb.conf directly or as a wrapper around the source3 param code. This is not the final, merged loadparm, but simply one step to make it easier to solve other problems while we make our slow progress on this difficult problem. Andrew Bartlett |