1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-13 13:18:06 +03:00
samba-mirror/source4/lib/com
Jelmer Vernooij efe67458c1 r12216: Couple of small fixes: reduce include/includes.h a bit, simplify headers
in build/smb_build/, remove unused pstring macros
(This used to be commit 4322962074)
2007-10-10 13:47:19 -05:00
..
classes r7436: As far as I see it, these are the last two "real" ones for Samba4 on AIX to 2007-10-10 13:17:53 -05:00
dcom r12216: Couple of small fixes: reduce include/includes.h a bit, simplify headers 2007-10-10 13:47:19 -05:00
com.h r7633: this patch started as an attempt to make the dcerpc code use a given 2007-10-10 13:18:15 -05:00
config.mk r11244: Relative path names in .mk files 2007-10-10 13:45:06 -05:00
main.c r7633: this patch started as an attempt to make the dcerpc code use a given 2007-10-10 13:18:15 -05:00
README r7113: Move manpages from docs repository to source repository 2007-10-10 13:17:18 -05:00
rot.c r5490: The big (D)COM commit! :-) Contains most of the changes described in the 2007-10-10 13:10:50 -05:00
tables.c r12216: Couple of small fixes: reduce include/includes.h a bit, simplify headers 2007-10-10 13:47:19 -05: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.