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
2008-07-27
Fix a debug message
Volker Lendecke
1
-1
/
+1
2008-07-27
Remove a pointless CONST_DISCARD
Volker Lendecke
1
-1
/
+1
2008-07-25
Fix bug creating files using DOS clients with mixed
Jeremy Allison
1
-1
/
+1
2008-06-26
Remove current_user reference from printfsp.c
Volker Lendecke
1
-1
/
+1
2008-06-19
Remove current_user references from trans2.c
Volker Lendecke
1
-0
/
+31
2008-06-19
Remove reference to current_user from reply.c
Volker Lendecke
1
-4
/
+3
2008-06-19
Remove the "current_user" arg from fsp_belongs_conn
Volker Lendecke
1
-2
/
+2
2008-06-19
Remove the "current_user" arg from check_fsp
Volker Lendecke
1
-19
/
+19
2008-04-08
Fix the build of reply_setattrE().
Günther Deschner
1
-2
/
+2
2008-04-07
smbd: make it possible to disable get_file_infos() on searches
Stefan Metzmacher
1
-2
/
+11
2008-04-07
smbd: implement the strange write time update logic
Stefan Metzmacher
1
-22
/
+39
2008-04-07
locking: store the write time in the locking.tdb
Stefan Metzmacher
1
-1
/
+2
2008-03-28
Fix missing '&&'.
Jeremy Allison
1
-1
/
+1
2008-03-28
Only allow sendfile on non-stream fsp's. Should fix make test for streams
Jeremy Allison
1
-2
/
+2
2008-03-28
printclose has only 1 vwv
Volker Lendecke
1
-1
/
+1
2008-03-11
Allow us to pass RAW-RENAME by testing that the connection struct
Jeremy Allison
1
-1
/
+1
2008-03-11
Try and fix bug #5315, as well as S4 torture tests RAW-OPLOCK BATCH19,
Jeremy Allison
1
-7
/
+8
2008-02-22
Don't use fname after create_file has been called
Volker Lendecke
1
-11
/
+11
2008-02-08
Fix some typos.
Karolin Seeger
1
-1
/
+1
2008-02-06
Change the file time before we change the file mode.
Alexander Bokovoy
1
-6
/
+6
2008-02-02
Convert read_data() to NTSTATUS
Volker Lendecke
1
-4
/
+5
2008-02-02
Make get_srv_read_error static to process.c
Volker Lendecke
1
-2
/
+2
2008-02-02
Convert read_smb_length to return NTSTATUS
Volker Lendecke
1
-9
/
+3
2008-01-30
Re-enable async I/O for non-TSM systems
Volker Lendecke
1
-9
/
+2
2008-01-20
Fix some "set but never used" warnings
Volker Lendecke
1
-3
/
+1
2008-01-20
Don't test split_ntfs_stream_name
Volker Lendecke
1
-3
/
+0
2008-01-19
Add streams support
Volker Lendecke
1
-8
/
+20
2008-01-16
Add support for offline files support, remote storage, and Async I/O force op...
Alexander Bokovoy
1
-6
/
+13
2008-01-12
Convert OpenDir to talloc, use talloc_tos()
Volker Lendecke
1
-16
/
+19
2008-01-11
Combine fsp and fromfd to fromfsp in SMB_VFS_SENDFILE().
Michael Adam
1
-2
/
+2
2008-01-10
use talloc_tos in a few more places
Volker Lendecke
1
-3
/
+5
2008-01-08
Fix resource leak found by coverity (CID 521).
Jeremy Allison
1
-0
/
+4
2008-01-07
Remove redundant parameter fd from SMB_VFS_FSTAT().
Michael Adam
1
-4
/
+4
2008-01-07
Remove redundant parameter fd from SMB_VFS_LSEEK().
Michael Adam
1
-3
/
+3
2008-01-04
Now conn is part of smb_request, we don't need it as
Jeremy Allison
1
-59
/
+88
2008-01-04
Refactor the crypto code after a very helpful conversation
Jeremy Allison
1
-26
/
+29
2008-01-02
Convert reply_mknew to create_file
Volker Lendecke
1
-38
/
+16
2008-01-02
Convert reply_open_and_X to create_file
Volker Lendecke
1
-42
/
+19
2008-01-02
Convert reply_open to create_file
Volker Lendecke
1
-40
/
+19
2007-12-26
Add SMB encryption. Still fixing client decrypt but
Jeremy Allison
1
-12
/
+23
2007-12-21
Some C++ warnings
Volker Lendecke
1
-2
/
+2
2007-11-07
Constrain "min receivefile size" to max of BUFFER_SIZE
Jeremy Allison
1
-2
/
+20
2007-11-05
Remove the horror that was the global smb_rw_error.
Jeremy Allison
1
-2
/
+3
2007-11-02
Change the client library to write directly out of
Jeremy Allison
1
-5
/
+10
2007-11-02
Argggh. smblen doesn't include the +4, so my smb_doff calculations
Jeremy Allison
1
-4
/
+4
2007-11-01
Ensure we can't accidently do a pipe write with
Jeremy Allison
1
-0
/
+5
2007-11-01
Be careful and take care of the correct lengths in large
Jeremy Allison
1
-9
/
+7
2007-11-01
Ensure we detect a large writeX when using recvfile.
Jeremy Allison
1
-1
/
+2
2007-10-31
Fix some cases where file_set_dosmode was being passed
Jeremy Allison
1
-1
/
+1
2007-10-30
Handle the disk full error case correctly.
Jeremy Allison
1
-1
/
+1
[next]