summaryrefslogtreecommitdiff
path: root/source3/libsmb/cliconnect.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-05-28s3:libsmb: get rid of clisigning routinesLuk Claes1-7/+7
2012-05-28s3:libsmb: get rid of cli_has_async_callsLuk Claes1-9/+9
2012-05-28s3:libsmb: get rid of cli_negprotLuk Claes1-22/+2
2012-05-28s3:libsmb: get rid of cli_state_security_modeLuk Claes1-3/+3
2012-05-28s3:libsmb: get rid of cli_state_server_gss_blobLuk Claes1-1/+1
2012-05-28s3:libsmb: get rid of cli_state_server_challengeLuk Claes1-5/+5
2012-05-28s3:libsmb: get rid of cli_state_server_session_keyLuk Claes1-4/+4
2012-05-28s3:libsmb: get rid of cli_state_capabilitiesLuk Claes1-2/+2
2012-05-28s3:libsmb: get rid of cli_state_protocolLuk Claes1-14/+14
2012-05-28s3:libsmb: get rid of cli_state_remote_nameLuk Claes1-2/+2
2012-04-23Make krb5 wrapper library common so they can be used all overSimo Sorce1-1/+2
2012-04-17s3:libsmb/cliconnect: make use of ntlmssp_is_anonymous()Stefan Metzmacher1-1/+1
2012-04-16s3:libsmb: fix anonymous session setups against windows serversStefan Metzmacher1-0/+16
2012-02-28s3:libsmb:smb2: pass previous session ID to session setup, not previous sessionMichael Adam1-1/+1
2012-02-27libcli/smb/smbXcli: maintain smb2 channel_signing_key separate from the signi...Stefan Metzmacher1-2/+2
2012-02-01s3-lib: Fix util_cmdline which doesn't use popt.Andreas Schneider1-1/+1
2012-01-05s3-libads Factor out a new routine kerberos_get_principal_from_service_hostna...Andrew Bartlett1-36/+10
2011-12-20s3: Fix some False/NULL hickupsVolker Lendecke1-1/+1
2011-11-24s3:libsmb: add cli_tree_connect() for a generic tree connectStefan Metzmacher1-0/+15
2011-11-24s3:libsmb: add SMB2 support to cli_session_setup()Stefan Metzmacher1-20/+122
2011-11-24s3:libsmb: implement cli_state based functions on top of smbXcli_conn/smbXcli...Stefan Metzmacher1-443/+7
2011-11-21s3:libsmb: close fd on error in cli_connect_nb()Stefan Metzmacher1-0/+2
2011-11-16Revert "Fix bug #8453 - smbclient segfaults when dialect option -m is used fo...Stefan Metzmacher1-13/+0
2011-11-08s3:libsmb: correctly parse the LANMAN2.1 negprot response from OS/2 (bug #8584)Stefan Metzmacher1-4/+30
2011-11-08s3:libsmb: key_len is 8bit only in the NT1 caseStefan Metzmacher1-1/+1
2011-11-04s3:libsmb: also remember the optional server name from the negprot responseStefan Metzmacher1-2/+23
2011-11-04s3:libsmb: the workgroup in the non-extended-security negprot is not aligned ...Stefan Metzmacher1-2/+5
2011-11-03s3:libsmb: s/Undefined/SMB_SIGNING_DEFAULT/Stefan Metzmacher1-1/+1
2011-10-24libcli/smb: move source3/libsmb/read_smb.* to the toplevelStefan Metzmacher1-1/+0
2011-10-18ntlmssp: Move ntlmssp code to auth/ntlmsspAndrew Bartlett1-1/+1