Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r23410: Merge the core of the cluster code. | Volker Lendecke | 1 | -0/+6 |
2007-10-10 | r23183: Check in a change made by Tridge: | Volker Lendecke | 1 | -56/+38 |
2007-10-10 | r22868: Replace some message_send_pid calls with messaging_send_pid calls. More | Volker Lendecke | 1 | -65/+77 |
2007-10-10 | r22736: Start to merge the low-hanging fruit from the now 7000-line cluster p... | Volker Lendecke | 1 | -5/+5 |
2007-10-10 | r22391: Looks bigger than it is. Make "inbuf" available | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r21191: Add in the POSIX open/mkdir/unlink calls. | Jeremy Allison | 1 | -0/+2 |
2007-10-10 | r21064: The core of this patch is | Volker Lendecke | 1 | -10/+20 |
2007-10-10 | r20846: Before this gets out of control... | Volker Lendecke | 1 | -2/+3 |
2007-10-10 | r20237: Replace exit_server with exit_server_cleanly where appropriate. All | James Peach | 1 | -3/+3 |
2007-10-10 | r18224: Paranoia - ensure the oplock event handler is | Jeremy Allison | 1 | -0/+6 |
2007-10-10 | r17452: Some C++ warnings | Volker Lendecke | 1 | -5/+5 |
2007-10-10 | r17293: After the results from the cluster tests in Germany, | Jeremy Allison | 1 | -11/+0 |
2007-10-10 | r17134: Fix a debug message | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r16435: Add in the uid info that Jerry needs into the | Jeremy Allison | 1 | -0/+2 |
2007-10-10 | r15958: Make us pass RAW-OPLOCK with kernel oplocks off. | Jeremy Allison | 1 | -0/+1 |
2007-10-10 | r15668: DOS or FCB opens share one share mode entry from different | Jeremy Allison | 1 | -3/+3 |
2007-10-10 | r15446: Tidy up the formatting of locking debug messages and make it more | James Peach | 1 | -18/+22 |
2007-10-10 | r15088: Remove all time() and gettimeofday() calls out of the mainline | Jeremy Allison | 1 | -15/+3 |
2007-10-10 | r13916: Fix Coverity bug #29. Looks like my code. I wonder how much there is ... | Volker Lendecke | 1 | -0/+1 |
2007-10-10 | r13571: Replace all calls to talloc_free() with thye TALLOC_FREE() | Gerald Carter | 1 | -8/+8 |
2007-10-10 | r13498: Fix the kernel oplocks code for IRIX. Should fix #3515. | Jeremy Allison | 1 | -16/+7 |
2007-10-10 | r13482: Push the FAM notification file descriptor into the select | James Peach | 1 | -10/+5 |
2007-10-10 | r13233: build fixes for smbmnt; remove unused variable; ready to ship 3.0.21b... | Gerald Carter | 1 | -1/+0 |
2007-10-10 | r13198: Fix issues exposed by Jerry's testing on 64-bit Solaris | Jeremy Allison | 1 | -55/+138 |
2007-10-10 | r13192: Fix up alignment issues when printing share mode | Jeremy Allison | 1 | -0/+9 |
2007-10-10 | r12877: Stop passing structs around in smb messages, instead | Jeremy Allison | 1 | -55/+133 |
2007-10-10 | r12713: Remove use of uint8_t -> uint8. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r12460: Fixes for bug 3349 | Volker Lendecke | 1 | -0/+8 |
2007-10-10 | r12203: Add the share path into the sharemode db. This involves | Jeremy Allison | 1 | -3/+3 |
2007-10-10 | r10656: BIG merge from trunk. Features not copied over | Gerald Carter | 1 | -1010/+321 |
2007-10-10 | r9126: Fix valgrind bug Volker found in interaction with new aio buffer | Jeremy Allison | 1 | -5/+7 |
2007-10-10 | r8545: Fix oplock bug introduced by oplock code "simplification" :-). | Jeremy Allison | 1 | -5/+5 |
2007-10-10 | r8521: Another micro-step: Don't pass down a flag where not necessary. | Volker Lendecke | 1 | -14/+16 |
2007-10-10 | r8508: Rename EXCLUSIVE_BREAK_SENT to BREAK_TO_NONE_SENT. | Volker Lendecke | 1 | -2/+2 |
2007-10-10 | r8219: Merge the new open code from HEAD to 3.0. Haven't yet run the torture | Jeremy Allison | 1 | -29/+38 |
2007-10-10 | r7963: Add aio support to 3.0. | Jeremy Allison | 1 | -6/+20 |
2007-10-10 | r6252: Re-order position of become_root() to allow directory to be | Jeremy Allison | 1 | -3/+4 |
2007-10-10 | r6234: Fix for possible root squash nfs bugs from psz@maths.usyd.edu.au | Jeremy Allison | 1 | -0/+6 |
2007-10-10 | r6225: get rid of warnings from my compiler about nested externs | Herb Lewis | 1 | -5/+3 |
2007-10-10 | r6172: Tidy up error processing significantly. Remove unix_ERR_XXX global nas... | Jeremy Allison | 1 | -0/+3 |
2007-10-10 | r5014: Split out the request to send an async level II oplock break into a | Jeremy Allison | 1 | -17/+58 |
2007-10-10 | r5002: Ensure we can't remove a level II oplock without having the | Jeremy Allison | 1 | -17/+19 |
2007-10-10 | r4088: Get medieval on our ass about malloc.... :-). Take control of all our ... | Jeremy Allison | 1 | -2/+2 |
2007-10-10 | r1117: Doh ! Remember to turn off signing when sending a "break to level II" ... | Jeremy Allison | 1 | -1/+9 |
2007-10-10 | r1089: Removed spurious oplock message in deferred open processing. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r1085: Now it's had some proper user testing, merge in the deferred open fix.... | Jeremy Allison | 1 | -1/+69 |
2003-08-07 | An oplock break reply from the client causes the sequence number to be | Jeremy Allison | 1 | -4/+0 |
2003-08-07 | Turns out I had my packet sequences wrong for oplock break code. | Jeremy Allison | 1 | -0/+4 |
2003-08-02 | More fixes for client and server side signing. Ensure sequence numbers | Jeremy Allison | 1 | -0/+3 |
2003-07-17 | Correctly toggle the signing state to what it was previosly when sending | Jeremy Allison | 1 | -3/+8 |