Age | Commit message (Expand) | Author | Files | Lines |
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 |
2007-10-10 | r10656: BIG merge from trunk. Features not copied over | Gerald Carter | 1 | -499/+380 |
2007-10-10 | r10133: Fix bug #3044. open-exec is read-only. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r9584: Fix a race condition in Samba 3. If two files are opened simultaneousl... | Volker Lendecke | 1 | -0/+9 |
2007-10-10 | r8492: open_mode_check does not use the parameter p_flags, so remove it. | Volker Lendecke | 1 | -3/+2 |
2007-10-10 | r8219: Merge the new open code from HEAD to 3.0. Haven't yet run the torture | Jeremy Allison | 1 | -779/+1127 |
2007-10-10 | r7963: Add aio support to 3.0. | Jeremy Allison | 1 | -0/+4 |
2007-10-10 | r6673: Fix the write cache based on some VERY good detective work | Jeremy Allison | 1 | -3/+0 |
2007-10-10 | r6344: Fix bug #2601 - it seems that DOS_OPEN_EXEC does mean readonly. Needed | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r6225: get rid of warnings from my compiler about nested externs | Herb Lewis | 1 | -3/+1 |
2007-10-10 | r6200: Returned access should contain share mode as well as open mode. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r6174: Fixup T2 open call - we were returning 2 bytes short. | Jeremy Allison | 1 | -17/+0 |
2007-10-10 | r6172: Tidy up error processing significantly. Remove unix_ERR_XXX global nas... | Jeremy Allison | 1 | -69/+32 |
2007-10-10 | r6152: Correctly check OpenX open modes. | Jeremy Allison | 1 | -13/+35 |
2007-10-10 | r5854: Fix coredump when OS/2 checks for long file name support (with .+,;=[].). | Jim McDonough | 1 | -7/+5 |
2007-10-10 | r5848: Fix inherit owner to chown directories in a porable and secure way (from | Jeremy Allison | 1 | -37/+25 |
2007-10-10 | r5792: Added new parameter "inherit owner". If set on a share, the created fi... | Jeremy Allison | 1 | -27/+125 |
2007-10-10 | r5630: This may be a mistake ... needs more cthon investigation. | Jeremy Allison | 1 | -0/+3 |
2007-10-10 | r5623: Horrible band-aid patch to fix Blue-Arc torture tester. | Jeremy Allison | 1 | -1/+7 |
2007-10-10 | r5014: Split out the request to send an async level II oplock break into a | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r4088: Get medieval on our ass about malloc.... :-). Take control of all our ... | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r4007: Fix bug #2088 - ensure inherit permissions is only applied on a new file, | Jeremy Allison | 1 | -3/+3 |
2007-10-10 | r3853: Fix an uninitialized variable warning. Jeremy, there are some of these in | Volker Lendecke | 1 | -0/+2 |
2007-10-10 | r3002: Fix for bug #1886 - prevent delete on close being set | Jeremy Allison | 1 | -2/+14 |
2007-10-10 | r2083: Fix memleak on return code path. | Jeremy Allison | 1 | -5/+6 |
2007-10-10 | r2027: Fix for but #1657, used initialized variable, from | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r1304: Turns out non-io opens that cause oplock breaks are a *different* set | Jeremy Allison | 1 | -2/+2 |
2007-10-10 | r1263: Make "defer sharing violations" a global parameter. | Jeremy Allison | 1 | -2/+2 |
2007-10-10 | r1260: Added new parameter in the protocol section. "defer sharing violations", | Jeremy Allison | 1 | -0/+8 |
2007-10-10 | r1097: Fix errno being incorrectly set. Noticed by Richard. | Jeremy Allison | 1 | -0/+1 |
2007-10-10 | r1089: Removed spurious oplock message in deferred open processing. | Jeremy Allison | 1 | -0/+10 |
2007-10-10 | r1085: Now it's had some proper user testing, merge in the deferred open fix.... | Jeremy Allison | 1 | -19/+181 |
2007-10-10 | r974: Fix open code to pass more torture tests. We now pass the Samba4 | Jeremy Allison | 1 | -28/+87 |
2007-10-10 | r945: "Correct" (as in, more correct) way to handle stat opens. Doesn't regress | Jeremy Allison | 1 | -22/+25 |
2007-10-10 | r779: Fix specific case of open that doesn't cause oplock break, or share mod... | Jeremy Allison | 1 | -6/+21 |
2007-10-10 | r742: Volker discovered that we can truncate a locked file. Well I never ! :-). | Jeremy Allison | 1 | -22/+2 |
2007-10-10 | r740: Fix Bug #1301. Return NT_STATUS_SHARING_VIOLATION when share mode locking | Richard Sharpe | 1 | -0/+14 |
2004-04-02 | Added per-share parameter "store dos attributes". When set, will store | Jeremy Allison | 1 | -35/+46 |
2004-03-19 | Fix for #1064 - ensure truncate attribute checking is done correctly on "hidd... | Jeremy Allison | 1 | -1/+2 |
2004-02-28 | Can't set allocation size on directories, return correct error code on | Jeremy Allison | 1 | -1/+5 |
2004-02-24 | More gentest error fixups. | Jeremy Allison | 1 | -0/+9 |
2003-11-18 | Remove unneeded second open for filename ending in '.' now we know it's | Jeremy Allison | 1 | -13/+3 |
2003-10-21 | Fix signing miss-sequence noticed by Stefan Metzmacher <metze@metzemix.de> | Jeremy Allison | 1 | -1/+1 |
2003-08-19 | Implement SMBexit properly. Found by Samba4 tester. You must do a make | Jeremy Allison | 1 | -0/+4 |
2003-08-14 | Fix SMBseek and get/set position information SMBs. Works against | Jeremy Allison | 1 | -3/+0 |