1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-29 11:21:54 +03:00
samba-mirror/source4/lib/com
2007-10-10 13:17:18 -05:00
..
classes r6795: Make some functions static and remove some unused ones. 2007-10-10 13:16:44 -05:00
dcom r5941: Commit this patch much earlier than I would normally prefer, but metze needs a working tree... 2007-10-10 13:11:11 -05:00
com.h r5675: - More DCOM bug fixes 2007-10-10 13:10:59 -05:00
config.mk r6863: lib-friendlier names + fix some dependencies 2007-10-10 13:16:52 -05:00
main.c r5490: The big (D)COM commit! :-) Contains most of the changes described in the 2007-10-10 13:10:50 -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 r5490: The big (D)COM commit! :-) Contains most of the changes described in the 2007-10-10 13:10:50 -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.