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
Age
Commit message (
Expand
)
Author
Files
Lines
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-28
s3:libsmb: remove unused TALLOC_FREE(subreq) calls in
Stefan Metzmacher
1
-5
/
+0
2011-09-28
s3:libsmb: call TALLOC_FREE(subreq) directly after cli_sesssetup_blob_recv()
Stefan Metzmacher
1
-3
/
+2
2011-09-22
s3: Fix Coverity ID 2619: UNINIT
Volker Lendecke
1
-0
/
+2
2011-09-22
s3: Fix Coverity ID 2618: UNINIT
Volker Lendecke
1
-0
/
+2
2011-09-21
Try and fix bug #8472 - Crash in asn.1 parsing code.
Jeremy Allison
1
-1
/
+6
2011-09-21
s3: Further fix for bug 8338
Volker Lendecke
1
-2
/
+9
2011-09-19
s3:smb2cli: remove unused struct ntlmssp_state from smb2cli_session_setup_state
Stefan Metzmacher
1
-1
/
+0
2011-09-19
s3:smb2cli: s/smb2cli_sesssetup_blob/smb2cli_session_setup/
Stefan Metzmacher
1
-15
/
+15
2011-09-18
s3:smb2cli: s/smb2cli_sesssetup/smb2cli_sesssetup_ntlmssp/
Stefan Metzmacher
2
-17
/
+17
2011-09-18
s3:smb2cli: pass timeout to smb2cli_req_create/send()
Stefan Metzmacher
11
-0
/
+25
2011-09-18
s3:smb2cli: pass an array of expected status/body_size pairs to smb2cli_req_r...
Stefan Metzmacher
11
-17
/
+153
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-18
s3:libsmb: return INTERNAL_ERROR if the request is in bad state when the call...
Stefan Metzmacher
1
-0
/
+8
2011-09-18
s3:libsmb: return if tevent_req_set_endtime() fails
Stefan Metzmacher
1
-2
/
+4
2011-09-18
s3:smb2cli: SMB2_FLUSH responses have a body size of 4
Stefan Metzmacher
1
-1
/
+1
2011-09-16
s3:libsmb: forward declaration for struct smb_trans_enc_state
Stefan Metzmacher
1
-0
/
+2
2011-09-15
s3:libsmb: remove unused cli_*encryption* functions
Stefan Metzmacher
2
-48
/
+0
2011-09-15
s3:libsmb: s/cli_encryption_on/cli_state_encryption_on()
Stefan Metzmacher
2
-4
/
+4
2011-09-15
s3:libsmb: move cli->server{zone,time} to cli->conn.smb1.server.{time_zone,sy...
Stefan Metzmacher
2
-10
/
+16
2011-09-15
s3:libsmb: split cli->secblob into cli->conn.smb1.server.{guid,gss_blob,chall...
Stefan Metzmacher
2
-21
/
+77
2011-09-15
s3:libsmb: make use of cli_state_server_gss_blob()
Stefan Metzmacher
1
-5
/
+9
2011-09-15
s3:libsmb: make use of cli_state_server_challenge()
Stefan Metzmacher
1
-11
/
+8
2011-09-15
s3:libsmb: add cli_state_server_challenge() and cli_state_server_gss_blob()
Stefan Metzmacher
2
-0
/
+18
2011-09-15
s3:libsmb: remove the guid from the cli->secblob in spnego mode
Stefan Metzmacher
1
-4
/
+8
2011-09-15
s3:libsmb: make sure cli->secblob.length is 8 if we get a challenge
Stefan Metzmacher
1
-2
/
+2
2011-09-15
s3:libsmb: restructure cli_negprot_done() secblob handling a bit
Stefan Metzmacher
1
-10
/
+13
2011-09-15
s3:libsmb: move cli->sesskey to cli->conn.smb1.server.session_key
Stefan Metzmacher
2
-3
/
+6
2011-09-15
s3:libsmb: detect lock_read and write_unlock support
Stefan Metzmacher
1
-0
/
+15
2011-09-15
s3:libsmb: move cli->*braw_supported to cli->conn.smb1.server.*braw
Stefan Metzmacher
2
-7
/
+9
2011-09-15
s3:libsmb: move cli->sec_mode to cli->conn.smb1.server.security_mode
Stefan Metzmacher
2
-6
/
+9
2011-09-15
s3:libsmb: move cli->max_mux to cli->conn.smb1.server.max_mux
Stefan Metzmacher
2
-5
/
+8
2011-09-15
s3:libsmb: move cli->max_xmit to cli->conn.smb1.max_xmit
Stefan Metzmacher
2
-8
/
+16
2011-09-15
s3:libsmb: move cli->smb1.mid to cli->conn.smb1.mid
Stefan Metzmacher
2
-2
/
+3
2011-09-15
s3:libsmb: move cli->capabilities to cli->conn.smb1.capabilities
Stefan Metzmacher
2
-16
/
+23
2011-09-15
s3:libsmb: move cli->protocol to cli->conn.protocol
Stefan Metzmacher
2
-5
/
+5
2011-09-15
s3:libsmb: don't set cli->protocol in cli_state_create()
Stefan Metzmacher
1
-1
/
+0
2011-09-15
s3:libsmb: pass max_protocol to cli_negprot()
Stefan Metzmacher
5
-14
/
+12
2011-09-15
s3:libsmb: add basic max_protocol support in cli_negprot()
Stefan Metzmacher
1
-7
/
+15
2011-09-15
s3:libsmb: use local variables in cli_state_create()
Stefan Metzmacher
2
-17
/
+14
2011-09-15
s3:libsmb: use CAP_EXTENDED_SECURITY instead of cli->use_spnego
Stefan Metzmacher
1
-1
/
+1
2011-09-15
s3:libsmb: make use of SMB_CAP_BOTH/CLIENT_MASK in cli_session_setup_capabili...
Stefan Metzmacher
1
-13
/
+25
2011-09-15
s3:libsmb: calculate the negotiated SMB1 capabilities in cli_negprot_done()
Stefan Metzmacher
1
-6
/
+12
2011-09-15
s3:libsmb: calculate all SMB1 capabilities we want to support for the connection
Stefan Metzmacher
1
-2
/
+24
2011-09-15
s3:libsmb: no need to reset capabilities in cli_session_setup_lanman2()
Stefan Metzmacher
1
-10
/
+0
[next]