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
/
libsmb
/
async_smb.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
struct async_req doesn't really need to carry an event_context
Volker Lendecke
2009-01-03
1
-1
/
+1
*
Fix setting smb_len for huge write&x calls
Volker Lendecke
2008-12-19
1
-1
/
+14
*
Add the cli_wct_ofs routine to calculate the offset for write&x
Volker Lendecke
2008-12-19
1
-0
/
+31
*
Add a doxygen comment line I forgot to merge
Volker Lendecke
2008-12-19
1
-0
/
+1
*
Convert cli_request->outbuf to uint8_t
Volker Lendecke
2008-12-19
1
-13
/
+15
*
For large smbwrite&x, we need more than 64k bcc
Volker Lendecke
2008-12-19
1
-4
/
+4
*
Add some comments
Volker Lendecke
2008-12-19
1
-0
/
+22
*
Fix the padding calculation in smb_splice_chain for "bytes_padding!=0"
Volker Lendecke
2008-12-19
1
-1
/
+1
*
Pass "bytes_alignment" up through cli_request_send
Volker Lendecke
2008-12-19
1
-2
/
+5
*
Prefer network writes over reads
Volker Lendecke
2008-12-19
1
-32
/
+33
*
Add a "bytes_padding" parameter to smb_splice_chain
Volker Lendecke
2008-12-08
1
-12
/
+28
*
Factor out smb_splice_chain(), to be used by chain_reply() in smbd
Volker Lendecke
2008-12-08
1
-46
/
+98
*
Fixed "argument differ in signedness" warning on linux
Tim Prouty
2008-10-14
1
-2
/
+2
*
Ensure we handle signals correctly during the async calls.
Jeremy Allison
2008-10-09
1
-2
/
+2
*
Remove a cast -- thanks metze
Volker Lendecke
2008-09-17
1
-2
/
+2
*
Factor out validate_smb_crypto
Volker Lendecke
2008-09-12
1
-41
/
+53
*
Fix "make test" -- gna...
Volker Lendecke
2008-09-12
1
-1
/
+1
*
remove a pointless empty line
Volker Lendecke
2008-09-12
1
-1
/
+0
*
Add a paranoia check on incoming PDUs
Volker Lendecke
2008-09-12
1
-0
/
+7
*
Move setting the mid field in req->outbuf from _cork to _uncork
Volker Lendecke
2008-09-09
1
-1
/
+1
*
Add utility function cli_in_chain()
Volker Lendecke
2008-09-09
1
-0
/
+15
*
Protect against a closed socket
Volker Lendecke
2008-09-05
1
-0
/
+5
*
Do proper error handling if the socket is closed
Volker Lendecke
2008-09-05
1
-2
/
+8
*
Remove cli_request_get()
Volker Lendecke
2008-08-28
1
-17
/
+6
*
Add cli_request->recv_helper
Volker Lendecke
2008-08-28
1
-1
/
+6
*
Activate code to enable chained requests
Volker Lendecke
2008-08-28
1
-176
/
+27
*
This adds the code to allow chained requests in libsmb/
Volker Lendecke
2008-08-28
1
-0
/
+534
*
Move "struct cli_request" from client.h to async_smb.h
Volker Lendecke
2008-08-28
1
-6
/
+32
*
Add cli_pull_reply
Volker Lendecke
2008-08-28
1
-0
/
+54
*
Remove cli->event_ctx, pass it explicitly
Volker Lendecke
2008-08-28
1
-70
/
+24
*
Refactoring: Add the routine cli_request_send()
Volker Lendecke
2008-08-28
1
-5
/
+57
*
Prevent NT_STATUS 0xF1000000 errors from appearing when
Jim McDonough
2008-08-14
1
-0
/
+6
*
Move inbuf handling to before the PDU handling
Volker Lendecke
2008-03-08
1
-58
/
+59
*
Add infrastructure to support async SMB requests
Volker Lendecke
2008-03-06
1
-0
/
+483