Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix ndrdump to use a common setup_logging() API | Andrew Bartlett | 2009-06-29 | 1 | -0/+8 |
| | | | | | | | | | By adding a new common setup_logging_stdout() API, we no longer need to abuse the ABI compatability between the different setup_logging() calls in Samba3 and Samba4's DEBUG() subsystems. The revert of 49a6d757b4d944cd22c91b2838beb83f04fbe1e9 works with this to fix bug 6211. Andrew Bartlett | ||||
* | Fix build of recurusion fix in reopen_logs() | Andrew Bartlett | 2009-06-11 | 1 | -1/+1 |
| | |||||
* | Don't recurse in reopen_logs(). | Andrew Bartlett | 2009-06-11 | 1 | -0/+6 |
| | | | | | | | Use the state to avoid recursion in reopen_logs(), as DEBUG() can call this function. Andrew Bartlett | ||||
* | lib/util: s/class/dclass | Stefan Metzmacher | 2009-02-02 | 1 | -1/+1 |
| | | | | metze | ||||
* | Provide two symbols to allow ndrdump compiled by Samba 3 to be used for | Jelmer Vernooij | 2008-10-20 | 1 | -0/+1 |
| | | | | Samba 4. | ||||
* | Fix segfault when using DEBUG() in the merged build. | Jelmer Vernooij | 2008-10-19 | 1 | -1/+4 |
| | |||||
* | Move lib/util from source4 to top-level libutil. | Jelmer Vernooij | 2008-10-11 | 1 | -0/+248 |
Conflicts: source4/Makefile |