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