| Commit message (Expand) | Author | Age | Files | Lines |
* | fixes | Simo Sorce | 2003-04-19 | 1 | -0/+1 |
* | Move debug level message handling into debug.c from messages.c | Tim Potter | 2003-01-30 | 1 | -0/+14 |
* | Removed duplicate fn to avoid compiler warning. | Tim Potter | 2003-01-29 | 1 | -19/+0 |
* | Merge of max log file fixes from appliance: | Tim Potter | 2003-01-23 | 1 | -1/+3 |
* | patch to include support for daemontools from Michael Handler | Gerald Carter | 2003-01-03 | 1 | -0/+1 |
* | Call me parinoid, but I don't like the idea that we could ever have dbf point | Andrew Bartlett | 2003-01-02 | 1 | -2/+4 |
* | Add const to DEBUG() macro. | Andrew Bartlett | 2002-11-15 | 1 | -3/+3 |
* | Compleatly remove support for logfile truncation. All logs are opened for | Andrew Bartlett | 2002-11-08 | 1 | -11/+2 |
* | It seems that I'm meant to be using the helper function here, not the struct | Andrew Bartlett | 2002-10-18 | 1 | -1/+1 |
* | patch from metze: add a 'vfs' debug class | Andrew Bartlett | 2002-09-06 | 1 | -0/+1 |
* | Fix typo - Thanks Kai | Jelmer Vernooij | 2002-09-02 | 1 | -1/+1 |
* | wrong way to handle things, bug found by kai | Simo Sorce | 2002-09-01 | 1 | -8/+6 |
* | Put in intermediate version of new SAM system. It's not stable yet, code | Jelmer Vernooij | 2002-08-28 | 1 | -0/+1 |
* | Fix debug level initialization for net.c | Volker Lendecke | 2002-08-21 | 1 | -1/+1 |
* | found nasty bug in intl/lang_tdb.c tdb structure was not tested to not be nul... | Simo Sorce | 2002-07-28 | 1 | -1/+1 |
* | Don't try and sys_dup2(dbf->fd) if dbf == NULL. | Tim Potter | 2002-07-20 | 1 | -1/+1 |
* | Add support for duplicating stderr into our logfiles. | Andrew Bartlett | 2002-07-20 | 1 | -0/+6 |
* | more debug classess activated | Simo Sorce | 2002-06-18 | 1 | -1/+1 |
* | moved lp_list_* functions away from param/loadparm.c, put int lib/util_str.c | Simo Sorce | 2002-06-14 | 1 | -3/+3 |
* | Patch (from ctrlsoft <jelmer@nl.linux.org>) to poptify testparm, and the | Andrew Bartlett | 2002-06-14 | 1 | -2/+2 |
* | few fixes from Elrond(elrond@samba-tng.org) and Billy O'Connor(billy@oconnoro... | Simo Sorce | 2002-06-11 | 1 | -4/+8 |
* | move debug stuff from messages.c to debug.c (Elrond) | Simo Sorce | 2002-05-26 | 1 | -0/+19 |
* | Fixed compiler warning. | Tim Potter | 2002-05-19 | 1 | -1/+1 |
* | so here it is the code to introduce seriously debugggging classes. | Simo Sorce | 2002-05-18 | 1 | -69/+263 |
* | getpid() -> sys_getpid() | Tim Potter | 2002-03-14 | 1 | -2/+2 |
* | Removed version number from file header. | Tim Potter | 2002-01-30 | 1 | -2/+1 |
* | merge changes from 2.2 branch to prevent smb.conf from changing debug level | Herb Lewis | 2002-01-07 | 1 | -0/+3 |
* | More spelling and grammer from Vance. <vance@digital-host.net> | Andrew Bartlett | 2001-10-29 | 1 | -15/+16 |
* | smbd/notify_hash.c: Merged Herb's fix. | Jeremy Allison | 2001-10-27 | 1 | -1/+2 |
* | Fixed the bug with member servers in a Samba PDC hosted domain not allowing | Jeremy Allison | 2001-10-02 | 1 | -2/+8 |
* | replaced stdio in many parts of samba with a XFILE. XFILE is a cut-down | Andrew Tridgell | 2001-09-10 | 1 | -17/+17 |
* | got rid of INFO: msgs at debug level 1 | Andrew Tridgell | 2001-07-25 | 1 | -2/+2 |
* | got rid of insanely verbose debug messages on startup | Andrew Tridgell | 2001-07-06 | 1 | -1/+1 |
* | strchr and strrchr are macros when compiling with optimisation in gcc, so we ... | Andrew Tridgell | 2001-07-04 | 1 | -1/+1 |
* | Fix for race condition found by Herb where we can end up with a NULL dbf. | Jeremy Allison | 2001-06-22 | 1 | -8/+0 |
* | If a debug class was explicitly set to zero the debug system would not | Tim Potter | 2001-06-01 | 1 | -14/+36 |
* | Hey what happened to my debug messages? Early exit from reopen_logs() | Tim Potter | 2001-05-07 | 1 | -0/+11 |
* | - added test for vasprintf | Andrew Tridgell | 2001-04-28 | 1 | -42/+0 |
* | More %d (uid_t) stuff... | Jeremy Allison | 2001-04-27 | 1 | -3/+3 |
* | Patch from David Gibson <dgibson@linuxcare.com> to reduce "silent abort" | Jeremy Allison | 2001-03-27 | 1 | -51/+83 |
* | Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMR | Jeremy Allison | 2001-03-11 | 1 | -2/+7 |
* | up the debug level of the debug level change msg | Andrew Tridgell | 2001-02-20 | 1 | -2/+2 |
* | It compiles for me now :-). rpc_server/srv_lsa.c - added fix to allow w2k | Jeremy Allison | 2001-02-13 | 1 | -6/+6 |
* | Merge of JohnR's changes to appliance-head, JF's changes to 2.2, | Jeremy Allison | 2001-02-12 | 1 | -6/+122 |
* | Fix for a problem with the new messaging system. If a sender is using the | Jeremy Allison | 2000-11-16 | 1 | -1/+1 |
* | Merge in Herb's changes from 2.2. | Jeremy Allison | 2000-11-10 | 1 | -1/+1 |
* | - changed the msg_type to be an int instead of an enum so that it is | Andrew Tridgell | 2000-09-12 | 1 | -1/+1 |
* | much nicer message interface. We now register dispatch functions, | Andrew Tridgell | 2000-09-12 | 1 | -18/+17 |
* | the first cut of the internal messaging system. | Andrew Tridgell | 2000-09-11 | 1 | -44/+17 |
* | made reopen_logs() always re-open logs, not try and be smart about not | Andrew Tridgell | 2000-08-28 | 1 | -37/+34 |