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
/
cliconnect.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
1
-2
/
+5
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
1
-4
/
+9
2011-09-15
s3:libsmb: move cli->sec_mode to cli->conn.smb1.server.security_mode
Stefan Metzmacher
1
-5
/
+8
2011-09-15
s3:libsmb: move cli->max_mux to cli->conn.smb1.server.max_mux
Stefan Metzmacher
1
-4
/
+7
2011-09-15
s3:libsmb: move cli->max_xmit to cli->conn.smb1.max_xmit
Stefan Metzmacher
1
-6
/
+12
2011-09-15
s3:libsmb: move cli->capabilities to cli->conn.smb1.capabilities
Stefan Metzmacher
1
-4
/
+9
2011-09-15
s3:libsmb: move cli->protocol to cli->conn.protocol
Stefan Metzmacher
1
-4
/
+4
2011-09-15
s3:libsmb: pass max_protocol to cli_negprot()
Stefan Metzmacher
1
-5
/
+6
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
1
-5
/
+0
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: no need to reset capabilities in cli_session_setup_lanman2()
Stefan Metzmacher
1
-10
/
+0
2011-09-15
s3:libsmb: make sure we always set cli->capabilities at the end of cli_negpro...
Stefan Metzmacher
1
-3
/
+6
2011-09-14
s3:libsmb: remove unused cli->is_samba
Stefan Metzmacher
1
-22
/
+1
2011-09-14
Fix bug #8453 - smbclient segfaults when dialect option -m is used for legacy...
Jeremy Allison
1
-0
/
+13
2011-09-14
s3:libsmb: make use of new advanded SMB signing
Stefan Metzmacher
1
-31
/
+28
2011-09-13
s3:libsmb: make use of cli_state_server_session_key()
Stefan Metzmacher
1
-4
/
+4
2011-09-13
s3:libsmb: make use of cli_state_security_mode()
Stefan Metzmacher
1
-9
/
+12
2011-09-13
s3:libsmb: make sure cli->max_mux is valid in the return of the server
Stefan Metzmacher
1
-0
/
+6
2011-09-13
s3:libsmb: check that max_xmit is not less than 1024
Stefan Metzmacher
1
-0
/
+5
2011-09-13
s3:libsmb: better expect a max_xmit of 1024 instead of 0xFFFF for the CORE pr...
Stefan Metzmacher
1
-0
/
+1
2011-09-13
s3:libsmb: make use of cli_state_available_size() in cli_sesssetup_blob_send()
Stefan Metzmacher
1
-6
/
+8
2011-09-12
s3:libsmb: check the wct of the incoming SMBnegprot responses
Stefan Metzmacher
1
-0
/
+10
2011-09-08
s3:libsmb: add CLI_FULL_CONNECTION_FORCE_ASCII
Stefan Metzmacher
1
-1
/
+2
2011-09-08
s3:libsmb: don't handle CLI_FULL_CONNECTION_* flags in cli_full_connection()
Stefan Metzmacher
1
-4
/
+0
2011-09-08
s3:libsmb: don't handle CLI_FULL_CONNECTION_* flags in cli_start_connection()
Stefan Metzmacher
1
-13
/
+0
2011-09-08
s3:libsmb: pass CLI_FULL_CONNECTION_* flags via cli_connect_nb()
Stefan Metzmacher
1
-3
/
+2
2011-09-08
s3:libsmb: pass CLI_FULL_CONNECTION_* flags to cli_state_create()
Stefan Metzmacher
1
-1
/
+2
2011-08-10
s3:libsmb: make cli_session_setup_spnego() static
Stefan Metzmacher
1
-2
/
+4
2011-08-10
s3:libsmb: pass remote_realm to cli_session_setup_spnego() in cli_session_set...
Stefan Metzmacher
1
-1
/
+3
2011-08-10
s3:libsmb: store the remote_realm on the cli_state
Stefan Metzmacher
1
-1
/
+1
2011-08-02
s3:libsmb/cli*: make use of cli_state_protocol()
Stefan Metzmacher
1
-10
/
+10
2011-08-02
s3:libsmb/cli*: make use of cli_state_capabilities()
Stefan Metzmacher
1
-4
/
+4
2011-07-22
s3:libsmb/cliconnect: make use of cli_state_remote_name()
Stefan Metzmacher
1
-7
/
+8
2011-07-22
s3:libsmb: only pass const sockaddr_storage to cli_full_connection()
Stefan Metzmacher
1
-5
/
+1
2011-07-22
s3:libsmb: only pass a const sockaddr_storage to cli_start_connection()
Stefan Metzmacher
1
-5
/
+5
2011-07-22
s3:libsmb: let cli_connect_nb() only expect a const sockaddr_storage *dest_ss
Stefan Metzmacher
1
-7
/
+7
2011-07-21
s3:libsmb: replace cli_initialise[_ex]() by cli_state_create()
Stefan Metzmacher
1
-24
/
+2
2011-07-21
s3:libsmb: don't pass cli->called.name to NTLMv2_generate_names_blob()
Stefan Metzmacher
1
-3
/
+3
2011-07-21
s3:libsmb: move cli->vuid to cli->smb1.uid and hide it behind cli_state_[g|s]...
Stefan Metzmacher
1
-8
/
+8
2011-07-20
s3:libsmb: move cli->cnum to cli->smb1.tid and hide it behind cli_state_[g|s]...
Stefan Metzmacher
1
-7
/
+2
2011-07-20
s3:libsmb: add cli->smb1.vc_num and hide it behind cli_state_get_vc_num()
Stefan Metzmacher
1
-3
/
+3
2011-07-20
s3:libsmb: smb_bytes_talloc_string() doesn't need a cli_state
Stefan Metzmacher
1
-3
/
+3
2011-07-11
s3:libsmb: remove unused cli_set_port()
Stefan Metzmacher
1
-1
/
+0
2011-07-11
s3:libsmb: also remember the local socket address after connect
Stefan Metzmacher
1
-0
/
+8
2011-07-08
s3:libsmb: remove unused cli->inbuf and cli->bufsize
Stefan Metzmacher
1
-9
/
+0
2011-07-07
s3:libsmb: finally remove unused cli_state->outbuf
Stefan Metzmacher
1
-5
/
+1
[prev]
[next]