summaryrefslogtreecommitdiff
path: root/source4/lib/com/README
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-05-30 15:11:10 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:17:18 -0500
commitdde05bc78735a111e814ab5ece9e79af4555153b (patch)
tree309f0fe6fc0deb83dba5a1289d66c8531786c468 /source4/lib/com/README
parenta7e6b418737161bb2c48449538947f9a9dc49b27 (diff)
downloadsamba-dde05bc78735a111e814ab5ece9e79af4555153b.tar.gz
samba-dde05bc78735a111e814ab5ece9e79af4555153b.tar.bz2
samba-dde05bc78735a111e814ab5ece9e79af4555153b.zip
r7113: Move manpages from docs repository to source repository
(This used to be commit f16d346032b9052c9dcd6b15cf65dd62e6943cd3)
Diffstat (limited to 'source4/lib/com/README')
-rw-r--r--source4/lib/com/README9
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.