summaryrefslogtreecommitdiff
path: root/source4/lib/com
AgeCommit message (Expand)AuthorFilesLines
2018-03-01s4:lib:com: Fix function declartionsAndreas Schneider2-4/+4
2018-02-24s4:lib:com: Fix function declartionsAndreas Schneider1-6/+19
2017-08-15s4: com: Replace erroneous inclusion of internal talloc.h header with external.Jeremy Allison1-1/+1
2017-07-26s4: COM: Remove talloc_autofree_context() from (unused) COM code.Jeremy Allison4-9/+14
2017-05-30s4:lib/com: remove unused pycom bindingStefan Metzmacher2-90/+0
2017-04-22lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison1-2/+2
2016-09-28werror: replace WERR_CLASS_NOT_REGISTERED with HRES_REGDB_E_CLASSNOTREGGünther Deschner1-1/+1
2016-09-28werror: replace WERR_GENERAL_FAILURE with WERR_GEN_FAILURE in source4/lib/com/Günther Deschner2-2/+2
2015-07-31lib/dcom: use HRESULT in dcom_create_object.Günther Deschner2-5/+5
2014-04-02s4:lib/com: explicitly use allow_warnings=TrueStefan Metzmacher1-0/+2
2014-02-13s4:lib/com/dcom: use dcerpc_parse_binding() to create the bindingStefan Metzmacher1-20/+14
2013-02-22s4-lib: Don't leak plugin handle on error.Andreas Schneider1-0/+1
2013-02-19s4:lib/com: make use of samba_tevent_context_init()Stefan Metzmacher1-1/+1
2011-08-13s4:lib: use tevent_ fns names instead of legcay event_ onesSimo Sorce1-1/+1
2011-03-19source4/lib: Fix prototypes for all functions.Jelmer Vernooij2-0/+4
2010-11-03s4:waf - fix the build on Gentoo platformsPhilip M. White1-0/+1
2010-10-31s4: Remove the old perl/m4/make/mk-based build system.Jelmer Vernooij1-22/+0
2010-10-30s4-build: removed some unnecessary dependenciesAndrew Tridgell1-1/+1
2010-10-26waf: Remove lib prefix from libraries manually.Jelmer Vernooij1-1/+1
2010-10-26s4: Drop duplicate 'lib' prefix for private libraries.Jelmer Vernooij1-1/+1
2010-10-24s4: Rename LIBSAMBA-* to libsamba-*Jelmer Vernooij1-1/+1
2010-10-23s4: Rename LIBEVENTS to libevents.Jelmer Vernooij1-1/+1
2010-07-16s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell1-2/+2
2010-05-12work around AIX6.1 name space pollution rename mod_name to module_nameOlaf Flebbe1-3/+3
2010-04-06s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ...Andrew Tridgell1-0/+2
2010-04-06build: teach samba_pild.py about the --com-header and --dcom-proxy optionsAndrew Tridgell1-1/+1
2010-04-06build: fixed the build of the com.so libraryAndrew Tridgell1-1/+6
2010-04-06build: enable com libraryAndrew Tridgell1-12/+4
2010-04-06build: commit all the waf build files in the treeAndrew Tridgell1-0/+33
2010-03-12s4:dcom: add a comment about unused code.Stefan Metzmacher1-1/+1
2010-02-09s4:Remove "Py_RETURN_NONE" compatibility codeMatthias Dieter Wallnöfer1-4/+0
2009-10-23s4-python: we need to include Python.h firstAndrew Tridgell1-1/+1
2009-10-02s4: fix various warnings (not "const" related ones)Matthias Dieter Wallnöfer1-1/+1
2009-01-08Avoid using a utility header for Python replacements included in Samba,Jelmer Vernooij1-1/+5
2009-01-07s3/s4 build: Fix Py_RETURN_NONE to work with python versions < 2.4Tim Prouty1-1/+1
2009-01-06py: Properly increase the reference counter of Py_None.Jelmer Vernooij1-1/+1
2008-12-29s4:lib/tevent: rename structsStefan Metzmacher2-4/+4
2008-10-12Fix include paths for files that aren't compiled - breaks dependencyJelmer Vernooij2-2/+2
2008-10-11Fix include paths to new location of libutil.Jelmer Vernooij2-2/+2
2008-09-21Fix merged build.Jelmer Vernooij1-4/+4
2008-09-19initialize a COM context.Jelmer Vernooij1-2/+13
2008-09-19Fix COM compilation, add framework for COM python module.Jelmer Vernooij5-22/+82
2008-09-18s4:lib/com: fix the build with automatic dependeciesStefan Metzmacher2-3/+2
2008-09-16Fix more WMI compilation issues.Jelmer Vernooij2-1/+11
2008-09-16Remove more hand-written marshallers.Jelmer Vernooij1-1/+2
2008-09-16More changes getting WMI code to compile, import manual marshalling.Jelmer Vernooij3-13/+30
2008-09-15More formatting fixes.Jelmer Vernooij1-7/+14
2008-09-15Get code closer to compiling without errors, fix formatting, add docstrings.Jelmer Vernooij2-6/+27
2008-09-15Fix more syntax errors, etc.Jelmer Vernooij1-0/+10
2008-09-15Import WMI changes.Andrzej Hajda1-1/+44