Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r22942: Some message_register -> messaging_register conversions | Volker Lendecke | 1 | -3/+6 |
2007-10-10 | r22736: Start to merge the low-hanging fruit from the now 7000-line cluster p... | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r22542: Move over to using the _strict varients of the talloc | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r21871: Move deadtime processing into an idle event. While there, simplify | Volker Lendecke | 1 | -11/+16 |
2007-10-10 | r21867: Simplify calling convention of timeout_processing. lp_deadtime is only | Volker Lendecke | 1 | -1/+5 |
2007-10-10 | r21279: Get rid of 'aio write behind', this is broken. | Volker Lendecke | 1 | -1/+0 |
2007-10-10 | r21064: The core of this patch is | Volker Lendecke | 1 | -1/+2 |
2007-10-10 | r20178: Ensure we allocate the intermediate trans structs | Jeremy Allison | 1 | -0/+8 |
2007-10-10 | r20098: Properly fix issues with create_token_from_username() | Jeremy Allison | 1 | -9/+0 |
2007-10-10 | r20090: Fix a class of bugs found by James Peach. Ensure | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r19709: Fix bug #4224 - deadtime timeout was broken | Jeremy Allison | 1 | -0/+1 |
2007-10-10 | r19386: Limit the size of the connection bitmap to <64K entries. | James Peach | 1 | -1/+11 |
2007-10-10 | r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need | Jeremy Allison | 1 | -3/+5 |
2007-10-10 | r16317: Klocwork #300. Check for error return on malloc. | Jeremy Allison | 1 | -0/+4 |
2007-10-10 | r15088: Remove all time() and gettimeofday() calls out of the mainline | Jeremy Allison | 1 | -4/+12 |
2007-10-10 | r13571: Replace all calls to talloc_free() with thye TALLOC_FREE() | Gerald Carter | 1 | -1/+1 |
2007-10-10 | r13316: Let the carnage begin.... | Gerald Carter | 1 | -1/+1 |
2007-10-10 | r10656: BIG merge from trunk. Features not copied over | Gerald Carter | 1 | -1/+1 |
2007-10-10 | r8963: Clean up the horrid "fake conn struct" part of MSDFS. | Jeremy Allison | 1 | -7/+15 |
2007-10-10 | r7963: Add aio support to 3.0. | Jeremy Allison | 1 | -0/+1 |
2007-10-10 | r7882: Looks like a large patch - but what it actually does is make Samba | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r4736: small set of merges from rtunk to minimize the diffs | Gerald Carter | 1 | -0/+4 |
2007-10-10 | r4088: Get medieval on our ass about malloc.... :-). Take control of all our ... | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r1154: Change default setting for case sensitivity to "auto". If set to auto | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r656: Make widelinks use realpath(). Tidy up cases where we need to become a ... | Jeremy Allison | 1 | -0/+1 |
2004-02-13 | Fixup the 'multiple-vuids' bugs. | Jeremy Allison | 1 | -3/+7 |
2003-12-11 | Patch from James Peach <jpeach@sgi.com>. Remove the MAX_CONNECTIONS limit | Jeremy Allison | 1 | -9/+32 |
2003-05-11 | Fix VFS layer: | Alexander Bokovoy | 1 | -21/+18 |
2003-04-16 | More merges from HEAD: | Jelmer Vernooij | 1 | -9/+12 |
2003-02-01 | Merge of signed/unsigned fixes from HEAD. | Andrew Bartlett | 1 | -2/+2 |
2003-01-17 | Fix reference count bug where smbd's would not terminate with no | Jeremy Allison | 1 | -1/+12 |
2002-09-25 | sync'ing up for 3.0alpha20 release | Gerald Carter | 1 | -2/+22 |
2002-08-17 | Sync 3.0 branch with head | Jelmer Vernooij | 1 | -4/+19 |
2002-07-15 | updated the 3.0 branch from the head branch - ready for alpha18 | Andrew Tridgell | 1 | -1/+1 |
2002-03-27 | Removed HAVE_LIBDL from most places (except system.c). Added checks for | Jeremy Allison | 1 | -2/+0 |
2002-01-30 | Removed version number from file header. | Tim Potter | 1 | -2/+1 |
2001-10-02 | Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header. | Tim Potter | 1 | -2/+0 |
2001-09-17 | move to SAFE_FREE() | Simo Sorce | 1 | -3/+2 |
2001-06-20 | added a close-share smbcontrol message that forcibly closes a share in smbd (... | Andrew Tridgell | 1 | -0/+30 |
2001-03-11 | Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMR | Jeremy Allison | 1 | -4/+0 |
2000-10-06 | Restructuring of vfs layer to include a "this" pointer - can be an fsp or | Jeremy Allison | 1 | -11/+3 |
2000-08-03 | Added an NT_USER_TOKEN structure that is copied/passed around associated | Jeremy Allison | 1 | -1/+4 |
2000-06-01 | Getting back to a compilable state (not there yet but close). | Jeremy Allison | 1 | -0/+3 |
2000-05-10 | more merging voodoo | Andrew Tridgell | 1 | -0/+4 |
2000-05-06 | fixed a vfs crash bug | Andrew Tridgell | 1 | -6/+4 |
2000-04-28 | Moved deletion of vfs handle into smbd/conn.c as it was being done too | Jeremy Allison | 1 | -0/+15 |
2000-01-16 | use string_set() instead of string_init() | Andrew Tridgell | 1 | -4/+4 |
1998-09-05 | some cleanups to use ZERO_STRUCT() and friends | Andrew Tridgell | 1 | -2/+2 |
1998-08-17 | added some optimisation for the case where the number of open files is | Andrew Tridgell | 1 | -17/+10 |
1998-08-17 | moved connection_struct handling code into smbd/conn.c and changed it | Andrew Tridgell | 1 | -0/+196 |