Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | s4:debug: make setup_logging() a bit more compatible with samba3 | Stefan Metzmacher | 2009-01-09 | 1 | -1/+1 |
| | | | | | | | | | | | In samba3 the 2nd argument is bool interactive. E.g ndrdump uses true there which used to map to DEBUG_FILE in samba4, it maps to DEBUG_STDOUT now, which is better. In the end end samba3 should also use the samba4 version of setup_logging() metze | ||||
* | lib/util: make it possible to use debug.h with using xfile.h | Stefan Metzmacher | 2008-12-17 | 1 | -1/+2 |
| | | | | metze | ||||
* | Rename class to "cls" since the first is a keyword name in C++. Thanks, | Jelmer Vernooij | 2008-11-02 | 1 | -1/+1 |
| | | | | Brad. | ||||
* | ALlow util/debug.h to be included more than once. | Jelmer Vernooij | 2008-11-01 | 1 | -0/+5 |
| | |||||
* | Make sure prototypes are always included, make some functions static and | Jelmer Vernooij | 2008-10-20 | 1 | -0/+4 |
| | | | | remove some unused functions. | ||||
* | Move lib/util from source4 to top-level libutil. | Jelmer Vernooij | 2008-10-11 | 1 | -0/+129 |
Conflicts: source4/Makefile |