diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-05-07 16:04:21 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-09-15 17:36:46 +0200 |
commit | d106cb2ee59a6517d28660efeeb4f8f5a976f56b (patch) | |
tree | 4dd89b4e65e649bef1bd86c3b01c49ac3744fff6 /source4/lib/com/README | |
parent | b295dca7a04ca3cea7c7fc285b3e388b58e5c02d (diff) | |
download | samba-d106cb2ee59a6517d28660efeeb4f8f5a976f56b.tar.gz samba-d106cb2ee59a6517d28660efeeb4f8f5a976f56b.tar.bz2 samba-d106cb2ee59a6517d28660efeeb4f8f5a976f56b.zip |
Reimport COM and DCOM libraries.
Diffstat (limited to 'source4/lib/com/README')
-rw-r--r-- | source4/lib/com/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/source4/lib/com/README b/source4/lib/com/README new file mode 100644 index 0000000000..361024e02c --- /dev/null +++ b/source4/lib/com/README @@ -0,0 +1,9 @@ +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. |