summaryrefslogtreecommitdiff
path: root/source3/lib/debug.c
AgeCommit message (Expand)AuthorFilesLines
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-73/+290
2002-03-14getpid() -> sys_getpid()Tim Potter1-2/+2
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-07merge changes from 2.2 branch to prevent smb.conf from changing debug levelHerb Lewis1-0/+3
2001-10-29More spelling and grammer from Vance. <vance@digital-host.net>Andrew Bartlett1-15/+16
2001-10-27smbd/notify_hash.c: Merged Herb's fix.Jeremy Allison1-1/+2
2001-10-02Fixed the bug with member servers in a Samba PDC hosted domain not allowingJeremy Allison1-2/+8
2001-09-10replaced stdio in many parts of samba with a XFILE. XFILE is a cut-downAndrew Tridgell1-17/+17
2001-07-25got rid of INFO: msgs at debug level 1Andrew Tridgell1-2/+2
2001-07-06got rid of insanely verbose debug messages on startupAndrew Tridgell1-1/+1
2001-07-04strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell1-1/+1
2001-06-22Fix for race condition found by Herb where we can end up with a NULL dbf.Jeremy Allison1-8/+0
2001-06-01If a debug class was explicitly set to zero the debug system would notTim Potter1-14/+36
2001-05-07Hey what happened to my debug messages? Early exit from reopen_logs()Tim Potter1-0/+11
2001-04-28- added test for vasprintfAndrew Tridgell1-42/+0
2001-04-27More %d (uid_t) stuff...Jeremy Allison1-3/+3
2001-03-27Patch from David Gibson <dgibson@linuxcare.com> to reduce "silent abort"Jeremy Allison1-51/+83
2001-03-11Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison1-2/+7
2001-02-20up the debug level of the debug level change msgAndrew Tridgell1-2/+2
2001-02-13It compiles for me now :-). rpc_server/srv_lsa.c - added fix to allow w2kJeremy Allison1-6/+6
2001-02-12Merge of JohnR's changes to appliance-head, JF's changes to 2.2,Jeremy Allison1-6/+122
2000-11-16Fix for a problem with the new messaging system. If a sender is using theJeremy Allison1-1/+1
2000-11-10Merge in Herb's changes from 2.2.Jeremy Allison1-1/+1
2000-09-12- changed the msg_type to be an int instead of an enum so that it isAndrew Tridgell1-1/+1
2000-09-12much nicer message interface. We now register dispatch functions,Andrew Tridgell1-18/+17
2000-09-11the first cut of the internal messaging system.Andrew Tridgell1-44/+17
2000-08-28made reopen_logs() always re-open logs, not try and be smart about notAndrew Tridgell1-37/+34
2000-06-12totally rewrote the async signal, notification and oplock notificationAndrew Tridgell1-0/+4
2000-05-02Added sys_fork() and sys_getpid() functions to stop the overheadJeremy Allison1-1/+1
2000-04-15Log file check patch from Mattias Gronlund <Mattias.Gronlund@sa.erisoft.se>.Jeremy Allison1-6/+32
2000-02-15Added replacement functions sys_popen and sys_pclose. These are basedJeremy Allison1-4/+8
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1-196/+60
1998-12-16A while back, Andrew and I talked about making the debug parsing code aChristopher R. Hertel1-1/+159
1998-11-17Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.Jeremy Allison1-4/+4
1998-11-17- group database API. oops and oh dear, the threat has been carried out:Luke Leighton1-4/+16
1998-09-28Changes to test in configure if capabilities are enabled on a system.Jeremy Allison1-0/+4
1998-09-17configure configure.in: Added checks for statvfs64. Last bit of 64 bit wideni...Jeremy Allison1-2/+2
1998-09-03Ok - this is the 64 bit widening check in. It changes the configureJeremy Allison1-1/+1
1998-09-01More abstraction of file system data types, to move to a 64Jeremy Allison1-1/+1
1998-08-30don't put two spaces at the start of lines if logging to stdoutAndrew Tridgell1-1/+3
1998-08-21Just tweaking.Christopher R. Hertel1-2/+20
1998-08-15configure: Changes for extra headers.Jeremy Allison1-4/+2
1998-08-12I've added a dbgflush() function to debug.c. Calling this will cause theChristopher R. Hertel1-5/+31
1998-08-11Cleaned up some lint warnings (functions with return values that wereChristopher R. Hertel1-12/+13
1998-08-11I've added a test for lp_loaded() so that timestamps *will* be outputChristopher R. Hertel1-4/+9
1998-08-11fixed a nasty bug in debug.cAndrew Tridgell1-1/+1
1998-08-03First implementation of ChangeNotify - this version only checksJeremy Allison1-2/+3
1998-08-03This is the remaining set of changes needed to replace the changes lostChristopher R. Hertel1-11/+7
1998-08-03I have fixed some of the autoconfigure problems. I'm studying the diffsChristopher R. Hertel1-9/+13
1998-07-31Debugging functions are now in their own module.Christopher R. Hertel1-0/+533