Age | Commit message (Expand) | Author | Files | Lines |
2002-11-15 | Merge from HEAD: | Andrew Bartlett | 1 | -3/+3 |
2002-11-09 | Last sync with HEAD | Jelmer Vernooij | 1 | -11/+2 |
2002-10-26 | Try to catch up on the code I've put into HEAD that should be in 3.0: | Andrew Bartlett | 1 | -1/+1 |
2002-09-25 | sync'ing up for 3.0alpha20 release | Gerald Carter | 1 | -9/+9 |
2002-08-17 | sync 3.0 branch with head | Jelmer Vernooij | 1 | -1/+7 |
2002-07-15 | updated the 3.0 branch from the head branch - ready for alpha18 | Andrew Tridgell | 1 | -73/+290 |
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 |
2000-05-02 | Added sys_fork() and sys_getpid() functions to stop the overhead | Jeremy Allison | 1 | -1/+1 |
2000-04-15 | Log file check patch from Mattias Gronlund <Mattias.Gronlund@sa.erisoft.se>. | Jeremy Allison | 1 | -6/+32 |
2000-02-15 | Added replacement functions sys_popen and sys_pclose. These are based | Jeremy Allison | 1 | -4/+8 |
1999-12-13 | first pass at updating head branch to be to be the same as the SAMBA_2_0 branch | Andrew Tridgell | 1 | -196/+60 |
1998-12-16 | A while back, Andrew and I talked about making the debug parsing code a | Christopher R. Hertel | 1 | -1/+159 |
1998-11-17 | Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls. | Jeremy Allison | 1 | -4/+4 |
1998-11-17 | - group database API. oops and oh dear, the threat has been carried out: | Luke Leighton | 1 | -4/+16 |
1998-09-28 | Changes to test in configure if capabilities are enabled on a system. | Jeremy Allison | 1 | -0/+4 |
1998-09-17 | configure configure.in: Added checks for statvfs64. Last bit of 64 bit wideni... | Jeremy Allison | 1 | -2/+2 |
1998-09-03 | Ok - this is the 64 bit widening check in. It changes the configure | Jeremy Allison | 1 | -1/+1 |
1998-09-01 | More abstraction of file system data types, to move to a 64 | Jeremy Allison | 1 | -1/+1 |
1998-08-30 | don't put two spaces at the start of lines if logging to stdout | Andrew Tridgell | 1 | -1/+3 |
1998-08-21 | Just tweaking. | Christopher R. Hertel | 1 | -2/+20 |
1998-08-15 | configure: Changes for extra headers. | Jeremy Allison | 1 | -4/+2 |
1998-08-12 | I've added a dbgflush() function to debug.c. Calling this will cause the | Christopher R. Hertel | 1 | -5/+31 |
1998-08-11 | Cleaned up some lint warnings (functions with return values that were | Christopher R. Hertel | 1 | -12/+13 |
1998-08-11 | I've added a test for lp_loaded() so that timestamps *will* be output | Christopher R. Hertel | 1 | -4/+9 |