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
/
reply.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-04-20
Remove smb_mkstemp() - libreplace will now provide a secure mkstemp() if
Jelmer Vernooij
1
-2
/
+2
2009-04-12
Add "netbios retarget"
Volker Lendecke
1
-0
/
+93
2009-04-12
Extract and print the server name type the client connects to
Volker Lendecke
1
-7
/
+7
2009-03-27
s3: ifdef sendfile code that's only used in other ifdef'ed sendfile code
Björn Jacke
1
-0
/
+2
2009-03-25
Ensure we never enter VFS_CREATE without having initialized
Jeremy Allison
1
-0
/
+6
2009-03-23
s3:smbd: use new simplified snb_signing code in the server
Stefan Metzmacher
1
-9
/
+15
2009-03-18
Fix bug #6196 - Unable to serve files with colons to Linux CIFS/VFS client
Jeremy Allison
1
-2
/
+7
2009-03-13
s3: Add strict lock/unlock calls to the vfs layer to replace is_locked
Dave Richards
1
-63
/
+116
2009-02-26
Make us pass the RAW-RENAME torture test I just added.
Jeremy Allison
1
-0
/
+10
2009-02-25
Fix some NetBSD warnings.
Jeremy Allison
1
-1
/
+1
2009-02-21
s3: If sendfile returns 0 bytes read, fall back to the normal read path
Tim Prouty
1
-0
/
+24
2009-02-19
S3: Make changes to perfcount API set for when a single request leads to mult...
todd stecher
1
-2
/
+15
2009-02-13
s3: Fix uninitialized variable warning (and bug).
Zack Kirsch
1
-1
/
+1
2009-02-13
Add VFS ops for Windows BRL: Lock, Unlock and Cancel:
Zack Kirsch
1
-4
/
+14
2009-02-09
s3: Added SMB_VFS_INIT_SEARCH_OP to initialize data at the beginning of SMB s...
Steven Danneman
1
-0
/
+3
2009-02-09
Pass stat buffer down through all levels of VFS_READDIR wrappers
Steven Danneman
1
-10
/
+11
2009-02-09
s3 oplocks: Make the level2 oplock contention API more granular
Tim Prouty
1
-11
/
+0
2009-02-09
S3: New module interface for SMB message statistics gathering
todd stecher
1
-3
/
+7
2009-02-04
Fix bug #Bug 6090 renaming or deleting a "not matching/resolving" symlink is ...
Jeremy Allison
1
-6
/
+28
2009-01-31
make send_file_readbraw static
Volker Lendecke
1
-6
/
+6
2009-01-31
Remove the global variable "chain_size"
Volker Lendecke
1
-3
/
+4
2009-01-29
s3: Add a new SMB_VFS_GET_ALLOC_SIZE vfs operation
Tim Prouty
1
-2
/
+2
2009-01-23
Extend NTIMES to allow setting create_time
todd stecher
1
-20
/
+26
2009-01-16
Correctly calculate the offset for read&x
Volker Lendecke
1
-6
/
+11
2009-01-13
Only call sendfile_short_read() if we need it.
Jeremy Allison
1
-2
/
+6
2009-01-13
Fix bug noticed by Volker - if sendfile returns zero then
Jeremy Allison
1
-2
/
+66
2009-01-13
Fix bug #6019 File corruption in Clustered SMB/NFS environment managed via CTDB
Jeremy Allison
1
-2
/
+2
2009-01-08
s3:smbd: move all globals and static variables in globals.[ch]
Stefan Metzmacher
1
-7
/
+1
2009-01-04
s3: Allow renames of streams via NTRENAME and fix stream error codes on rename
Tim Prouty
1
-10
/
+15
2008-12-31
Rename parent_dirname_talloc() to parent_dirname()
Volker Lendecke
1
-2
/
+2
2008-12-31
recvfile can't be used for printing so far
Volker Lendecke
1
-0
/
+4
2008-12-31
Fix an ancient uninitialized variable read
Volker Lendecke
1
-1
/
+2
2008-12-19
Fix bug #5986 - Editing a stream is broken (rename problems).
Jeremy Allison
1
-1
/
+3
2008-12-09
s3: [3/3]: Fix a delete on close divergence from windows and the associated t...
Tim Prouty
1
-2
/
+0
2008-12-03
s3: Change SMB_VFS_CREATE_FILE to take a create_file_flags argument
Tim Prouty
1
-9
/
+9
2008-12-03
s3: Modify direct callers of open_file_ntcreate and open_directory to call SM...
Tim Prouty
1
-47
/
+104
2008-12-03
s3: Modify direct callers of create_file_unix_path to call SMB_VFS_CREATE_FILE
Tim Prouty
1
-2
/
+4
2008-12-03
s3: Add new "is_dos_path" argument to SMB_VFS_CREATE_FILE
Tim Prouty
1
-0
/
+3
2008-12-03
s3: Add SMB_VFS_CREATE_FILE to the vfs layer
Tim Prouty
1
-48
/
+51
2008-12-01
s3:smbd: give the correct error when trying to replace a stream
Stefan Metzmacher
1
-0
/
+6
2008-12-01
s3:smbd: correctly verify stream names to pass RAW-STREAMS
Stefan Metzmacher
1
-1
/
+35
2008-12-01
s3:smbd: '|' isn't allowed in windows filenames
Stefan Metzmacher
1
-1
/
+1
2008-11-21
First part of fix for bug #5903 - vfs_streams_xattr breaks contents of the file.
Jeremy Allison
1
-1
/
+8
2008-11-11
Fix bug 5889. "delete veto files = no" seems to break.
Jeremy Allison
1
-4
/
+11
2008-11-08
change CHECK_READ to use smb_request instead of inbuf
Volker Lendecke
1
-3
/
+3
2008-11-04
Add construct_reply_common_req wrapper
Volker Lendecke
1
-2
/
+2
2008-11-02
Remove some inbuf references by adding "cmd" to smb_request
Volker Lendecke
1
-8
/
+6
2008-11-02
Remove the inbuf reference from map_checkpath_error()
Volker Lendecke
1
-4
/
+4
2008-11-02
Remove a bunch of direct inbuf references by adding "vwv" to smb_request
Volker Lendecke
1
-109
/
+106
2008-11-02
Rename "inbuf" to "base_ptr" in srvstr_get_path_*
Volker Lendecke
1
-5
/
+5
[next]