Changeset 135
- Timestamp:
- 05/29/08 11:30:31 (6 months ago)
- Location:
- branches/samba-3.0
- Files:
-
- 68 modified
-
WHATSNEW.txt (modified) (2 diffs)
-
docs/htmldocs/manpages/index.html (modified) (1 diff)
-
docs/manpages/eventlogadm.8 (modified) (1 diff)
-
docs/manpages/findsmb.1 (modified) (1 diff)
-
docs/manpages/libsmbclient.7 (modified) (1 diff)
-
docs/manpages/lmhosts.5 (modified) (1 diff)
-
docs/manpages/log2pcap.1 (modified) (1 diff)
-
docs/manpages/mount.cifs.8 (modified) (1 diff)
-
docs/manpages/net.8 (modified) (1 diff)
-
docs/manpages/nmbd.8 (modified) (1 diff)
-
docs/manpages/nmblookup.1 (modified) (1 diff)
-
docs/manpages/ntlm_auth.1 (modified) (1 diff)
-
docs/manpages/pam_winbind.7 (modified) (1 diff)
-
docs/manpages/pdbedit.8 (modified) (1 diff)
-
docs/manpages/profiles.1 (modified) (1 diff)
-
docs/manpages/rpcclient.1 (modified) (1 diff)
-
docs/manpages/samba.7 (modified) (1 diff)
-
docs/manpages/smb.conf.5 (modified) (1 diff)
-
docs/manpages/smbcacls.1 (modified) (1 diff)
-
docs/manpages/smbclient.1 (modified) (1 diff)
-
docs/manpages/smbcontrol.1 (modified) (1 diff)
-
docs/manpages/smbcquotas.1 (modified) (1 diff)
-
docs/manpages/smbd.8 (modified) (1 diff)
-
docs/manpages/smbget.1 (modified) (1 diff)
-
docs/manpages/smbgetrc.5 (modified) (1 diff)
-
docs/manpages/smbmnt.8 (modified) (1 diff)
-
docs/manpages/smbmount.8 (modified) (1 diff)
-
docs/manpages/smbpasswd.5 (modified) (1 diff)
-
docs/manpages/smbpasswd.8 (modified) (1 diff)
-
docs/manpages/smbsh.1 (modified) (1 diff)
-
docs/manpages/smbspool.8 (modified) (1 diff)
-
docs/manpages/smbstatus.1 (modified) (1 diff)
-
docs/manpages/smbtar.1 (modified) (1 diff)
-
docs/manpages/smbtree.1 (modified) (1 diff)
-
docs/manpages/smbumount.8 (modified) (1 diff)
-
docs/manpages/swat.8 (modified) (1 diff)
-
docs/manpages/tdbbackup.8 (modified) (1 diff)
-
docs/manpages/tdbdump.8 (modified) (1 diff)
-
docs/manpages/tdbtool.8 (modified) (1 diff)
-
docs/manpages/testparm.1 (modified) (1 diff)
-
docs/manpages/umount.cifs.8 (modified) (1 diff)
-
docs/manpages/vfs_audit.8 (modified) (1 diff)
-
docs/manpages/vfs_cacheprime.8 (modified) (1 diff)
-
docs/manpages/vfs_cap.8 (modified) (1 diff)
-
docs/manpages/vfs_catia.8 (modified) (1 diff)
-
docs/manpages/vfs_commit.8 (modified) (1 diff)
-
docs/manpages/vfs_default_quota.8 (modified) (1 diff)
-
docs/manpages/vfs_extd_audit.8 (modified) (1 diff)
-
docs/manpages/vfs_fake_perms.8 (modified) (1 diff)
-
docs/manpages/vfs_full_audit.8 (modified) (1 diff)
-
docs/manpages/vfs_netatalk.8 (modified) (1 diff)
-
docs/manpages/vfs_prealloc.8 (modified) (1 diff)
-
docs/manpages/vfs_readonly.8 (modified) (1 diff)
-
docs/manpages/vfs_recycle.8 (modified) (1 diff)
-
docs/manpages/vfs_shadow_copy.8 (modified) (1 diff)
-
docs/manpages/vfstest.1 (modified) (1 diff)
-
docs/manpages/wbinfo.1 (modified) (1 diff)
-
docs/manpages/winbindd.8 (modified) (1 diff)
-
packaging/RHEL/makerpms.sh (modified) (1 diff)
-
packaging/RHEL/samba.spec (modified) (1 diff)
-
source/VERSION (modified) (1 diff)
-
source/client/client.c (modified) (1 diff)
-
source/client/smbctool.c (modified) (1 diff)
-
source/include/version.h (modified) (1 diff)
-
source/lib/util_sock.c (modified) (4 diffs)
-
source/libsmb/clientgen.c (modified) (3 diffs)
-
source/smbd/process.c (modified) (1 diff)
-
source/utils/smbfilter.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.0/WHATSNEW.txt
r134 r135 1 =============================== 2 Release Notes for Samba 3.0.30 3 May 28, 2008 4 =============================== 5 6 This is a security release in order to address CVE-2008-1105 ("Boundary 7 failure when parsing SMB responses can result in a buffer overrun"). 8 9 o CVE-2008-1105 10 Specifically crafted SMB responses can result in a heap overflow 11 in the Samba client code. Because the server process, smbd, can 12 itself act as a client during operations such as printer notification 13 and domain authentication, this issue affects both Samba client 14 and server installations. 15 16 The original security announcement for this and past advisories can 17 be found http://www.samba.org/samba/security/ 18 19 20 ###################################################################### 21 Changes 22 ####### 23 24 Changes since 3.0.29 25 -------------------- 26 27 o Jeremy Allison <jra@samba.org> 28 * Fix for CVE-2008-1105. 29 30 31 o Karolin Seeger <kseeger@samba.org> 32 * Remove man pages for ldb tools not included in Samba 3.0. 33 34 35 Release notes for older releases follow: 36 37 -------------------------------------------------- 38 1 39 =============================== 2 40 Release Notes for Samba 3.0.29 3 41 May 20, 2008 4 42 =============================== 5 6 This is a bug fix release of the Samba 3.0 production series and is the7 version that servers should be run for for all current Samba 3.0 bug fixes.8 43 9 44 Major bug fixes included in Samba 3.0.29 are: … … 128 163 129 164 130 131 Release notes for older releases follow:132 165 133 166 -------------------------------------------------- -
branches/samba-3.0/docs/htmldocs/manpages/index.html
r134 r135 7 7 </p></dd><dt><span class="term"><a class="ulink" href="idmap_rid.8.html" target="_top">idmap_rid(8)</a></span></dt><dd><p>Samba's idmap_rid Backend for Winbind 8 8 </p></dd><dt><span class="term"><a class="ulink" href="idmap_tdb.8.html" target="_top">idmap_tdb(8)</a></span></dt><dd><p>Samba's idmap_tdb Backend for Winbind 9 </p></dd><dt><span class="term"><a class="ulink" href="ldb.3.html" target="_top">ldb(3)</a></span></dt><dd><p>A light-weight database library10 </p></dd><dt><span class="term"><a class="ulink" href="ldbadd.1.html" target="_top">ldbadd(1)</a></span></dt><dd><p>Command-line utility for adding records to an LDB11 </p></dd><dt><span class="term"><a class="ulink" href="ldbdel.1.html" target="_top">ldbdel(1)</a></span></dt><dd><p>Command-line program for deleting LDB records12 </p></dd><dt><span class="term"><a class="ulink" href="ldbedit.1.html" target="_top">ldbedit(1)</a></span></dt><dd><p>Edit LDB databases using your preferred editor13 </p></dd><dt><span class="term"><a class="ulink" href="ldbmodify.1.html" target="_top">ldbmodify(1)</a></span></dt><dd><p>Modify records in a LDB database14 </p></dd><dt><span class="term"><a class="ulink" href="ldbsearch.1.html" target="_top">ldbsearch(1)</a></span></dt><dd><p>Search for records in a LDB database15 9 </p></dd><dt><span class="term"><a class="ulink" href="libsmbclient.7.html" target="_top">libsmbclient(7)</a></span></dt><dd><p>An extension library for browsers and that can be used as a generic browsing API. 16 10 </p></dd><dt><span class="term"><a class="ulink" href="lmhosts.5.html" target="_top">lmhosts(5)</a></span></dt><dd><p>The Samba NetBIOS hosts file -
branches/samba-3.0/docs/manpages/eventlogadm.8
r134 r135 2 2 .\" Author: 3 3 .\" Generator: DocBook XSL Stylesheets v1.73.2 <http://docbook.sf.net/> 4 .\" Date: 05/2 1/20084 .\" Date: 05/28/2008 5 5 .\" Manual: System Administration tools 6 6 .\" Source: Samba 3.0 7 7 .\" 8 .TH "EVENTLOGADM" "8" "05/2 1/2008" "Samba 3\.0" "System Administration tools"8 .TH "EVENTLOGADM" "8" "05/28/2008" "Samba 3\.0" "System Administration tools" 9 9 .\" disable hyphenation 10 10 .nh -
branches/samba-3.0/docs/manpages/findsmb.1
r134 r135 2 2 .\" Author: 3 3 .\" Generator: DocBook XSL Stylesheets v1.73.2 <http://docbook.sf.net/> 4 .\" Date: 05/2 1/20084 .\" Date: 05/28/2008 5 5 .\" Manual: User Commands 6 6 .\" Source: Samba 3.0 7 7 .\" 8 .TH "FINDSMB" "1" "05/2 1/2008" "Samba 3\.0" "User Commands"8 .TH "FINDSMB" "1" "05/28/2008" "Samba 3\.0" "User Commands" 9 9 .\" disable hyphenation 10 10 .nh -
branches/samba-3.0/docs/manpages/libsmbclient.7
r134 r135 2 2 .\" Author: 3 3 .\" Generator: DocBook XSL Stylesheets v1.73.2 <http://docbook.sf.net/> 4 .\" Date: 05/2 1/20084 .\" Date: 05/28/2008 5 5 .\" Manual: 7 6 6 .\" Source: Samba 3.0 7 7 .\" 8 .TH "LIBSMBCLIENT" "7" "05/2 1/2008" "Samba 3\.0" "7"8 .TH "LIBSMBCLIENT" "7" "05/28/2008" "Samba 3\.0" "7" 9 9 .\" disable hyphenation 10 10 .nh -
branches/samba-3.0/docs/manpages/lmhosts.5
r134 r135 2 2 .\" Author: 3 3 .\" Generator: DocBook XSL Stylesheets v1.73.2 <http://docbook.sf.net/> 4 .\" Date: 05/2 1/20084 .\" Date: 05/28/2008 5 5 .\" Manual: File Formats and Conventions 6 6 .\" Source: Samba 3.0 7 7 .\" 8 .TH "LMHOSTS" "5" "05/2 1/2008" "Samba 3\.0" "File Formats and Conventions"8 .TH "LMHOSTS" "5" "05/28/2008" "Samba 3\.0" "File Formats and Conventions" 9 9 .\" disable hyphenation 10 10 .nh -
branches/samba-3.0/docs/manpages/log2pcap.1
r134 r135 2 2 .\" Author: 3 3 .\" Generator: DocBook XSL Stylesheets v1.73.2 <http://docbook.sf.net/> 4 .\" Date: 05/2 1/20084 .\" Date: 05/28/2008 5 5 .\" Manual: User Commands 6 6 .\" Source: Samba 3.0 7 7 .\" 8 .TH "LOG2PCAP" "1" "05/2 1/2008" "Samba 3\.0" "User Commands"8 .TH "LOG2PCAP" "1" "05/28/2008" "Samba 3\.0" "User Commands" 9 9 .\" disable hyphenation 10 10 .nh -
branches/samba-3.0/docs/manpages/mount.cifs.8
r134 r135 2 2 .\" Author: 3 3 .\" Generator: DocBook XSL Stylesheets v1.73.2 <http://docbook.sf.net/> 4 .\" Date: 05/2 1/20084 .\" Date: 05/28/2008 5 5 .\" Manual: System Administration tools 6 6 .\" Source: Samba 3.0 7 7 .\" 8 .TH "MOUNT\.CIFS" "8" "05/2 1/2008" "Samba 3\.0" "System Administration tools"8 .TH "MOUNT\.CIFS" "8" "05/28/2008" "Samba 3\.0" "System Administration tools" 9 9 .\" disable hyphenation 10 10 .nh -
branches/samba-3.0/docs/manpages/net.8
r134 r135 2 2 .\" Author: 3 3 .\" Generator: DocBook XSL Stylesheets v1.73.2 <http://docbook.sf.net/> 4 .\" Date: 05/2 1/20084 .\" Date: 05/28/2008 5 5 .\" Manual: System Administration tools 6 6 .\" Source: Samba 3.0 7 7 .\" 8 .TH "NET" "8" "05/2 1/2008" "Samba 3\.0" "System Administration tools"8 .TH "NET" "8" "05/28/2008" "Samba 3\.0" "System Administration tools" 9 9 .\" disable hyphenation 10 10 .nh -
branches/samba-3.0/docs/manpages/nmbd.8
r134 r135 2 2 .\" Author: 3 3 .\" Generator: DocBook XSL Stylesheets v1.73.2 <http://docbook.sf.net/> 4 .\" Date: 05/2 1/20084 .\" Date: 05/28/2008 5 5 .\" Manual: System Administration tools 6 6 .\" Source: Samba 3.0 7 7 .\" 8 .TH "NMBD" "8" "05/2 1/2008" "Samba 3\.0" "System Administration tools"8 .TH "NMBD" "8" "05/28/2008" "Samba 3\.0" "System Administration tools" 9 9 .\" disable hyphenation 10 10 .nh -
branches/samba-3.0/docs/manpages/nmblookup.1
r134 r135 2 2 .\" Author: 3 3 .\" Generator: DocBook XSL Stylesheets v1.73.2 <http://docbook.sf.net/> 4 .\" Date: 05/2 1/20084 .\" Date: 05/28/2008 5 5 .\" Manual: User Commands 6 6 .\" Source: Samba 3.0 7 7 .\" 8 .TH "NMBLOOKUP" "1" "05/2 1/2008" "Samba 3\.0" "User Commands"8 .TH "NMBLOOKUP" "1" "05/28/2008" "Samba 3\.0" "User Commands" 9 9 .\" disable hyphenation 10 10 .nh -
branches/samba-3.0/docs/manpages/ntlm_auth.1
r134 r135 2 2 .\" Author: 3 3 .\" Generator: DocBook XSL Stylesheets v1.73.2 <http://docbook.sf.net/> 4 .\" Date: 05/2 1/20084 .\" Date: 05/28/2008 5 5 .\" Manual: User Commands 6 6 .\" Source: Samba 3.0 7 7 .\" 8 .TH "NTLM_AUTH" "1" "05/2 1/2008" "Samba 3\.0" "User Commands"8 .TH "NTLM_AUTH" "1" "05/28/2008" "Samba 3\.0" "User Commands" 9 9 .\" disable hyphenation 10 10 .nh -
branches/samba-3.0/docs/manpages/pam_winbind.7
r134 r135 2 2 .\" Author: 3 3 .\" Generator: DocBook XSL Stylesheets v1.73.2 <http://docbook.sf.net/> 4 .\" Date: 05/2 1/20084 .\" Date: 05/28/2008 5 5 .\" Manual: 7 6 6 .\" Source: Samba 3.0 7 7 .\" 8 .TH "PAM_WINBIND" "7" "05/2 1/2008" "Samba 3\.0" "7"8 .TH "PAM_WINBIND" "7" "05/28/2008" "Samba 3\.0" "7" 9 9 .\" disable hyphenation 10 10 .nh -
branches/samba-3.0/docs/manpages/pdbedit.8
r134 r135 2 2 .\" Author: 3 3 .\" Generator: DocBook XSL Stylesheets v1.73.2 <http://docbook.sf.net/> 4 .\" Date: 05/2 1/20084 .\" Date: 05/28/2008 5 5 .\" Manual: System Administration tools 6 6 .\" Source: Samba 3.0 7 7 .\" 8 .TH "PDBEDIT" "8" "05/2 1/2008" "Samba 3\.0" "System Administration tools"8 .TH "PDBEDIT" "8" "05/28/2008" "Samba 3\.0" "System Administration tools" 9 9 .\" disable hyphenation 10 10 .nh -
branches/samba-3.0/docs/manpages/profiles.1
r134 r135 2 2 .\" Author: 3 3 .\" Generator: DocBook XSL Stylesheets v1.73.2 <http://docbook.sf.net/> 4 .\" Date: 05/2 1/20084 .\" Date: 05/28/2008 5 5 .\" Manual: User Commands 6 6 .\" Source: Samba 3.0 7 7 .\" 8 .TH "PROFILES" "1" "05/2 1/2008" "Samba 3\.0" "User Commands"8 .TH "PROFILES" "1" "05/28/2008" "Samba 3\.0" "User Commands" 9 9 .\" disable hyphenation 10 10 .nh -
branches/samba-3.0/docs/manpages/rpcclient.1
r134 r135 2 2 .\" Author: 3 3 .\" Generator: DocBook XSL Stylesheets v1.73.2 <http://docbook.sf.net/> 4 .\" Date: 05/2 1/20084 .\" Date: 05/28/2008 5 5 .\" Manual: User Commands 6 6 .\" Source: Samba 3.0 7 7 .\" 8 .TH "RPCCLIENT" "1" "05/2 1/2008" "Samba 3\.0" "User Commands"8 .TH "RPCCLIENT" "1" "05/28/2008" "Samba 3\.0" "User Commands" 9 9 .\" disable hyphenation 10 10 .nh -
branches/samba-3.0/docs/manpages/samba.7
r134 r135 2 2 .\" Author: 3 3 .\" Generator: DocBook XSL Stylesheets v1.73.2 <http://docbook.sf.net/> 4 .\" Date: 05/2 1/20084 .\" Date: 05/28/2008 5 5 .\" Manual: Miscellanea 6 6 .\" Source: Samba 3.0 7 7 .\" 8 .TH "SAMBA" "7" "05/2 1/2008" "Samba 3\.0" "Miscellanea"8 .TH "SAMBA" "7" "05/28/2008" "Samba 3\.0" "Miscellanea" 9 9 .\" disable hyphenation 10 10 .nh -
branches/samba-3.0/docs/manpages/smb.conf.5
r134 r135 2 2 .\" Author: 3 3 .\" Generator: DocBook XSL Stylesheets v1.73.2 <http://docbook.sf.net/> 4 .\" Date: 05/2 1/20084 .\" Date: 05/28/2008 5 5 .\" Manual: File Formats and Conventions 6 6 .\" Source: Samba 3.0 7 7 .\" 8 .TH "SMB\.CONF" "5" "05/2 1/2008" "Samba 3\.0" "File Formats and Conventions"8 .TH "SMB\.CONF" "5" "05/28/2008" "Samba 3\.0" "File Formats and Conventions" 9 9 .\" disable hyphenation 10 10 .nh -
branches/samba-3.0/docs/manpages/smbcacls.1
r134 r135 2 2 .\" Author: 3 3 .\" Generator: DocBook XSL Stylesheets v1.73.2 <http://docbook.sf.net/> 4 .\" Date: 05/2 1/20084 .\" Date: 05/28/2008 5 5 .\" Manual: User Commands 6 6 .\" Source: Samba 3.0 7 7 .\" 8 .TH "SMBCACLS" "1" "05/2 1/2008" "Samba 3\.0" "User Commands"8 .TH "SMBCACLS" "1" "05/28/2008" "Samba 3\.0" "User Commands" 9 9 .\" disable hyphenation 10 10 .nh -
branches/samba-3.0/docs/manpages/smbclient.1
r134 r135 2 2 .\" Author: 3 3 .\" Generator: DocBook XSL Stylesheets v1.73.2 <http://docbook.sf.net/> 4 .\" Date: 05/2 1/20084 .\" Date: 05/28/2008 5 5 .\" Manual: User Commands 6 6 .\" Source: Samba 3.0 7 7 .\" 8 .TH "SMBCLIENT" "1" "05/2 1/2008" "Samba 3\.0" "User Commands"8 .TH "SMBCLIENT" "1" "05/28/2008" "Samba 3\.0" "User Commands" 9 9 .\" disable hyphenation 10 10 .nh -
branches/samba-3.0/docs/manpages/smbcontrol.1
r134 r135 2 2 .\" Author: 3 3 .\" Generator: DocBook XSL Stylesheets v1.73.2 <http://docbook.sf.net/> 4 .\" Date: 05/2 1/20084 .\" Date: 05/28/2008 5 5 .\" Manual: User Commands 6 6 .\" Source: Samba 3.0 7 7 .\" 8 .TH "SMBCONTROL" "1" "05/2 1/2008" "Samba 3\.0" "User Commands"8 .TH "SMBCONTROL" "1" "05/28/2008" "Samba 3\.0" "User Commands" 9 9 .\" disable hyphenation 10 10 .nh -
branches/samba-3.0/docs/manpages/smbcquotas.1
r134 r135 2 2 .\" Author: 3 3 .\" Generator: DocBook XSL Stylesheets v1.73.2 <http://docbook.sf.net/> 4 .\" Date: 05/2 1/20084 .\" Date: 05/28/2008 5 5 .\" Manual: User Commands 6 6 .\" Source: Samba 3.0 7 7 .\" 8 .TH "SMBCQUOTAS" "1" "05/2 1/2008" "Samba 3\.0" "User Commands"8 .TH "SMBCQUOTAS" "1" "05/28/2008" "Samba 3\.0" "User Commands" 9 9 .\" disable hyphenation 10 10 .nh -
branches/samba-3.0/docs/manpages/smbd.8
r134 r135 2 2 .\" Author: 3 3 .\" Generator: DocBook XSL Stylesheets v1.73.2 <http://docbook.sf.net/> 4 .\" Date: 05/2 1/20084 .\" Date: 05/28/2008 5 5 .\" Manual: System Administration tools 6 6 .\" Source: Samba 3.0 7 7 .\" 8 .TH "SMBD" "8" "05/2 1/2008" "Samba 3\.0" "System Administration tools"8 .TH "SMBD" "8" "05/28/2008" "Samba 3\.0" "System Administration tools" 9 9 .\" disable hyphenation 10 10 .nh -
branches/samba-3.0/docs/manpages/smbget.1
r134 r135 2 2 .\" Author: 3 3 .\" Generator: DocBook XSL Stylesheets v1.73.2 <http://docbook.sf.net/> 4 .\" Date: 05/2 1/20084 .\" Date: 05/28/2008 5 5 .\" Manual: User Commands 6 6 .\" Source: Samba 3.0 7 7 .\" 8 .TH "SMBGET" "1" "05/2 1/2008" "Samba 3\.0" "User Commands"8 .TH "SMBGET" "1" "05/28/2008" "Samba 3\.0" "User Commands" 9 9 .\" disable hyphenation 10 10 .nh -
branches/samba-3.0/docs/manpages/smbgetrc.5
r134 r135 2 2 .\" Author: 3 3 .\" Generator: DocBook XSL Stylesheets v1.73.2 <http://docbook.sf.net/> 4 .\" Date: 05/2 1/20084 .\" Date: 05/28/2008 5 5 .\" Manual: File Formats and Conventions 6 6 .\" Source: Samba 3.0 7 7 .\" 8 .TH "SMBGETRC" "5" "05/2 1/2008" "Samba 3\.0" "File Formats and Conventions"8 .TH "SMBGETRC" "5" "05/28/2008" "Samba 3\.0" "File Formats and Conventions" 9 9 .\" disable hyphenation 10 10 .nh -
branches/samba-3.0/docs/manpages/smbmnt.8
r134 r135 2 2 .\" Author: 3 3 .\" Generator: DocBook XSL Stylesheets v1.73.2 <http://docbook.sf.net/> 4 .\" Date: 05/2 1/20084 .\" Date: 05/28/2008 5 5 .\" Manual: 6 6 .\" Source: 7 7 .\" 8 .TH "SMBMNT" "8" "05/2 1/2008" "" ""8 .TH "SMBMNT" "8" "05/28/2008" "" "" 9 9 .\" disable hyphenation 10 10 .nh -
branches/samba-3.0/docs/manpages/smbmount.8
r134 r135 2 2 .\" Author: 3 3 .\" Generator: DocBook XSL Stylesheets v1.73.2 <http://docbook.sf.net/> 4 .\" Date: 05/2 1/20084 .\" Date: 05/28/2008 5 5 .\" Manual: 6 6 .\" Source: 7 7 .\" 8 .TH "SMBMOUNT" "8" "05/2 1/2008" "" ""8 .TH "SMBMOUNT" "8" "05/28/2008" "" "" 9 9 .\" disable hyphenation 10 10 .nh -
branches/samba-3.0/docs/manpages/smbpasswd.5
r134 r135 2 2 .\" Author: 3 3 .\" Generator: DocBook XSL Stylesheets v1.73.2 <http://docbook.sf.net/> 4 .\" Date: 05/2 1/20084 .\" Date: 05/28/2008 5 5 .\" Manual: File Formats and Conventions 6 6 .\" Source: Samba 3.0 7 7 .\" 8 .TH "SMBPASSWD" "5" "05/2 1/2008" "Samba 3\.0" "File Formats and Conventions"8 .TH "SMBPASSWD" "5" "05/28/2008" "Samba 3\.0" "File Formats and Conventions" 9 9 .\" disable hyphenation 10 10 .nh -
branches/samba-3.0/docs/manpages/smbpasswd.8
r134 r135 2 2 .\" Author: 3 3 .\" Generator: DocBook XSL Stylesheets v1.73.2 <http://docbook.sf.net/> 4 .\" Date: 05/2 1/20084 .\" Date: 05/28/2008 5 5 .\" Manual: System Administration tools 6 6 .\" Source: Samba 3.0 7 7 .\"
