summaryrefslogtreecommitdiffstats
path: root/source4/lib/util/debug.c
Commit message (Collapse)AuthorAgeFilesLines
* Move lib/util from source4 to top-level libutil.Jelmer Vernooij2008-10-111-248/+0
| | | | | | Conflicts: source4/Makefile
* Provide the same set of helper functions for DEBUG in Samba 3 and SambaJelmer Vernooij2008-10-111-3/+12
| | | | | | | 4, even though the macros are still different. This makes it possible to use object code compiled with one DEBUG() macro from the other sourceX directory.
* Use new dynconfig.h location.Jelmer Vernooij2008-05-271-1/+1
| | | | (This used to be commit c3f556915f09d078253e4c5539910a1cf420eeca)
* r26386: We need to test in more than just 'interactive' mode...Andrew Bartlett2007-12-211-1/+1
| | | | | | | Fix segfault found when running smbd without options. Andrew Bartlett (This used to be commit 880dfeadae41be5f0140ac07afb8680fc11f6ebf)
* r25830: fix compiler warningStefan Metzmacher2007-12-211-1/+1
| | | | | metze (This used to be commit 26bfdff48779447a2f4b552c5af32abf2b8c4c45)
* r24710: Use standard boolean type for easier use by external users.Jelmer Vernooij2007-10-101-6/+7
| | | | (This used to be commit 99f4124137d4a61216e8189f26d4da32882c0f4a)
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
| | | | | | There are still a few tidyups of old FSF addresses to come (in both s3 and s4). More commits soon. (This used to be commit fcf38a38ac691abd0fa51b89dc951a08e89fdafa)
* r15191: Avoid uint_t as it's not standard.Jelmer Vernooij2007-10-101-1/+1
| | | | (This used to be commit 7af59357b94e3819415b3a9257be0ced745ce130)
* r14575: Move some path-related functions to libsamba-config so libsamba-utilJelmer Vernooij2007-10-101-1/+2
| | | | | doesn't have to depend on the lp_* functions. (This used to be commit f97df7d90a41b77a9edd2d6bdc47c27bf1b6bb07)
* r14038: reopen log files after a SIGHUPStefan Metzmacher2007-10-101-14/+32
| | | | | metze (This used to be commit 8e9a69171a03a1f886fcff911e8a923368645a54)
* r13859: - remove useless fsync() callsStefan Metzmacher2007-10-101-2/+1
| | | | | | | - make sure we only close the old_fd when the new one was opened metze (This used to be commit 3a6568c3669286d41343293c29c8d00fa78c372f)
* r13851: More doc improvements.Jelmer Vernooij2007-10-101-4/+8
| | | | (This used to be commit 936d26ae64b93ef8f8b2fbc632b1c2fd60840405)
* r13840: Mark some functions as public.Jelmer Vernooij2007-10-101-12/+11
| | | | (This used to be commit 9a188eb1f48a50d92a67a4fc2b3899b90074059a)
* r13770: - do fsync() on the debug fd, as we do in samba3,Stefan Metzmacher2007-10-101-19/+21
| | | | | | | | | I have an report that smbd memory usage grows to 1,5 GB or more without this... - make log_timestamp static metze (This used to be commit 551dd12baf9340ab070c8a8edca6b56770243a61)
* r13752: Add doxyfile and fix formatting of comments. Current output is ↵Jelmer Vernooij2007-10-101-6/+17
| | | | | | available at http://samba.org/~jelmer/util-api/ (This used to be commit 90812203df151a5e62394306827c72adfe13c63c)
* r13658: More moving around of files:Jelmer Vernooij2007-10-101-0/+205
- Collect the generic utility functions into a lib/util/ (a la GLib is for the GNOME folks) - Remove even more files from include/ (This used to be commit ba62880f5b05c2a505dc7f54676b231197a7e707)