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
/
libsmb
/
clireadwrite.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-04-06
Streamline cli_push sync wrapper
Volker Lendecke
1
-9
/
+18
2009-04-06
Convert cli_write_andx to tevent_req
Volker Lendecke
1
-37
/
+88
2009-04-06
Streamline cli_pull sync wrapper
Volker Lendecke
1
-9
/
+18
2009-04-06
Convert cli_read_andx to tevent_req
Volker Lendecke
1
-108
/
+150
2009-03-12
Revert "s3:libsmb: add an option to cli_push to let the caller provide the bu...
Stefan Metzmacher
1
-25
/
+8
2009-03-10
s3:libsmb: add an option to cli_push to let the caller provide the buffers
Stefan Metzmacher
1
-8
/
+25
2009-03-10
s3:libsmb: only treat a return 0 as end of file
Stefan Metzmacher
1
-4
/
+1
2009-03-10
s3:libsmb: fix a lot of cli_push() bugs
Stefan Metzmacher
1
-95
/
+107
2009-02-02
Next step disentangling async_req from NTSTATUS
Volker Lendecke
1
-1
/
+1
2009-02-01
Split up async_req into a generic and a NTSTATUS specific part
Volker Lendecke
1
-16
/
+16
2009-01-18
Add a macro async_req_setup()
Volker Lendecke
1
-25
/
+9
2009-01-03
struct async_req doesn't really need to carry an event_context
Volker Lendecke
1
-5
/
+5
2008-12-19
Add async cli_write_andx and cli_pull
Volker Lendecke
1
-0
/
+406
2008-12-19
Pass "bytes_alignment" up through cli_request_send
Volker Lendecke
1
-1
/
+1
2008-12-19
Factor out cli_write_max_bufsize
Volker Lendecke
1
-25
/
+36
2008-12-13
For read&x replies, check the offset
Volker Lendecke
1
-0
/
+19
2008-12-08
Simplify async programming a bit with helper routines
Volker Lendecke
1
-6
/
+5
2008-10-14
Use {u,}int64_t instead of SMB_BIG_{U,}INT.
Jelmer Vernooij
1
-3
/
+3
2008-08-28
Remove cli_request_get()
Volker Lendecke
1
-4
/
+8
2008-08-28
Add cli_pull_reply
Volker Lendecke
1
-5
/
+12
2008-08-28
Remove cli->event_ctx, pass it explicitly
Volker Lendecke
1
-9
/
+24
2008-08-28
Refactoring: Add the routine cli_request_send()
Volker Lendecke
1
-46
/
+25
2008-08-23
Revert "Protect against short read&x replies"
Volker Lendecke
1
-4
/
+0
2008-08-23
Protect against short read&x replies
Volker Lendecke
1
-0
/
+4
2008-08-01
cli_request_new() already gave use the req, remove a pointless function call
Volker Lendecke
1
-2
/
+0
2008-05-28
Security fix for CVE-2008-1105: Boundary failure when parsing SMB responses
Jeremy Allison
1
-100
/
+0
2008-05-21
Fix bug #5479, print spool shares require max_xmit to
Jeremy Allison
1
-1
/
+6
2008-04-19
Fix bug 5399
Volker Lendecke
1
-5
/
+0
2008-03-28
Fix bug #5326 - OS/2 servers give strange "high word" replies for print jobs.
Jeremy Allison
1
-1
/
+3
2008-03-28
More ssize_t->SMB_OFF_T
Volker Lendecke
1
-5
/
+5
2008-03-21
On Solaris, size_t seems to be only 32 bit.
Volker Lendecke
1
-5
/
+7
2008-03-19
!NT_STATUS_IS_OK != NT_STATUS_IS_ERR
Volker Lendecke
1
-1
/
+1
2008-03-18
Fix bug 5334
Volker Lendecke
1
-0
/
+8
2008-03-08
Correctly calculate the max read size
Volker Lendecke
1
-1
/
+1
2008-03-06
Convert cli_read to use cli_pull
Volker Lendecke
1
-163
/
+15
2008-03-06
Add async cli_pull support
Volker Lendecke
1
-0
/
+425
2008-01-16
Fix bug found by Derrell - windows returns an read return
Jeremy Allison
1
-21
/
+28
2008-01-14
Windows insists on write sizes < max_xmit on signed connections.
Jeremy Allison
1
-3
/
+6
2007-12-26
Add SMB encryption. Still fixing client decrypt but
Jeremy Allison
1
-14
/
+17
2007-11-06
Ensure we don't use massive writes in pipe mode.
Jeremy Allison
1
-2
/
+3
2007-11-02
Change the client library to write directly out of
Jeremy Allison
1
-32
/
+74
2007-10-30
Our userlevel SMBwriteX call is non-standard in that it
Jeremy Allison
1
-8
/
+10
2007-10-18
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
1
-7
/
+7
2007-10-10
[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.
Gerald (Jerry) Carter
1
-8
/
+6
2007-10-10
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
1
-2
/
+1
2007-10-10
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
1
-1
/
+1
2007-10-10
r23148: Fix old old bug in cli_smbwrite() (not incrementing
Jeremy Allison
1
-1
/
+1
2007-10-10
r22920: Add in the UNIX capability for 24-bit readX, as discussed
Jeremy Allison
1
-10
/
+40
2007-10-10
r22391: Looks bigger than it is. Make "inbuf" available
Jeremy Allison
1
-5
/
+5
2007-10-10
r17333: Some C++ warnings
Volker Lendecke
1
-2
/
+2
[prev]
[next]