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