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
*
s3: Change SMB_VFS_OPEN to take an smb_filename struct
Tim Prouty
2009-06-17
3
-7
/
+22
*
s3: Plumb smb_filename from create_file all of the way down to fd_open
Tim Prouty
2009-06-17
3
-196
/
+276
*
Fix bug #6476 - more then 3000 smbd-zombies in memory
Jeremy Allison
2009-06-17
1
-0
/
+12
*
Remove msdfs pathname processing from default create file.
Jeremy Allison
2009-06-16
1
-25
/
+0
*
Fix msdfs after the change to smb_filename struct. We must *always*
Jeremy Allison
2009-06-16
4
-27
/
+138
*
s3: Plumb smb_filename through SMB_VFS_CREATE_FILE
Tim Prouty
2009-06-12
6
-257
/
+234
*
s3: Add smb_filename utility functions and fix a bug in copy_smb_filename
Tim Prouty
2009-06-12
1
-5
/
+85
*
Check for error in transfer_file return also.
Jeremy Allison
2009-06-12
1
-1
/
+7
*
Fix bug 6440
Volker Lendecke
2009-06-12
1
-11
/
+19
*
Simplify close_normal_file()
Volker Lendecke
2009-06-12
1
-22
/
+21
*
Fix bug #6297 - owner of sticky directory cannot delete files created by others.
Jeremy Allison
2009-06-11
1
-2
/
+13
*
s3: Prepare the rename path for passing smb_filename to SMB_VFS_CREATE_FILE
Tim Prouty
2009-06-11
1
-106
/
+133
*
s3: Prepare the do_unlink path for passing smb_filname to SMB_VFS_CREATE_FILE
Tim Prouty
2009-06-11
1
-72
/
+77
*
s3: refactor utility function to handle splitting the directory from the mask
Tim Prouty
2009-06-11
1
-11
/
+35
*
s3: Prepare the first set of SMB_VFS_CREATE_FILE callers to take an smb_filen...
Tim Prouty
2009-06-10
4
-157
/
+233
*
s3: Add utility function for copying an smb_filename struct
Tim Prouty
2009-06-10
1
-0
/
+39
*
s3: Remove unix_convert handling from createfile implementations
Tim Prouty
2009-06-10
1
-29
/
+4
*
s3: Make all callers of SMB_VFS_CREATEFILE call unix_convert first
Tim Prouty
2009-06-10
4
-140
/
+209
*
s3: Remove unused stat structs being passed to SMB_VFS_CREATE_FILE
Tim Prouty
2009-06-10
2
-8
/
+2
*
s3:smbd: only check the next_status for related requests
Stefan Metzmacher
2009-06-09
1
-11
/
+12
*
s3:smbd: response with the same SMB2 flags as given by the client
Stefan Metzmacher
2009-06-09
1
-1
/
+4
*
s3:smbd: only pass the chained file handle for related compounded SMB2 requests
Stefan Metzmacher
2009-06-09
1
-0
/
+4
*
s3:smbd: make sure we pad compounded SMB2 responses to 8 bytes
Stefan Metzmacher
2009-06-09
1
-2
/
+47
*
s3:smbd: skip file handle checks for SMB2 compounded requests
Stefan Metzmacher
2009-06-09
5
-6
/
+16
*
s3:smbd: more validation of the incoming SMB2 requests
Stefan Metzmacher
2009-06-09
2
-4
/
+96
*
s3:smbd: for now ignore all non NBT Session Message requests for SMB2
Stefan Metzmacher
2009-06-09
1
-0
/
+9
*
s3:smbd: don't include 1 byte padding for the dynamic buffer of SMB2 responses
Stefan Metzmacher
2009-06-09
1
-21
/
+9
*
Set SIGRTMIN to NSIG
Timur I. Bakeyev
2009-06-08
1
-3
/
+0
*
s3:smbd: FSCTL_PIPE_TRANSCEIVE on a none IPC$ share should give NOT_SUPPORTED
Stefan Metzmacher
2009-06-06
1
-1
/
+1
*
s3:smbd: return the same things as Windows 7 for SMB2 Ioctl responses
Stefan Metzmacher
2009-06-06
1
-7
/
+23
*
s3:smbd: split smbd_smb2_flush() into a tevent_req based _send()/_recv() pair
Stefan Metzmacher
2009-06-05
1
-25
/
+97
*
s3:smbd: split smbd_smb2_create() into a tevent_req based _send()/_recv() pair
Stefan Metzmacher
2009-06-05
1
-99
/
+199
*
s3:smbd: fix the build in smb2_ioctl.c
Stefan Metzmacher
2009-06-05
1
-1
/
+1
*
s3:smbd: add support for SMB2 Ioctl FSCTL_DFS_GET_REFERRALS
Stefan Metzmacher
2009-06-05
1
-0
/
+74
*
s3:smbd: add support for STATUS_BUFFER_OVERFLOW to SMB2 Ioctl
Stefan Metzmacher
2009-06-05
1
-5
/
+10
*
s3:smbd: keep the chain_fsp for SMB2 requests
Stefan Metzmacher
2009-06-05
3
-0
/
+5
*
s3:smbd: fix the logic for compounded requests
Stefan Metzmacher
2009-06-05
1
-1
/
+1
*
s3:smbd: only setup the dyn iovec if a a dyn blob is given
Stefan Metzmacher
2009-06-05
1
-2
/
+1
*
s3:smbd: add support for SMB2 Ioctl FSCTL_PIPE_TRANSCEIVE on IPC$
Stefan Metzmacher
2009-06-05
1
-0
/
+92
*
s3:smbd: add support for SMB2 Read on IPC$
Stefan Metzmacher
2009-06-05
1
-6
/
+52
*
s3:smbd: add support for SMB2 Write on IPC$
Stefan Metzmacher
2009-06-05
1
-5
/
+49
*
s3:smbd: add support for SMB2 Create on IPC$
Stefan Metzmacher
2009-06-05
1
-1
/
+17
*
s3:smbd: add support for SMB2 Ioctl
Stefan Metzmacher
2009-06-05
3
-1
/
+273
*
s3:smbd: add missing return statements to the SMB2 write error cases
Stefan Metzmacher
2009-06-05
1
-0
/
+2
*
s3:smbd: add missing return statements to the SMB2 read error cases
Stefan Metzmacher
2009-06-05
1
-0
/
+2
*
s3:smbd: split smbd_smb2_write() into tevent_req based *_send()/_recv() funct...
Stefan Metzmacher
2009-06-05
1
-47
/
+129
*
s3:smbd: split smbd_smb2_read() into tevent_req based *_send()/_recv() functions
Stefan Metzmacher
2009-06-05
1
-61
/
+148
*
s3:smbd: make smbd_server_connection_terminate() a macro
Stefan Metzmacher
2009-06-05
2
-3
/
+11
*
s3:smbd: implement smbd_smb2_request_error/done() as macros on top of the _ex...
Stefan Metzmacher
2009-06-05
3
-27
/
+23
*
s3:smbd: add support for printers to SMB2 Create
Stefan Metzmacher
2009-06-05
1
-38
/
+41
[next]