summaryrefslogtreecommitdiffstats
path: root/source4/libcli/smb2/connect.c
Commit message (Expand)AuthorAgeFilesLines
* s4:libcli/smb2: allow the caller to specify a specific value for max_protocol.Stefan Metzmacher2014-11-271-1/+2
* s4:libcli/smb2: make use of smb2cli_tcon*() in connect.cStefan Metzmacher2014-09-301-30/+25
* s4:libcli/smb2: remove unused 'primary' argument of smb2_session_init()Stefan Metzmacher2014-07-241-1/+1
* s4:libcli:smb2: make smbcli_options argument to smb2_connect_(send|ext) constMichael Adam2013-10-051-2/+2
* libcli/smb: pass smbXcli_session to smb2cli_tcon_set_values()Stefan Metzmacher2012-07-251-0/+1
* s4:libcli/smb2: remove unused elements from smb2_treeStefan Metzmacher2012-07-251-3/+0
* s4:libcli/smb2: setup a smbXcli_tcon for each smb2_treeStefan Metzmacher2012-07-241-0/+7
* s4:libcli/smb2: use PROTOCOL_LATESTStefan Metzmacher2012-05-061-1/+1
* s4:libcli:smb2: store the share capabilites in the smb2_tree objectMichael Adam2012-03-031-0/+1
* s4:libcli:smb2: allow max protocol 0x0224Michael Adam2012-03-031-1/+1
* s4:libcli:smb2: add a smb2_connect_ext variant of smb2_connect that takes a p...Michael Adam2012-02-281-12/+36
* s4:libcli:smb2: add a previous session argument to smb2_connect_send()Michael Adam2012-02-281-1/+5
* s4:libcli:smb2: add a previous session argument to smb2_session_setup_spnego()Michael Adam2012-02-281-1/+2
* s4:libcli:smb2: don't allocate the smb2_tree struct earlier than necessary in...Michael Adam2012-02-031-5/+5
* s4:libcli/torture:smb2: change smb2_tree_connect to take a smb2_session inste...Michael Adam2012-02-031-1/+1
* s4:libcli: do the nbss session request within smbcli_sock_connect_*()Stefan Metzmacher2011-11-301-39/+17
* s4:libcli/smb2: implement on top of smbXcli_conn/reqStefan Metzmacher2011-11-241-70/+20
* s4:libcli/smb2: s/SMB_SIGNING_SUPPORTED/SMB_SIGNING_IF_REQUIRED/Stefan Metzmacher2011-11-031-2/+2
* s4:libcli/smb2: remove unused SMB_SIGNING_AUTO handlingStefan Metzmacher2011-11-031-2/+0
* s4:libcli/smb2: SMB_SIGNING_DEFAULT matches SMB_SIGNING_SUPPORTED on the clie...Stefan Metzmacher2011-11-031-0/+2
* s4:libcli/smb2: let SMB_SIGNING_AUTO behave like SMB_SIGNING_SUPPORTEDStefan Metzmacher2011-11-031-7/+1
* libcli/util Rename common map_nt_error_from_unix to avoid duplicate symbolAndrew Bartlett2011-06-201-1/+1
* s4:libcli/smb2: let smb2_session_setup_spnego_* use tevent_reqStefan Metzmacher2011-04-281-9/+11
* s4:libcli/smb2: move smb2_connect_tcon_done()Stefan Metzmacher2011-04-281-20/+22
* s4:libcli/smb2: move smb2_connect_session_done()Stefan Metzmacher2011-04-281-36/+38
* s4:libcli/smb2: move smb2_connect_negprot_done()Stefan Metzmacher2011-04-281-69/+71
* s4:libcli/smb2: move smb2_connect_socket_done()Stefan Metzmacher2011-04-281-55/+57
* s4:libcli/smb2: move smb2_connect_resolve_done()Stefan Metzmacher2011-04-281-36/+35
* s4:libcli/smb2: rename step functions of smb2_connect_*()Stefan Metzmacher2011-04-281-26/+10
* s4:libcli/smb2: convert smb2_connect_*() to tevent_reqStefan Metzmacher2011-04-281-107/+196
* s4-resolve: fixed a crash bug on timeoutAndrew Tridgell2009-09-191-1/+1
* s4:libcli/smb2: use new SMB2_DIVELECT_REVISION constantsStefan Metzmacher2009-05-261-2/+5
* s4:libcli/smb2: fill in transport->negotiate.secblob with the correct dataStefan Metzmacher2009-05-201-0/+2
* s4 libcli: Add back Longhorn beta dialect as a constantZach Loafman2009-03-181-4/+3
* s4 libcli: Add SMB2.1 dialect to libcliZach Loafman2009-03-171-1/+2
* s4:lib/tevent: rename structsStefan Metzmacher2008-12-291-2/+2
* Remove use of global_loadparm for SMB2 client connections.Jelmer Vernooij2008-11-021-5/+9
* Fix the build.Jelmer Vernooij2008-11-021-2/+0
* Add gensec_settings structure. This wraps loadparm_context for now, butJelmer Vernooij2008-11-021-1/+2
* Remove another use of global_loadparm.Jelmer Vernooij2008-11-011-4/+7
* Remove another use of global_loadparm.Jelmer Vernooij2008-11-011-7/+7
* Move calls to lp_* higher up in the call stack.Jelmer Vernooij2008-11-011-6/+15
* Move lp_*() calls a bit higher up the calls tack.Jelmer Vernooij2008-11-011-2/+1
* s4:libcli/smb2: remove unused headerStefan Metzmacher2008-09-291-1/+0
* for use in python we need to use global_loadparmAndrew Tridgell2008-09-241-1/+1
* - use the current dialect first, for servers that only look at theAndrew Tridgell2008-09-241-3/+10
* libcli/smb2: use smb2 signing in auto mode if the server supports itStefan Metzmacher2008-08-141-1/+7
* libcli/smb2: fix per session signing stateStefan Metzmacher2008-07-281-4/+4
* implemented client side SMB2 signingAndrew Tridgell2008-05-301-5/+49
* remember the server time fields on negotiate. Needed for gentestAndrew Tridgell2008-05-201-0/+3