summaryrefslogtreecommitdiff
path: root/source4/libcli/smb_composite
AgeCommit message (Expand)AuthorFilesLines
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
2008-09-23libcli/smb_composite: for spnego session setups check the smb signature manuallyStefan Metzmacher1-23/+57
2008-05-20added SMB2 setpathinfo composite wrapperAndrew Tridgell1-0/+105
2008-05-19added SMB2 proxying of rmdirAndrew Tridgell1-1/+73
2008-05-19added mkdir to SMB2 proxyAndrew Tridgell1-0/+72
2008-05-16private -> private_data for struct smb2_requestAndrew Tridgell1-0/+1
2008-05-16started adding SMB2 composite functions that emulate common SMB callsAndrew Tridgell1-0/+122
2008-05-05Reorder this function in the file, so it reads bottom-up.Andrew Bartlett1-19/+18
2008-04-25Revert to using the old CIFS connection API.Andrew Bartlett2-17/+8
2008-04-25Make the composite 'connect to server' code useful for security=serverAndrew Bartlett3-14/+35
2008-04-21Remove more event_context_init() uses from function calls within deep down th...Simo Sorce3-9/+3
2008-04-02Install public header files again and include required prototypes.Jelmer Vernooij5-0/+6
2008-02-28Remove use of global_loadparm.Jelmer Vernooij2-1/+2
2008-02-21Remove yet more global_loadparm instances.Jelmer Vernooij1-6/+6
2008-02-21Remove more uses of global_loadparm.Jelmer Vernooij1-2/+2
2008-02-21Remove more uses of global_loadparm.Jelmer Vernooij2-2/+3
2008-01-06r26676: libcli: Fill in lp_workgroup() again, should fix my breakage of cifsd...Jelmer Vernooij1-1/+1
2008-01-05r26674: smb_composite: Avoid use of global_loadparm.Jelmer Vernooij1-2/+3
2008-01-05r26670: Janitorial: Remove global_loadparm uses.Jelmer Vernooij1-2/+2
2008-01-03r26654: libcli/smb_composite: Rather than specifying each of the gazillion op...Jelmer Vernooij4-28/+6
2008-01-03r26651: libsmb: Allow specifying signing policy from higher up.Jelmer Vernooij4-2/+8
2008-01-02r26646: libcli/smb_composite: Allow specifying SMB parameters in smb_composit...Jelmer Vernooij4-5/+26
2008-01-02r26644: Janitorial: Pass resolve_context explicitly to various SMB functions,...Jelmer Vernooij4-6/+16
2007-12-21r26409: Pass smb ports along.Jelmer Vernooij4-6/+7
2007-12-21r26376: Add context for libcli_resolve.Jelmer Vernooij1-2/+1
2007-12-21r26266: Remove more global_loadparm uses.Jelmer Vernooij1-1/+3