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
Jeremy Allison f816de5636 s4: com: Replace erroneous inclusion of internal talloc.h header with external.
BUG: https://bugzilla.samba.org/show_bug.cgi?id=12932

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>

Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Tue Aug 15 08:06:40 CEST 2017 on sn-devel-144
2017-08-15 08:06:40 +02:00
..
classes s4: COM: Remove talloc_autofree_context() from (unused) COM code. 2017-07-26 21:35:21 +02:00
dcom s4: COM: Remove talloc_autofree_context() from (unused) COM code. 2017-07-26 21:35:21 +02:00
com.h s4: com: Replace erroneous inclusion of internal talloc.h header with external. 2017-08-15 08:06:40 +02:00
main.c werror: replace WERR_CLASS_NOT_REGISTERED with HRES_REGDB_E_CLASSNOTREG 2016-09-28 00:04:35 +02:00
README
rot.c
tables.c s4: COM: Remove talloc_autofree_context() from (unused) COM code. 2017-07-26 21:35:21 +02:00
wscript_build s4:lib/com: remove unused pycom binding 2017-05-30 12:16:57 +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.