summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r1263: Make "defer sharing violations" a global parameter.Jeremy Allison3-2/+28
2007-10-10r1260: Added new parameter in the protocol section. "defer sharing violations",Jeremy Allison1-0/+8
2007-10-10r1259: Ensure we pass Samba4 RAW-RENAME test.Jeremy Allison1-9/+165
2007-10-10r1257: Ensure we deferr a sharing violation on rename correctly.Jeremy Allison1-1/+11
2007-10-10r1255: Ensure we check attributes correctly on rename request. Gets us furthe...Jeremy Allison2-7/+12
2007-10-10r1154: Change default setting for case sensitivity to "auto". If set to autoJeremy Allison7-16/+48
2007-10-10r1122: As spotted by lha@stacken.kth.se we don't actually use this variable a...Andrew Bartlett1-2/+0
2007-10-10r1117: Doh ! Remember to turn off signing when sending a "break to level II" ...Jeremy Allison1-1/+9
2007-10-10r1115: Fix for #1427. Catch bad path errors at the right point. Ensure allJeremy Allison6-78/+177
2007-10-10r1097: Fix errno being incorrectly set. Noticed by Richard.Jeremy Allison1-0/+1
2007-10-10r1093: Ensure we clear any cached errors on a deferred open call soJeremy Allison4-0/+20
2007-10-10r1089: Removed spurious oplock message in deferred open processing.Jeremy Allison3-5/+17
2007-10-10r1085: Now it's had some proper user testing, merge in the deferred open fix....Jeremy Allison8-47/+521
2007-10-10r1011: fix bad merge (from a few months ago) and ensure that we always use td...Gerald Carter2-6/+6
2007-10-10r998: Arrrgggh. Do it right this time :-(.Jeremy Allison1-3/+3
2007-10-10r996: Fix error in change to queuing code (dlink).Jeremy Allison1-3/+3
2007-10-10r974: Fix open code to pass more torture tests. We now pass the Samba4Jeremy Allison1-28/+87
2007-10-10r971: Auto remove store dos attributes if underlying filesystemJeremy Allison2-11/+26
2007-10-10r957: Fixup moribund unix extensions mknod code path. Don't add inJeremy Allison1-2/+3
2007-10-10r945: "Correct" (as in, more correct) way to handle stat opens. Doesn't regressJeremy Allison1-22/+25
2007-10-10r942: If using DOS error codes, we need to return ERRDOS/ERRbadpath for chkpt...Volker Lendecke1-1/+1
2007-10-10r933: When using widelinks = no, use realpath to canonicalize theJeremy Allison3-2/+41
2007-10-10r931: Ensure we push 16 bytes (including null termination)Jeremy Allison1-2/+2
2007-10-10r925: add changes frpm trunk (r841 and r842) -- enable background queue updat...Gerald Carter1-6/+7
2007-10-10r814: conn is 0 during ioctl (at least during smbtorture IOCTL test)Herb Lewis2-2/+4
2007-10-10r799: BUG 1259 -- add 'printcap cache time' patch from LarsGerald Carter2-1/+51
2007-10-10r786: Memory leak fixes in (mostly) error code paths fromJeremy Allison2-2/+10
2007-10-10r779: Fix specific case of open that doesn't cause oplock break, or share mod...Jeremy Allison2-7/+22
2007-10-10r762: Fix for #1319 when security > share.Jeremy Allison1-2/+8
2007-10-10r742: Volker discovered that we can truncate a locked file. Well I never ! :-).Jeremy Allison1-22/+2
2007-10-10r740: Fix Bug #1301. Return NT_STATUS_SHARING_VIOLATION when share mode lockingRichard Sharpe1-0/+14
2007-10-10r716: Fix for bugid #1345 (Macromedia Homesite cannot connect anymore after u...Jeremy Allison1-0/+4
2007-10-10r710: Fix smbclient symlink command when widelinks = no.Jeremy Allison1-70/+7
2007-10-10r706: Fix erroneous commit... I've not finished testing theJeremy Allison1-9/+3
2007-10-10r698: Now wb pipe is non-blocking remember to read in non-blocking mode...Jeremy Allison1-2/+8
2007-10-10r658: Oops - make smbclient work again with widelinks = no :-).Jeremy Allison2-6/+8
2007-10-10r656: Make widelinks use realpath(). Tidy up cases where we need to become a ...Jeremy Allison5-148/+105
2007-10-10r654: There is no point in having two lines of:Richard Sharpe1-1/+1
2007-10-10r653: Ok, so tridge convinced me. Allow full UNIX path symlinksJeremy Allison1-26/+25
2007-10-10r645: Patch from kawasa_r@itg.hitachi.co.jp to correctly enable core dumps.Jeremy Allison1-0/+4
2007-10-10r640: Make cifsvfs symlinks work with paths within and external to theJeremy Allison1-7/+41
2007-10-10r570: Remove lots of globals to handle case issues - move themJeremy Allison9-100/+70
2007-10-10r519: fix bug in authorise_login() that broke security = shareGerald Carter1-0/+2
2007-10-10r486: BUG 1309: fix seg fault caused by trying to strdup() a NULL pointerGerald Carter1-1/+5
2007-10-10r483: Fix typo of appending '\\' instead of '/' now we're usingJeremy Allison1-2/+2
2007-10-10r481: Fix up assert caught by check_path_syntax.Jeremy Allison1-2/+3
2007-10-10r478: Added Volkers fix to be able to force DOS errors when needed.Jeremy Allison2-5/+5
2007-10-10r428: add acls debug classHerb Lewis1-0/+3
2007-10-10r422: Compile fix for OpenBSD (ENOTSUP not supported - ha ha).Tim Potter1-0/+2
2007-10-10r421: Fix debug message. Closes bugzilla #1305.Tim Potter1-1/+1