summaryrefslogtreecommitdiff
path: root/source4/libcli/smb_composite
Commit message (Expand)AuthorAgeFilesLines
* s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell2010-07-161-1/+1
* s3: Remove use of iconv_convenience.Jelmer Vernooij2010-05-183-5/+0
* Finish removal of iconv_convenience in public API's.Jelmer Vernooij2010-05-181-1/+1
* libutil: moved the networking defines to util_net.hAndrew Tridgell2010-03-261-0/+1
* s4:libcli Use integrated name resolution when connecting SMBAndrew Bartlett2010-03-111-38/+9
* s4-smb: declare root_fid as a file handleAndrew Tridgell2009-10-151-1/+1
* s4-resolve: fixed a crash bug on timeoutAndrew Tridgell2009-09-191-1/+1
* fixed several places that unnecessarily take a reference to the event contextAndrew Tridgell2009-08-071-1/+1
* s4:libcli: remember operating system and lan manager strings from session setupStefan Metzmacher2009-05-011-0/+21
* ѕ4: fix a "not handled in switch" compile warningBjörn Jacke2009-04-221-0/+2
* s4:libcliraw: s/private/private_dataStefan Metzmacher2009-02-026-24/+24
* s4:lib/tevent: rename structsStefan Metzmacher2008-12-292-3/+3
* Fix the build.Jelmer Vernooij2008-11-022-4/+7
* Remove another use of global_loadparm.Jelmer Vernooij2008-11-024-1/+6
* Add gensec_settings structure. This wraps loadparm_context for now, butJelmer Vernooij2008-11-023-1/+3
* Remove another use of global_loadparm.Jelmer Vernooij2008-11-024-1/+6
* Move lp_*() calls a bit higher up the calls tack.Jelmer Vernooij2008-11-011-1/+3
* Remove unused include param/param.h.Jelmer Vernooij2008-10-244-4/+0
* Remove more usages of global_loadparm.Jelmer Vernooij2008-10-241-2/+2
* Eliminate another instance of global_loadparm.Jelmer Vernooij2008-10-244-1/+6
* Remove iconv_convenience parameter from simple string push/pullJelmer Vernooij2008-10-241-2/+2
* Pass session options around; saves another use of global_loadparm.Jelmer Vernooij2008-09-304-4/+5
* Remove global_loadparm instance.Jelmer Vernooij2008-09-301-4/+6
* Pass options struct into session initialization functions rather thanJelmer Vernooij2008-09-301-1/+4
* s4:libcli/smb_composite: we only check the signature when the server return OKStefan Metzmacher2008-09-241-0/+9
* libcli/smb_composite: for spnego session setups check the smb signature manuallyStefan Metzmacher2008-09-231-23/+57
* added SMB2 setpathinfo composite wrapperAndrew Tridgell2008-05-201-0/+105
* added SMB2 proxying of rmdirAndrew Tridgell2008-05-191-1/+73
* added mkdir to SMB2 proxyAndrew Tridgell2008-05-191-0/+72
* private -> private_data for struct smb2_requestAndrew Tridgell2008-05-161-0/+1
* started adding SMB2 composite functions that emulate common SMB callsAndrew Tridgell2008-05-161-0/+122
* Reorder this function in the file, so it reads bottom-up.Andrew Bartlett2008-05-051-19/+18
* Revert to using the old CIFS connection API.Andrew Bartlett2008-04-252-17/+8
* Make the composite 'connect to server' code useful for security=serverAndrew Bartlett2008-04-253-14/+35
* Remove more event_context_init() uses from function calls within deep down th...Simo Sorce2008-04-213-9/+3
* Install public header files again and include required prototypes.Jelmer Vernooij2008-04-025-0/+6
* Remove use of global_loadparm.Jelmer Vernooij2008-02-282-1/+2
* Remove yet more global_loadparm instances.Jelmer Vernooij2008-02-211-6/+6
* Remove more uses of global_loadparm.Jelmer Vernooij2008-02-211-2/+2
* Remove more uses of global_loadparm.Jelmer Vernooij2008-02-212-2/+3
* r26676: libcli: Fill in lp_workgroup() again, should fix my breakage of cifsd...Jelmer Vernooij2008-01-061-1/+1
* r26674: smb_composite: Avoid use of global_loadparm.Jelmer Vernooij2008-01-051-2/+3
* r26670: Janitorial: Remove global_loadparm uses.Jelmer Vernooij2008-01-051-2/+2
* r26654: libcli/smb_composite: Rather than specifying each of the gazillion op...Jelmer Vernooij2008-01-034-28/+6
* r26651: libsmb: Allow specifying signing policy from higher up.Jelmer Vernooij2008-01-034-2/+8
* r26646: libcli/smb_composite: Allow specifying SMB parameters in smb_composit...Jelmer Vernooij2008-01-024-5/+26
* r26644: Janitorial: Pass resolve_context explicitly to various SMB functions,...Jelmer Vernooij2008-01-024-6/+16
* r26409: Pass smb ports along.Jelmer Vernooij2007-12-214-6/+7
* r26376: Add context for libcli_resolve.Jelmer Vernooij2007-12-211-2/+1
* r26266: Remove more global_loadparm uses.Jelmer Vernooij2007-12-211-1/+3