1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/source4/lib/com
2008-09-16 05:48:29 +02:00
..
classes Reimport COM and DCOM libraries. 2008-09-15 17:36:46 +02:00
dcom Remove more hand-written marshallers. 2008-09-16 05:48:29 +02:00
com.h More changes getting WMI code to compile, import manual marshalling. 2008-09-16 02:27:33 +02:00
config.mk Fix COM headers. 2008-09-15 17:37:08 +02:00
main.c Reimport COM and DCOM libraries. 2008-09-15 17:36:46 +02:00
README Reimport COM and DCOM libraries. 2008-09-15 17:36:46 +02:00
rot.c Reimport COM and DCOM libraries. 2008-09-15 17:36:46 +02:00
tables.c Reimport COM and DCOM libraries. 2008-09-15 17:36:46 +02: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.