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
Günther Deschner 6b1c5b485c werror: replace WERR_CLASS_NOT_REGISTERED with HRES_REGDB_E_CLASSNOTREG
Guenther

Signed-off-by: Guenther Deschner <gd@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
2016-09-28 00:04:35 +02:00
..
classes
dcom werror: replace WERR_GENERAL_FAILURE with WERR_GEN_FAILURE in source4/lib/com/ 2016-09-28 00:04:21 +02:00
com.h
main.c werror: replace WERR_CLASS_NOT_REGISTERED with HRES_REGDB_E_CLASSNOTREG 2016-09-28 00:04:35 +02:00
pycom.c
README
rot.c
tables.c s4-lib: Don't leak plugin handle on error. 2013-02-22 16:36:14 +01:00
wscript_build s4:lib/com: explicitly use allow_warnings=True 2014-04-02 09:03: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.