summaryrefslogtreecommitdiff
path: root/source4/libcli/smb_composite
AgeCommit message (Expand)AuthorFilesLines
2012-12-12s4-libcli: Fix comparison of chosen_oid.Andreas Schneider1-1/+1
2012-11-01libcli: use cli_credentials_failed_kerberos_login() to cope with server changesAndrew Tridgell1-2/+15
2012-08-04s4:libcli: add support for SMB_EXTENDED_SIGNATURES during SMBtconXStefan Metzmacher1-0/+6
2012-08-02s4:libcli: send the TCONX_FLAG_EXTENDED_RESPONSE flagStefan Metzmacher1-2/+2
2012-08-01s4:libcli/raw: remove unused smbcli_session->user_session_keyStefan Metzmacher2-15/+0
2012-08-01s4:libcli/smb_composite: make use of smb1cli_session_set_session_key()Stefan Metzmacher1-1/+17
2012-08-01s4:libcli/smb_composite: always use set_user_session_key() helperStefan Metzmacher1-2/+6
2012-04-25s4-torture: enable raw.composite test again, and convert to new style testAndrew Bartlett2-6/+13
2011-11-30s4:libcli/raw: implement on top of smbXcli_conn/reqStefan Metzmacher2-36/+34
2011-11-30s4:libcli: do the nbss session request within smbcli_sock_connect_*()Stefan Metzmacher1-41/+13
2011-11-30s4:libcli: convert smbcli_transport_connect_* to tevent_reqStefan Metzmacher1-14/+26
2011-11-29s4:libcli/raw: add transport->ev as copy of transport->socket->event.ctxStefan Metzmacher4-4/+4
2011-11-24s4:libcli/smb2: implement on top of smbXcli_conn/reqStefan Metzmacher1-4/+4
2011-10-18gensec: move event context from gensec_*_init() to gensec_update()Andrew Bartlett1-2/+4
2011-09-19s4:auth - remove unused variablesMatthias Dieter Wallnöfer1-1/+0
2011-08-18smb_composite: Remove unnecessary include of signing header.Jelmer Vernooij1-1/+0
2011-08-18smb_composite: Integrate prototypes in header file.Jelmer Vernooij2-3/+69
2011-08-03gensec: clarify memory ownership for gensec_session_info() and gensec_session...Andrew Bartlett1-3/+2
2011-06-20libcli/util Rename common map_nt_error_from_unix to avoid duplicate symbolAndrew Bartlett1-1/+1
2011-06-15s4:libcli/smb_composite: convert smb2_composite_setpathinfo_send/rev to teven...Stefan Metzmacher1-57/+127
2011-04-28s4:libcli/smb_composite: move smb2_composite_setpathinfo_setinfo_done()Stefan Metzmacher1-25/+27
2011-04-28s4:libcli/smb_composite: move smb2_composite_setpathinfo_create_done()Stefan Metzmacher1-22/+23
2011-04-28s4:libcli/smb_composite: add smb2_composite_setpathinfo_close_done()Stefan Metzmacher1-1/+12
2011-04-28s4:libcli/smb_composite: better names for smb2_composite_setpathinfo_* funcs ...Stefan Metzmacher1-22/+15
2011-04-14s4/libcli: do not use netbios name in NTLMv2 blobs w/o spnegoChristian Ambach1-4/+22
2010-07-16s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell1-1/+1
2010-05-18s3: Remove use of iconv_convenience.Jelmer Vernooij3-5/+0
2010-05-18Finish removal of iconv_convenience in public API's.Jelmer Vernooij1-1/+1
2010-03-26libutil: moved the networking defines to util_net.hAndrew Tridgell1-0/+1
2010-03-11s4:libcli Use integrated name resolution when connecting SMBAndrew Bartlett1-38/+9
2009-10-15s4-smb: declare root_fid as a file handleAndrew Tridgell1-1/+1
2009-09-19s4-resolve: fixed a crash bug on timeoutAndrew Tridgell1-1/+1
2009-08-07fixed several places that unnecessarily take a reference to the event contextAndrew Tridgell1-1/+1
2009-05-01s4:libcli: remember operating system and lan manager strings from session setupStefan Metzmacher1-0/+21
2009-04-22ѕ4: fix a "not handled in switch" compile warningBjörn Jacke1-0/+2
2009-02-02s4:libcliraw: s/private/private_dataStefan Metzmacher6-24/+24
2008-12-29s4:lib/tevent: rename structsStefan Metzmacher2-3/+3
2008-11-02Fix the build.Jelmer Vernooij2-4/+7
2008-11-02Remove another use of global_loadparm.Jelmer Vernooij4-1/+6
2008-11-02Add gensec_settings structure. This wraps loadparm_context for now, butJelmer Vernooij3-1/+3
2008-11-02Remove another use of global_loadparm.Jelmer Vernooij4-1/+6
2008-11-01Move lp_*() calls a bit higher up the calls tack.Jelmer Vernooij1-1/+3
2008-10-24Remove unused include param/param.h.Jelmer Vernooij4-4/+0
2008-10-24Remove more usages of global_loadparm.Jelmer Vernooij1-2/+2
2008-10-24Eliminate another instance of global_loadparm.Jelmer Vernooij4-1/+6
2008-10-24Remove iconv_convenience parameter from simple string push/pullJelmer Vernooij1-2/+2
2008-09-30Pass session options around; saves another use of global_loadparm.Jelmer Vernooij4-4/+5
2008-09-30Remove global_loadparm instance.Jelmer Vernooij1-4/+6
2008-09-30Pass options struct into session initialization functions rather thanJelmer Vernooij1-1/+4
2008-09-24s4:libcli/smb_composite: we only check the signature when the server return OKStefan Metzmacher1-0/+9