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
2008-12-09
s3: [3/3]: Fix a delete on close divergence from windows and the associated t...
Tim Prouty
2
-5
/
+2
2008-12-09
s3: [1/3] Fix a delete on close divergence from windows and the associated to...
Tim Prouty
1
-4
/
+2
2008-12-09
s3: Call fd_close from close_directory
Tim Prouty
1
-0
/
+7
2008-12-09
s3: Refactor calculating path from relative_fid into a separate function
Tim Prouty
1
-78
/
+96
2008-12-09
s3: Refactor getting sec_info from a security_descriptor into separate function
Tim Prouty
1
-13
/
+2
2008-12-09
s3: Make a few open utility functions non-static
Tim Prouty
2
-17
/
+17
2008-12-07
Replace some pointless variables in reply_open_pipe_and_X by comments
Volker Lendecke
1
-12
/
+6
2008-12-05
Fix bug #5944 - nmbd does not boot if socket adress = "" is defined in smb.conf
Yasuma Takeda
1
-3
/
+2
2008-12-04
Fix bug #5937 - filenames with "*" char hide other files
Jeremy Allison
1
-6
/
+4
2008-12-04
Fix bug #1254 - write list not working under share-level security
Jeremy Allison
2
-37
/
+48
2008-12-03
s3: Fix FILE_FLAG_POSIX_SEMANTICS handling underneath SMB_VFS_CREATE_FILE
Tim Prouty
1
-2
/
+2
2008-12-03
s3: Change SMB_VFS_CREATE_FILE to take a create_file_flags argument
Tim Prouty
5
-26
/
+26
2008-12-03
s3: Simplify the create_file_unix_path->open_file_ntcreate path
Tim Prouty
1
-93
/
+38
2008-12-03
s3: Modify direct caller of open_file to call SMB_VFS_CREATE_FILE
Tim Prouty
1
-4
/
+19
2008-12-03
s3: Modify direct callers of open_file_ntcreate and open_directory to call SM...
Tim Prouty
5
-143
/
+276
2008-12-03
s3: Modify direct callers of create_file_unix_path to call SMB_VFS_CREATE_FILE
Tim Prouty
2
-18
/
+46
2008-12-03
s3: Add new "is_dos_path" argument to SMB_VFS_CREATE_FILE
Tim Prouty
4
-3
/
+10
2008-12-03
s3: Add SMB_VFS_CREATE_FILE to the vfs layer
Tim Prouty
4
-89
/
+119
2008-12-01
s3:smbd: close the low level fd of the base_fsp, if the file was created
Stefan Metzmacher
1
-0
/
+2
2008-12-01
s3:smbd: give the correct error when trying to replace a stream
Stefan Metzmacher
1
-0
/
+6
2008-12-01
s3:smbd: only try and fallback to open a directory if it's not a stream open
Stefan Metzmacher
1
-0
/
+7
2008-12-01
s3:smbd: write times should be set on the base file instead of the stream name
Stefan Metzmacher
1
-1
/
+9
2008-12-01
s3:smbd: return DELETE_PENDING on path based operations on streams, when the ...
Stefan Metzmacher
1
-0
/
+40
2008-12-01
s3:smbd: construct the correct newname for stream renames
Stefan Metzmacher
1
-16
/
+32
2008-12-01
s3:smbd: wildcard characters are allowed in stream names
Stefan Metzmacher
1
-1
/
+11
2008-12-01
s3:smbd: correctly verify stream names to pass RAW-STREAMS
Stefan Metzmacher
1
-1
/
+35
2008-12-01
s3:smbd: '|' isn't allowed in windows filenames
Stefan Metzmacher
1
-1
/
+1
2008-12-01
Fix a debug message, append the correct \n
Volker Lendecke
1
-1
/
+1
2008-11-30
Make nt4_compatible_acls() non-static for use by VFS ACL modules.
Steven Danneman
1
-1
/
+1
2008-11-30
Set PRESENT flag when returning NULL [SD]ACL like Windows does.
Steven Danneman
1
-1
/
+9
2008-11-28
Remove "conn" parameter from np_open, smb_request contains it
Volker Lendecke
2
-2
/
+2
2008-11-28
Remove inbuf references from the trans2ioctl code
Volker Lendecke
1
-4
/
+4
2008-11-28
Consolidate the buffer checks for the reply_trans style functions
Volker Lendecke
3
-169
/
+54
2008-11-28
Remove the variable "size" from reply_nttrans
Volker Lendecke
1
-10
/
+13
2008-11-28
Remove the variable "size" from reply_trans
Volker Lendecke
1
-12
/
+16
2008-11-28
Remove an unused variable
Volker Lendecke
1
-2
/
+0
2008-11-28
Remove two direct inbuf references from reply_sesssetup_and_X_spnego()
Volker Lendecke
1
-2
/
+2
2008-11-27
Fix the offset checks in the trans routines
Volker Lendecke
3
-9
/
+9
2008-11-24
Fix bug #5873 - ACL inheritance cannot be broken. This regresses #4308, but t...
Jeremy Allison
1
-0
/
+8
2008-11-24
Get rid of pipes_struct->pipe_user, we have server_info now --- YESSS!
Volker Lendecke
1
-3
/
+3
2008-11-24
Remove unused make_connection_with_chdir()
Volker Lendecke
1
-32
/
+0
2008-11-23
Fix to allow setting of NULL DACL/SACL
Steven Danneman
1
-11
/
+2
2008-11-23
Add auth_serversupplied_info to create_conn_struct
Volker Lendecke
1
-4
/
+15
2008-11-21
Rever 83ff6979f504d50caf725ee62549604630b69be7 - "Fix the logic bug that caus...
Jeremy Allison
1
-7
/
+1
2008-11-21
Fix the logic bug that caused us to run into kernel oplocks on an open for a ...
Jeremy Allison
1
-1
/
+7
2008-11-21
Second part of the fix for bug #5903 - vfs_streams_xattr breaks contents of t...
Jeremy Allison
1
-15
/
+46
2008-11-21
First part of fix for bug #5903 - vfs_streams_xattr breaks contents of the file.
Jeremy Allison
5
-109
/
+126
2008-11-20
Fix bug #5909 - MS-DFS does not work on Vista, if link name includes multibyt...
Yasuma Takeda
1
-6
/
+6
2008-11-18
Fix bug #5908 - Samba 3.0.32 - internal change notify on share directory fails"
Dina Fine
1
-0
/
+3
2008-11-18
Re-structure Volker's patch to "Fix trans2findfirst for the large directory o...
Jeremy Allison
1
-26
/
+21
[next]