merge changes from 2.2 branch to prevent smb.conf from changing debug level
[ira/wip.git] / source3 / lib / debug.c
2002-01-07 Herb Lewismerge changes from 2.2 branch to prevent smb.conf from...
2001-10-29 Andrew BartlettMore spelling and grammer from Vance. <vance@digital...
2001-10-27 Jeremy Allisonsmbd/notify_hash.c: Merged Herb's fix.
2001-10-02 Jeremy AllisonFixed the bug with member servers in a Samba PDC hosted...
2001-09-10 Andrew Tridgellreplaced stdio in many parts of samba with a XFILE...
2001-07-25 Andrew Tridgellgot rid of INFO: msgs at debug level 1
2001-07-06 Andrew Tridgellgot rid of insanely verbose debug messages on startup
2001-07-04 Andrew Tridgellstrchr and strrchr are macros when compiling with optim...
2001-06-22 Jeremy AllisonFix for race condition found by Herb where we can end...
2001-06-01 Tim PotterIf a debug class was explicitly set to zero the debug...
2001-05-07 Tim PotterHey what happened to my debug messages? Early exit...
2001-04-28 Andrew Tridgell- added test for vasprintf
2001-04-27 Jeremy AllisonMore %d (uid_t) stuff...
2001-03-27 Jeremy AllisonPatch from David Gibson <dgibson@linuxcare.com> to...
2001-03-11 Jeremy AllisonMerge ... new 2.2 code into HEAD (Gerald I hate you...
2001-02-20 Andrew Tridgellup the debug level of the debug level change msg
2001-02-13 Jeremy AllisonIt compiles for me now :-). rpc_server/srv_lsa.c -...
2001-02-12 Jeremy AllisonMerge ... JohnR's changes to appliance-head, JF's chang...
2000-11-16 Jeremy AllisonFix for a problem with the new messaging system. If...
2000-11-10 Jeremy AllisonMerge in Herb's changes from 2.2.
2000-09-12 Andrew Tridgell- changed the msg_type to be an int instead of an enum...
2000-09-12 Andrew Tridgellmuch nicer message interface. We now register dispatch...
2000-09-11 Andrew Tridgellthe first cut of the internal messaging system.
2000-08-28 Andrew Tridgellmade reopen_logs() always re-open logs, not try and...
2000-06-12 Andrew Tridgelltotally rewrote the async signal, notification and...
2000-05-02 Jeremy AllisonAdded sys_fork() and sys_getpid() functions to stop...
2000-04-15 Jeremy AllisonLog file check patch from Mattias Gronlund <Mattias...
2000-02-15 Jeremy AllisonAdded replacement functions sys_popen and sys_pclose...
1999-12-13 Andrew Tridgellfirst pass at updating head branch to be to be the...
1998-12-16 Christopher R. HertelA while back, Andrew and I talked about making the...
1998-11-17 Jeremy AllisonAdded the same open()/fopen()/creat()/mmap() -> sys_XXX...
1998-11-17 Luke Leighton- group database API. oops and oh dear, the threat...
1998-09-28 Jeremy AllisonChanges to test in configure if capabilities are enable...
1998-09-17 Jeremy Allisonconfigure configure.in: Added checks for statvfs64...
1998-09-03 Jeremy AllisonOk - this is the 64 bit widening check in. It changes...
1998-09-01 Jeremy AllisonMore abstraction of file system data types, to move...
1998-08-30 Andrew Tridgelldon't put two spaces at the start of lines if logging...
1998-08-21 Christopher R. HertelJust tweaking.
1998-08-15 Jeremy Allisonconfigure: Changes for extra headers.
1998-08-12 Christopher R. HertelI've added a dbgflush() function to debug.c. Calling...
1998-08-11 Christopher R. HertelCleaned up some lint warnings (functions with return...
1998-08-11 Christopher R. HertelI've added a test for lp_loaded() so that timestamps...
1998-08-11 Andrew Tridgellfixed a nasty bug in debug.c
1998-08-03 Jeremy AllisonFirst implementation of ChangeNotify - this version...
1998-08-03 Christopher R. HertelThis is the remaining set of changes needed to replace...
1998-08-03 Christopher R. HertelI have fixed some of the autoconfigure problems. I...
1998-07-31 Christopher R. HertelDebugging functions are now in their own module.