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
/
nttrans.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-04-07
Rewrite the wrap checks to deal with gcc 4.x optimisations.
Jeremy Allison
1
-38
/
+51
2008-04-07
smbd: implement the strange write time update logic
Stefan Metzmacher
1
-1
/
+1
2008-04-01
smbd: ignore nttrans renames as w2k3 does
Stefan Metzmacher
1
-24
/
+3
2008-03-11
Using Metze's S4 nttrans rename test, the nttrans rename
Jeremy Allison
1
-1
/
+1
2008-03-11
Try and fix bug #5315, as well as S4 torture tests RAW-OPLOCK BATCH19,
Jeremy Allison
1
-2
/
+3
2008-02-22
Don't use fname after create_file has been called
Volker Lendecke
1
-5
/
+5
2008-01-19
Add "split_ntfs_stream_name()" together with a torture test
Volker Lendecke
1
-0
/
+3
2008-01-09
Make use of talloc_pool in the main codepaths. Remove the sub-contexts.
Jeremy Allison
1
-8
/
+0
2008-01-06
Remove superfluous parameter fd from SMB_VFS_FSET_NT_ACL().
Michael Adam
1
-2
/
+1
2008-01-06
Remove superfluous fd parameter from SMB_VFS_FGET_NT_ACL().
Michael Adam
1
-1
/
+1
2008-01-04
Now conn is part of smb_request, we don't need it as
Jeremy Allison
1
-5
/
+9
2008-01-04
Refactor the crypto code after a very helpful conversation
Jeremy Allison
1
-17
/
+22
2007-12-29
Remove tiny code duplication
Volker Lendecke
1
-1
/
+1
2007-12-29
Remove tiny code duplication
Volker Lendecke
1
-1
/
+2
2007-12-19
Change the prototype of the vfs function get_nt_acl().
Michael Adam
1
-1
/
+1
2007-12-16
make use of [un]marshall_sec_desc, allow for fd==-1 in get/set_secdesc
Volker Lendecke
1
-87
/
+46
2007-12-15
Replace sid_string_static by sid_string_dbg in DEBUGs
Volker Lendecke
1
-3
/
+4
2007-12-07
Attempt to fix make test :-)
Volker Lendecke
1
-2
/
+2
2007-12-07
Pass only internal oplock request values to create_file
Volker Lendecke
1
-4
/
+66
2007-12-07
More parameter shuffling
Volker Lendecke
1
-4
/
+4
2007-12-07
Re-arrange create_file() parameters
Volker Lendecke
1
-4
/
+4
2007-12-05
There's no point in passing down a 0
Volker Lendecke
1
-4
/
+2
2007-12-05
Move create_file to open.c
Volker Lendecke
1
-477
/
+0
2007-12-05
Fix an uninitialized variable
Volker Lendecke
1
-1
/
+1
2007-12-05
Fix debug
Volker Lendecke
1
-2
/
+8
2007-12-05
Fix attribute calculation for ntcreate&x
Volker Lendecke
1
-17
/
+21
2007-12-05
Fix error returns
Volker Lendecke
1
-2
/
+12
2007-12-05
Fix debugs
Volker Lendecke
1
-2
/
+18
2007-12-05
Implement create_file()
Volker Lendecke
1
-706
/
+347
2007-12-05
Reformatting, also allow quotas for transact_create
Volker Lendecke
1
-12
/
+38
2007-12-05
Tiny refactorings
Volker Lendecke
1
-17
/
+12
2007-12-05
Split out sd parsing
Volker Lendecke
1
-5
/
+33
2007-12-05
Reformatting
Volker Lendecke
1
-9
/
+12
2007-12-05
Align formatting, one TALLOC_FREE is enough
Volker Lendecke
1
-5
/
+5
2007-12-05
Move pulling the ea list out of the way
Volker Lendecke
1
-14
/
+8
2007-12-05
Reformatting
Volker Lendecke
1
-10
/
+12
2007-12-05
Put posix semantic calculation in the same place in both routines
Volker Lendecke
1
-9
/
+9
2007-12-05
Tiny refactoring
Volker Lendecke
1
-6
/
+8
2007-12-05
Tiny refactoring
Volker Lendecke
1
-3
/
+3
2007-12-05
TALLOC_FREE early
Volker Lendecke
1
-4
/
+10
2007-12-05
consolidate srvstr_get_path in ntcreate_and_X
Volker Lendecke
1
-89
/
+59
2007-12-05
Tiny refactoring
Volker Lendecke
1
-3
/
+2
2007-12-05
tiny refactoring
Volker Lendecke
1
-4
/
+5
2007-12-01
In nttransact_create, we also need to check for delete readonly
Volker Lendecke
1
-1
/
+2
2007-11-13
Make [f]get_nt_acl return NTSTATUS
Volker Lendecke
1
-7
/
+11
2007-11-12
Fix bug #5073. Allow "delete readonly = yes" to correctly
Jeremy Allison
1
-1
/
+2
2007-11-03
Remove the smb_read_error global variable and replace
Jeremy Allison
1
-1
/
+0
2007-10-31
Fix some cases where file_set_dosmode was being passed
Jeremy Allison
1
-1
/
+1
2007-10-18
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
1
-14
/
+14
2007-10-10
r25309: Volker's fix for bug #4984 - samba4 torture test
Jeremy Allison
1
-41
/
+71
[next]