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