mirror of
https://github.com/samba-team/samba.git
synced 2025-01-17 02:05:21 +03:00
Use entities and add overview of directories
(This used to be commit 5957e3bf33e8992eda620a6ab0b4f8a1dbe8cb7a)
This commit is contained in:
parent
df91b5db2b
commit
ecde8fcf7a
@ -1,11 +1,6 @@
|
||||
<chapter id="tracing">
|
||||
<chapterinfo>
|
||||
<author>
|
||||
<firstname>Andrew</firstname><surname>Tridgell</surname>
|
||||
<affiliation>
|
||||
<orgname>Samba Team</orgname>
|
||||
</affiliation>
|
||||
</author>
|
||||
&author.tridge;
|
||||
</chapterinfo>
|
||||
|
||||
<title>Tracing samba system calls</title>
|
||||
|
@ -4,6 +4,7 @@
|
||||
<firstname>Dan</firstname><surname>Shearer</surname>
|
||||
</author>
|
||||
<pubdate> November 1997</pubdate>
|
||||
&author.jelmer;
|
||||
</chapterinfo>
|
||||
|
||||
<title>Samba Architecture</title>
|
||||
@ -181,4 +182,56 @@ for browsing and WINS support.
|
||||
</para>
|
||||
|
||||
</sect1>
|
||||
|
||||
<sect1>
|
||||
<title>Samba's subsystems</title>
|
||||
|
||||
<para>Samba's <filename>source/</filename> directory contains quite some directories. Here's a small explanation of what each of them contains.</para>
|
||||
|
||||
<simplelist>
|
||||
<member>aparser - Obsolete</member>
|
||||
<member>auth - The authentication subsystem, maintained by Andrew Bartlett</member>
|
||||
<member>bin - Output directory for all the binary files</member>
|
||||
<member>client - Contains 'plain' SMB client sources: smbclient and
|
||||
some mount help utilities</member>
|
||||
<member>groupdb - Group database and mapping code</member>
|
||||
<member>include - All of samba's include files</member>
|
||||
<member>intl - Internationalization files. Not used at the moment.</member>
|
||||
<member>lib - General C helper functions. Not SMB-specific.</member>
|
||||
<member>libads - Library with ActiveDirectory related functions.</member>
|
||||
<member>libsmb - Library with SMB specific functions.</member>
|
||||
<member>locking - Locking functions!</member>
|
||||
<member>modules - Source files for various modules (VFS and charset).</member>
|
||||
<member>msdfs - DCE-DFS code</member>
|
||||
<member>nmbd - Code for the nmbd daemon</member>
|
||||
<member>nsswitch - Winbind source code</member>
|
||||
<member>pam_smbpass - Source code for pam module for authenticating against samba's passdb</member>
|
||||
<member>param - smb.conf parsing code</member>
|
||||
<member>passdb - User database(SAM) code with the various backends</member>
|
||||
<member>po - Internationalisation code - not used atm</member>
|
||||
<member>popt - Samba's internal copy of the popt library</member>
|
||||
<member>printing - Printing stuff</member>
|
||||
<member>profile - Profiling support</member>
|
||||
<member>python - Python bindings for various libsmb functions</member>
|
||||
<member>registry - Registry backend</member>
|
||||
<member>rpc_client - RPC Client library for making remote procedure calls</member>
|
||||
<member>rpc_parse - Functions for parsing RPC structures (???)</member>
|
||||
<member>rpc_server - Functions for being an RPC server</member>
|
||||
<member>rpcclient - Command-line client that is a basically a front-end to rpc_client/</member>
|
||||
<member>sam - Code for the new (but unused) SAM</member>
|
||||
<member>script - Various scripts</member>
|
||||
<member>smbd - Source code for the smbd daemon</member>
|
||||
<member>smbwrapper - Source code for library that overloads VFS function calls, for usage with LD_PRELOAD=...</member>
|
||||
<member>stf - Testsuite system?</member>
|
||||
<member>tdb - Source code of samba's Trivial Database (much like gdbm)</member>
|
||||
<member>tests - Source code for the larger tests used by configure</member>
|
||||
<member>torture - 'Torture' utilities, used for testing samba and other cifs servers</member>
|
||||
<member>ubiqx - The ubiqx library from Chris Hertel</member>
|
||||
<member>utils - Various small utilities(pdbedit, net, etc)</member>
|
||||
<member>web - SWAT sourcecode</member>
|
||||
<member>wrepld - Sourcecode of the WINS replication daemon</member>
|
||||
</simplelist>
|
||||
|
||||
</sect1>
|
||||
|
||||
</chapter>
|
||||
|
@ -1,4 +1,5 @@
|
||||
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
|
||||
<!ENTITY % globalentities SYSTEM '../global.ent'> %globalentities;
|
||||
<!ENTITY NetBIOS SYSTEM "NetBIOS.sgml">
|
||||
<!ENTITY Architecture SYSTEM "architecture.sgml">
|
||||
<!ENTITY debug SYSTEM "debug.sgml">
|
||||
@ -26,6 +27,7 @@
|
||||
<surname>SAMBA Team</surname>
|
||||
</author>
|
||||
<address><email>samba@samba.org</email></address>
|
||||
<editor>&person.jelmer;</editor>
|
||||
</bookinfo>
|
||||
|
||||
<dedication>
|
||||
|
@ -2,16 +2,7 @@
|
||||
|
||||
|
||||
<chapterinfo>
|
||||
<author>
|
||||
<firstname>Jeremy</firstname><surname>Allison</surname>
|
||||
<affiliation>
|
||||
<orgname>Samba Team</orgname>
|
||||
<address>
|
||||
<email>samba@samba.org</email>
|
||||
</address>
|
||||
</affiliation>
|
||||
</author>
|
||||
|
||||
&author.jeremy;
|
||||
<pubdate>19 Apr 1999</pubdate>
|
||||
</chapterinfo>
|
||||
|
||||
|
@ -1,8 +1,6 @@
|
||||
<chapter id="gencache">
|
||||
<chapterinfo>
|
||||
<author>
|
||||
<firstname>Rafal</firstname><surname>Szczesniak</surname>
|
||||
</author>
|
||||
&author.mimir;
|
||||
<pubdate>April 2003</pubdate>
|
||||
</chapterinfo>
|
||||
|
||||
|
@ -1,12 +1,6 @@
|
||||
<chapter id="modules">
|
||||
<chapterinfo>
|
||||
<author>
|
||||
<firstname>Jelmer</firstname><surname>Vernooij</surname>
|
||||
<affiliation>
|
||||
<orgname>Samba Team</orgname>
|
||||
<address><email>jelmer@samba.org</email></address>
|
||||
</affiliation>
|
||||
</author>
|
||||
&author.jelmer;
|
||||
<pubdate> 19 March 2003 </pubdate>
|
||||
</chapterinfo>
|
||||
|
||||
|
@ -1,8 +1,6 @@
|
||||
<chapter id="Packaging">
|
||||
<chapterinfo>
|
||||
<author>
|
||||
<firstname>Jelmer</firstname><surname>Vernooij</surname>
|
||||
</author>
|
||||
&author.jelmer;
|
||||
</chapterinfo>
|
||||
|
||||
<title>Notes to packagers</title>
|
||||
|
@ -1,8 +1,6 @@
|
||||
<chapter id="printing">
|
||||
<chapterinfo>
|
||||
<author>
|
||||
<firstname>Gerald</firstname><surname>Carter</surname>
|
||||
</author>
|
||||
&author.jerry;
|
||||
<pubdate>October 2002</pubdate>
|
||||
</chapterinfo>
|
||||
|
||||
|
@ -7,13 +7,7 @@
|
||||
<address><email>aliguor@us.ibm.com</email></address>
|
||||
</affiliation>
|
||||
</author>
|
||||
<author>
|
||||
<firstname>Jelmer</firstname><surname>Vernooij</surname>
|
||||
<affiliation>
|
||||
<orgname>Samba Team</orgname>
|
||||
<address><email>jelmer@samba.org</email></address>
|
||||
</affiliation>
|
||||
</author>
|
||||
&author.jelmer;
|
||||
<pubdate>January 2003</pubdate>
|
||||
</chapterinfo>
|
||||
|
||||
|
@ -9,6 +9,9 @@
|
||||
|
||||
<title>The Upcoming SAM System</title>
|
||||
|
||||
<note><para>The design as described in this document is _NOT_ the design that
|
||||
made it into samba 3.0. </para></note>
|
||||
|
||||
<sect1>
|
||||
<title>Security in the 'new SAM'</title>
|
||||
|
||||
|
@ -1,8 +1,6 @@
|
||||
<chapter id="unix-smb">
|
||||
<chapterinfo>
|
||||
<author>
|
||||
<firstname>Andrew</firstname><surname>Tridgell</surname>
|
||||
</author>
|
||||
&author.tridge;
|
||||
<pubdate>April 1995</pubdate>
|
||||
</chapterinfo>
|
||||
|
||||
|
@ -1,8 +1,6 @@
|
||||
<chapter id="wins">
|
||||
<chapterinfo>
|
||||
<author>
|
||||
<firstname>Gerald</firstname><surname>Carter</surname>
|
||||
</author>
|
||||
&author.jerry;
|
||||
<pubdate>October 2002</pubdate>
|
||||
</chapterinfo>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user