summaryrefslogtreecommitdiff
path: root/source3/lib/debug.c
AgeCommit message (Expand)AuthorFilesLines
2004-01-15* Fix XFS quotas: XFS_USER_QUOTA -> USRQUOTAStefan Metzmacher1-0/+1
2003-05-12And finally IDMAP in 3_0Simo Sorce1-0/+1
2003-01-30Merge of REQ_DEBUGLEVEL messaging and debug_count fixes from HEAD.Tim Potter1-12/+7
2003-01-29Removed duplicate fn to avoid compiler warning. (from HEAD - tpot).Jeremy Allison1-0/+2
2003-01-04Merge from HEAD - baseless parinoia about never having a closed dbf (the debugAndrew Bartlett1-2/+4
2003-01-03patch to include support for daemontools from Michael HandlerGerald Carter1-0/+1
2002-11-15Merge from HEAD:Andrew Bartlett1-3/+3
2002-11-09Last sync with HEADJelmer Vernooij1-11/+2
2002-10-26Try to catch up on the code I've put into HEAD that should be in 3.0:Andrew Bartlett1-1/+1
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter1-9/+9
2002-08-17sync 3.0 branch with headJelmer Vernooij1-1/+7
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