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-08
s3: Change the share_mode_lock struct to store a base_name and stream_name
Tim Prouty
2
-32
/
+56
2009-07-08
s3: Remove is_ntfs_stream_name() and split_ntfs_stream_name()
Tim Prouty
2
-49
/
+3
2009-07-08
s3: Plumb smb_filename through dos_mode() and related funtions
Tim Prouty
9
-339
/
+417
2009-07-08
s3: convert unix_mode to take an smb_filename
Tim Prouty
3
-18
/
+49
2009-07-08
Rename update_stat_ex_writetime() -> update_stat_ex_mtime()
Jeremy Allison
3
-6
/
+6
2009-07-08
The migration to struct stat_ex broke the calculation of
Jeremy Allison
3
-10
/
+57
2009-07-07
s3: Migrate a few functions in open.c to take smb_filename
Tim Prouty
1
-13
/
+15
2009-07-07
s3: Remove unnecessary const qualifiers
Tim Prouty
1
-3
/
+2
2009-07-07
s3:smbd: cancel all locks that are made before the first failure
Stefan Metzmacher
1
-6
/
+6
2009-07-06
s3 smb2: Fix unused variable warning
Tim Prouty
1
-1
/
+0
2009-07-06
s3: Plumb smb_filename through SMB_VFS_NTIMES
Tim Prouty
4
-126
/
+119
2009-07-06
s3 sticky write time: Removed unused args and tighten up a function by making...
Tim Prouty
2
-7
/
+5
2009-07-06
s3: Plumb smb_filename around SMB_VFS_CHFLAGS
Tim Prouty
6
-99
/
+115
2009-07-06
s3: Change some filename_convert to pass in NULL for char **fname argument
Tim Prouty
4
-12
/
+11
2009-07-06
s3: Add ability to pass NULL to filename_convert for the char *fname
Tim Prouty
1
-7
/
+11
2009-07-06
s3: Plumb smb_filename through SMB_VFS_UNLINK
Tim Prouty
4
-160
/
+280
2009-07-06
s3: Plumb smb_filename through SMB_VFS_RENAME
Tim Prouty
2
-114
/
+248
2009-07-03
For non-existent streams we have to return OBJECT_NAME_NOT_FOUND
Volker Lendecke
1
-1
/
+1
2009-07-02
s3:smbd: add marshalling layer for SMB2 Lock support
Stefan Metzmacher
3
-1
/
+231
2009-07-02
s3:smbd: add marshalling layer for SMB2 Find (QueryDirectory) support
Stefan Metzmacher
3
-1
/
+264
2009-07-02
s3:smbd: add marshalling layer for SMB2 Break support (SMB 2.002 only)
Stefan Metzmacher
3
-1
/
+216
2009-07-02
s3:smbd: add marshalling layer for SMB2 SetInfo support
Stefan Metzmacher
3
-1
/
+221
2009-07-02
s3:smbd: add marshalling layer for SMB2 GetInfo support
Stefan Metzmacher
3
-1
/
+260
2009-07-02
s3:smbd: add support for SMB2 Notify
Stefan Metzmacher
3
-1
/
+377
2009-07-02
s3:smbd: make change_notify_reply() more generic and hide send_nt_replies() b...
Stefan Metzmacher
2
-14
/
+33
2009-07-02
s3:smbd: simplify the notify code a bit and always reply via change_notify_re...
Stefan Metzmacher
2
-34
/
+27
2009-07-02
s3:smbd: push nttrans and trans2 responses with no data to the client
Stefan Metzmacher
2
-0
/
+16
2009-07-02
s3:smbd: restore the 3.0.x bahavior of send_nt_replies()
Stefan Metzmacher
1
-0
/
+5
2009-07-02
s3:smbd: move global notify_changes_by_mid to smbd_server_connection
Stefan Metzmacher
3
-7
/
+8
2009-07-02
s3:smbd: allow the offset to the path being 0 in SMB2 create
Stefan Metzmacher
1
-1
/
+3
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
[prev]
[next]