index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
smbd
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Pass the get_real_filename operation through the VFS
Volker Lendecke
2008-12-10
1
-4
/
+1
*
Change get_real_filename() to unix syscall conventions, make it non-static
Volker Lendecke
2008-12-10
1
-13
/
+14
*
Apply some const
Volker Lendecke
2008-12-10
1
-2
/
+2
*
Rename "scan_directory" to "get_real_filename"
Volker Lendecke
2008-12-10
1
-12
/
+12
*
s3: [3/3]: Fix a delete on close divergence from windows and the associated t...
Tim Prouty
2008-12-09
2
-5
/
+2
*
s3: [1/3] Fix a delete on close divergence from windows and the associated to...
Tim Prouty
2008-12-09
1
-4
/
+2
*
s3: Call fd_close from close_directory
Tim Prouty
2008-12-09
1
-0
/
+7
*
s3: Refactor calculating path from relative_fid into a separate function
Tim Prouty
2008-12-09
1
-78
/
+96
*
s3: Refactor getting sec_info from a security_descriptor into separate function
Tim Prouty
2008-12-09
1
-13
/
+2
*
s3: Make a few open utility functions non-static
Tim Prouty
2008-12-09
2
-17
/
+17
*
Replace some pointless variables in reply_open_pipe_and_X by comments
Volker Lendecke
2008-12-07
1
-12
/
+6
*
Fix bug #5944 - nmbd does not boot if socket adress = "" is defined in smb.conf
Yasuma Takeda
2008-12-05
1
-3
/
+2
*
Fix bug #5937 - filenames with "*" char hide other files
Jeremy Allison
2008-12-04
1
-6
/
+4
*
Fix bug #1254 - write list not working under share-level security
Jeremy Allison
2008-12-04
2
-37
/
+48
*
s3: Fix FILE_FLAG_POSIX_SEMANTICS handling underneath SMB_VFS_CREATE_FILE
Tim Prouty
2008-12-03
1
-2
/
+2
*
s3: Change SMB_VFS_CREATE_FILE to take a create_file_flags argument
Tim Prouty
2008-12-03
5
-26
/
+26
*
s3: Simplify the create_file_unix_path->open_file_ntcreate path
Tim Prouty
2008-12-03
1
-93
/
+38
*
s3: Modify direct caller of open_file to call SMB_VFS_CREATE_FILE
Tim Prouty
2008-12-03
1
-4
/
+19
*
s3: Modify direct callers of open_file_ntcreate and open_directory to call SM...
Tim Prouty
2008-12-03
5
-143
/
+276
*
s3: Modify direct callers of create_file_unix_path to call SMB_VFS_CREATE_FILE
Tim Prouty
2008-12-03
2
-18
/
+46
*
s3: Add new "is_dos_path" argument to SMB_VFS_CREATE_FILE
Tim Prouty
2008-12-03
4
-3
/
+10
*
s3: Add SMB_VFS_CREATE_FILE to the vfs layer
Tim Prouty
2008-12-03
4
-89
/
+119
*
s3:smbd: close the low level fd of the base_fsp, if the file was created
Stefan Metzmacher
2008-12-01
1
-0
/
+2
*
s3:smbd: give the correct error when trying to replace a stream
Stefan Metzmacher
2008-12-01
1
-0
/
+6
*
s3:smbd: only try and fallback to open a directory if it's not a stream open
Stefan Metzmacher
2008-12-01
1
-0
/
+7
*
s3:smbd: write times should be set on the base file instead of the stream name
Stefan Metzmacher
2008-12-01
1
-1
/
+9
*
s3:smbd: return DELETE_PENDING on path based operations on streams, when the ...
Stefan Metzmacher
2008-12-01
1
-0
/
+40
*
s3:smbd: construct the correct newname for stream renames
Stefan Metzmacher
2008-12-01
1
-16
/
+32
*
s3:smbd: wildcard characters are allowed in stream names
Stefan Metzmacher
2008-12-01
1
-1
/
+11
*
s3:smbd: correctly verify stream names to pass RAW-STREAMS
Stefan Metzmacher
2008-12-01
1
-1
/
+35
*
s3:smbd: '|' isn't allowed in windows filenames
Stefan Metzmacher
2008-12-01
1
-1
/
+1
*
Fix a debug message, append the correct \n
Volker Lendecke
2008-12-01
1
-1
/
+1
*
Make nt4_compatible_acls() non-static for use by VFS ACL modules.
Steven Danneman
2008-11-30
1
-1
/
+1
*
Set PRESENT flag when returning NULL [SD]ACL like Windows does.
Steven Danneman
2008-11-30
1
-1
/
+9
*
Remove "conn" parameter from np_open, smb_request contains it
Volker Lendecke
2008-11-28
2
-2
/
+2
*
Remove inbuf references from the trans2ioctl code
Volker Lendecke
2008-11-28
1
-4
/
+4
*
Consolidate the buffer checks for the reply_trans style functions
Volker Lendecke
2008-11-28
3
-169
/
+54
*
Remove the variable "size" from reply_nttrans
Volker Lendecke
2008-11-28
1
-10
/
+13
*
Remove the variable "size" from reply_trans
Volker Lendecke
2008-11-28
1
-12
/
+16
*
Remove an unused variable
Volker Lendecke
2008-11-28
1
-2
/
+0
*
Remove two direct inbuf references from reply_sesssetup_and_X_spnego()
Volker Lendecke
2008-11-28
1
-2
/
+2
*
Fix the offset checks in the trans routines
Volker Lendecke
2008-11-27
3
-9
/
+9
*
Fix bug #5873 - ACL inheritance cannot be broken. This regresses #4308, but t...
Jeremy Allison
2008-11-24
1
-0
/
+8
*
Get rid of pipes_struct->pipe_user, we have server_info now --- YESSS!
Volker Lendecke
2008-11-24
1
-3
/
+3
*
Remove unused make_connection_with_chdir()
Volker Lendecke
2008-11-24
1
-32
/
+0
*
Fix to allow setting of NULL DACL/SACL
Steven Danneman
2008-11-23
1
-11
/
+2
*
Add auth_serversupplied_info to create_conn_struct
Volker Lendecke
2008-11-23
1
-4
/
+15
*
Rever 83ff6979f504d50caf725ee62549604630b69be7 - "Fix the logic bug that caus...
Jeremy Allison
2008-11-21
1
-7
/
+1
*
Fix the logic bug that caused us to run into kernel oplocks on an open for a ...
Jeremy Allison
2008-11-21
1
-1
/
+7
*
Second part of the fix for bug #5903 - vfs_streams_xattr breaks contents of t...
Jeremy Allison
2008-11-21
1
-15
/
+46
[prev]
[next]