summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r20257: Hey, change_owner_to_parent is now static :-)Volker Lendecke1-4/+4
2007-10-10r20253: Reduce some code duplication, make reply_mkdir go through the same co...Volker Lendecke1-25/+10
2007-10-10r20237: Replace exit_server with exit_server_cleanly where appropriate. AllJames Peach9-35/+36
2007-10-10r20229: Avoid a silly function call in mkdir_internal. None of the callers lo...Volker Lendecke1-2/+1
2007-10-10r20228: Bring the calling conventions of inherit_access_acl and change_owner_...Volker Lendecke4-6/+13
2007-10-10r20227: Simplify logic in vfs_MkDir() a bitVolker Lendecke1-11/+15
2007-10-10r20211: send_nt_replies does not need the inbuf argVolker Lendecke1-32/+51
2007-10-10r20178: Ensure we allocate the intermediate trans structsJeremy Allison4-3/+14
2007-10-10r20131: get rid of a few no previous prototype warningsHerb Lewis2-1/+2
2007-10-10r20124: clean up nested extern declaration warningsHerb Lewis3-8/+8
2007-10-10r20098: Properly fix issues with create_token_from_username()Jeremy Allison2-42/+17
2007-10-10r20097: Ensure found_username is freed correctly whenJeremy Allison1-2/+7
2007-10-10r20090: Fix a class of bugs found by James Peach. EnsureJeremy Allison2-3/+8
2007-10-10r20014: Ouch.... "res" is not a flag here, it is the service number...Volker Lendecke1-1/+0
2007-10-10r20006: Convert the registry shares to use the new APIVolker Lendecke1-48/+31
2007-10-10r19993: Fix the problem with Linux clients requesting O_WRONLYJeremy Allison1-3/+12
2007-10-10r19991: Sorry for this 2000-liner...Volker Lendecke1-6/+5
2007-10-10r19986: ooopsSimo Sorce1-2/+0
2007-10-10r19984: Must have been drunk yesterday.Simo Sorce1-7/+4
2007-10-10r19980: Implement pam account stack checks when obey pam restrictions is true.Simo Sorce1-0/+16
2007-10-10r19979: Fix memleak on pw and change talloc_destroy to TALLOC_FREE for mem_ctxSimo Sorce1-3/+7
2007-10-10r19963: Add 'registry shares = yes' and registry key security descriptors.Volker Lendecke3-0/+115
2007-10-10r19873: Make sure we are privileged when doing DMAPI operations on systemsJames Peach1-3/+16
2007-10-10r19709: Fix bug #4224 - deadtime timeout was brokenJeremy Allison1-0/+1
2007-10-10r19705: Fix blocker bug for 3.0.23d - find_forced_group couldJeremy Allison1-0/+9
2007-10-10r19647: Add some GPFS support in a vfs mod. Also adds the kernel flock op toJim McDonough1-24/+13
2007-10-10r19627: Fix for bug #4211 - logic error in acl_group_override()Jeremy Allison1-2/+2
2007-10-10r19626: Coalesce usage of DUMP_CORE. Fix formatting on chdir error messageJames Peach1-2/+0
2007-10-10r19386: Limit the size of the connection bitmap to <64K entries.James Peach1-1/+11
2007-10-10r19260: Fix for bug #3524 from tiamat@komi.mts.ru - Solaris quotas.Jeremy Allison1-7/+9
2007-10-10r19203: Part two of returning our real name. This code is a bit ancient... :-)Volker Lendecke1-1/+1
2007-10-10r19184: W2k3 returns its name for the GetServerInfo RAP call. Do the same.Volker Lendecke1-1/+1
2007-10-10r19147: This is WRONG, but the way the VFS works this is the only fix to get ...Volker Lendecke1-1/+1
2007-10-10r19094: Fix debug statement.Günther Deschner1-1/+1
2007-10-10r19077: Fix an uninitialized variableVolker Lendecke1-2/+2
2007-10-10r19058: Implement "user cannot change password", and complete "user must changeJim McDonough1-26/+19
2007-10-10r19010: Fix bug 4137Volker Lendecke1-0/+4
2007-10-10r19001: Fix commentVolker Lendecke1-1/+1
2007-10-10r19000: Merge the max tcon check from 3_0_23. Thanks to James Peach that this...Volker Lendecke1-0/+5
2007-10-10r18907: W00t. My original fix was correct after all :-).Jeremy Allison1-1/+1
2007-10-10r18802: Use the pidl-generated code for the srvsvc interface, both client and...Jelmer Vernooij1-1/+1
2007-10-10r18793: Fix BE string handling in the auto-generatedJeremy Allison1-1/+1
2007-10-10r18789: Replace the winreg server code with the libndr parsing code.Gerald Carter1-0/+1
2007-10-10r18787: Fix the strlen_m and strlen_m_term code by mergingJeremy Allison2-4/+34
2007-10-10r18773: Change negprot_spnego to return a blobVolker Lendecke1-10/+12
2007-10-10r18772: Now that we don't have a one-byte keylength in the extended security ...Volker Lendecke1-4/+0
2007-10-10r18771: Sequel to r18761: If we always set the keylen to 0 there's no point i...Volker Lendecke1-6/+3
2007-10-10r18761: Even if only offering NTLMSSP Windows (tested with Vista & XP) sends ...Volker Lendecke1-5/+2
2007-10-10r18760: Fix typos, remove unneeded codeVolker Lendecke1-10/+2
2007-10-10r18745: Use the Samba4 data structures for security descriptors and security ...Jelmer Vernooij2-31/+31