index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
smbd
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r20345: Simplify call_nt_transact_create by using tmp_talloc_ctx()
Volker Lendecke
1
-14
/
+2
2007-10-10
r20344: Move the calls to inherit_access_acls and change_owner_to_parent toge...
Volker Lendecke
1
-14
/
+16
2007-10-10
r20343: Split change_owner_to_parent fd-based (for file opens) and a name-bas...
Volker Lendecke
1
-73
/
+83
2007-10-10
r20342: Move the lstat into mkdir_internal, for the FILE_OPEN case in open_di...
Volker Lendecke
1
-18
/
+30
2007-10-10
r20340: Join vfs_MkDir to its only caller
Volker Lendecke
2
-38
/
+25
2007-10-10
r20339: Make mkdir_internal static to open.c
Volker Lendecke
2
-51
/
+49
2007-10-10
r20338: Restructure open_directory a bit. This gets rid of a race condition r...
Volker Lendecke
3
-54
/
+47
2007-10-10
r20336: Fix some memleaks in trans2open and simplify trans2mkdir a bit: We no...
Volker Lendecke
1
-21
/
+5
2007-10-10
r20335: Port oplock return logic from ntcreate&x to NT_TRANSACT_CREATE. Fixes...
Volker Lendecke
1
-2
/
+6
2007-10-10
r20313: Make trans2_mkdir also go through open_directory for all the fancy in...
Volker Lendecke
1
-10
/
+18
2007-10-10
r20312: Fix a memleak
Volker Lendecke
1
-1
/
+1
2007-10-10
r20310: We've checked for EA's and support for them further up already.
Volker Lendecke
1
-1
/
+1
2007-10-10
r20264: Two lines above this we just checked if (fsp->is_directory) ...
Volker Lendecke
1
-1
/
+1
2007-10-10
r20257: Hey, change_owner_to_parent is now static :-)
Volker Lendecke
1
-4
/
+4
2007-10-10
r20253: Reduce some code duplication, make reply_mkdir go through the same co...
Volker Lendecke
1
-25
/
+10
2007-10-10
r20237: Replace exit_server with exit_server_cleanly where appropriate. All
James Peach
9
-35
/
+36
2007-10-10
r20229: Avoid a silly function call in mkdir_internal. None of the callers lo...
Volker Lendecke
1
-2
/
+1
2007-10-10
r20228: Bring the calling conventions of inherit_access_acl and change_owner_...
Volker Lendecke
4
-6
/
+13
2007-10-10
r20227: Simplify logic in vfs_MkDir() a bit
Volker Lendecke
1
-11
/
+15
2007-10-10
r20211: send_nt_replies does not need the inbuf arg
Volker Lendecke
1
-32
/
+51
2007-10-10
r20178: Ensure we allocate the intermediate trans structs
Jeremy Allison
4
-3
/
+14
2007-10-10
r20131: get rid of a few no previous prototype warnings
Herb Lewis
2
-1
/
+2
2007-10-10
r20124: clean up nested extern declaration warnings
Herb Lewis
3
-8
/
+8
2007-10-10
r20098: Properly fix issues with create_token_from_username()
Jeremy Allison
2
-42
/
+17
2007-10-10
r20097: Ensure found_username is freed correctly when
Jeremy Allison
1
-2
/
+7
2007-10-10
r20090: Fix a class of bugs found by James Peach. Ensure
Jeremy Allison
2
-3
/
+8
2007-10-10
r20014: Ouch.... "res" is not a flag here, it is the service number...
Volker Lendecke
1
-1
/
+0
2007-10-10
r20006: Convert the registry shares to use the new API
Volker Lendecke
1
-48
/
+31
2007-10-10
r19993: Fix the problem with Linux clients requesting O_WRONLY
Jeremy Allison
1
-3
/
+12
2007-10-10
r19991: Sorry for this 2000-liner...
Volker Lendecke
1
-6
/
+5
2007-10-10
r19986: ooops
Simo Sorce
1
-2
/
+0
2007-10-10
r19984: Must have been drunk yesterday.
Simo Sorce
1
-7
/
+4
2007-10-10
r19980: Implement pam account stack checks when obey pam restrictions is true.
Simo Sorce
1
-0
/
+16
2007-10-10
r19979: Fix memleak on pw and change talloc_destroy to TALLOC_FREE for mem_ctx
Simo Sorce
1
-3
/
+7
2007-10-10
r19963: Add 'registry shares = yes' and registry key security descriptors.
Volker Lendecke
3
-0
/
+115
2007-10-10
r19873: Make sure we are privileged when doing DMAPI operations on systems
James Peach
1
-3
/
+16
2007-10-10
r19709: Fix bug #4224 - deadtime timeout was broken
Jeremy Allison
1
-0
/
+1
2007-10-10
r19705: Fix blocker bug for 3.0.23d - find_forced_group could
Jeremy Allison
1
-0
/
+9
2007-10-10
r19647: Add some GPFS support in a vfs mod. Also adds the kernel flock op to
Jim McDonough
1
-24
/
+13
2007-10-10
r19627: Fix for bug #4211 - logic error in acl_group_override()
Jeremy Allison
1
-2
/
+2
2007-10-10
r19626: Coalesce usage of DUMP_CORE. Fix formatting on chdir error message
James Peach
1
-2
/
+0
2007-10-10
r19386: Limit the size of the connection bitmap to <64K entries.
James Peach
1
-1
/
+11
2007-10-10
r19260: Fix for bug #3524 from tiamat@komi.mts.ru - Solaris quotas.
Jeremy Allison
1
-7
/
+9
2007-10-10
r19203: Part two of returning our real name. This code is a bit ancient... :-)
Volker Lendecke
1
-1
/
+1
2007-10-10
r19184: W2k3 returns its name for the GetServerInfo RAP call. Do the same.
Volker Lendecke
1
-1
/
+1
2007-10-10
r19147: This is WRONG, but the way the VFS works this is the only fix to get ...
Volker Lendecke
1
-1
/
+1
2007-10-10
r19094: Fix debug statement.
Günther Deschner
1
-1
/
+1
2007-10-10
r19077: Fix an uninitialized variable
Volker Lendecke
1
-2
/
+2
2007-10-10
r19058: Implement "user cannot change password", and complete "user must change
Jim McDonough
1
-26
/
+19
2007-10-10
r19010: Fix bug 4137
Volker Lendecke
1
-0
/
+4
[prev]
[next]