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
/
smb2_create.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
s3:smbd: implement SMB2 Cancel correctly.
Stefan Metzmacher
2009-08-17
1
-5
/
+1
*
libcli: move some common SMB and SMB2 stuff into libcli/smb/
Stefan Metzmacher
2009-08-12
1
-1
/
+1
*
s3:smbd: as check_path_syntax() changes the string, we need to copy the strin...
Stefan Metzmacher
2009-08-12
1
-2
/
+8
*
s3:smbd: avoid 'goto out' in smbd_smb2_create_send()
Stefan Metzmacher
2009-08-12
1
-20
/
+15
*
s3:smbd: convert '\\' into '/' in SMB2 Create
Stefan Metzmacher
2009-08-08
1
-0
/
+8
*
s3:smbd: rename conn => sconn for smbd_server_connection structs
Stefan Metzmacher
2009-08-08
1
-4
/
+4
*
s3: Allow filename_convert() to pass through unix_convert_flags and let the c...
Tim Prouty
2009-07-24
1
-0
/
+2
*
Fix a few uninitialized variable warnings
Volker Lendecke
2009-07-24
1
-10
/
+10
*
s3: Remove the now unused fname parameter from filename_convert()
Tim Prouty
2009-07-21
1
-2
/
+1
*
s3: Change fsp->fsp_name to be an smb_filename struct!
Tim Prouty
2009-07-20
1
-13
/
+6
*
s3: Plumb smb_filename through dos_mode() and related funtions
Tim Prouty
2009-07-08
1
-2
/
+11
*
s3: Change some filename_convert to pass in NULL for char **fname argument
Tim Prouty
2009-07-06
1
-3
/
+1
*
s3:smbd: allow the offset to the path being 0 in SMB2 create
Stefan Metzmacher
2009-07-02
1
-1
/
+3
*
s3:smbd: send SMB2 interim responses for async calls
Stefan Metzmacher
2009-06-24
1
-0
/
+5
*
Replace the boilerplate calls to :
Jeremy Allison
2009-06-18
1
-8
/
+2
*
Fix msdfs after the change to smb_filename struct. We must *always*
Jeremy Allison
2009-06-16
1
-1
/
+14
*
s3: Plumb smb_filename through SMB_VFS_CREATE_FILE
Tim Prouty
2009-06-12
1
-11
/
+2
*
s3: Make all callers of SMB_VFS_CREATEFILE call unix_convert first
Tim Prouty
2009-06-10
1
-9
/
+26
*
s3:smbd: split smbd_smb2_create() into a tevent_req based _send()/_recv() pair
Stefan Metzmacher
2009-06-05
1
-99
/
+199
*
s3:smbd: keep the chain_fsp for SMB2 requests
Stefan Metzmacher
2009-06-05
1
-0
/
+2
*
s3:smbd: add support for SMB2 Create on IPC$
Stefan Metzmacher
2009-06-05
1
-1
/
+17
*
s3:smbd: add support for printers to SMB2 Create
Stefan Metzmacher
2009-06-05
1
-38
/
+41
*
s3:smbd: ignore NTCREATEX_OPTIONS_SYNC_ALERT and NTCREATEX_OPTIONS_ASYNC_ALER...
Stefan Metzmacher
2009-06-04
1
-0
/
+4
*
s3:smbd: implement a simple version of SMB2 Create
Stefan Metzmacher
2009-06-03
1
-0
/
+274
[prev]