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
/
trans2.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-07-08
s3: Remove is_ntfs_stream_name() and split_ntfs_stream_name()
Tim Prouty
1
-1
/
+2
2009-07-08
s3: Plumb smb_filename through dos_mode() and related funtions
Tim Prouty
1
-56
/
+64
2009-07-08
Rename update_stat_ex_writetime() -> update_stat_ex_mtime()
Jeremy Allison
1
-2
/
+2
2009-07-08
The migration to struct stat_ex broke the calculation of
Jeremy Allison
1
-10
/
+11
2009-07-06
s3: Plumb smb_filename through SMB_VFS_NTIMES
Tim Prouty
1
-71
/
+65
2009-07-06
s3 sticky write time: Removed unused args and tighten up a function by making...
Tim Prouty
1
-3
/
+2
2009-07-06
s3: Plumb smb_filename around SMB_VFS_CHFLAGS
Tim Prouty
1
-3
/
+14
2009-07-06
s3: Change some filename_convert to pass in NULL for char **fname argument
Tim Prouty
1
-2
/
+2
2009-07-06
s3: Plumb smb_filename through SMB_VFS_UNLINK
Tim Prouty
1
-78
/
+105
2009-07-06
s3: Plumb smb_filename through SMB_VFS_RENAME
Tim Prouty
1
-10
/
+38
2009-07-02
s3:smbd: push nttrans and trans2 responses with no data to the client
Stefan Metzmacher
1
-0
/
+8
2009-07-01
Ensure we don't use delayed writes on POSIX opened files.
Jeremy Allison
1
-0
/
+5
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-06-25
s3: pass a valid stat into file_ntimes()
Tim Prouty
1
-1
/
+1
2009-06-25
s3: Change set_ea() and its callers to use smb_filename
Tim Prouty
1
-5
/
+15
2009-06-24
s3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS_LSTAT
Tim Prouty
1
-55
/
+109
2009-06-18
Replace the boilerplate calls to :
Jeremy Allison
1
-109
/
+45
2009-06-16
Fix msdfs after the change to smb_filename struct. We must *always*
Jeremy Allison
1
-6
/
+23
2009-06-12
s3: Plumb smb_filename through SMB_VFS_CREATE_FILE
Tim Prouty
1
-32
/
+64
2009-06-10
s3: Prepare the first set of SMB_VFS_CREATE_FILE callers to take an smb_filen...
Tim Prouty
1
-17
/
+13
2009-06-10
s3: Make all callers of SMB_VFS_CREATEFILE call unix_convert first
Tim Prouty
1
-23
/
+35
2009-06-03
s3:smbd: move some session specific globals to struct smbd_server_connection
Stefan Metzmacher
1
-0
/
+2
2009-05-30
Fix bug #6421 - POSIX read-only open fails on read-only shares.
Jeremy Allison
1
-5
/
+9
2009-05-26
Attempt to fix the build on NetBSD
Volker Lendecke
1
-6
/
+0
2009-05-26
Fix some nonempty blank lines
Volker Lendecke
1
-28
/
+27
2009-05-26
Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STAT
Volker Lendecke
1
-52
/
+52
2009-05-24
TALLOC_FREE happily lives with a NULL ptr. Tim, please check!
Volker Lendecke
1
-9
/
+3
2009-05-22
Ensure we return NT_STATUS_FILE_IS_A_DIRECTORY on a posix open on a
Jeremy Allison
1
-1
/
+1
2009-05-20
s3: Change unix_convert (and its callers) to use struct smb_filename
Tim Prouty
1
-41
/
+87
2009-05-18
s3: Always allocate memory in dptr_ReadDirName
Aravind Srinivasan
1
-4
/
+18
2009-04-14
Rework Samba3 to use new libcli/auth code (partial)
Andrew Bartlett
1
-0
/
+1
2009-03-25
Ensure we never enter VFS_CREATE without having initialized
Jeremy Allison
1
-0
/
+2
2009-03-23
s3:smbd: use new simplified snb_signing code in the server
Stefan Metzmacher
1
-2
/
+3
2009-02-25
Make test for open modes more robust against other bits.
Jeremy Allison
1
-1
/
+1
2009-02-25
Fix bug in processing of open modes in POSIX open.
Jeremy Allison
1
-0
/
+2
2009-02-24
Allow set attributes on a stream fnum to be redirected to the base filename.
Jeremy Allison
1
-2
/
+10
2009-02-13
Add VFS ops for Windows BRL: Lock, Unlock and Cancel:
Zack Kirsch
1
-1
/
+2
2009-02-09
s3: Added SMB_VFS_INIT_SEARCH_OP to initialize data at the beginning of SMB s...
Steven Danneman
1
-3
/
+9
2009-02-09
S3: New module interface for SMB message statistics gathering
todd stecher
1
-1
/
+4
2009-01-29
s3: Add a new SMB_VFS_GET_ALLOC_SIZE vfs operation
Tim Prouty
1
-39
/
+13
2009-01-23
Extend NTIMES to allow setting create_time
todd stecher
1
-40
/
+59
2009-01-15
s3: make better use of ccache by not including version.h in every C-file.
Michael Adam
1
-0
/
+1
2009-01-08
s3:smbd: move all globals and static variables in globals.[ch]
Stefan Metzmacher
1
-3
/
+1
2009-01-08
s3:smbd: make static const in mangle_hash2.c really static const
Stefan Metzmacher
1
-1
/
+1
2009-01-01
Add iconv_convenience argument to size functions.
Jelmer Vernooij
1
-0
/
+2
2008-12-31
Rename parent_dirname_talloc() to parent_dirname()
Volker Lendecke
1
-2
/
+1
2008-12-31
Use parent_dirname_talloc instead of parent_dirname in smb_unix_mknod
Volker Lendecke
1
-3
/
+7
2008-12-23
s3: Fix stream marshalling to return the correct streaminfo status
Tim Prouty
1
-10
/
+1
2008-12-19
Fix bug #5986 - Editing a stream is broken (rename problems).
Jeremy Allison
1
-10
/
+11
2008-12-04
Fix bug #5937 - filenames with "*" char hide other files
Jeremy Allison
1
-6
/
+4
[prev]
[next]