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
2008-01-22
Hide streams from the EA API
Volker Lendecke
1
-2
/
+6
2008-01-22
Fix get_ea_names_from_file for many EAs
Volker Lendecke
1
-1
/
+1
2008-01-20
Activate SMB_QUERY_FILE_STREAM_INFO
Volker Lendecke
1
-5
/
+6
2008-01-19
Add the STREAMINFO vfs call
Volker Lendecke
1
-13
/
+99
2008-01-19
Add get_ea_names_from_file to sanely list posix xattrs
Volker Lendecke
1
-49
/
+142
2008-01-19
Make get_ea_value public
Volker Lendecke
1
-8
/
+15
2008-01-18
Actually test vl's new code and make it work to fix the build farm :-).
Jeremy Allison
1
-8
/
+12
2008-01-18
Always return nlink=1 for directories
Volker Lendecke
1
-7
/
+2
2008-01-17
Remove is_remotestorage() call from VFS. We already have statvfs() there to h...
Alexander Bokovoy
1
-6
/
+4
2008-01-16
Add support for offline files support, remote storage, and Async I/O force op...
Alexander Bokovoy
1
-8
/
+15
2008-01-10
use talloc_tos in a few more places
Volker Lendecke
1
-1
/
+1
2008-01-09
Make use of talloc_pool in the main codepaths. Remove the sub-contexts.
Jeremy Allison
1
-20
/
+5
2008-01-08
Remove redundant parameter fd from SMB_VFS_FSETXATTR().
Michael Adam
1
-1
/
+1
2008-01-08
Remove redundant parameter fd from SMB_VFS_FREMOVEXATTR().
Michael Adam
1
-1
/
+1
2008-01-08
Remove redundant parameter fd from SMB_VFS_FLISTXATTR().
Michael Adam
1
-1
/
+1
2008-01-08
Remove redundant parameter fd from SMB_VFS_FGETXATTR().
Michael Adam
1
-1
/
+1
2008-01-07
Remove redundant parameter fd from SMB_VFS_SYS_ACL_GET_FD().
Michael Adam
1
-1
/
+1
2008-01-07
Remove redundant parameter fd from SMB_VFS_FSTAT().
Michael Adam
1
-2
/
+2
2008-01-04
Now conn is part of smb_request, we don't need it as
Jeremy Allison
1
-4
/
+6
2008-01-04
We dont' modify the smb header for crypto anymore.
Jeremy Allison
1
-1
/
+1
2008-01-04
Refactor the crypto code after a very helpful conversation
Jeremy Allison
1
-28
/
+41
2008-01-02
Convert call_trans2open to create_file()
Volker Lendecke
1
-57
/
+16
2007-12-29
Allow encryption context setup on IPC$.
Jeremy Allison
1
-7
/
+27
2007-12-29
Remove tiny code duplication
Volker Lendecke
1
-4
/
+4
2007-12-28
Ensure we turn off POSIX large read/write if encryption
Jeremy Allison
1
-1
/
+4
2007-12-27
Add the capability to set "smb encrypt = required"
Jeremy Allison
1
-1
/
+32
2007-12-27
Add "smb encrypt" parameter. Can be set to "no, yes, required".
Jeremy Allison
1
-1
/
+24
2007-12-27
Add CIFS_UNIX_TRANSPORT_ENCRYPTION_CAP capability to
Jeremy Allison
1
-1
/
+5
2007-12-26
Add SMB encryption. Still fixing client decrypt but
Jeremy Allison
1
-0
/
+49
2007-11-26
Fix bug 5055
Volker Lendecke
1
-1
/
+1
2007-11-20
Paranoia check that space_remaining never goes -ve.
Jeremy Allison
1
-2
/
+10
2007-11-16
Ensure we use PATH_MAX for symlinks.
Jeremy Allison
1
-2
/
+2
2007-11-05
Fix a debug message
Volker Lendecke
1
-1
/
+1
2007-11-03
Remove the smb_read_error global variable and replace
Jeremy Allison
1
-1
/
+0
2007-11-01
Add brackets so as not to break the POSIX caps return.
Jeremy Allison
1
-2
/
+2
2007-10-31
Note when we're setting change time, not write time, and send
Jeremy Allison
1
-10
/
+24
2007-10-31
Fix some cases where file_set_dosmode was being passed
Jeremy Allison
1
-1
/
+1
2007-10-31
Make explicit draining the socket on RECVFILE. Add
Jeremy Allison
1
-1
/
+8
2007-10-18
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
1
-45
/
+45
2007-10-10
Fix valgrind-found memory overwrite.
Jeremy Allison
1
-2
/
+2
2007-10-10
[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.
Gerald (Jerry) Carter
1
-48
/
+1
2007-10-10
r25184: Fix some C++ warnings and an uninitialized variable
Volker Lendecke
1
-1
/
+1
2007-10-10
r25163: Fix wrong ctx passed to talloc_asprintf_append().
Jeremy Allison
1
-1
/
+1
2007-10-10
r25138: More pstring elimination. Add a TALLOC_CTX parameter
Jeremy Allison
1
-10
/
+12
2007-10-10
r25117: The mega-patch Jerry was waiting for. Remove all pstrings from
Jeremy Allison
1
-156
/
+173
2007-10-10
r25111: Move to talloced pathnames on most code paths.
Jeremy Allison
1
-49
/
+57
2007-10-10
r25102: Rewrite msdfs code to use talloced filenames. Passes make test
Jeremy Allison
1
-28
/
+43
2007-10-10
r25009: Large patch discussed with Volker. Move unix_convert to a talloc-based
Jeremy Allison
1
-94
/
+149
2007-10-10
r24809: Consolidate the use of temporary talloc contexts.
Volker Lendecke
1
-2
/
+2
2007-10-10
r24699: Actually write 24 zeros instead of zero 24's...
Volker Lendecke
1
-1
/
+1
[prev]
[next]