diff options
Diffstat (limited to 'docs/Samba-Developers-Guide/index.xml')
-rw-r--r-- | docs/Samba-Developers-Guide/index.xml | 92 |
1 files changed, 92 insertions, 0 deletions
diff --git a/docs/Samba-Developers-Guide/index.xml b/docs/Samba-Developers-Guide/index.xml new file mode 100644 index 0000000000..dfbe726a13 --- /dev/null +++ b/docs/Samba-Developers-Guide/index.xml @@ -0,0 +1,92 @@ +<?xml version="1.0" encoding="iso-8859-1"?> +<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [ +<!ENTITY % globalentities SYSTEM '../entities/global.entities'> %globalentities; +]> + +<book id="Samba-Developers-Guide" + xmlns:xi="http://www.w3.org/2003/XInclude"> + +<title>SAMBA Developers Guide</title> + +<bookinfo> +<authorgroup> + <editor>&person.jelmer;</editor> +</authorgroup> + +<abstract> +<para> +<emphasis>Last Update</emphasis> : Fri Oct 10 00:59:58 CEST 2003 +</para> + +<para> +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 (and will always be) incomplete. +The most recent version of this document +can be found at <ulink url="http://devel.samba.org/">http://devel.samba.org/</ulink>. +Please send updates to <ulink +url="mailto:jelmer@samba.org">Jelmer Vernooij</ulink>. +</para> + +<para> +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 <ulink +url="http://www.fsf.org/licenses/gpl.txt">http://www.fsf.org/licenses/gpl.txt</ulink> +</para> + +</abstract> + +</bookinfo> +<xi:include href="../Samba-Developers-Guide-attributions.xml"/> + +<!-- Contents --> +<toc/> + +<!-- Chapters --> +<part> + <title>The protocol</title> + + <xi:include href="NetBIOS.xml"/> + <xi:include href="unix-smb.xml"/> + <xi:include href="cifsntdomain.xml"/> + +</part> + +<part> + <title>Samba Basics</title> + + <xi:include href="architecture.xml"/> + <xi:include href="debug.xml"/> + <xi:include href="internals.xml"/> + <xi:include href="CodingSuggestions.xml"/> + <xi:include href="contributing.xml"/> + <xi:include href="modules.xml"/> +</part> + +<part> + <title>Samba Subsystems</title> + + <xi:include href="rpc_plugin.xml"/> + <xi:include href="vfs.xml"/> + <xi:include href="registry.xml"/> + <xi:include href="parsing.xml"/> + <xi:include href="wins.xml"/> + <xi:include href="encryption.xml"/> + +</part> + +<part> + <title>Debugging and tracing</title> + + <xi:include href="Tracing.xml"/> + <xi:include href="windows-debug.xml"/> + <xi:include href="printing.xml"/> +</part> + +<part><title>Appendices</title> + <xi:include href="packagers.xml"/> +</part> + +</book> |