1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/source4/lib/com
Andrew Tridgell 3050f83288 s4-python: we need to include Python.h first
If we don't include Python.h first then we get a pile of warnings due
to broken redefines of XOPEN_SOURCE in the Python includes.
2009-10-23 16:23:01 +11:00
..
classes Reimport COM and DCOM libraries. 2008-09-15 17:36:46 +02:00
dcom Fix include paths for files that aren't compiled - breaks dependency 2008-10-12 04:41:53 +02:00
com.h s4:lib/tevent: rename structs 2008-12-29 20:46:40 +01:00
config.mk Fix merged build. 2008-09-21 23:57:59 +02:00
main.c s4: fix various warnings (not "const" related ones) 2009-10-02 15:33:48 +02:00
pycom.c s4-python: we need to include Python.h first 2009-10-23 16:23:01 +11: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 Fix include paths to new location of libutil. 2008-10-11 21:31:42 +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.