2004-04-07 14:15:11 +04:00
<?xml version="1.0" encoding="iso-8859-1"?>
2005-03-13 04:38:40 +03:00
< !DOCTYPE book PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc" [
2017-05-05 12:11:07 +03:00
< !ATTLIST book
2005-03-13 04:38:40 +03:00
xmlns:xi CDATA #FIXED "http://www.w3.org/2003/XInclude">
]>
2004-04-07 14:15:11 +04:00
2004-06-06 02:31:58 +04:00
<book id= "Samba-Developers-Guide"
xmlns:xi="http://www.w3.org/2003/XInclude">
2004-04-07 14:15:11 +04:00
<title > SAMBA Developers Guide</title>
<bookinfo >
<authorgroup >
<editor > &person.jelmer; </editor>
</authorgroup>
2017-05-05 12:11:07 +03:00
2004-04-07 14:15:11 +04:00
<abstract >
<para >
<emphasis > Last Update</emphasis> : Fri Oct 10 00:59:58 CEST 2003
</para>
<para >
2017-05-05 12:11:07 +03:00
This book is a collection of documents that might be useful for
2004-04-07 14:15:11 +04:00
people developing samba or those interested in doing so.
2017-05-05 12:11:07 +03:00
It's nothing more than a collection of documents written by samba developers about
2004-04-07 14:15:11 +04:00
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> .
</para>
<para >
2017-05-05 12:11:07 +03:00
This documentation is distributed under the GNU General Public License (GPL)
2004-04-07 14:15:11 +04:00
version 2. A copy of the license is included with the Samba source
2017-05-05 12:11:07 +03:00
distribution. A copy can be found on-line at <ulink
2004-04-07 14:15:11 +04:00
url="http://www.fsf.org/licenses/gpl.txt">http://www.fsf.org/licenses/gpl.txt</ulink>
</para>
2009-05-02 00:28:08 +04:00
<para > <warning >
2017-05-05 12:11:07 +03:00
This document is incomplete and unmaintained. It is merely a
2009-05-02 00:28:08 +04:00
collection of development-related notes.
</warning> </para>
2005-06-13 14:23:53 +04:00
2004-04-07 14:15:11 +04:00
</abstract>
</bookinfo>
2005-02-10 23:27:44 +03:00
2017-05-05 12:11:07 +03:00
<xi:include href= "../Samba-Developers-Guide-attributions.xml" >
2005-02-10 23:27:44 +03:00
<xi:fallback />
</xi:include>
2004-04-07 14:15:11 +04:00
2005-03-23 04:43:16 +03:00
<?latex \cleardoublepage ?>
2004-04-07 14:15:11 +04:00
<!-- Contents -->
<toc />
2008-04-15 11:26:30 +04:00
<?latex \pagenumbering{arabic} ?>
2004-04-07 14:15:11 +04:00
<!-- Chapters -->
<part >
<title > The protocol</title>
2004-06-06 02:31:58 +04:00
<xi:include href= "unix-smb.xml" />
<xi:include href= "cifsntdomain.xml" />
2004-04-07 14:15:11 +04:00
</part>
<part >
<title > Samba Basics</title>
2004-06-06 02:31:58 +04:00
<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" />
2004-04-07 14:15:11 +04:00
</part>
<part >
<title > Samba Subsystems</title>
2017-05-05 12:11:07 +03:00
2004-06-06 02:31:58 +04:00
<xi:include href= "rpc_plugin.xml" />
<xi:include href= "vfs.xml" />
<xi:include href= "parsing.xml" />
<xi:include href= "wins.xml" />
<xi:include href= "encryption.xml" />
2004-04-07 14:15:11 +04:00
</part>
<part >
<title > Debugging and tracing</title>
2004-06-06 02:31:58 +04:00
<xi:include href= "Tracing.xml" />
<xi:include href= "printing.xml" />
2004-04-07 14:15:11 +04:00
</part>
<part > <title > Appendices</title>
2004-06-06 02:31:58 +04:00
<xi:include href= "packagers.xml" />
2004-04-07 14:15:11 +04:00
</part>
</book>