index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
smbd
/
reply.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Replace the boilerplate calls to :
Jeremy Allison
2009-06-18
1
-133
/
+35
*
Fix msdfs after the change to smb_filename struct. We must *always*
Jeremy Allison
2009-06-16
1
-16
/
+63
*
s3: Plumb smb_filename through SMB_VFS_CREATE_FILE
Tim Prouty
2009-06-12
1
-92
/
+57
*
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
1
-130
/
+192
*
s3: Make all callers of SMB_VFS_CREATEFILE call unix_convert first
Tim Prouty
2009-06-10
1
-60
/
+82
*
s3:smbd: fix potential fsp leak if print_fsp_open() fails
Stefan Metzmacher
2009-06-04
1
-0
/
+1
*
s3:smbd: move tcon specific globals to struct smbd_server_connection
Stefan Metzmacher
2009-06-03
1
-3
/
+5
*
s3:smbd: move more session specific globals to struct smbd_server_connection
Stefan Metzmacher
2009-06-03
1
-5
/
+7
*
s3:smbd: move some session specific globals to struct smbd_server_connection
Stefan Metzmacher
2009-06-03
1
-0
/
+1
*
s3:smbd: move already_got_session to struct smbd_server_connection
Stefan Metzmacher
2009-06-03
1
-2
/
+2
*
s3:smbd: move max_recv to struct smbd_server_connection
Stefan Metzmacher
2009-06-03
1
-7
/
+12
*
s3:smbd: move negprot related globals to struct smbd_server_connection
Stefan Metzmacher
2009-06-03
1
-1
/
+2
*
Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STAT
Volker Lendecke
2009-05-26
1
-33
/
+34
*
s3:smbd: move SMB1 specific stuff into a substructure of smbd_server_connection
Stefan Metzmacher
2009-05-26
1
-2
/
+2
*
TALLOC_FREE happily lives with a NULL ptr. Tim, please check!
Volker Lendecke
2009-05-24
1
-33
/
+11
*
s3: Change unix_convert (and its callers) to use struct smb_filename
Tim Prouty
2009-05-20
1
-215
/
+273
*
s3 sendfile: Fix two bugs in sendfile
Tim Prouty
2009-05-18
1
-3
/
+4
*
Remove one use of mangle_is_8_3(), not needed.
Jeremy Allison
2009-05-14
1
-4
/
+2
*
Fix a type-punned warning
Volker Lendecke
2009-05-14
1
-1
/
+1
*
s3: Fix strict locking with chained reads
Tim Prouty
2009-05-12
1
-22
/
+24
*
Fix warning about unused label with no sendfile.
Jeremy Allison
2009-05-11
1
-1
/
+2
*
Fix bug 6302: Give the VFS a chance to read from 0-byte files
Volker Lendecke
2009-05-05
1
-8
/
+9
*
Remove smb_mkstemp() - libreplace will now provide a secure mkstemp() if
Jelmer Vernooij
2009-04-20
1
-2
/
+2
*
Add "netbios retarget"
Volker Lendecke
2009-04-12
1
-0
/
+93
*
Extract and print the server name type the client connects to
Volker Lendecke
2009-04-12
1
-7
/
+7
*
s3: ifdef sendfile code that's only used in other ifdef'ed sendfile code
Björn Jacke
2009-03-27
1
-0
/
+2
*
Ensure we never enter VFS_CREATE without having initialized
Jeremy Allison
2009-03-25
1
-0
/
+6
*
s3:smbd: use new simplified snb_signing code in the server
Stefan Metzmacher
2009-03-23
1
-9
/
+15
*
Fix bug #6196 - Unable to serve files with colons to Linux CIFS/VFS client
Jeremy Allison
2009-03-18
1
-2
/
+7
*
s3: Add strict lock/unlock calls to the vfs layer to replace is_locked
Dave Richards
2009-03-13
1
-63
/
+116
*
Make us pass the RAW-RENAME torture test I just added.
Jeremy Allison
2009-02-26
1
-0
/
+10
*
Fix some NetBSD warnings.
Jeremy Allison
2009-02-25
1
-1
/
+1
*
s3: If sendfile returns 0 bytes read, fall back to the normal read path
Tim Prouty
2009-02-21
1
-0
/
+24
*
S3: Make changes to perfcount API set for when a single request leads to mult...
todd stecher
2009-02-19
1
-2
/
+15
*
s3: Fix uninitialized variable warning (and bug).
Zack Kirsch
2009-02-13
1
-1
/
+1
*
Add VFS ops for Windows BRL: Lock, Unlock and Cancel:
Zack Kirsch
2009-02-13
1
-4
/
+14
*
s3: Added SMB_VFS_INIT_SEARCH_OP to initialize data at the beginning of SMB s...
Steven Danneman
2009-02-09
1
-0
/
+3
*
Pass stat buffer down through all levels of VFS_READDIR wrappers
Steven Danneman
2009-02-09
1
-10
/
+11
*
s3 oplocks: Make the level2 oplock contention API more granular
Tim Prouty
2009-02-09
1
-11
/
+0
*
S3: New module interface for SMB message statistics gathering
todd stecher
2009-02-09
1
-3
/
+7
*
Fix bug #Bug 6090 renaming or deleting a "not matching/resolving" symlink is ...
Jeremy Allison
2009-02-04
1
-6
/
+28
*
make send_file_readbraw static
Volker Lendecke
2009-01-31
1
-6
/
+6
*
Remove the global variable "chain_size"
Volker Lendecke
2009-01-31
1
-3
/
+4
*
s3: Add a new SMB_VFS_GET_ALLOC_SIZE vfs operation
Tim Prouty
2009-01-29
1
-2
/
+2
*
Extend NTIMES to allow setting create_time
todd stecher
2009-01-23
1
-20
/
+26
*
Correctly calculate the offset for read&x
Volker Lendecke
2009-01-16
1
-6
/
+11
*
Only call sendfile_short_read() if we need it.
Jeremy Allison
2009-01-13
1
-2
/
+6
[prev]
[next]