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
Stefan Metzmacher 9632f92cc1 s4:lib/com/dcom: use dcerpc_parse_binding() to create the binding
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Guenther Deschner <gd@samba.org>
2014-02-13 11:54:17 +01:00
..
classes source4/lib: Fix prototypes for all functions. 2011-03-19 03:20:05 +01:00
dcom s4:lib/com/dcom: use dcerpc_parse_binding() to create the binding 2014-02-13 11:54:17 +01:00
com.h
main.c s4:lib/com: make use of samba_tevent_context_init() 2013-02-19 23:47:45 +01:00
pycom.c source4/lib: Fix prototypes for all functions. 2011-03-19 03:20:05 +01:00
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: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.