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-07-01
Ensure we don't use delayed writes on POSIX opened files.
Jeremy Allison
2
-0
/
+15
2009-07-01
Fix bug #6520 time stamps - e.g. last mod time is not preserved when "unix ex...
Jeremy Allison
1
-3
/
+31
2009-07-01
s3:smbd: remove unused variables passed to parent_dirname()
Stefan Metzmacher
2
-5
/
+3
2009-06-29
s3:fix build of old linux quota system and other unixes' quota implementation
Michael Adam
1
-14
/
+14
2009-06-27
Stop listening for inotify data when there's none
Volker Lendecke
1
-0
/
+1
2009-06-27
Fix some nonempty blank lines
Volker Lendecke
1
-9
/
+9
2009-06-27
s3/lanman: Workaround for KB932762.
Volker Lendecke
1
-0
/
+1
2009-06-25
s3: pass a valid stat into file_ntimes()
Tim Prouty
2
-3
/
+3
2009-06-25
s3 file_access: Convert some more functions over to use smb_filneame
Tim Prouty
5
-42
/
+62
2009-06-25
s3: simplify some redundant logic in is_ntfs_default_stream_smb_fname()
Tim Prouty
1
-5
/
+1
2009-06-25
s3: Remove get_full_smb_filename() from open_directory()
Tim Prouty
1
-19
/
+9
2009-06-25
s3: Change set_ea() and its callers to use smb_filename
Tim Prouty
2
-14
/
+17
2009-06-25
Fix bug #6506 - SMBD server doesn't set EAs when a file is overwritten in NT_...
Jeremy Allison
1
-1
/
+2
2009-06-24
s3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS_LSTAT
Tim Prouty
15
-383
/
+573
2009-06-24
s3: Convert is_visible_file to use talloc_asprintf instead of malloc
Tim Prouty
1
-14
/
+15
2009-06-24
s3:smbd: send SMB2 interim responses for async calls
Stefan Metzmacher
5
-0
/
+25
2009-06-24
s3:smbd: add support for async interim SMB2 responses and prepare SMB2 cancel
Stefan Metzmacher
2
-1
/
+157
2009-06-24
s3:smbd: keep a list of outstanding SMB2 requests
Stefan Metzmacher
2
-28
/
+69
2009-06-24
s3:smbd: add smbd_smb2_send_oplock_break()
Stefan Metzmacher
2
-0
/
+93
2009-06-24
s3:smbd: the SMB2-COMPOUND test shows that the related vs. unrelated flags is...
Stefan Metzmacher
1
-0
/
+7
2009-06-22
s3: forward MSG_DEBUG from smbd parent to all children
Aravind Srinivasan
2
-14
/
+34
2009-06-19
Fix coverity #676. Forward NULL.
Jeremy Allison
1
-0
/
+6
2009-06-19
Fix Coverity IDs 922 and 933
Volker Lendecke
1
-2
/
+5
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
[next]