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
/
smb2cli_base.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-11-06
s3:smb2cli: ignore the NBT/Length header in smb2cli_inbuf_parse_compound()
Stefan Metzmacher
1
-7
/
+7
2011-10-25
s3:smb2cli_base: make use of [_]smb_[set]len_tcp()
Stefan Metzmacher
1
-2
/
+2
2011-10-25
s3:smb2cli_base: make use of map_nt_error_from_unix_common()
Stefan Metzmacher
1
-2
/
+4
2011-10-24
libcli/smb: move source3/libsmb/read_smb.* to the toplevel
Stefan Metzmacher
1
-1
/
+1
2011-09-30
s3: Fix an uninitialized variable warning
Volker Lendecke
1
-1
/
+1
2011-09-29
s3:smb2cli: fix the num_expected == 0 logic in smb2cli_req_recv()
Stefan Metzmacher
1
-3
/
+7
2011-09-18
s3:smb2cli: pass timeout to smb2cli_req_create/send()
Stefan Metzmacher
1
-0
/
+12
2011-09-18
s3:smb2cli: pass an array of expected status/body_size pairs to smb2cli_req_r...
Stefan Metzmacher
1
-4
/
+47
2011-09-18
s3:smb2cli: only use tevent_req_defer_callback() if we have more than one smb...
Stefan Metzmacher
1
-1
/
+12
2011-09-18
s3:smb2cli: ignore async interim responses and store the async_id
Stefan Metzmacher
1
-0
/
+12
2011-09-18
s3:smb2cli: check the response has the SMB2_HDR_FLAG_REDIRECT flag
Stefan Metzmacher
1
-0
/
+8
2011-09-18
s3:smb2cli: validate the opcode from the server is as expected
Stefan Metzmacher
1
-3
/
+14
2011-09-18
s3:smb2cli: initialize status if we got an unexpected response
Stefan Metzmacher
1
-0
/
+1
2011-09-07
s3:smb2cli: let smb2cli_req_create() use the give pid, uid and tid values
Stefan Metzmacher
1
-3
/
+3
2011-09-05
s3:smb2cli: make sure we don't try to send requests on a disconnected cli_state
Stefan Metzmacher
1
-0
/
+5
2011-09-05
s3:smb2cli: make sure requests are not finished, when we send when to the net...
Stefan Metzmacher
1
-0
/
+4
2011-09-05
s3:smb2cli: disconnect the connection, if we're out of message ids
Stefan Metzmacher
1
-1
/
+15
2011-09-05
s3:smb2cli: don't use state->cli->smb2.mid++ as macro argument
Stefan Metzmacher
1
-1
/
+5
2011-08-12
s3:smb2cli: pass more fields to smb2cli_req_create()/smb2cli_req_send()
Stefan Metzmacher
1
-3
/
+17
2011-08-12
s3:smb2cli: allow 32bit dyn_len in smb2cli_req_create()/smb2cli_req_send()
Stefan Metzmacher
1
-3
/
+3
2011-08-02
s3:smb2cli_base: smb2cli_req_send() needs to call tevent_req_post() on error
Stefan Metzmacher
1
-1
/
+1
2011-07-22
s3:libsmb: move cli_state->fd to cli_state->conn.fd
Stefan Metzmacher
1
-6
/
+6
2011-07-22
s3:libsmb: move cli_state->outgoing to cli_state->conn.outgoing
Stefan Metzmacher
1
-1
/
+1
2011-07-22
s3:libsmb: move cli_state->pending to cli_state->conn.pending
Stefan Metzmacher
1
-21
/
+22
2011-07-11
s3:smb2cli_base: add my copyright
Stefan Metzmacher
1
-0
/
+1
2011-07-09
s3:smb2cli_base: ask for the next response if there're still pending requests
Stefan Metzmacher
1
-1
/
+21
2011-07-09
s3:smb2cli_base: make use of tevent_req_defer_callback()
Stefan Metzmacher
1
-28
/
+64
2011-07-09
s3:smb2cli_base: fix memory hierachy in smb2cli_req_recv()
Stefan Metzmacher
1
-18
/
+34
2011-07-09
s3:smb2cli_base: call smb2cli_req_unset_pending() before tevent_req_done()
Stefan Metzmacher
1
-0
/
+1
2011-07-09
s3:smb2cli_base: unset the destructor in smb2cli_req_unset_pending()
Stefan Metzmacher
1
-2
/
+3
2011-07-09
s3:smb2cli_base: keep the order of pending requests
Stefan Metzmacher
1
-2
/
+2
2011-07-09
s3:smb2cli_base: rename 'result' => 'req' in smb2cli_req_create()
Stefan Metzmacher
1
-13
/
+13
2011-07-08
s3:libsmb: add basic smb2 client infrastructure
Stefan Metzmacher
1
-0
/
+531