From 64f10096b8bbf47b46a7b9854dd92f9b83852515 Mon Sep 17 00:00:00 2001 From: Alexander Bokovoy Date: Wed, 30 Apr 2003 21:17:53 +0000 Subject: Docbook XML conversion: devdoc (This used to be commit 4677d5e11c309b074be2ebb2e22394c5b3c13c58) --- docs/docbook/devdoc/dev-doc.xml | 77 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100644 docs/docbook/devdoc/dev-doc.xml (limited to 'docs/docbook/devdoc/dev-doc.xml') diff --git a/docs/docbook/devdoc/dev-doc.xml b/docs/docbook/devdoc/dev-doc.xml new file mode 100644 index 0000000000..d943031193 --- /dev/null +++ b/docs/docbook/devdoc/dev-doc.xml @@ -0,0 +1,77 @@ + + + + + + + + + + + + + + + + + +]> + + + +SAMBA Developers Guide + + + + SAMBA Team + +
samba@samba.org
+
+ + +Abstract + + +Last Update : Mon Sep 30 15:23:53 CDT 2002 + + + +This book is a collection of documents that might be useful for +people developing samba or those interested in doing so. +It's nothing more than a collection of documents written by samba developers about +the internals of various parts of samba and the SMB protocol. It's still incomplete. +The most recent version of this document +can be found at http://devel.samba.org/. +Please send updates to Jelmer Veenrooij. + + + +This documentation is distributed under the GNU General Public License (GPL) +version 2. A copy of the license is included with the Samba source +distribution. A copy can be found on-line at http://www.fsf.org/licenses/gpl.txt + + + + + +&NetBIOS; +&Architecture; +&debug; +&CodingSuggestions; +&internals; +&parsing; +&unix-smb; +&Tracing; +&cifsntdomain; +&printing; +&wins; +&sam; +&encryption; +&modules; +&rpc-plugin; +&packagers; + +
-- cgit From cfdcebc8f0eefa1e6fbe05e9d8edbe14c31276c1 Mon Sep 17 00:00:00 2001 From: Alexander Bokovoy Date: Wed, 30 Apr 2003 21:47:54 +0000 Subject: Fix FAQ build (This used to be commit 7c60a2a4394c9ce48c079c2c5233cd8002789e03) --- docs/docbook/devdoc/dev-doc.xml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/docbook/devdoc/dev-doc.xml') diff --git a/docs/docbook/devdoc/dev-doc.xml b/docs/docbook/devdoc/dev-doc.xml index d943031193..26374f7f39 100644 --- a/docs/docbook/devdoc/dev-doc.xml +++ b/docs/docbook/devdoc/dev-doc.xml @@ -56,6 +56,9 @@ url="http://www.fsf.org/licenses/gpl.txt">http://www.fsf.org/licenses/gpl.txt + + + &NetBIOS; &Architecture; -- cgit