summaryrefslogtreecommitdiff
path: root/source4/lib/com
Commit message (Expand)AuthorAgeFilesLines
* s4:lib: use tevent_ fns names instead of legcay event_ onesSimo Sorce2011-08-131-1/+1
* source4/lib: Fix prototypes for all functions.Jelmer Vernooij2011-03-192-0/+4
* s4:waf - fix the build on Gentoo platformsPhilip M. White2010-11-031-0/+1
* s4: Remove the old perl/m4/make/mk-based build system.Jelmer Vernooij2010-10-311-22/+0
* s4-build: removed some unnecessary dependenciesAndrew Tridgell2010-10-301-1/+1
* waf: Remove lib prefix from libraries manually.Jelmer Vernooij2010-10-261-1/+1
* s4: Drop duplicate 'lib' prefix for private libraries.Jelmer Vernooij2010-10-261-1/+1
* s4: Rename LIBSAMBA-* to libsamba-*Jelmer Vernooij2010-10-241-1/+1
* s4: Rename LIBEVENTS to libevents.Jelmer Vernooij2010-10-231-1/+1
* s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell2010-07-161-2/+2
* work around AIX6.1 name space pollution rename mod_name to module_nameOlaf Flebbe2010-05-121-3/+3
* s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ...Andrew Tridgell2010-04-061-0/+2
* build: teach samba_pild.py about the --com-header and --dcom-proxy optionsAndrew Tridgell2010-04-061-1/+1
* build: fixed the build of the com.so libraryAndrew Tridgell2010-04-061-1/+6
* build: enable com libraryAndrew Tridgell2010-04-061-12/+4
* build: commit all the waf build files in the treeAndrew Tridgell2010-04-061-0/+33
* s4:dcom: add a comment about unused code.Stefan Metzmacher2010-03-121-1/+1
* s4:Remove "Py_RETURN_NONE" compatibility codeMatthias Dieter Wallnöfer2010-02-091-4/+0
* s4-python: we need to include Python.h firstAndrew Tridgell2009-10-231-1/+1
* s4: fix various warnings (not "const" related ones)Matthias Dieter Wallnöfer2009-10-021-1/+1
* Avoid using a utility header for Python replacements included in Samba,Jelmer Vernooij2009-01-081-1/+5
* s3/s4 build: Fix Py_RETURN_NONE to work with python versions < 2.4Tim Prouty2009-01-071-1/+1
* py: Properly increase the reference counter of Py_None.Jelmer Vernooij2009-01-061-1/+1
* s4:lib/tevent: rename structsStefan Metzmacher2008-12-292-4/+4
* Fix include paths for files that aren't compiled - breaks dependencyJelmer Vernooij2008-10-122-2/+2
* Fix include paths to new location of libutil.Jelmer Vernooij2008-10-112-2/+2
* Fix merged build.Jelmer Vernooij2008-09-211-4/+4
* initialize a COM context.Jelmer Vernooij2008-09-191-2/+13
* Fix COM compilation, add framework for COM python module.Jelmer Vernooij2008-09-195-22/+82
* s4:lib/com: fix the build with automatic dependeciesStefan Metzmacher2008-09-182-3/+2
* Fix more WMI compilation issues.Jelmer Vernooij2008-09-162-1/+11
* Remove more hand-written marshallers.Jelmer Vernooij2008-09-161-1/+2
* More changes getting WMI code to compile, import manual marshalling.Jelmer Vernooij2008-09-163-13/+30
* More formatting fixes.Jelmer Vernooij2008-09-151-7/+14
* Get code closer to compiling without errors, fix formatting, add docstrings.Jelmer Vernooij2008-09-152-6/+27
* Fix more syntax errors, etc.Jelmer Vernooij2008-09-151-0/+10
* Import WMI changes.Andrzej Hajda2008-09-151-1/+44
* Import DCOM improvements.Andrzej Hajda2008-09-151-141/+433
* Cope with includes.h splitup in COM code.Jelmer Vernooij2008-09-152-0/+7
* Fix COM headers.Jelmer Vernooij2008-09-152-23/+22
* Manual prototypes for COM.Jelmer Vernooij2008-09-152-38/+45
* Fix old style syntax in mk files .Jelmer Vernooij2008-09-151-15/+9
* Reimport COM and DCOM libraries.Jelmer Vernooij2008-09-1510-0/+929