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-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
2007-10-30
Add new parameter, "min receivefile size" (by default set
Jeremy Allison
1
-14
/
+81
2007-10-18
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
1
-52
/
+52
2007-10-10
[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.
Gerald (Jerry) Carter
1
-15
/
+13
2007-10-10
r25502: Fix bug 5006
Volker Lendecke
1
-1
/
+1
2007-10-10
r25138: More pstring elimination. Add a TALLOC_CTX parameter
Jeremy Allison
1
-17
/
+20
2007-10-10
r25117: The mega-patch Jerry was waiting for. Remove all pstrings from
Jeremy Allison
1
-181
/
+288
2007-10-10
r25111: Move to talloced pathnames on most code paths.
Jeremy Allison
1
-103
/
+146
2007-10-10
r25102: Rewrite msdfs code to use talloced filenames. Passes make test
Jeremy Allison
1
-90
/
+123
2007-10-10
r25055: Add file_id_string_tos
Volker Lendecke
1
-2
/
+2
2007-10-10
r25009: Large patch discussed with Volker. Move unix_convert to a talloc-based
Jeremy Allison
1
-177
/
+312
2007-10-10
r24702: Remove the old API pointers
Volker Lendecke
1
-9
/
+6
2007-10-10
r24659: Some formatting changes helping to minimize the 3_2_0 diff
Volker Lendecke
1
-8
/
+8
2007-10-10
r24548: Fix the case-changing renames
Volker Lendecke
1
-14
/
+9
2007-10-10
r24501: Added bcc test for reply_tcon & removed Vl's comment :-).
Jeremy Allison
1
-6
/
+5
2007-10-10
r24498: More extra code into a function, reply_openerror.
Jeremy Allison
1
-38
/
+5
2007-10-10
r24476: Fix the mappings in reply_opeXXX calls. Now to test renames.
Jeremy Allison
1
-7
/
+24
2007-10-10
r24461: Fix Bug 4852, thank to anto <sistemac@prosoft.ba> for reporting it.
Volker Lendecke
1
-0
/
+14
2007-10-10
r24457: Convert reply_tcon to the new API
Volker Lendecke
1
-29
/
+25
2007-10-10
r24453: Remove the read and write bmpx calls
Volker Lendecke
1
-256
/
+28
2007-10-10
r24445: Convert SMBwritebraw. No test suite unfortunately.... I need to write...
Jeremy Allison
1
-61
/
+150
2007-10-10
r24443: Convert reply_search/fclose to the new API
Volker Lendecke
1
-57
/
+95
2007-10-10
r24442: Convert reply_copy to the new API
Volker Lendecke
1
-38
/
+84
2007-10-10
r24441: Convert reply_ioctl to the new API
Volker Lendecke
1
-20
/
+36
2007-10-10
r24439: Convert reply_get/setattrE to the new API
Volker Lendecke
1
-25
/
+50
2007-10-10
r24436: Convert reply_lockread/writeunlock to the new API
Volker Lendecke
1
-40
/
+78
2007-10-10
r24431: Convert the reply_printXX calls to the new API
Volker Lendecke
1
-47
/
+107
[next]