Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r18802: Use the pidl-generated code for the srvsvc interface, both client and... | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r17676: Fix printing bug found by kukks. Don't copy a return | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r17293: After the results from the cluster tests in Germany, | Jeremy Allison | 1 | -2/+0 |
2007-10-10 | r17254: Simple flattening of an if-statement, no logic change. | Volker Lendecke | 1 | -21/+27 |
2007-10-10 | r17249: Ensure we only set the FILE_WRITE_DATA on O_TRUNC | Jeremy Allison | 1 | -3/+0 |
2007-10-10 | r17248: Ensure we definately add the WRITE_DATA on O_TRUNC. | Jeremy Allison | 1 | -3/+4 |
2007-10-10 | r17247: When we map generic to specific we need to remember | Jeremy Allison | 1 | -2/+5 |
2007-10-10 | r17229: Indent-style reformatting -- getting used to the code again :-) | Volker Lendecke | 1 | -51/+53 |
2007-10-10 | r17228: Modest reformatting | Volker Lendecke | 1 | -17/+24 |
2007-10-10 | r17152: Don't handle the delete pending here, await | Jeremy Allison | 1 | -7/+0 |
2007-10-10 | r17142: Ensure we record the correct can_read/can_write | Jeremy Allison | 1 | -4/+6 |
2007-10-10 | r17140: Get rid of the lock release/reacquire code ! Turns out | Jeremy Allison | 1 | -85/+73 |
2007-10-10 | r17131: Optimisation - when doing a stat open don't open the | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r17130: Remove unneeded unlock call. | Jeremy Allison | 1 | -3/+0 |
2007-10-10 | r17128: Missed a logic error in my last patch. Ensure we deal with any | Jeremy Allison | 1 | -5/+42 |
2007-10-10 | r17125: Drastic problems require drastic solutions. There's | Jeremy Allison | 1 | -76/+73 |
2007-10-10 | r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need | Jeremy Allison | 1 | -112/+117 |
2007-10-10 | r16435: Add in the uid info that Jerry needs into the | Jeremy Allison | 1 | -2/+2 |
2007-10-10 | r16219: BUG 3836, 3837, 3004: compile warning fixes from Jason Mader. | Gerald Carter | 1 | -2/+0 |
2007-10-10 | r16198: Fix Klocwork 1023 | Volker Lendecke | 1 | -1/+0 |
2007-10-10 | r15960: Don't double-free (ensure we always free file_fsp in | Jeremy Allison | 1 | -1/+0 |
2007-10-10 | r15959: Ooops. Use the right file_free call... | Jeremy Allison | 1 | -3/+3 |
2007-10-10 | r15958: Make us pass RAW-OPLOCK with kernel oplocks off. | Jeremy Allison | 1 | -13/+20 |
2007-10-10 | r15949: Patch for bug #3308 to stop us returning duplicate | Jeremy Allison | 1 | -5/+8 |
2007-10-10 | r15943: Update misleading DEBUG statements and comments that refer to | James Peach | 1 | -3/+3 |
2007-10-10 | r15404: Check for WRITE_THOUGH before calling lp_ fn. I hate | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r15293: Don't ever set O_SYNC on open unless "strict sync = yes". | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r15138: Teach Samba the difference between exclusive and batch oplocks. | Jeremy Allison | 1 | -40/+60 |
2007-10-10 | r14898: This change is an attempt to improve the quality of the information that | James Peach | 1 | -2/+2 |
2007-10-10 | r14883: add 'smbd:sharedelay' option, so that we can speed up BASE-DENY2 in m... | Stefan Metzmacher | 1 | -1/+8 |
2007-10-10 | r14602: Fix another logic bug in new oplock handling. Just | Jeremy Allison | 1 | -12/+17 |
2007-10-10 | r14596: Fix a logic bug with multiple oplock contention. | Jeremy Allison | 1 | -18/+33 |
2007-10-10 | r13694: Committing patch from Aleksey Fedoseev <aleksey at fedoseev dot net> ... | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r13571: Replace all calls to talloc_free() with thye TALLOC_FREE() | Gerald Carter | 1 | -12/+12 |
2007-10-10 | r13559: Fix bug #3522 reported by Sandeep Tamhankar <sandman@electric-cloud.c... | Jeremy Allison | 1 | -6/+0 |
2007-10-10 | r13316: Let the carnage begin.... | Gerald Carter | 1 | -9/+1 |
2007-10-10 | r13314: This code has been causing problems since 1.9.x I think. | Jeremy Allison | 1 | -19/+0 |
2007-10-10 | r13299: From testing W2K3 and W2K the delete on close bit seems to be always | Jeremy Allison | 1 | -3/+3 |
2007-10-10 | r13293: Rather a big patch I'm afraid, but this should fix bug #3347 | Jeremy Allison | 1 | -0/+2 |
2007-10-10 | r13274: Fix for bug #3467. Not a show stopper. | Jeremy Allison | 1 | -24/+22 |
2007-10-10 | r12877: Stop passing structs around in smb messages, instead | Jeremy Allison | 1 | -6/+16 |
2007-10-10 | r12735: After talking to Tridge and Jeremy... This needs to be made more generic | Volker Lendecke | 1 | -14/+0 |
2007-10-10 | r12721: GPFS 2.4 on Linux will contain some windows semantics, ie share modes... | Volker Lendecke | 1 | -0/+14 |
2007-10-10 | r12460: Fixes for bug 3349 | Volker Lendecke | 1 | -2/+6 |
2007-10-10 | r12213: Final fix for #3303 - send rename messages to smbd's | Jeremy Allison | 1 | -0/+47 |
2007-10-10 | r12203: Add the share path into the sharemode db. This involves | Jeremy Allison | 1 | -5/+10 |
2007-10-10 | r11341: Put directory opens into the share mode db so we | Jeremy Allison | 1 | -3/+34 |
2007-10-10 | r10943: Unused variable. Bug #3160 from jason@ncac.gwu.edu | Jeremy Allison | 1 | -3/+1 |
2007-10-10 | r10930: Fix erroneous debug spotted by Herb. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r10744: Fix for the second incarnation of bug #3088, pushed by Alex Masterov | Jeremy Allison | 1 | -16/+0 |