summaryrefslogtreecommitdiff
path: root/source4/lib/com
AgeCommit message (Expand)AuthorFilesLines
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
2008-09-15Import DCOM improvements.Andrzej Hajda1-141/+433
2008-09-15Cope with includes.h splitup in COM code.Jelmer Vernooij2-0/+7
2008-09-15Fix COM headers.Jelmer Vernooij2-23/+22
2008-09-15Manual prototypes for COM.Jelmer Vernooij2-38/+45
2008-09-15Fix old style syntax in mk files .Jelmer Vernooij1-15/+9
2008-09-15Reimport COM and DCOM libraries.Jelmer Vernooij10-0/+929