summaryrefslogtreecommitdiffstats
path: root/source/smbd
Commit message (Expand)AuthorAgeFilesLines
* r20372: Make NTrename the same as SMBmv w.r.t. wildcards.Jeremy Allison2007-10-101-6/+12
* r20371: In renames (via SMBmv) both src and dest can containJeremy Allison2007-10-101-4/+5
* r20370: Now we've gone to the trouble of getting an NT statusJeremy Allison2007-10-101-1/+1
* r20368: Fix valgrind report of uninitialized memoryJeremy Allison2007-10-101-1/+12
* r20363: Fix any possible valgrind errors in srvstr_get_XX or srvstr_pull_XXJeremy Allison2007-10-102-18/+31
* r20362: Fix valgrind issues where we may read paramsJeremy Allison2007-10-101-17/+41
* r20356: Consolidate the calls to parent_dirname() per open to one.Volker Lendecke2007-10-105-56/+80
* r20345: Simplify call_nt_transact_create by using tmp_talloc_ctx()Volker Lendecke2007-10-101-14/+2
* r20344: Move the calls to inherit_access_acls and change_owner_to_parent toge...Volker Lendecke2007-10-101-14/+16
* r20343: Split change_owner_to_parent fd-based (for file opens) and a name-bas...Volker Lendecke2007-10-101-73/+83
* r20342: Move the lstat into mkdir_internal, for the FILE_OPEN case in open_di...Volker Lendecke2007-10-101-18/+30
* r20340: Join vfs_MkDir to its only callerVolker Lendecke2007-10-102-38/+25
* r20339: Make mkdir_internal static to open.cVolker Lendecke2007-10-102-51/+49
* r20338: Restructure open_directory a bit. This gets rid of a race condition r...Volker Lendecke2007-10-103-54/+47
* r20336: Fix some memleaks in trans2open and simplify trans2mkdir a bit: We no...Volker Lendecke2007-10-101-21/+5
* r20335: Port oplock return logic from ntcreate&x to NT_TRANSACT_CREATE. Fixes...Volker Lendecke2007-10-101-2/+6
* r20313: Make trans2_mkdir also go through open_directory for all the fancy in...Volker Lendecke2007-10-101-10/+18
* r20312: Fix a memleakVolker Lendecke2007-10-101-1/+1
* r20310: We've checked for EA's and support for them further up already.Volker Lendecke2007-10-101-1/+1
* r20264: Two lines above this we just checked if (fsp->is_directory) ...Volker Lendecke2007-10-101-1/+1
* r20257: Hey, change_owner_to_parent is now static :-)Volker Lendecke2007-10-101-4/+4
* r20253: Reduce some code duplication, make reply_mkdir go through the same co...Volker Lendecke2007-10-101-25/+10
* r20237: Replace exit_server with exit_server_cleanly where appropriate. AllJames Peach2007-10-109-35/+36
* r20229: Avoid a silly function call in mkdir_internal. None of the callers lo...Volker Lendecke2007-10-101-2/+1
* r20228: Bring the calling conventions of inherit_access_acl and change_owner_...Volker Lendecke2007-10-104-6/+13
* r20227: Simplify logic in vfs_MkDir() a bitVolker Lendecke2007-10-101-11/+15
* r20211: send_nt_replies does not need the inbuf argVolker Lendecke2007-10-101-32/+51
* r20178: Ensure we allocate the intermediate trans structsJeremy Allison2007-10-104-3/+14
* r20131: get rid of a few no previous prototype warningsHerb Lewis2007-10-102-1/+2
* r20124: clean up nested extern declaration warningsHerb Lewis2007-10-103-8/+8
* r20098: Properly fix issues with create_token_from_username()Jeremy Allison2007-10-102-42/+17
* r20097: Ensure found_username is freed correctly whenJeremy Allison2007-10-101-2/+7
* r20090: Fix a class of bugs found by James Peach. EnsureJeremy Allison2007-10-102-3/+8
* r20014: Ouch.... "res" is not a flag here, it is the service number...Volker Lendecke2007-10-101-1/+0
* r20006: Convert the registry shares to use the new APIVolker Lendecke2007-10-101-48/+31
* r19993: Fix the problem with Linux clients requesting O_WRONLYJeremy Allison2007-10-101-3/+12
* r19991: Sorry for this 2000-liner...Volker Lendecke2007-10-101-6/+5
* r19986: ooopsSimo Sorce2007-10-101-2/+0
* r19984: Must have been drunk yesterday.Simo Sorce2007-10-101-7/+4
* r19980: Implement pam account stack checks when obey pam restrictions is true.Simo Sorce2007-10-101-0/+16
* r19979: Fix memleak on pw and change talloc_destroy to TALLOC_FREE for mem_ctxSimo Sorce2007-10-101-3/+7
* r19963: Add 'registry shares = yes' and registry key security descriptors.Volker Lendecke2007-10-103-0/+115
* r19873: Make sure we are privileged when doing DMAPI operations on systemsJames Peach2007-10-101-3/+16
* r19709: Fix bug #4224 - deadtime timeout was brokenJeremy Allison2007-10-101-0/+1
* r19705: Fix blocker bug for 3.0.23d - find_forced_group couldJeremy Allison2007-10-101-0/+9
* r19647: Add some GPFS support in a vfs mod. Also adds the kernel flock op toJim McDonough2007-10-101-24/+13
* r19627: Fix for bug #4211 - logic error in acl_group_override()Jeremy Allison2007-10-101-2/+2
* r19626: Coalesce usage of DUMP_CORE. Fix formatting on chdir error messageJames Peach2007-10-101-2/+0
* r19386: Limit the size of the connection bitmap to <64K entries.James Peach2007-10-101-1/+11
* r19260: Fix for bug #3524 from tiamat@komi.mts.ru - Solaris quotas.Jeremy Allison2007-10-101-7/+9