summaryrefslogtreecommitdiffstats
path: root/source3/utils/split_tokens.c
Commit message (Collapse)AuthorAgeFilesLines
* s3:split_tokens: use lp_load_global(), fixing the call to lp_load()Michael Adam2011-07-281-1/+1
| | | | this does not need share and it dos not need to save defaults
* s3:split_tokens: fix a nonempty blank lineMichael Adam2011-07-281-1/+1
|
* s3-debug Remove 'AllowDebugChange' and use lp_set_cmdline() insteadAndrew Bartlett2010-11-021-5/+2
| | | | | | | | | By removing this global variable, the API between the two different debug systems is made more similar. Both s3 and s4 now have lp_set_cmdline() which ensures that the smb.conf cannot overwrite these the user-specified log level. Andrew Bartlett
* s3-debug Impove setup_logging() to specify logging to stderrAndrew Bartlett2010-11-021-2/+1
| | | | | | | | This change improves the setup_logging() API so that callers which wish to set up logging to stderr can simply ask for it, rather than directly modify the dbf global variable. Andrew Bartlett
* s3-build: fix the build of split_tokens.Günther Deschner2010-09-231-0/+1
| | | | Guenther
* s3:add split_tokens, a cmdline tool to test next_token_talloc()Michael Adam2009-12-011-0/+78
Michael