index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
smbd
/
open.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix debug messages.
Jeremy Allison
2008-02-22
1
-4
/
+5
*
Fix a ton of IBM checker uninitialized variable warnings
Volker Lendecke
2008-01-22
1
-2
/
+1
*
Free case_state earlier
Volker Lendecke
2008-01-20
1
-0
/
+2
*
NT_STATUS_OBJECT_NAME_NOT_FOUND also means "no streams around :-)"
Volker Lendecke
2008-01-20
1
-1
/
+2
*
Couple of minor fixes for POSIX pathname processing in the
Jeremy Allison
2008-01-19
1
-1
/
+1
*
Add streams support
Volker Lendecke
2008-01-19
1
-12
/
+202
*
delete on close even prevents stat opens
Volker Lendecke
2008-01-12
1
-6
/
+6
*
There's no point in calling FLOCK on a non-existing fd
Volker Lendecke
2008-01-12
1
-7
/
+9
*
use talloc_tos in a few more places
Volker Lendecke
2008-01-10
1
-4
/
+4
*
Make use of talloc_pool in the main codepaths. Remove the sub-contexts.
Jeremy Allison
2008-01-09
1
-7
/
+1
*
Replace an uninitialized variable
Volker Lendecke
2008-01-09
1
-0
/
+2
*
Remove redundant parameter fd from SMB_VFS_FCHMOD_ACL().
Michael Adam
2008-01-08
1
-3
/
+2
*
Remove redundant parameter fd from SMB_VFS_KERNEL_FLOCK().
Michael Adam
2008-01-07
1
-1
/
+1
*
Remove redundant parameter fd from SMB_VFS_FTRUNCATE().
Michael Adam
2008-01-07
1
-1
/
+1
*
Remove redundant parameter fd from SMB_VFS_FCHOWN().
Michael Adam
2008-01-07
1
-1
/
+1
*
Remove redundant parameter fd from SMB_VFS_FCHMOD().
Michael Adam
2008-01-07
1
-1
/
+1
*
Remove redundant parameter fd from SMB_VFS_FSTAT().
Michael Adam
2008-01-07
1
-3
/
+3
*
Remove superfluous parameter fd from SMB_VFS_FSET_NT_ACL().
Michael Adam
2008-01-06
1
-2
/
+1
*
Using a bool with a logical operation. IBM checker caught.
Jeremy Allison
2008-01-04
1
-1
/
+1
*
Refactor the crypto code after a very helpful conversation
Jeremy Allison
2008-01-04
1
-2
/
+2
*
Use NULL instead of 0
Volker Lendecke
2008-01-01
1
-4
/
+4
*
Fix setting the initial permission bits
Volker Lendecke
2007-12-28
1
-4
/
+9
*
We need to return the correct atime
Volker Lendecke
2007-12-26
1
-1
/
+6
*
Remove redundant connection_struct from fd_close() parameter list.
Michael Adam
2007-12-22
1
-11
/
+11
*
Remove redundant connection_struct from fd_close_posix() parameter list.
Michael Adam
2007-12-22
1
-1
/
+1
*
separate out create_file_unixpath()
Volker Lendecke
2007-12-11
1
-171
/
+242
*
Move more stuff out of the way
Volker Lendecke
2007-12-11
1
-7
/
+7
*
Move INTERNAL_OPEN_ONLY calculation out of the way
Volker Lendecke
2007-12-11
1
-4
/
+4
*
Increase debug level
Volker Lendecke
2007-12-10
1
-1
/
+1
*
Pass only internal oplock request values to create_file
Volker Lendecke
2007-12-07
1
-42
/
+5
*
More parameter shuffling
Volker Lendecke
2007-12-07
1
-1
/
+1
*
Re-arrange create_file() parameters
Volker Lendecke
2007-12-07
1
-1
/
+1
*
Make fname arg to create_file a "const char *"
Volker Lendecke
2007-12-07
1
-6
/
+15
*
There's no point in passing down a 0
Volker Lendecke
2007-12-05
1
-15
/
+25
*
Move create_file to open.c
Volker Lendecke
2007-12-05
1
-0
/
+475
*
Add MAX_DNS_NAME_LENGTH, remove more pstrings.
Jeremy Allison
2007-11-15
1
-3
/
+3
*
Fix some cases where file_set_dosmode was being passed
Jeremy Allison
2007-10-31
1
-2
/
+4
*
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
2007-10-18
1
-21
/
+21
*
[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.
Gerald (Jerry) Carter
2007-10-10
1
-0
/
+4
*
r25534: Apply some const
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r25391: Fix bug #4978 : Store DOS Attributes fails when copying folders.
Jeremy Allison
2007-10-10
1
-0
/
+10
*
r25117: The mega-patch Jerry was waiting for. Remove all pstrings from
Jeremy Allison
2007-10-10
1
-12
/
+28
*
r25055: Add file_id_string_tos
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r24809: Consolidate the use of temporary talloc contexts.
Volker Lendecke
2007-10-10
1
-2
/
+2
*
r24702: Remove the old API pointers
Volker Lendecke
2007-10-10
1
-17
/
+15
*
r24120: add a file_id_create() hook into the VFS layer
Stefan Metzmacher
2007-10-10
1
-5
/
+5
*
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
2007-10-10
1
-2
/
+1
*
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r23725: Remove get_current_mid()
Volker Lendecke
2007-10-10
1
-17
/
+33
*
r23724: Reduce access to the global inbuf a tiny bit. Add a struct smb_request
Volker Lendecke
2007-10-10
1
-20
/
+46
[next]