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
2011-05-19
s3: Do central cli_set_error
Volker Lendecke
1
-10
/
+0
2011-05-06
s3-libsmb: move protos to libsmb/proto.h
Günther Deschner
1
-0
/
+1
2011-05-05
More const fixes for compiler warnings from the waf build.
Jeremy Allison
1
-2
/
+2
2011-04-29
s3-tevent: only include ../lib/util/tevent wrappers where needed.
Günther Deschner
1
-0
/
+1
2011-04-26
s3: Remove cli_write
Volker Lendecke
1
-158
/
+0
2011-04-26
s3: Add cli_writeall
Volker Lendecke
1
-3
/
+51
2011-04-16
s3: Use tevent_req_nterror properly in a few places
Volker Lendecke
1
-12
/
+6
2011-03-30
s3-trans2: only include trans2.h where needed.
Günther Deschner
1
-0
/
+1
2011-03-27
s3: Remove a use of cli_send_smb
Volker Lendecke
1
-36
/
+47
2010-11-11
Fix bug #7791 - gvfsd-smb (Gnome vfs) fails to copy files from a SMB share us...
Jeremy Allison
1
-5
/
+2
2010-09-20
s3-build: only include async headers where needed.
Günther Deschner
1
-0
/
+1
2010-05-09
s3-libsmb: fix argument order for tevent_req_default_print in cli_pull_print().
Günther Deschner
1
-1
/
+1
2010-05-05
s3-libsmb: Fixed a recursion in cli_pull_print.
Andreas Schneider
1
-1
/
+1
2010-04-13
Split out the client unix capabilities to those the server offered, and those...
Jeremy Allison
1
-2
/
+2
2010-02-22
s3: Explicitly handle inbuf in cli_write_andx_done
Volker Lendecke
1
-2
/
+4
2010-02-22
s3: Explicitly handle inbuf in cli_read_andx_done
Volker Lendecke
1
-2
/
+2
2010-02-22
s3: Add a talloc_move for the inbuf to cli_smb_recv
Volker Lendecke
1
-3
/
+3
2010-01-26
s3: remove unused variable
Björn Jacke
1
-2
/
+0
2009-09-14
Second part of bug fix for 6606.
Volker Lendecke
1
-0
/
+6
2009-09-14
s3:libsmb: Fix bug 6606 -- short reads in smbclient were not handled
Volker Lendecke
1
-4
/
+118
2009-09-05
s3:libsmb: Convert (state->received) to (state->received != 0)
Volker Lendecke
1
-1
/
+1
2009-08-19
Fix Red Hat bugzilla bug : https://bugzilla.redhat.com/show_bug.cgi?id=516165
Jeremy Allison
1
-1
/
+1
2009-05-13
s3: return proper error code in cli_smb_req_send
Bo Yang
1
-4
/
+16
2009-05-12
Clean up assignments to iov_base, ensure it's always cast to void *. This sho...
Jeremy Allison
1
-2
/
+2
2009-04-30
Get medieval on our ass about SMB1 file descriptors being 16 bits, not an int.
Jeremy Allison
1
-6
/
+6
2009-04-08
Convert cli_push to tevent_req
Volker Lendecke
1
-69
/
+58
2009-04-08
Convert cli_pull to tevent_req
Volker Lendecke
1
-45
/
+40
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
[next]