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
/
smb2_create.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-07-20
s3: Change fsp->fsp_name to be an smb_filename struct!
Tim Prouty
1
-13
/
+6
2009-07-08
s3: Plumb smb_filename through dos_mode() and related funtions
Tim Prouty
1
-2
/
+11
2009-07-06
s3: Change some filename_convert to pass in NULL for char **fname argument
Tim Prouty
1
-3
/
+1
2009-07-02
s3:smbd: allow the offset to the path being 0 in SMB2 create
Stefan Metzmacher
1
-1
/
+3
2009-06-24
s3:smbd: send SMB2 interim responses for async calls
Stefan Metzmacher
1
-0
/
+5
2009-06-18
Replace the boilerplate calls to :
Jeremy Allison
1
-8
/
+2
2009-06-16
Fix msdfs after the change to smb_filename struct. We must *always*
Jeremy Allison
1
-1
/
+14
2009-06-12
s3: Plumb smb_filename through SMB_VFS_CREATE_FILE
Tim Prouty
1
-11
/
+2
2009-06-10
s3: Make all callers of SMB_VFS_CREATEFILE call unix_convert first
Tim Prouty
1
-9
/
+26
2009-06-05
s3:smbd: split smbd_smb2_create() into a tevent_req based _send()/_recv() pair
Stefan Metzmacher
1
-99
/
+199
2009-06-05
s3:smbd: keep the chain_fsp for SMB2 requests
Stefan Metzmacher
1
-0
/
+2
2009-06-05
s3:smbd: add support for SMB2 Create on IPC$
Stefan Metzmacher
1
-1
/
+17
2009-06-05
s3:smbd: add support for printers to SMB2 Create
Stefan Metzmacher
1
-38
/
+41
2009-06-04
s3:smbd: ignore NTCREATEX_OPTIONS_SYNC_ALERT and NTCREATEX_OPTIONS_ASYNC_ALER...
Stefan Metzmacher
1
-0
/
+4
2009-06-03
s3:smbd: implement a simple version of SMB2 Create
Stefan Metzmacher
1
-0
/
+274
[prev]