| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
This matches the s3 code for lock_path().
Andrew Bartlett
|
|
|
|
| |
s3 includes.h
|
|
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
|