Ignore:
Timestamp:
May 23, 2008, 6:56:41 AM (17 years ago)
Author:
Paul Smedley
Message:

Update source to 3.0.29

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.0/docs/htmldocs/Samba3-HOWTO/go01.html

    r44 r134  
    1 <html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Glossary</title><link rel="stylesheet" href="samba.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.71.0"><link rel="start" href="index.html" title="The Official Samba-3 HOWTO and Reference Guide"><link rel="up" href="index.html" title="The Official Samba-3 HOWTO and Reference Guide"><link rel="prev" href="gpl.html" title="Appendix A. GNU General Public License"><link rel="next" href="ix01.html" title="Index"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Glossary</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="gpl.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="ix01.html">Next</a></td></tr></table><hr></div><div class="glossary"><div class="titlepage"><div><div><h2 class="title"><a name="id448083"></a>Glossary</h2></div></div></div><dl><dt>Access Control List</dt><dd><p>
     1<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Glossary</title><link rel="stylesheet" href="../samba.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.73.2"><link rel="start" href="index.html" title="The Official Samba 3.2.x HOWTO and Reference Guide"><link rel="up" href="index.html" title="The Official Samba 3.2.x HOWTO and Reference Guide"><link rel="prev" href="apa.html" title="Appendix A.  GNU General Public License version 3"><link rel="next" href="ix01.html" title="Index"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Glossary</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="apa.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="ix01.html">Next</a></td></tr></table><hr></div><div class="glossary"><div class="titlepage"><div><div><h2 class="title"><a name="id472643"></a>Glossary</h2></div></div></div><dl><dt>Access Control List</dt><dd><p>
    22                A detailed list of permissions granted to users or groups with respect to file and network resource access.
    3                  See <a href="AccessControls.html" title="Chapter 16. File, Directory, and Share Access Controls">???</a>,
     3                 See <a class="link" href="AccessControls.html" title="Chapter 16. File, Directory, and Share Access Controls">&#8220;File, Directory, and Share Access Controls&#8221;</a>,
    44                for details.</p></dd><dt>Active Directory Service</dt><dd><p>
    55                A service unique to Microsoft Windows 200x servers that provides a centrally managed
     
    1717                </p></dd><dt>Common UNIX Printing System</dt><dd><p>
    1818                A recent implementation of a high capability printing system for UNIX developed by
    19                 <a href="http://www.easysw.com/" target="_top">http://www.easysw.com/</a>. The design objective of CUPS was to provide
     19                <a class="ulink" href="http://www.easysw.com/" target="_top">http://www.easysw.com/</a>. The design objective of CUPS was to provide
    2020                a rich print processing system that has built-in intelligence capable of correctly rendering (processing)
    2121                a file that is submitted for printing even if it was formatted for an entirely different printer.
    2222                </p></dd><dt>Domain Master Browser</dt><dd><p>The domain master browser maintains a list of all the servers that
    23                 have announced their services within a given workgroup or NT domain. See <a href="NetworkBrowsing.html#DMB" title="Configuring Workgroup Browsing">???</a> for details.
     23                have announced their services within a given workgroup or NT domain. See <a class="link" href="NetworkBrowsing.html#DMB" title="Configuring Workgroup Browsing">&#8220;Configuring Workgroup Browsing&#8221;</a> for details.
    2424                </p></dd><dt>Domain Name Service</dt><dd><p>
    2525                A protocol by which computer hostnames may be resolved to the matching IP address/es. DNS is implemented
     
    3737                Device-independent format for printing used by Microsoft Windows.
    3838                It is quite similar to what PostScript is for UNIX. Printing jobs are first generated in GDI and
    39                 then converted to a device-specific format. See <a href="CUPS-printing.html#gdipost" title="GDI on Windows, PostScript on UNIX">???</a> for details.
     39                then converted to a device-specific format. See <a class="link" href="CUPS-printing.html#gdipost" title="GDI on Windows, PostScript on UNIX">&#8220;GDI on Windows, PostScript on UNIX&#8221;</a> for details.
    4040                </p></dd><dt>Group IDentifier</dt><dd><p>
    4141                The UNIX system group identifier; on older systems, a 32-bit unsigned integer, and on newer systems
     
    5959                </p></dd><dt>Local Master Browser</dt><dd><p>The local master browser maintains a list
    6060                of all servers that have announced themselves within a given workgroup or NT domain on a particular
    61                 broadcast-isolated subnet. See <a href="NetworkBrowsing.html#DMB" title="Configuring Workgroup Browsing">???</a> for details.
     61                broadcast-isolated subnet. See <a class="link" href="NetworkBrowsing.html#DMB" title="Configuring Workgroup Browsing">&#8220;Configuring Workgroup Browsing&#8221;</a> for details.
    6262                </p></dd><dt>Printer Command Language</dt><dd><p>
    6363                A printer page description language that was developed by Hewlett-Packard
     
    7171                both of which are used to control laser printers.</p></dd><dt>PostScript Printer Description</dt><dd><p>
    7272                PPDs specify and control options supported by PostScript printers, such as duplexing, stapling,
    73                 and DPI. See also <a href="CUPS-printing.html#post-and-ghost" title="PostScript and Ghostscript">???</a>. PPD files can be read by printing applications
     73                and DPI. See also <a class="link" href="CUPS-printing.html#post-and-ghost" title="PostScript and Ghostscript">&#8220;PostScript and Ghostscript&#8221;</a>. PPD files can be read by printing applications
    7474                to enable correct PostScript page layout for a particular PostScript printer.
    7575                </p></dd><dt>Remote Procedure Call</dt><dd><p>
     
    9696                </p></dd><dt>Universal Naming Convention</dt><dd><p>A syntax for specifying the location of network resources (such as file shares).
    9797                The UNC syntax was developed in the early days of MS DOS 3.x and is used internally by the SMB protocol.
    98                 </p></dd></dl></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="gpl.html">Prev</a> </td><td width="20%" align="center"> </td><td width="40%" align="right"> <a accesskey="n" href="ix01.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Appendix A. GNU General Public License </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> Index</td></tr></table></div></body></html>
     98                </p></dd></dl></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="apa.html">Prev</a> </td><td width="20%" align="center"> </td><td width="40%" align="right"> <a accesskey="n" href="ix01.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Appendix A. 
     99    <acronym class="acronym">GNU</acronym> General Public License version 3
     100   </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> Index</td></tr></table></div></body></html>
Note: See TracChangeset for help on using the changeset viewer.