Refactor existing sock_exec() and socketpair_tcp() functions into their own
[Samba/gebeck_regimport.git] / docs / docbook / devdoc / dev-doc.sgml
blobee2a40535d82d4a7b76cb656624dce3bf5ea3b3f
1 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
2 <!ENTITY % globalentities SYSTEM '../global.ent'> %globalentities;
3 <!ENTITY NetBIOS SYSTEM "NetBIOS.sgml">
4 <!ENTITY Architecture SYSTEM "architecture.sgml">
5 <!ENTITY debug SYSTEM "debug.sgml">
6 <!ENTITY internals SYSTEM "internals.sgml">
7 <!ENTITY parsing SYSTEM "parsing.sgml">
8 <!ENTITY unix-smb SYSTEM "unix-smb.sgml">
9 <!ENTITY CodingSuggestions SYSTEM "CodingSuggestions.sgml">
10 <!ENTITY Tracing SYSTEM "Tracing.sgml">
11 <!ENTITY cifsntdomain SYSTEM "cifsntdomain.sgml">
12 <!ENTITY printing SYSTEM "printing.sgml">
13 <!ENTITY wins SYSTEM "wins.sgml">
14 <!ENTITY sam SYSTEM "sam.sgml">
15 <!ENTITY encryption SYSTEM "encryption.sgml">
16 <!ENTITY rpc-plugin SYSTEM "rpc_plugin.sgml">
17 <!ENTITY modules SYSTEM "modules.sgml">
18 <!ENTITY packagers SYSTEM "packagers.sgml">
21 <book id="Samba-Developers-Guide">
23 <title>SAMBA Developers Guide</title>
25 <bookinfo>
26 <author>
27 <surname>SAMBA Team</surname>
28 </author>
29 <address><email>samba@samba.org</email></address>
30 <editor>&person.jelmer;</editor>
31 </bookinfo>
33 <dedication>
34 <title>Abstract</title>
36 <para>
37 <emphasis>Last Update</emphasis> : Mon Sep 30 15:23:53 CDT 2002
38 </para>
40 <para>
41 This book is a collection of documents that might be useful for
42 people developing samba or those interested in doing so.
43 It's nothing more than a collection of documents written by samba developers about
44 the internals of various parts of samba and the SMB protocol. It's still incomplete.
45 The most recent version of this document
46 can be found at <ulink url="http://devel.samba.org/">http://devel.samba.org/</ulink>.
47 Please send updates to <ulink
48 url="mailto:jelmer@samba.org">jelmer@samba.org</ulink>.
49 </para>
51 <para>
52 This documentation is distributed under the GNU General Public License (GPL)
53 version 2. A copy of the license is included with the Samba source
54 distribution. A copy can be found on-line at <ulink
55 url="http://www.fsf.org/licenses/gpl.txt">http://www.fsf.org/licenses/gpl.txt</ulink>
56 </para>
58 </dedication>
60 <!-- Chapters -->
61 &NetBIOS;
62 &Architecture;
63 &debug;
64 &CodingSuggestions;
65 &internals;
66 &parsing;
67 &unix-smb;
68 &Tracing;
69 &cifsntdomain;
70 &printing;
71 &wins;
72 &sam;
73 &encryption;
74 &modules;
75 &rpc-plugin;
76 &packagers;
78 </book>