summaryrefslogtreecommitdiff
path: root/source3/libsmb/cliconnect.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-17s3:libsmb: remove unused cli_state->dfsrootStefan Metzmacher1-6/+0
2013-10-17s3:libsmb: make use of smb1cli_tcon_set_values()Stefan Metzmacher1-2/+17
2013-08-15s3:libsmb: call smb2cli_logoff() from cli_ulogoff()Stefan Metzmacher1-0/+12
2013-08-15s3:libsmb: make cli_ulogoff_send/recv staticStefan Metzmacher1-2/+2
2013-08-15s3:libsmb: call smb2cli_tdis() from cli_tdis()Stefan Metzmacher1-0/+4
2013-08-15s3:libsmb: make cli_tdis_send/recv staticStefan Metzmacher1-2/+2
2013-08-15s3:libsmb: Ensure we ask for DEFAULT_SMB2_MAX_CREDITS on successful negprot.Jeremy Allison1-0/+10
2013-08-15s3:libsmb: Modify cli_start_connection_connected() to use lp_cli_minprotocol(...Jeremy Allison1-1/+2
2013-08-10s3:libsmb: remove unused cli_state->is_guestloginStefan Metzmacher1-5/+0
2013-05-06libsmb: call directly tevent_req_simple_finish_ntstatusMatthieu Patou1-2/+2
2013-04-11libsmbclient: Make cli_full_connection asyncVolker Lendecke1-50/+190
2013-04-11libsmbclient: Make cli_tree_connect asyncVolker Lendecke1-14/+109
2013-04-11libsmbclient: Make cli_raw_tcon asyncVolker Lendecke1-15/+83
2013-04-11libsmbclient: Streamline cli_tcon_andx a bitVolker Lendecke1-3/+1
2013-04-11libsmbclient: Use tevent_req_poll_ntstatus in cli_tcon_andxVolker Lendecke1-2/+1
2013-04-11libsmbclient: Make cli_start_connection asyncVolker Lendecke1-18/+102
2013-04-11libsmbclient: Remove unused cli_connect_sockVolker Lendecke1-32/+0
2013-04-11libsmbclient: Add async cli_connect_nbVolker Lendecke1-24/+94
2013-04-11libsmbclient: Avoid a talloc_strdup in cli_connect_nbVolker Lendecke1-4/+2
2013-04-11libsmbclient: Make cli_connect_sock asyncVolker Lendecke1-40/+126
2013-04-11libsmbclient: Remove unused sync wrappersVolker Lendecke1-201/+0
2013-04-11libsmbclient: Add async cli_session_setupVolker Lendecke1-42/+215
2013-04-11libsmbclient: Remove unused cli_session_setup_ntlmssp()Volker Lendecke1-29/+0
2013-04-11libsmbclient: Add async cli_session_setup_ntlmsspVolker Lendecke1-24/+146
2013-04-11libsmbclient: Factor out cli_session_setup_get_accountVolker Lendecke1-9/+17
2013-04-11libsmbclient: Slightly simplify cli_session_setup_spnegoVolker Lendecke1-3/+3
2013-04-11libsmbclient: Factor out cli_session_setup_get_principalVolker Lendecke1-36/+49
2013-04-11libsmbclient: Avoid a data copyVolker Lendecke1-9/+5
2013-04-11libsmbclient: Fix a leak on talloc_tos()Volker Lendecke1-1/+3
2013-04-03libsmbclient: Fix cli_session_setup_guest_sendVolker Lendecke1-1/+1
2013-03-20s3:libsmb: make use of SMB_CAP_LEGACY_CLIENT_MASK instead of SMB_CAP_CLIENT_MASKStefan Metzmacher1-2/+6
2013-02-19s3:libsmb: s/struct event_context/struct tevent_contextStefan Metzmacher1-9/+9
2013-02-19s3:libsmb: make use of samba_tevent_context_init()Stefan Metzmacher1-9/+9
2012-09-12Avoid overriding default ccache for ads operations.Simo Sorce1-1/+1
2012-08-09Check error returns from strupper_m() (in all reasonable places).Jeremy Allison1-1/+3
2012-08-04s3:libsmb: add EXTENDED_SIGNATURE support in cli_tcon_andx*()Stefan Metzmacher1-0/+5
2012-08-01s3:libsmb: add a optional_support helper variableStefan Metzmacher1-1/+6
2012-08-01s3:libsmb: add a tcon_flags helper variableStefan Metzmacher1-1/+4
2012-08-01s3:libsmb: remove unused cli_state->user_session_keyStefan Metzmacher1-19/+0
2012-08-01s3:libsmb: make use of smb1cli_session_set_session_key()Stefan Metzmacher1-0/+24
2012-07-24s3:libsmb: make use of cli_state_[g|s]et_tid()Stefan Metzmacher1-3/+4
2012-06-12s3: Add cli_state->pw_nt_hashVolker Lendecke1-1/+5
2012-06-06s3-libsmb: Fix error messages to correctly mention PLAINTEXT not LMAndrew Bartlett1-6/+6
2012-06-05s3:libsmb: change cli_sesssetup_blob_* to use uint8_t instead of char for inbufStefan Metzmacher1-8/+8
2012-06-05s3:libsmb: use inhdr instead of inbuf in tree connect related functionsStefan Metzmacher1-5/+5
2012-06-05s3:libsmb: use inhdr instead of inbuf in session setup related functionsStefan Metzmacher1-34/+36
2012-06-03s3:libsmb: get rid of cli_smb_req_*,cli_smb_wct_ofs,cli_smb_chain_sendLuk Claes1-2/+2
2012-05-30s3:libsmb: use cli_tree_connect() instead of cli_tcon_andx()Stefan Metzmacher1-2/+2
2012-05-30s3:libsmb: fallback to SMBtcon for old serversStefan Metzmacher1-1/+15
2012-05-28s3:libsmb: get rid of cli_ucs2Luk Claes1-25/+25