1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00
samba-mirror/source4/lib/com
2011-08-13 09:54:16 -04:00
..
classes source4/lib: Fix prototypes for all functions. 2011-03-19 03:20:05 +01:00
dcom s4-loadparm: 2nd half of lp_ to lpcfg_ conversion 2010-07-16 18:24:27 +10:00
com.h s4:lib/tevent: rename structs 2008-12-29 20:46:40 +01:00
main.c s4:lib: use tevent_ fns names instead of legcay event_ ones 2011-08-13 09:54:16 -04:00
pycom.c source4/lib: Fix prototypes for all functions. 2011-03-19 03:20:05 +01:00
README Reimport COM and DCOM libraries. 2008-09-15 17:36:46 +02:00
rot.c Fix COM compilation, add framework for COM python module. 2008-09-19 02:27:40 +02:00
tables.c work around AIX6.1 name space pollution rename mod_name to module_name 2010-05-12 07:15:07 +02:00
wscript_build s4:waf - fix the build on Gentoo platforms 2010-11-03 08:22:54 +01:00

This directory contains Samba's very simple COM implementation. 
It is by no means finished yet. 

The main aim of this implementation is for use by our DCOM implementation, 
which lives in the dcom subdirectory. The local version is used mostly for
testing.

More information on this effort can be found in the DCOM whitepaper in 
the lorikeet repository.