Changeset 618 for vendor/current
- Timestamp:
- Aug 5, 2011, 7:52:23 AM (14 years ago)
- Location:
- vendor/current
- Files:
-
- 114 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/WHATSNEW.txt
r615 r618 1 1 ============================== 2 Release Notes for Samba 3.5.1 03 July 26, 20112 Release Notes for Samba 3.5.11 3 August 4, 2011 4 4 ============================== 5 5 6 6 7 This is a security release in order to address 8 CVE-2011-2522 (Cross-Site Request Forgery in SWAT) and 9 CVE-2011-2694 (Cross-Site Scripting vulnerability in SWAT). 10 11 12 o CVE-2011-2522: 13 The Samba Web Administration Tool (SWAT) in Samba versions 14 3.0.x to 3.5.9 are affected by a cross-site request forgery. 15 16 17 o CVE-2011-2694: 18 The Samba Web Administration Tool (SWAT) in Samba versions 19 3.0.x to 3.5.9 are affected by a cross-site scripting 20 vulnerability. 21 22 Please note that SWAT must be enabled in order for these 23 vulnerabilities to be exploitable. By default, SWAT 24 is *not* enabled on a Samba install. 25 26 27 Changes since 3.5.9: 7 This is the latest stable release of Samba 3.5. 8 9 Major enhancements in Samba 3.5.11 include: 10 11 o Fix access to Samba shares when Windows security patch KB2536276 is installed 12 (bug #7460). 13 o Fix DoS in Winbind and smbd with many file descriptors open (bug #7949). 14 o Fix Winbind panics if verify_idpool() fails (bug #8253). 15 16 17 Changes since 3.5.10: 28 18 -------------------- 29 19 30 20 31 o Kai Blin <kai@samba.org> 32 * BUG 8289: SWAT contains a cross-site scripting vulnerability. 33 * BUG 8290: CSRF vulnerability in SWAT. 21 o Jeremy Allison <jra@samba.org> 22 * BUG 7462: Make SA_RESETHAND conditional on its existance. 23 * BUG 8254: Make "acl check permissions = no" working in all cases. 24 25 26 o Gregor Beck <gbeck@sernet.de> 27 * BUG 8253: Fix Winbind panics if verify_idpool() fails. 28 29 30 o David Disseldorp <ddiss@suse.de> 31 * BUG 8269: Stop spamming log with "Could not find child X -- ignoring" 32 messages in smbd. 33 34 35 o Björn Jacke <bj@sernet.de> 36 * BUG 7460: Include sys/file.h only when available. 37 38 39 o Volker Lendecke <vl@samba.org> 40 * BUG 7841: Explicitly pass domain_sid to wbint_LookupRids(). 41 * BUG 8238: Fix access to Samba shares when Windows security patch 42 KB2536276 is installed. 43 * BUG 8322: Add HAVE_FUNCTION_ATTRIBUTE_DESTRUCTOR. 44 45 46 o Stefan Metzmacher <metze@samba.org> 47 * BUG 7841: Make WINBINDD_LOOKUPRIDS ask the right domain. 48 * BUG 7949: Fix DoS in Winbind and smbd with many file descriptors open. 49 * BUG 8276: Close all sockets attached to a subnet in close_subnet(). 34 50 35 51 … … 57 73 ---------------------------------------- 58 74 75 ============================== 76 Release Notes for Samba 3.5.10 77 July 26, 2011 78 ============================== 79 80 81 This is a security release in order to address 82 CVE-2011-2522 (Cross-Site Request Forgery in SWAT) and 83 CVE-2011-2694 (Cross-Site Scripting vulnerability in SWAT). 84 85 86 o CVE-2011-2522: 87 The Samba Web Administration Tool (SWAT) in Samba versions 88 3.0.x to 3.5.9 are affected by a cross-site request forgery. 89 90 91 o CVE-2011-2694: 92 The Samba Web Administration Tool (SWAT) in Samba versions 93 3.0.x to 3.5.9 are affected by a cross-site scripting 94 vulnerability. 95 96 Please note that SWAT must be enabled in order for these 97 vulnerabilities to be exploitable. By default, SWAT 98 is *not* enabled on a Samba install. 99 100 101 Changes since 3.5.9: 102 -------------------- 103 104 105 o Kai Blin <kai@samba.org> 106 * BUG 8289: SWAT contains a cross-site scripting vulnerability. 107 * BUG 8290: CSRF vulnerability in SWAT. 108 109 110 ###################################################################### 111 Reporting bugs & Development Discussion 112 ####################################### 113 114 Please discuss this release on the samba-technical mailing list or by 115 joining the #samba-technical IRC channel on irc.freenode.net. 116 117 If you do report problems then please try to send high quality 118 feedback. If you don't provide vital information to help us track down 119 the problem then you will probably be ignored. All bug reports should 120 be filed under the Samba 3.5 product in the project's Bugzilla 121 database (https://bugzilla.samba.org/). 122 123 124 ====================================================================== 125 == Our Code, Our Bugs, Our Responsibility. 126 == The Samba Team 127 ====================================================================== 128 129 130 ---------------------------------------------------------------------- 131 132 59 133 ============================= 60 134 Release Notes for Samba 3.5.9 … … 70 144 o ACL can get lost when files are being renamed (bug #7987). 71 145 o Respect "allow trusted domains = no" in Winbind (bug #6966). 72 146 o Samba now follows Windows behaviour as a Kerberos client, 147 requesting a CIFS/ ticket (bug #7893). 148 149 New Kerberos behaviour 150 ---------------------- 151 152 A new parameter 'client use spnego principal' defaults to 'no' and 153 mean Samba will use CIFS/hostname to obtain a kerberos ticket, acting 154 more like Windows when using Kerberos against a CIFS server in 155 smbclient, winbind and other Samba client tools. This will change 156 which servers we will successfully negotiate kerberos connections to. 157 This is due to Samba no longer trusting a server-provided hint which 158 is not available from Windows 2008 or later. For correct operation 159 with all clients, all aliases for a server should be recorded as a as 160 a servicePrincipalName on the server's record in AD. 73 161 74 162 Changes since 3.5.8: -
vendor/current/docs-xml/Makefile
r414 r618 182 182 183 183 # Manpages 184 $(MANPAGEDIR3)/smb.conf.5.xml: $(SMBDOTCONFDOC)/parameters.all.xml $(SMBDOTCONFDOC)/parameters.service.xml $(SMBDOTCONFDOC)/parameters.global.xml 184 $(MANPAGEDIR3)/smb.conf.5.xml: parameters 185 186 # The phony parameters target exists in order to always create the 187 # the parameters xml files. Otherwise, when parameters.*.xml does not exist 188 # yet, the parameters are not generated when smb.conf.5.xml is newer than 189 # any smbdotconf/*/*.xml file ... 190 .PHONY: parameters 191 192 parameters: $(SMBDOTCONFDOC)/parameters.all.xml $(SMBDOTCONFDOC)/parameters.service.xml $(SMBDOTCONFDOC)/parameters.global.xml 185 193 186 194 $(SMBDOTCONFDOC)/parameters.all.xml: $(wildcard $(SMBDOTCONFDOC)/*/*.xml) $(SMBDOTCONFDOC)/generate-file-list.sh -
vendor/current/docs/manpages/cifs.upcall.8
r597 r618 3 3 .\" Author: [see the "AUTHOR" section] 4 4 .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> 5 .\" Date: 0 6/14/20115 .\" Date: 08/02/2011 6 6 .\" Manual: System Administration tools 7 7 .\" Source: Samba 3.5 8 8 .\" Language: English 9 9 .\" 10 .TH "CIFS\&.UPCALL" "8" "0 6/14/2011" "Samba 3\&.5" "System Administration tools"10 .TH "CIFS\&.UPCALL" "8" "08/02/2011" "Samba 3\&.5" "System Administration tools" 11 11 .\" ----------------------------------------------------------------- 12 12 .\" * set default formatting -
vendor/current/docs/manpages/eventlogadm.8
r597 r618 3 3 .\" Author: [see the "AUTHOR" section] 4 4 .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> 5 .\" Date: 0 6/14/20115 .\" Date: 08/02/2011 6 6 .\" Manual: System Administration tools 7 7 .\" Source: Samba 3.5 8 8 .\" Language: English 9 9 .\" 10 .TH "EVENTLOGADM" "8" "0 6/14/2011" "Samba 3\&.5" "System Administration tools"10 .TH "EVENTLOGADM" "8" "08/02/2011" "Samba 3\&.5" "System Administration tools" 11 11 .\" ----------------------------------------------------------------- 12 12 .\" * set default formatting -
vendor/current/docs/manpages/findsmb.1
r597 r618 3 3 .\" Author: [see the "AUTHOR" section] 4 4 .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> 5 .\" Date: 0 6/14/20115 .\" Date: 08/02/2011 6 6 .\" Manual: User Commands 7 7 .\" Source: Samba 3.5 8 8 .\" Language: English 9 9 .\" 10 .TH "FINDSMB" "1" "0 6/14/2011" "Samba 3\&.5" "User Commands"10 .TH "FINDSMB" "1" "08/02/2011" "Samba 3\&.5" "User Commands" 11 11 .\" ----------------------------------------------------------------- 12 12 .\" * set default formatting -
vendor/current/docs/manpages/idmap_ad.8
r597 r618 3 3 .\" Author: [see the "AUTHOR" section] 4 4 .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> 5 .\" Date: 0 6/14/20115 .\" Date: 08/02/2011 6 6 .\" Manual: System Administration tools 7 7 .\" Source: Samba 3.5 8 8 .\" Language: English 9 9 .\" 10 .TH "IDMAP_AD" "8" "0 6/14/2011" "Samba 3\&.5" "System Administration tools"10 .TH "IDMAP_AD" "8" "08/02/2011" "Samba 3\&.5" "System Administration tools" 11 11 .\" ----------------------------------------------------------------- 12 12 .\" * set default formatting -
vendor/current/docs/manpages/idmap_adex.8
r597 r618 3 3 .\" Author: [see the "AUTHOR" section] 4 4 .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> 5 .\" Date: 0 6/14/20115 .\" Date: 08/02/2011 6 6 .\" Manual: System Administration tools 7 7 .\" Source: Samba 3.5 8 8 .\" Language: English 9 9 .\" 10 .TH "IDMAP_ADEX" "8" "0 6/14/2011" "Samba 3\&.5" "System Administration tools"10 .TH "IDMAP_ADEX" "8" "08/02/2011" "Samba 3\&.5" "System Administration tools" 11 11 .\" ----------------------------------------------------------------- 12 12 .\" * set default formatting -
vendor/current/docs/manpages/idmap_hash.8
r597 r618 3 3 .\" Author: [see the "AUTHOR" section] 4 4 .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> 5 .\" Date: 0 6/14/20115 .\" Date: 08/02/2011 6 6 .\" Manual: System Administration tools 7 7 .\" Source: Samba 3.5 8 8 .\" Language: English 9 9 .\" 10 .TH "IDMAP_HASH" "8" "0 6/14/2011" "Samba 3\&.5" "System Administration tools"10 .TH "IDMAP_HASH" "8" "08/02/2011" "Samba 3\&.5" "System Administration tools" 11 11 .\" ----------------------------------------------------------------- 12 12 .\" * set default formatting -
vendor/current/docs/manpages/idmap_ldap.8
r597 r618 3 3 .\" Author: [see the "AUTHOR" section] 4 4 .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> 5 .\" Date: 0 6/14/20115 .\" Date: 08/02/2011 6 6 .\" Manual: System Administration tools 7 7 .\" Source: Samba 3.5 8 8 .\" Language: English 9 9 .\" 10 .TH "IDMAP_LDAP" "8" "0 6/14/2011" "Samba 3\&.5" "System Administration tools"10 .TH "IDMAP_LDAP" "8" "08/02/2011" "Samba 3\&.5" "System Administration tools" 11 11 .\" ----------------------------------------------------------------- 12 12 .\" * set default formatting -
vendor/current/docs/manpages/idmap_nss.8
r597 r618 3 3 .\" Author: [see the "AUTHOR" section] 4 4 .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> 5 .\" Date: 0 6/14/20115 .\" Date: 08/02/2011 6 6 .\" Manual: System Administration tools 7 7 .\" Source: Samba 3.5 8 8 .\" Language: English 9 9 .\" 10 .TH "IDMAP_NSS" "8" "0 6/14/2011" "Samba 3\&.5" "System Administration tools"10 .TH "IDMAP_NSS" "8" "08/02/2011" "Samba 3\&.5" "System Administration tools" 11 11 .\" ----------------------------------------------------------------- 12 12 .\" * set default formatting -
vendor/current/docs/manpages/idmap_rid.8
r597 r618 3 3 .\" Author: [see the "AUTHOR" section] 4 4 .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> 5 .\" Date: 0 6/14/20115 .\" Date: 08/02/2011 6 6 .\" Manual: System Administration tools 7 7 .\" Source: Samba 3.5 8 8 .\" Language: English 9 9 .\" 10 .TH "IDMAP_RID" "8" "0 6/14/2011" "Samba 3\&.5" "System Administration tools"10 .TH "IDMAP_RID" "8" "08/02/2011" "Samba 3\&.5" "System Administration tools" 11 11 .\" ----------------------------------------------------------------- 12 12 .\" * set default formatting -
vendor/current/docs/manpages/idmap_tdb.8
r597 r618 3 3 .\" Author: [see the "AUTHOR" section] 4 4 .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> 5 .\" Date: 0 6/14/20115 .\" Date: 08/02/2011 6 6 .\" Manual: System Administration tools 7 7 .\" Source: Samba 3.5 8 8 .\" Language: English 9 9 .\" 10 .TH "IDMAP_TDB" "8" "0 6/14/2011" "Samba 3\&.5" "System Administration tools"10 .TH "IDMAP_TDB" "8" "08/02/2011" "Samba 3\&.5" "System Administration tools" 11 11 .\" ----------------------------------------------------------------- 12 12 .\" * set default formatting -
vendor/current/docs/manpages/idmap_tdb2.8
r597 r618 3 3 .\" Author: [see the "AUTHOR" section] 4 4 .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> 5 .\" Date: 0 6/14/20115 .\" Date: 08/02/2011 6 6 .\" Manual: System Administration tools 7 7 .\" Source: Samba 3.5 8 8 .\" Language: English 9 9 .\" 10 .TH "IDMAP_TDB2" "8" "0 6/14/2011" "Samba 3\&.5" "System Administration tools"10 .TH "IDMAP_TDB2" "8" "08/02/2011" "Samba 3\&.5" "System Administration tools" 11 11 .\" ----------------------------------------------------------------- 12 12 .\" * set default formatting -
vendor/current/docs/manpages/ldb.3
r597 r618 3 3 .\" Author: [see the "Author" section] 4 4 .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> 5 .\" Date: 0 6/14/20115 .\" Date: 08/02/2011 6 6 .\" Manual: C Library Functions 7 7 .\" Source: Samba 3.5 8 8 .\" Language: English 9 9 .\" 10 .TH "LDB" "3" "0 6/14/2011" "Samba 3\&.5" "C Library Functions"10 .TH "LDB" "3" "08/02/2011" "Samba 3\&.5" "C Library Functions" 11 11 .\" ----------------------------------------------------------------- 12 12 .\" * set default formatting -
vendor/current/docs/manpages/ldbadd.1
r597 r618 3 3 .\" Author: [see the "AUTHOR" section] 4 4 .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> 5 .\" Date: 0 6/14/20115 .\" Date: 08/02/2011 6 6 .\" Manual: User Commands 7 7 .\" Source: Samba 3.5 8 8 .\" Language: English 9 9 .\" 10 .TH "LDBADD" "1" "0 6/14/2011" "Samba 3\&.5" "User Commands"10 .TH "LDBADD" "1" "08/02/2011" "Samba 3\&.5" "User Commands" 11 11 .\" ----------------------------------------------------------------- 12 12 .\" * set default formatting -
vendor/current/docs/manpages/ldbdel.1
r597 r618 3 3 .\" Author: [see the "AUTHOR" section] 4 4 .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> 5 .\" Date: 0 6/14/20115 .\" Date: 08/02/2011 6 6 .\" Manual: User Commands 7 7 .\" Source: Samba 3.5 8 8 .\" Language: English 9 9 .\" 10 .TH "LDBDEL" "1" "0 6/14/2011" "Samba 3\&.5" "User Commands"10 .TH "LDBDEL" "1" "08/02/2011" "Samba 3\&.5" "User Commands" 11 11 .\" ----------------------------------------------------------------- 12 12 .\" * set default formatting -
vendor/current/docs/manpages/ldbedit.1
r597 r618 3 3 .\" Author: [see the "AUTHOR" section] 4 4 .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> 5 .\" Date: 0 6/14/20115 .\" Date: 08/02/2011 6 6 .\" Manual: User Commands 7 7 .\" Source: Samba 3.5 8 8 .\" Language: English 9 9 .\" 10 .TH "LDBEDIT" "1" "0 6/14/2011" "Samba 3\&.5" "User Commands"10 .TH "LDBEDIT" "1" "08/02/2011" "Samba 3\&.5" "User Commands" 11 11 .\" ----------------------------------------------------------------- 12 12 .\" * set default formatting -
vendor/current/docs/manpages/ldbmodify.1
r597 r618 3 3 .\" Author: [see the "AUTHOR" section] 4 4 .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> 5 .\" Date: 0 6/14/20115 .\" Date: 08/02/2011 6 6 .\" Manual: User Commands 7 7 .\" Source: Samba 3.5 8 8 .\" Language: English 9 9 .\" 10 .TH "LDBMODIFY" "1" "0 6/14/2011" "Samba 3\&.5" "User Commands"10 .TH "LDBMODIFY" "1" "08/02/2011" "Samba 3\&.5" "User Commands" 11 11 .\" ----------------------------------------------------------------- 12 12 .\" * set default formatting -
vendor/current/docs/manpages/ldbrename.1
r597 r618 3 3 .\" Author: [see the "AUTHOR" section] 4 4 .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> 5 .\" Date: 0 6/14/20115 .\" Date: 08/02/2011 6 6 .\" Manual: User Commands 7 7 .\" Source: Samba 3.5 8 8 .\" Language: English 9 9 .\" 10 .TH "LDBRENAME" "1" "0 6/14/2011" "Samba 3\&.5" "User Commands"10 .TH "LDBRENAME" "1" "08/02/2011" "Samba 3\&.5" "User Commands" 11 11 .\" ----------------------------------------------------------------- 12 12 .\" * set default formatting -
vendor/current/docs/manpages/ldbsearch.1
r597 r618 3 3 .\" Author: [see the "AUTHOR" section] 4 4 .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> 5 .\" Date: 0 6/14/20115 .\" Date: 08/02/2011 6 6 .\" Manual: User Commands 7 7 .\" Source: Samba 3.5 8 8 .\" Language: English 9 9 .\" 10 .TH "LDBSEARCH" "1" "0 6/14/2011" "Samba 3\&.5" "User Commands"10 .TH "LDBSEARCH" "1" "08/02/2011" "Samba 3\&.5" "User Commands" 11 11 .\" ----------------------------------------------------------------- 12 12 .\" * set default formatting -
vendor/current/docs/manpages/libsmbclient.7
r597 r618 3 3 .\" Author: [see the "AUTHOR" section] 4 4 .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> 5 .\" Date: 0 6/14/20115 .\" Date: 08/02/2011 6 6 .\" Manual: 7 7 7 .\" Source: Samba 3.5 8 8 .\" Language: English 9 9 .\" 10 .TH "LIBSMBCLIENT" "7" "0 6/14/2011" "Samba 3\&.5" "7"10 .TH "LIBSMBCLIENT" "7" "08/02/2011" "Samba 3\&.5" "7" 11 11 .\" ----------------------------------------------------------------- 12 12 .\" * set default formatting -
vendor/current/docs/manpages/lmhosts.5
r597 r618 3 3 .\" Author: [see the "AUTHOR" section] 4 4 .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> 5 .\" Date: 0 6/14/20115 .\" Date: 08/02/2011 6 6 .\" Manual: File Formats and Conventions 7 7 .\" Source: Samba 3.5 8 8 .\" Language: English 9 9 .\" 10 .TH "LMHOSTS" "5" "0 6/14/2011" "Samba 3\&.5" "File Formats and Conventions"10 .TH "LMHOSTS" "5" "08/02/2011" "Samba 3\&.5" "File Formats and Conventions" 11 11 .\" ----------------------------------------------------------------- 12 12 .\" * set default formatting -
vendor/current/docs/manpages/log2pcap.1
r597 r618 3 3 .\" Author: [see the "AUTHOR" section] 4 4 .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> 5 .\" Date: 0 6/14/20115 .\" Date: 08/02/2011 6 6 .\" Manual: User Commands 7 7 .\" Source: Samba 3.5 8 8 .\" Language: English 9 9 .\" 10 .TH "LOG2PCAP" "1" "0 6/14/2011" "Samba 3\&.5" "User Commands"10 .TH "LOG2PCAP" "1" "08/02/2011" "Samba 3\&.5" "User Commands" 11 11 .\" ----------------------------------------------------------------- 12 12 .\" * set default formatting -
vendor/current/docs/manpages/mount.cifs.8
r597 r618 3 3 .\" Author: [see the "AUTHOR" section] 4 4 .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> 5 .\" Date: 0 6/14/20115 .\" Date: 08/02/2011 6 6 .\" Manual: System Administration tools 7 7 .\" Source: Samba 3.5 8 8 .\" Language: English 9 9 .\" 10 .TH "MOUNT\&.CIFS" "8" "0 6/14/2011" "Samba 3\&.5" "System Administration tools"10 .TH "MOUNT\&.CIFS" "8" "08/02/2011" "Samba 3\&.5" "System Administration tools" 11 11 .\" ----------------------------------------------------------------- 12 12 .\" * set default formatting -
vendor/current/docs/manpages/net.8
r597 r618 3 3 .\" Author: [see the "AUTHOR" section] 4 4 .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> 5 .\" Date: 0 6/14/20115 .\" Date: 08/02/2011 6 6 .\" Manual: System Administration tools 7 7 .\" Source: Samba 3.5 8 8 .\" Language: English 9 9 .\" 10 .TH "NET" "8" "0 6/14/2011" "Samba 3\&.5" "System Administration tools"10 .TH "NET" "8" "08/02/2011" "Samba 3\&.5" "System Administration tools" 11 11 .\" ----------------------------------------------------------------- 12 12 .\" * set default formatting -
vendor/current/docs/manpages/nmbd.8
r597 r618 3 3 .\" Author: [see the "AUTHOR" section] 4 4 .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> 5 .\" Date: 0 6/14/20115 .\" Date: 08/02/2011 6 6 .\" Manual: System Administration tools 7 7 .\" Source: Samba 3.5 8 8 .\" Language: English 9 9 .\" 10 .TH "NMBD" "8" "0 6/14/2011" "Samba 3\&.5" "System Administration tools"10 .TH "NMBD" "8" "08/02/2011" "Samba 3\&.5" "System Administration tools" 11 11 .\" ----------------------------------------------------------------- 12 12 .\" * set default formatting -
vendor/current/docs/manpages/nmblookup.1
r597 r618 3 3 .\" Author: [see the "AUTHOR" section] 4 4 .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> 5 .\" Date: 0 6/14/20115 .\" Date: 08/02/2011 6 6 .\" Manual: User Commands 7 7 .\" Source: Samba 3.5 8 8 .\" Language: English 9 9 .\" 10 .TH "NMBLOOKUP" "1" "0 6/14/2011" "Samba 3\&.5" "User Commands"10 .TH "NMBLOOKUP" "1" "08/02/2011" "Samba 3\&.5" "User Commands" 11 11 .\" ----------------------------------------------------------------- 12 12 .\" * set default formatting -
vendor/current/docs/manpages/ntlm_auth.1
r597 r618 3 3 .\" Author: [see the "AUTHOR" section] 4 4 .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> 5 .\" Date: 0 6/14/20115 .\" Date: 08/02/2011 6 6 .\" Manual: User Commands 7 7 .\" Source: Samba 3.5 8 8 .\" Language: English 9 9 .\" 10 .TH "NTLM_AUTH" "1" "0 6/14/2011" "Samba 3\&.5" "User Commands"10 .TH "NTLM_AUTH" "1" "08/02/2011" "Samba 3\&.5" "User Commands" 11 11 .\" ----------------------------------------------------------------- 12 12 .\" * set default formatting -
vendor/current/docs/manpages/pam_winbind.8
r597 r618 3 3 .\" Author: [see the "AUTHOR" section] 4 4 .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> 5 .\" Date: 0 6/14/20115 .\" Date: 08/02/2011 6 6 .\" Manual: 8 7 7 .\" Source: Samba 3.5 8 8 .\" Language: English 9 9 .\" 10 .TH "PAM_WINBIND" "8" "0 6/14/2011" "Samba 3\&.5" "8"10 .TH "PAM_WINBIND" "8" "08/02/2011" "Samba 3\&.5" "8" 11 11 .\" ----------------------------------------------------------------- 12 12 .\" * set default formatting -
vendor/current/docs/manpages/pam_winbind.conf.5
r597 r618 3 3 .\" Author: [see the "AUTHOR" section] 4 4 .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> 5 .\" Date: 0 6/14/20115 .\" Date: 08/02/2011 6 6 .\" Manual: 5 7 7 .\" Source: Samba 3.6 8 8 .\" Language: English 9 9 .\" 10 .TH "PAM_WINBIND\&.CONF" "5" "0 6/14/2011" "Samba 3\&.6" "5"10 .TH "PAM_WINBIND\&.CONF" "5" "08/02/2011" "Samba 3\&.6" "5" 11 11 .\" ----------------------------------------------------------------- 12 12 .\" * set default formatting -
vendor/current/docs/manpages/pdbedit.8
r597 r618 3 3 .\" Author: [see the "AUTHOR" section] 4 4 .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> 5 .\" Date: 0 6/14/20115 .\" Date: 08/02/2011 6 6 .\" Manual: System Administration tools 7 7 .\" Source: Samba 3.5 8 8 .\" Language: English 9 9 .\" 10 .TH "PDBEDIT" "8" "0 6/14/2011" "Samba 3\&.5" "System Administration tools"10 .TH "PDBEDIT" "8" "08/02/2011" "Samba 3\&.5" "System Administration tools" 11 11 .\" ----------------------------------------------------------------- 12 12 .\" * set default formatting -
vendor/current/docs/manpages/profiles.1
r597 r618 3 3 .\" Author: [see the "AUTHOR" section] 4 4 .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> 5 .\" Date: 0 6/14/20115 .\" Date: 08/02/2011 6 6 .\" Manual: User Commands 7 7 .\" Source: Samba 3.5 8 8 .\" Language: English 9 9 .\" 10 .TH "PROFILES" "1" "0 6/14/2011" "Samba 3\&.5" "User Commands"10 .TH "PROFILES" "1" "08/02/2011" "Samba 3\&.5" "User Commands" 11 11 .\" ----------------------------------------------------------------- 12 12 .\" * set default formatting -
vendor/current/docs/manpages/rpcclient.1
r597 r618 3 3 .\" Author: [see the "AUTHOR" section] 4 4 .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> 5 .\" Date: 0 6/14/20115 .\" Date: 08/02/2011 6 6 .\" Manual: User Commands 7 7 .\" Source: Samba 3.5 8 8 .\" Language: English 9 9 .\" 10 .TH "RPCCLIENT" "1" "0 6/14/2011" "Samba 3\&.5" "User Commands"10 .TH "RPCCLIENT" "1" "08/02/2011" "Samba 3\&.5" "User Commands" 11 11 .\" ----------------------------------------------------------------- 12 12 .\" * set default formatting -
vendor/current/docs/manpages/samba.7
r597 r618 3 3 .\" Author: [see the "AUTHOR" section] 4 4 .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> 5 .\" Date: 0 6/14/20115 .\" Date: 08/02/2011 6 6 .\" Manual: Miscellanea 7 7 .\" Source: Samba 3.5 8 8 .\" Language: English 9 9 .\" 10 .TH "SAMBA" "7" "0 6/14/2011" "Samba 3\&.5" "Miscellanea"10 .TH "SAMBA" "7" "08/02/2011" "Samba 3\&.5" "Miscellanea" 11 11 .\" ----------------------------------------------------------------- 12 12 .\" * set default formatting -
vendor/current/docs/manpages/sharesec.1
r597 r618 3 3 .\" Author: [see the "AUTHOR" section] 4 4 .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> 5 .\" Date: 0 6/14/20115 .\" Date: 08/02/2011 6 6 .\" Manual: User Commands 7 7 .\" Source: Samba 3.5 8 8 .\" Language: English 9 9 .\" 10 .TH "SHARESEC" "1" "0 6/14/2011" "Samba 3\&.5" "User Commands"10 .TH "SHARESEC" "1" "08/02/2011" "Samba 3\&.5" "User Commands" 11 11 .\" ----------------------------------------------------------------- 12 12 .\" * set default formatting -
vendor/current/docs/manpages/smb.conf.5
r597 r618 3 3 .\" Author: [see the "AUTHOR" section] 4 4 .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> 5 .\" Date: 0 6/14/20115 .\" Date: 08/02/2011 6 6 .\" Manual: File Formats and Conventions 7 7 .\" Source: Samba 3.5 8 8 .\" Language: English 9 9 .\" 10 .TH "SMB\&.CONF" "5" "0 6/14/2011" "Samba 3\&.5" "File Formats and Conventions"10 .TH "SMB\&.CONF" "5" "08/02/2011" "Samba 3\&.5" "File Formats and Conventions" 11 11 .\" ----------------------------------------------------------------- 12 12 .\" * set default formatting … … 1901 1901 .RE 1902 1902 1903 client use spnego principal (G) 1904 .\" client use spnego principal 1905 .PP 1906 .RS 4 1907 This parameter determines whether or not 1908 \fBsmbclient\fR(8) 1909 and other samba components acting as a client will attempt to use the server\-supplied principal sometimes given in the SPNEGO exchange\&. 1910 .sp 1911 If enabled, Samba can attempt to use Kerberos to contact servers known only by IP address\&. Kerberos relies on names, so ordinarily cannot function in this situation\&. 1912 .sp 1913 If disabled, Samba will use the name used to look up the server when asking the KDC for a ticket\&. This avoids situations where a server may impersonate another, soliciting authentication as one principal while being known on the network as another\&. 1914 .sp 1915 Note that Windows XP SP2 and later versions already follow this behaviour, and Windows Vista and later servers no longer supply this \'rfc4178 hint\' principal on the server side\&. 1916 .sp 1917 Default: 1918 \fI\fIclient use spnego principal\fR\fR\fI = \fR\fIno\fR\fI \fR 1919 .RE 1920 1903 1921 client use spnego (G) 1904 1922 .\" client use spnego -
vendor/current/docs/manpages/smbcacls.1
r597 r618 3 3 .\" Author: [see the "AUTHOR" section] 4 4 .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> 5 .\" Date: 0 6/14/20115 .\" Date: 08/02/2011 6 6 .\" Manual: User Commands 7 7 .\" Source: Samba 3.5 8 8 .\" Language: English 9 9 .\" 10 .TH "SMBCACLS" "1" "0 6/14/2011" "Samba 3\&.5" "User Commands"10 .TH "SMBCACLS" "1" "08/02/2011" "Samba 3\&.5" "User Commands" 11 11 .\" ----------------------------------------------------------------- 12 12 .\" * set default formatting -
vendor/current/docs/manpages/smbclient.1
r597 r618 3 3 .\" Author: [see the "AUTHOR" section] 4 4 .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> 5 .\" Date: 0 6/14/20115 .\" Date: 08/02/2011 6 6 .\" Manual: User Commands 7 7 .\" Source: Samba 3.5 8 8 .\" Language: English 9 9 .\" 10 .TH "SMBCLIENT" "1" "0 6/14/2011" "Samba 3\&.5" "User Commands"10 .TH "SMBCLIENT" "1" "08/02/2011" "Samba 3\&.5" "User Commands" 11 11 .\" ----------------------------------------------------------------- 12 12 .\" * set default formatting -
vendor/current/docs/manpages/smbcontrol.1
r597 r618 3 3 .\" Author: [see the "AUTHOR" section] 4 4 .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> 5 .\" Date: 0 6/14/20115 .\" Date: 08/02/2011 6 6 .\" Manual: User Commands 7 7 .\" Source: Samba 3.5 8 8 .\" Language: English 9 9 .\" 10 .TH "SMBCONTROL" "1" "0 6/14/2011" "Samba 3\&.5" "User Commands"10 .TH "SMBCONTROL" "1" "08/02/2011" "Samba 3\&.5" "User Commands" 11 11 .\" ----------------------------------------------------------------- 12 12 .\" * set default formatting -
vendor/current/docs/manpages/smbcquotas.1
r597 r618 3 3 .\" Author: [see the "AUTHOR" section] 4 4 .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> 5 .\" Date: 0 6/14/20115 .\" Date: 08/02/2011 6 6 .\" Manual: User Commands 7 7 .\" Source: Samba 3.5 8 8 .\" Language: English 9 9 .\" 10 .TH "SMBCQUOTAS" "1" "0 6/14/2011" "Samba 3\&.5" "User Commands"10 .TH "SMBCQUOTAS" "1" "08/02/2011" "Samba 3\&.5" "User Commands" 11 11 .\" ----------------------------------------------------------------- 12 12 .\" * set default formatting -
vendor/current/docs/manpages/smbd.8
r597 r618 3 3 .\" Author: [see the "AUTHOR" section] 4 4 .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> 5 .\" Date: 0 6/14/20115 .\" Date: 08/02/2011 6 6 .\" Manual: System Administration tools 7 7 .\" Source: Samba 3.5 8 8 .\" Language: English 9 9 .\" 10 .TH "SMBD" "8" "0 6/14/2011" "Samba 3\&.5" "System Administration tools"10 .TH "SMBD" "8" "08/02/2011" "Samba 3\&.5" "System Administration tools" 11 11 .\" ----------------------------------------------------------------- 12 12 .\" * set default formatting -
vendor/current/docs/manpages/smbget.1
r597 r618 3 3 .\" Author: [see the "AUTHOR" section] 4 4 .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> 5 .\" Date: 0 6/14/20115 .\" Date: 08/02/2011 6 6 .\" Manual: User Commands 7 7 .\" Source: Samba 3.5 8 8 .\" Language: English 9 9 .\" 10 .TH "SMBGET" "1" "0 6/14/2011" "Samba 3\&.5" "User Commands"10 .TH "SMBGET" "1" "08/02/2011" "Samba 3\&.5" "User Commands" 11 11 .\" ----------------------------------------------------------------- 12 12 .\" * set default formatting -
vendor/current/docs/manpages/smbgetrc.5
r597 r618 3 3 .\" Author: [see the "AUTHOR" section] 4 4 .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> 5 .\" Date: 0 6/14/20115 .\" Date: 08/02/2011 6 6 .\" Manual: File Formats and Conventions 7 7 .\" Source: Samba 3.5 8 8 .\" Language: English 9 9 .\" 10 .TH "SMBGETRC" "5" "0 6/14/2011" "Samba 3\&.5" "File Formats and Conventions"10 .TH "SMBGETRC" "5" "08/02/2011" "Samba 3\&.5" "File Formats and Conventions" 11 11 .\" ----------------------------------------------------------------- 12 12 .\" * set default formatting -
vendor/current/docs/manpages/smbpasswd.5
r597 r618 3 3 .\" Author: [see the "AUTHOR" section] 4 4 .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> 5 .\" Date: 0 6/14/20115 .\" Date: 08/02/2011 6 6 .\" Manual: File Formats and Conventions 7 7 .\" Source: Samba 3.5 8 8 .\" Language: English 9 9 .\" 10 .TH "SMBPASSWD" "5" "0 6/14/2011" "Samba 3\&.5" "File Formats and Conventions"10 .TH "SMBPASSWD" "5" "08/02/2011" "Samba 3\&.5" "File Formats and Conventions" 11 11 .\" ----------------------------------------------------------------- 12 12 .\" * set default formatting -
vendor/current/docs/manpages/smbpasswd.8
r597 r618 3 3 .\" Author: [see the "AUTHOR" section] 4 4 .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> 5 .\" Date: 0 6/14/20115 .\" Date: 08/02/2011 6 6 .\" Manual: System Administration tools 7 7 .\" Source: Samba 3.5 8 8 .\" Language: English 9 9 .\" 10 .TH "SMBPASSWD" "8" "0 6/14/2011" "Samba 3\&.5" "System Administration tools"10 .TH "SMBPASSWD" "8" "08/02/2011" "Samba 3\&.5" "System Administration tools" 11 11 .\" ----------------------------------------------------------------- 12 12 .\" * set default formatting -
vendor/current/docs/manpages/smbspool.8
r597 r618 3 3 .\" Author: [see the "AUTHOR" section] 4 4 .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> 5 .\" Date: 0 6/14/20115 .\" Date: 08/02/2011 6 6 .\" Manual: System Administration tools 7 7 .\" Source: Samba 3.5 8 8 .\" Language: English 9 9 .\" 10 .TH "SMBSPOOL" "8" "0 6/14/2011" "Samba 3\&.5" "System Administration tools"10 .TH "SMBSPOOL" "8" "08/02/2011" "Samba 3\&.5" "System Administration tools" 11 11 .\" ----------------------------------------------------------------- 12 12 .\" * set default formatting -
vendor/current/docs/manpages/smbstatus.1
r597 r618 3 3 .\" Author: [see the "AUTHOR" section] 4 4 .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> 5 .\" Date: 0 6/14/20115 .\" Date: 08/02/2011 6 6 .\" Manual: User Commands 7 7 .\" Source: Samba 3.5 8 8 .\" Language: English 9 9 .\" 10 .TH "SMBSTATUS" "1" "0 6/14/2011" "Samba 3\&.5" "User Commands"10 .TH "SMBSTATUS" "1" "08/02/2011" "Samba 3\&.5" "User Commands" 11 11 .\" ----------------------------------------------------------------- 12 12 .\" * set default formatting -
vendor/current/docs/manpages/smbtar.1
r597 r618 3 3 .\" Author: [see the "AUTHOR" section] 4 4 .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> 5 .\" Date: 0 6/14/20115 .\" Date: 08/02/2011 6 6 .\" Manual: User Commands 7 7 .\" Source: Samba 3.5 8 8 .\" Language: English 9 9 .\" 10 .TH "SMBTAR" "1" "0 6/14/2011" "Samba 3\&.5" "User Commands"10 .TH "SMBTAR" "1" "08/02/2011" "Samba 3\&.5" "User Commands" 11 11 .\" ----------------------------------------------------------------- 12 12 .\" * set default formatting -
vendor/current/docs/manpages/smbtree.1
r597 r618 3 3 .\" Author: [see the "AUTHOR" section] 4 4 .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> 5 .\" Date: 0 6/14/20115 .\" Date: 08/02/2011 6 6 .\" Manual: User Commands 7 7 .\" Source: Samba 3.5 8 8 .\" Language: English 9 9 .\" 10 .TH "SMBTREE" "1" "0 6/14/2011" "Samba 3\&.5" "User Commands"10 .TH "SMBTREE" "1" "08/02/2011" "Samba 3\&.5" "User Commands" 11 11 .\" ----------------------------------------------------------------- 12 12 .\" * set default formatting -
vendor/current/docs/manpages/swat.8
r597 r618 3 3 .\" Author: [see the "AUTHOR" section] 4 4 .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> 5 .\" Date: 0 6/14/20115 .\" Date: 08/02/2011 6 6 .\" Manual: System Administration tools 7 7 .\" Source: Samba 3.5 8 8 .\" Language: English 9 9 .\" 10 .TH "SWAT" "8" "0 6/14/2011" "Samba 3\&.5" "System Administration tools"10 .TH "SWAT" "8" "08/02/2011" "Samba 3\&.5" "System Administration tools" 11 11 .\" ----------------------------------------------------------------- 12 12 .\" * set default formatting -
vendor/current/docs/manpages/tdbbackup.8
r597 r618 3 3 .\" Author: [see the "AUTHOR" section] 4 4 .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> 5 .\" Date: 0 6/14/20115 .\" Date: 08/02/2011 6 6 .\" Manual: System Administration tools 7 7 .\" Source: Samba 3.5 8 8 .\" Language: English 9 9 .\" 10 .TH "TDBBACKUP" "8" "0 6/14/2011" "Samba 3\&.5" "System Administration tools"10 .TH "TDBBACKUP" "8" "08/02/2011" "Samba 3\&.5" "System Administration tools" 11 11 .\" ----------------------------------------------------------------- 12 12 .\" * set default formatting -
vendor/current/docs/manpages/tdbdump.8
r597 r618 3 3 .\" Author: [see the "AUTHOR" section] 4 4 .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> 5 .\" Date: 0 6/14/20115 .\" Date: 08/02/2011 6 6 .\" Manual: System Administration tools 7 7 .\" Source: Samba 3.5 8 8 .\" Language: English 9 9 .\" 10 .TH "TDBDUMP" "8" "0 6/14/2011" "Samba 3\&.5" "System Administration tools"10 .TH "TDBDUMP" "8" "08/02/2011" "Samba 3\&.5" "System Administration tools" 11 11 .\" ----------------------------------------------------------------- 12 12 .\" * set default formatting -
vendor/current/docs/manpages/tdbtool.8
r597 r618 3 3 .\" Author: [see the "AUTHOR" section] 4 4 .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> 5 .\" Date: 0 6/14/20115 .\" Date: 08/02/2011 6 6 .\" Manual: System Administration tools 7 7 .\" Source: Samba 3.5 8 8 .\" Language: English 9 9 .\" 10 .TH "TDBTOOL" "8" "0 6/14/2011" "Samba 3\&.5" "System Administration tools"10 .TH "TDBTOOL" "8" "08/02/2011" "Samba 3\&.5" "System Administration tools" 11 11 .\" ----------------------------------------------------------------- 12 12 .\" * set default formatting -
vendor/current/docs/manpages/testparm.1
r597 r618 3 3 .\" Author: [see the "AUTHOR" section] 4 4 .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> 5 .\" Date: 0 6/14/20115 .\" Date: 08/02/2011 6 6 .\" Manual: User Commands 7 7 .\" Source: Samba 3.5 8 8 .\" Language: English 9 9 .\" 10 .TH "TESTPARM" "1" "0 6/14/2011" "Samba 3\&.5" "User Commands"10 .TH "TESTPARM" "1" "08/02/2011" "Samba 3\&.5" "User Commands" 11 11 .\" ----------------------------------------------------------------- 12 12 .\" * set default formatting -
vendor/current/docs/manpages/umount.cifs.8
r597 r618 3 3 .\" Author: [see the "AUTHOR" section] 4 4 .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> 5 .\" Date: 0 6/14/20115 .\" Date: 08/02/2011 6 6 .\" Manual: System Administration tools 7 7 .\" Source: Samba 3.5 8 8 .\" Language: English 9 9 .\" 10 .TH "UMOUNT\&.CIFS" "8" "0 6/14/2011" "Samba 3\&.5" "System Administration tools"10 .TH "UMOUNT\&.CIFS" "8" "08/02/2011" "Samba 3\&.5" "System Administration tools" 11 11 .\" ----------------------------------------------------------------- 12 12 .\" * set default formatting -
vendor/current/docs/manpages/vfs_acl_tdb.8
r597 r618 3 3 .\" Author: [see the "AUTHOR" section] 4 4 .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> 5 .\" Date: 0 6/14/20115 .\" Date: 08/02/2011 6 6 .\" Manual: System Administration tools 7 7 .\" Source: Samba 3.5 8 8 .\" Language: English 9 9 .\" 10 .TH "VFS_ACL_TDB" "8" "0 6/14/2011" "Samba 3\&.5" "System Administration tools"10 .TH "VFS_ACL_TDB" "8" "08/02/2011" "Samba 3\&.5" "System Administration tools" 11 11 .\" ----------------------------------------------------------------- 12 12 .\" * set default formatting -
vendor/current/docs/manpages/vfs_acl_xattr.8
r597 r618 3 3 .\" Author: [see the "AUTHOR" section] 4 4 .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> 5 .\" Date: 0 6/14/20115 .\" Date: 08/02/2011 6 6 .\" Manual: System Administration tools 7 7 .\" Source: Samba 3.5 8 8 .\" Language: English 9 9 .\" 10 .TH "VFS_ACL_XATTR" "8" "0 6/14/2011" "Samba 3\&.5" "System Administration tools"10 .TH "VFS_ACL_XATTR" "8" "08/02/2011" "Samba 3\&.5" "System Administration tools" 11 11 .\" ----------------------------------------------------------------- 12 12 .\" * set default formatting -
vendor/current/docs/manpages/vfs_audit.8
r597 r618 3 3 .\" Author: [see the "AUTHOR" section] 4 4 .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> 5 .\" Date: 0 6/14/20115 .\" Date: 08/02/2011 6 6 .\" Manual: System Administration tools 7 7 .\" Source: Samba 3.5 8 8 .\" Language: English 9 9 .\" 10 .TH "VFS_AUDIT" "8" "0 6/14/2011" "Samba 3\&.5" "System Administration tools"10 .TH "VFS_AUDIT" "8" "08/02/2011" "Samba 3\&.5" "System Administration tools" 11 11 .\" ----------------------------------------------------------------- 12 12 .\" * set default formatting -
vendor/current/docs/manpages/vfs_cacheprime.8
r597 r618 3 3 .\" Author: [see the "AUTHOR" section] 4 4 .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> 5 .\" Date: 0 6/14/20115 .\" Date: 08/02/2011 6 6 .\" Manual: System Administration tools 7 7 .\" Source: Samba 3.5 8 8 .\" Language: English 9 9 .\" 10 .TH "VFS_CACHEPRIME" "8" "0 6/14/2011" "Samba 3\&.5" "System Administration tools"10 .TH "VFS_CACHEPRIME" "8" "08/02/2011" "Samba 3\&.5" "System Administration tools" 11 11 .\" ----------------------------------------------------------------- 12 12 .\" * set default formatting -
vendor/current/docs/manpages/vfs_cap.8
r597 r618 3 3 .\" Author: [see the "AUTHOR" section] 4 4 .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> 5 .\" Date: 0 6/14/20115 .\" Date: 08/02/2011 6 6 .\" Manual: System Administration tools 7 7 .\" Source: Samba 3.5 8 8 .\" Language: English 9 9 .\" 10 .TH "VFS_CAP" "8" "0 6/14/2011" "Samba 3\&.5" "System Administration tools"10 .TH "VFS_CAP" "8" "08/02/2011" "Samba 3\&.5" "System Administration tools" 11 11 .\" ----------------------------------------------------------------- 12 12 .\" * set default formatting -
vendor/current/docs/manpages/vfs_catia.8
r597 r618 3 3 .\" Author: [see the "AUTHOR" section] 4 4 .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> 5 .\" Date: 0 6/14/20115 .\" Date: 08/02/2011 6 6 .\" Manual: System Administration tools 7 7 .\" Source: Samba 3.5 8 8 .\" Language: English 9 9 .\" 10 .TH "VFS_CATIA" "8" "0 6/14/2011" "Samba 3\&.5" "System Administration tools"10 .TH "VFS_CATIA" "8" "08/02/2011" "Samba 3\&.5" "System Administration tools" 11 11 .\" ----------------------------------------------------------------- 12 12 .\" * set default formatting -
vendor/current/docs/manpages/vfs_commit.8
r597 r618 3 3 .\" Author: [see the "AUTHOR" section] 4 4 .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> 5 .\" Date: 0 6/14/20115 .\" Date: 08/02/2011 6 6 .\" Manual: System Administration tools 7 7 .\" Source: Samba 3.5 8 8 .\" Language: English 9 9 .\" 10 .TH "VFS_COMMIT" "8" "0 6/14/2011" "Samba 3\&.5" "System Administration tools"10 .TH "VFS_COMMIT" "8" "08/02/2011" "Samba 3\&.5" "System Administration tools" 11 11 .\" ----------------------------------------------------------------- 12 12 .\" * set default formatting -
vendor/current/docs/manpages/vfs_default_quota.8
r597 r618 3 3 .\" Author: [see the "AUTHOR" section] 4 4 .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> 5 .\" Date: 0 6/14/20115 .\" Date: 08/02/2011 6 6 .\" Manual: System Administration tools 7 7 .\" Source: Samba 3.5 8 8 .\" Language: English 9 9 .\" 10 .TH "VFS_DEFAULT_QUOTA" "8" "0 6/14/2011" "Samba 3\&.5" "System Administration tools"10 .TH "VFS_DEFAULT_QUOTA" "8" "08/02/2011" "Samba 3\&.5" "System Administration tools" 11 11 .\" ----------------------------------------------------------------- 12 12 .\" * set default formatting -
vendor/current/docs/manpages/vfs_dirsort.8
r597 r618 3 3 .\" Author: [see the "AUTHOR" section] 4 4 .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> 5 .\" Date: 0 6/14/20115 .\" Date: 08/02/2011 6 6 .\" Manual: System Administration tools 7 7 .\" Source: Samba 3.5 8 8 .\" Language: English 9 9 .\" 10 .TH "VFS_DIRSORT" "8" "0 6/14/2011" "Samba 3\&.5" "System Administration tools"10 .TH "VFS_DIRSORT" "8" "08/02/2011" "Samba 3\&.5" "System Administration tools" 11 11 .\" ----------------------------------------------------------------- 12 12 .\" * set default formatting -
vendor/current/docs/manpages/vfs_extd_audit.8
r597 r618 3 3 .\" Author: [see the "AUTHOR" section] 4 4 .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> 5 .\" Date: 0 6/14/20115 .\" Date: 08/02/2011 6 6 .\" Manual: System Administration tools 7 7 .\" Source: Samba 3.5 8 8 .\" Language: English 9 9 .\" 10 .TH "VFS_EXTD_AUDIT" "8" "0 6/14/2011" "Samba 3\&.5" "System Administration tools"10 .TH "VFS_EXTD_AUDIT" "8" "08/02/2011" "Samba 3\&.5" "System Administration tools" 11 11 .\" ----------------------------------------------------------------- 12 12 .\" * set default formatting -
vendor/current/docs/manpages/vfs_fake_perms.8
r597 r618 3 3 .\" Author: [see the "AUTHOR" section] 4 4 .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> 5 .\" Date: 0 6/14/20115 .\" Date: 08/02/2011 6 6 .\" Manual: System Administration tools 7 7 .\" Source: Samba 3.5 8 8 .\" Language: English 9 9 .\" 10 .TH "VFS_FAKE_PERMS" "8" "0 6/14/2011" "Samba 3\&.5" "System Administration tools"10 .TH "VFS_FAKE_PERMS" "8" "08/02/2011" "Samba 3\&.5" "System Administration tools" 11 11 .\" ----------------------------------------------------------------- 12 12 .\" * set default formatting -
vendor/current/docs/manpages/vfs_fileid.8
r597 r618 3 3 .\" Author: [see the "AUTHOR" section] 4 4 .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> 5 .\" Date: 0 6/14/20115 .\" Date: 08/02/2011 6 6 .\" Manual: System Administration tools 7 7 .\" Source: Samba 3.5 8 8 .\" Language: English 9 9 .\" 10 .TH "VFS_FILEID" "8" "0 6/14/2011" "Samba 3\&.5" "System Administration tools"10 .TH "VFS_FILEID" "8" "08/02/2011" "Samba 3\&.5" "System Administration tools" 11 11 .\" ----------------------------------------------------------------- 12 12 .\" * set default formatting -
vendor/current/docs/manpages/vfs_full_audit.8
r597 r618 3 3 .\" Author: [see the "AUTHOR" section] 4 4 .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> 5 .\" Date: 0 6/14/20115 .\" Date: 08/02/2011 6 6 .\" Manual: System Administration tools 7 7 .\" Source: Samba 3.5 8 8 .\" Language: English 9 9 .\" 10 .TH "VFS_FULL_AUDIT" "8" "0 6/14/2011" "Samba 3\&.5" "System Administration tools"10 .TH "VFS_FULL_AUDIT" "8" "08/02/2011" "Samba 3\&.5" "System Administration tools" 11 11 .\" ----------------------------------------------------------------- 12 12 .\" * set default formatting -
vendor/current/docs/manpages/vfs_gpfs.8
r597 r618 3 3 .\" Author: [see the "AUTHOR" section] 4 4 .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> 5 .\" Date: 0 6/14/20115 .\" Date: 08/02/2011 6 6 .\" Manual: System Administration tools 7 7 .\" Source: Samba 3.5 8 8 .\" Language: English 9 9 .\" 10 .TH "VFS_GPFS" "8" "0 6/14/2011" "Samba 3\&.5" "System Administration tools"10 .TH "VFS_GPFS" "8" "08/02/2011" "Samba 3\&.5" "System Administration tools" 11 11 .\" ----------------------------------------------------------------- 12 12 .\" * set default formatting -
vendor/current/docs/manpages/vfs_netatalk.8
r597 r618 3 3 .\" Author: [see the "AUTHOR" section] 4 4 .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> 5 .\" Date: 0 6/14/20115 .\" Date: 08/02/2011 6 6 .\" Manual: System Administration tools 7 7 .\" Source: Samba 3.5 8 8 .\" Language: English 9 9 .\" 10 .TH "VFS_NETATALK" "8" "0 6/14/2011" "Samba 3\&.5" "System Administration tools"10 .TH "VFS_NETATALK" "8" "08/02/2011" "Samba 3\&.5" "System Administration tools" 11 11 .\" ----------------------------------------------------------------- 12 12 .\" * set default formatting -
vendor/current/docs/manpages/vfs_notify_fam.8
r597 r618 3 3 .\" Author: [see the "AUTHOR" section] 4 4 .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> 5 .\" Date: 0 6/14/20115 .\" Date: 08/02/2011 6 6 .\" Manual: System Administration tools 7 7 .\" Source: Samba 3.5 8 8 .\" Language: English 9 9 .\" 10 .TH "VFS_NOTIFY_FAM" "8" "0 6/14/2011" "Samba 3\&.5" "System Administration tools"10 .TH "VFS_NOTIFY_FAM" "8" "08/02/2011" "Samba 3\&.5" "System Administration tools" 11 11 .\" ----------------------------------------------------------------- 12 12 .\" * set default formatting -
vendor/current/docs/manpages/vfs_prealloc.8
r597 r618 3 3 .\" Author: [see the "AUTHOR" section] 4 4 .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> 5 .\" Date: 0 6/14/20115 .\" Date: 08/02/2011 6 6 .\" Manual: System Administration tools 7 7 .\" Source: Samba 3.5 8 8 .\" Language: English 9 9 .\" 10 .TH "VFS_PREALLOC" "8" "0 6/14/2011" "Samba 3\&.5" "System Administration tools"10 .TH "VFS_PREALLOC" "8" "08/02/2011" "Samba 3\&.5" "System Administration tools" 11 11 .\" ----------------------------------------------------------------- 12 12 .\" * set default formatting -
vendor/current/docs/manpages/vfs_preopen.8
r597 r618 3 3 .\" Author: [see the "AUTHOR" section] 4 4 .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> 5 .\" Date: 0 6/14/20115 .\" Date: 08/02/2011 6 6 .\" Manual: System Administration tools 7 7 .\" Source: Samba 3.5 8 8 .\" Language: English 9 9 .\" 10 .TH "VFS_PREOPEN" "8" "0 6/14/2011" "Samba 3\&.5" "System Administration tools"10 .TH "VFS_PREOPEN" "8" "08/02/2011" "Samba 3\&.5" "System Administration tools" 11 11 .\" ----------------------------------------------------------------- 12 12 .\" * set default formatting -
vendor/current/docs/manpages/vfs_readahead.8
r597 r618 3 3 .\" Author: [see the "AUTHOR" section] 4 4 .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> 5 .\" Date: 0 6/14/20115 .\" Date: 08/02/2011 6 6 .\" Manual: System Administration tools 7 7 .\" Source: Samba 3.5 8 8 .\" Language: English 9 9 .\" 10 .TH "VFS_READAHEAD" "8" "0 6/14/2011" "Samba 3\&.5" "System Administration tools"10 .TH "VFS_READAHEAD" "8" "08/02/2011" "Samba 3\&.5" "System Administration tools" 11 11 .\" ----------------------------------------------------------------- 12 12 .\" * set default formatting -
vendor/current/docs/manpages/vfs_readonly.8
r597 r618 3 3 .\" Author: [see the "AUTHOR" section] 4 4 .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> 5 .\" Date: 0 6/14/20115 .\" Date: 08/02/2011 6 6 .\" Manual: System Administration tools 7 7 .\" Source: Samba 3.5 8 8 .\" Language: English 9 9 .\" 10 .TH "VFS_READONLY" "8" "0 6/14/2011" "Samba 3\&.5" "System Administration tools"10 .TH "VFS_READONLY" "8" "08/02/2011" "Samba 3\&.5" "System Administration tools" 11 11 .\" ----------------------------------------------------------------- 12 12 .\" * set default formatting -
vendor/current/docs/manpages/vfs_recycle.8
r597 r618 3 3 .\" Author: [see the "AUTHOR" section] 4 4 .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> 5 .\" Date: 0 6/14/20115 .\" Date: 08/02/2011 6 6 .\" Manual: System Administration tools 7 7 .\" Source: Samba 3.5 8 8 .\" Language: English 9 9 .\" 10 .TH "VFS_RECYCLE" "8" "0 6/14/2011" "Samba 3\&.5" "System Administration tools"10 .TH "VFS_RECYCLE" "8" "08/02/2011" "Samba 3\&.5" "System Administration tools" 11 11 .\" ----------------------------------------------------------------- 12 12 .\" * set default formatting -
vendor/current/docs/manpages/vfs_scannedonly.8
r597 r618 3 3 .\" Author: [see the "AUTHOR" section] 4 4 .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> 5 .\" Date: 0 6/14/20115 .\" Date: 08/02/2011 6 6 .\" Manual: System Administration tools 7 7 .\" Source: Samba 3.5 8 8 .\" Language: English 9 9 .\" 10 .TH "VFS_SCANNEDONLY" "8" "0 6/14/2011" "Samba 3\&.5" "System Administration tools"10 .TH "VFS_SCANNEDONLY" "8" "08/02/2011" "Samba 3\&.5" "System Administration tools" 11 11 .\" ----------------------------------------------------------------- 12 12 .\" * set default formatting -
vendor/current/docs/manpages/vfs_shadow_copy.8
r597 r618 3 3 .\" Author: [see the "AUTHOR" section] 4 4 .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> 5 .\" Date: 0 6/14/20115 .\" Date: 08/02/2011 6 6 .\" Manual: System Administration tools 7 7 .\" Source: Samba 3.5 8 8 .\" Language: English 9 9 .\" 10 .TH "VFS_SHADOW_COPY" "8" "0 6/14/2011" "Samba 3\&.5" "System Administration tools"10 .TH "VFS_SHADOW_COPY" "8" "08/02/2011" "Samba 3\&.5" "System Administration tools" 11 11 .\" ----------------------------------------------------------------- 12 12 .\" * set default formatting -
vendor/current/docs/manpages/vfs_shadow_copy2.8
r597 r618 3 3 .\" Author: [see the "AUTHOR" section] 4 4 .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> 5 .\" Date: 0 6/14/20115 .\" Date: 08/02/2011 6 6 .\" Manual: System Administration tools 7 7 .\" Source: Samba 3.5 8 8 .\" Language: English 9 9 .\" 10 .TH "VFS_SHADOW_COPY2" "8" "0 6/14/2011" "Samba 3\&.5" "System Administration tools"10 .TH "VFS_SHADOW_COPY2" "8" "08/02/2011" "Samba 3\&.5" "System Administration tools" 11 11 .\" ----------------------------------------------------------------- 12 12 .\" * set default formatting -
vendor/current/docs/manpages/vfs_smb_traffic_analyzer.8
r597 r618 3 3 .\" Author: [see the "AUTHOR" section] 4 4 .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> 5 .\" Date: 0 6/14/20115 .\" Date: 08/02/2011 6 6 .\" Manual: System Administration tools 7 7 .\" Source: Samba 3.5 8 8 .\" Language: English 9 9 .\" 10 .TH "SMB_TRAFFIC_ANALYZER" "8" "0 6/14/2011" "Samba 3\&.5" "System Administration tools"10 .TH "SMB_TRAFFIC_ANALYZER" "8" "08/02/2011" "Samba 3\&.5" "System Administration tools" 11 11 .\" ----------------------------------------------------------------- 12 12 .\" * set default formatting -
vendor/current/docs/manpages/vfs_streams_depot.8
r597 r618 3 3 .\" Author: [see the "AUTHOR" section] 4 4 .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> 5 .\" Date: 0 6/14/20115 .\" Date: 08/02/2011 6 6 .\" Manual: System Administration tools 7 7 .\" Source: Samba 3.5 8 8 .\" Language: English 9 9 .\" 10 .TH "VFS_STREAMS_DEPOT" "8" "0 6/14/2011" "Samba 3\&.5" "System Administration tools"10 .TH "VFS_STREAMS_DEPOT" "8" "08/02/2011" "Samba 3\&.5" "System Administration tools" 11 11 .\" ----------------------------------------------------------------- 12 12 .\" * set default formatting -
vendor/current/docs/manpages/vfs_streams_xattr.8
r597 r618 3 3 .\" Author: [see the "AUTHOR" section] 4 4 .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> 5 .\" Date: 0 6/14/20115 .\" Date: 08/02/2011 6 6 .\" Manual: System Administration tools 7 7 .\" Source: Samba 3.5 8 8 .\" Language: English 9 9 .\" 10 .TH "VFS_STREAMS_XATTR" "8" "0 6/14/2011" "Samba 3\&.5" "System Administration tools"10 .TH "VFS_STREAMS_XATTR" "8" "08/02/2011" "Samba 3\&.5" "System Administration tools" 11 11 .\" ----------------------------------------------------------------- 12 12 .\" * set default formatting -
vendor/current/docs/manpages/vfs_xattr_tdb.8
r597 r618 3 3 .\" Author: [see the "AUTHOR" section] 4 4 .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> 5 .\" Date: 0 6/14/20115 .\" Date: 08/02/2011 6 6 .\" Manual: System Administration tools 7 7 .\" Source: Samba 3.5 8 8 .\" Language: English 9 9 .\" 10 .TH "VFS_XATTR_TDB" "8" "0 6/14/2011" "Samba 3\&.5" "System Administration tools"10 .TH "VFS_XATTR_TDB" "8" "08/02/2011" "Samba 3\&.5" "System Administration tools" 11 11 .\" ----------------------------------------------------------------- 12 12 .\" * set default formatting -
vendor/current/docs/manpages/vfstest.1
r597 r618 3 3 .\" Author: [see the "AUTHOR" section] 4 4 .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> 5 .\" Date: 0 6/14/20115 .\" Date: 08/02/2011 6 6 .\" Manual: User Commands 7 7 .\" Source: Samba 3.5 8 8 .\" Language: English 9 9 .\" 10 .TH "VFSTEST" "1" "0 6/14/2011" "Samba 3\&.5" "User Commands"10 .TH "VFSTEST" "1" "08/02/2011" "Samba 3\&.5" "User Commands" 11 11 .\" ----------------------------------------------------------------- 12 12 .\" * set default formatting -
vendor/current/docs/manpages/wbinfo.1
r597 r618 3 3 .\" Author: [see the "AUTHOR" section] 4 4 .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> 5 .\" Date: 0 6/14/20115 .\" Date: 08/02/2011 6 6 .\" Manual: User Commands 7 7 .\" Source: Samba 3.5 8 8 .\" Language: English 9 9 .\" 10 .TH "WBINFO" "1" "0 6/14/2011" "Samba 3\&.5" "User Commands"10 .TH "WBINFO" "1" "08/02/2011" "Samba 3\&.5" "User Commands" 11 11 .\" ----------------------------------------------------------------- 12 12 .\" * set default formatting -
vendor/current/docs/manpages/winbind_krb5_locator.7
r597 r618 3 3 .\" Author: [see the "AUTHOR" section] 4 4 .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> 5 .\" Date: 0 6/14/20115 .\" Date: 08/02/2011 6 6 .\" Manual: 7 7 7 .\" Source: Samba 3.5 8 8 .\" Language: English 9 9 .\" 10 .TH "WINBIND_KRB5_LOCATOR" "7" "0 6/14/2011" "Samba 3\&.5" "7"10 .TH "WINBIND_KRB5_LOCATOR" "7" "08/02/2011" "Samba 3\&.5" "7" 11 11 .\" ----------------------------------------------------------------- 12 12 .\" * set default formatting -
vendor/current/docs/manpages/winbindd.8
r597 r618 3 3 .\" Author: [see the "AUTHOR" section] 4 4 .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> 5 .\" Date: 0 6/14/20115 .\" Date: 08/02/2011 6 6 .\" Manual: System Administration tools 7 7 .\" Source: Samba 3.5 8 8 .\" Language: English 9 9 .\" 10 .TH "WINBINDD" "8" "0 6/14/2011" "Samba 3\&.5" "System Administration tools"10 .TH "WINBINDD" "8" "08/02/2011" "Samba 3\&.5" "System Administration tools" 11 11 .\" ----------------------------------------------------------------- 12 12 .\" * set default formatting -
vendor/current/lib/replace/system/config.m4
r414 r618 2 2 AC_HEADER_DIRENT 3 3 AC_CHECK_HEADERS(fcntl.h sys/fcntl.h sys/resource.h sys/ioctl.h sys/mode.h sys/filio.h sys/fs/s5param.h sys/filsys.h) 4 AC_CHECK_HEADERS(sys/acl.h acl/libacl.h )4 AC_CHECK_HEADERS(sys/acl.h acl/libacl.h sys/file.h) 5 5 6 6 # select -
vendor/current/lib/replace/system/filesys.h
r414 r618 78 78 #endif 79 79 80 #ifdef HAVE_SYS_FILE_H 80 81 #include <sys/file.h> 82 #endif 81 83 82 84 #ifdef HAVE_FCNTL_H -
vendor/current/lib/replace/system/wait.h
r414 r618 45 45 #endif 46 46 47 #ifndef SA_RESETHAND48 #define SA_RESETHAND SA_ONESHOT49 #endif50 51 47 #if !defined(HAVE_SIG_ATOMIC_T_TYPE) 52 48 typedef int sig_atomic_t; -
vendor/current/lib/tevent/testsuite.c
r414 r618 102 102 se1 = event_add_signal(ev_ctx, ev_ctx, SIGALRM, SA_RESTART, count_handler, &alarm_count); 103 103 #endif 104 #ifdef SA_RESETHAND 104 105 se2 = event_add_signal(ev_ctx, ev_ctx, SIGALRM, SA_RESETHAND, count_handler, &alarm_count); 106 #endif 105 107 #ifdef SA_SIGINFO 106 108 se3 = event_add_signal(ev_ctx, ev_ctx, SIGUSR1, SA_SIGINFO, count_handler, &info_count); -
vendor/current/lib/tevent/tevent_signal.c
r427 r618 356 356 se->private_data); 357 357 } 358 #ifdef SA_RESETHAND 358 359 if (se->sa_flags & SA_RESETHAND) { 359 360 talloc_free(se); 360 361 } 362 #endif 361 363 continue; 362 364 } 363 365 #endif 364 366 se->handler(ev, se, i, count, NULL, se->private_data); 367 #ifdef SA_RESETHAND 365 368 if (se->sa_flags & SA_RESETHAND) { 366 369 talloc_free(se); 367 370 } 371 #endif 368 372 } 369 373 -
vendor/current/packaging/RHEL-CTDB/samba.spec
r615 r618 6 6 Packager: Samba Team <samba@samba.org> 7 7 Name: samba 8 Version: 3.5.1 08 Version: 3.5.11 9 9 Release: 1GITHASH 10 10 Epoch: 0 -
vendor/current/packaging/RHEL/makerpms.sh
r615 r618 21 21 USERID=`id -u` 22 22 GRPID=`id -g` 23 VERSION='3.5.1 0'23 VERSION='3.5.11' 24 24 REVISION='' 25 25 SPECFILE="samba.spec" -
vendor/current/packaging/RHEL/samba.spec
r615 r618 6 6 Packager: Samba Team <samba@samba.org> 7 7 Name: samba 8 Version: 3.5.1 08 Version: 3.5.11 9 9 Release: 1 10 10 Epoch: 0 -
vendor/current/source3/VERSION
r615 r618 26 26 SAMBA_VERSION_MAJOR=3 27 27 SAMBA_VERSION_MINOR=5 28 SAMBA_VERSION_RELEASE=1 028 SAMBA_VERSION_RELEASE=11 29 29 30 30 ######################################################## -
vendor/current/source3/configure
r597 r618 9622 9622 done 9623 9623 9624 for ac_header in sys/acl.h acl/libacl.h 9624 for ac_header in sys/acl.h acl/libacl.h sys/file.h 9625 9625 do : 9626 9626 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` … … 16330 16330 16331 16331 $as_echo "#define HAVE_STAT_DOS_FLAGS 1" >>confdefs.h 16332 16333 fi 16334 16335 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can compile with __attribute__((destructor))" >&5 16336 $as_echo_n "checking whether we can compile with __attribute__((destructor))... " >&6; } 16337 if test "${samba_cv_function_attribute_destructor+set}" = set; then : 16338 $as_echo_n "(cached) " >&6 16339 else 16340 16341 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 16342 /* end confdefs.h. */ 16343 16344 __attribute__((destructor)) 16345 static void cleanup(void) { } 16346 16347 _ACEOF 16348 if ac_fn_c_try_compile "$LINENO"; then : 16349 samba_cv_function_attribute_destructor=yes 16350 fi 16351 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 16352 16353 fi 16354 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $samba_cv_function_attribute_destructor" >&5 16355 $as_echo "$samba_cv_function_attribute_destructor" >&6; } 16356 16357 if test x"$samba_cv_function_attribute_destructor" = xyes ; then 16358 16359 $as_echo "#define HAVE_FUNCTION_ATTRIBUTE_DESTRUCTOR 1" >>confdefs.h 16332 16360 16333 16361 fi -
vendor/current/source3/configure.in
r597 r618 1332 1332 fi 1333 1333 1334 AC_CACHE_CHECK([whether we can compile with __attribute__((destructor))], 1335 samba_cv_function_attribute_destructor, 1336 [ 1337 AC_COMPILE_IFELSE( 1338 [ 1339 __attribute__((destructor)) 1340 static void cleanup(void) { } 1341 ], 1342 samba_cv_function_attribute_destructor=yes) 1343 ]) 1344 1345 if test x"$samba_cv_function_attribute_destructor" = xyes ; then 1346 AC_DEFINE(HAVE_FUNCTION_ATTRIBUTE_DESTRUCTOR, 1, 1347 [whether we can compile with __attribute__((destructor))]) 1348 fi 1349 1334 1350 ##################################### 1335 1351 # needed for SRV lookups -
vendor/current/source3/include/config.h.in
r597 r618 707 707 /* Truncate extend */ 708 708 #undef HAVE_FTRUNCATE_EXTEND 709 710 /* whether we can compile with __attribute__((destructor)) */ 711 #undef HAVE_FUNCTION_ATTRIBUTE_DESTRUCTOR 709 712 710 713 /* Whether there is a __FUNCTION__ macro */ -
vendor/current/source3/include/version.h
r615 r618 2 2 #define SAMBA_VERSION_MAJOR 3 3 3 #define SAMBA_VERSION_MINOR 5 4 #define SAMBA_VERSION_RELEASE 1 05 #define SAMBA_VERSION_OFFICIAL_STRING "3.5.1 0"4 #define SAMBA_VERSION_RELEASE 11 5 #define SAMBA_VERSION_OFFICIAL_STRING "3.5.11" 6 6 #ifdef SAMBA_VERSION_VENDOR_FUNCTION 7 7 # define SAMBA_VERSION_STRING SAMBA_VERSION_VENDOR_FUNCTION -
vendor/current/source3/lib/smbldap.c
r414 r618 1094 1094 connect to the ldap server under system privilege. 1095 1095 ******************************************************************/ 1096 static int smbldap_connect_system(struct smbldap_state *ldap_state, LDAP * ldap_struct) 1097 { 1096 static int smbldap_connect_system(struct smbldap_state *ldap_state) 1097 { 1098 LDAP *ldap_struct = ldap_state->ldap_struct; 1098 1099 int rc; 1099 1100 int version; … … 1106 1107 if (!fetch_ldap_pw(&bind_dn, &bind_secret)) { 1107 1108 DEBUG(0, ("ldap_connect_system: Failed to retrieve password from secrets.tdb\n")); 1108 return LDAP_INVALID_CREDENTIALS; 1109 rc = LDAP_INVALID_CREDENTIALS; 1110 goto done; 1109 1111 } 1110 1112 smbldap_set_creds(ldap_state, false, bind_dn, bind_secret); … … 1152 1154 SAFE_FREE(ld_error); 1153 1155 ldap_state->num_failures++; 1154 return rc;1156 goto done; 1155 1157 } 1156 1158 … … 1167 1169 DEBUGADD(10, ("ldap_connect_system: LDAP server %s support paged results\n", 1168 1170 ldap_state->paged_results ? "does" : "does not")); 1171 done: 1172 if (rc != 0) { 1173 ldap_unbind(ldap_struct); 1174 ldap_state->ldap_struct = NULL; 1175 } 1169 1176 return rc; 1170 1177 } … … 1221 1228 } 1222 1229 1223 if ((rc = smbldap_connect_system(ldap_state, ldap_state->ldap_struct))) { 1224 ldap_unbind(ldap_state->ldap_struct); 1225 ldap_state->ldap_struct = NULL; 1230 if ((rc = smbldap_connect_system(ldap_state))) { 1226 1231 return rc; 1227 1232 } … … 1235 1240 if (ldap_state->event_context != NULL) { 1236 1241 ldap_state->idle_event = event_add_timed( 1237 ldap_state->event_context, NULL,1242 ldap_state->event_context, ldap_state, 1238 1243 timeval_current_ofs(SMBLDAP_IDLE_TIME, 0), 1239 1244 smbldap_idle_fn, ldap_state); … … 1259 1264 1260 1265 smbldap_delete_state(ldap_state); 1266 1267 TALLOC_FREE(ldap_state->idle_event); 1261 1268 1262 1269 DEBUG(5,("The connection to the LDAP server was closed\n")); … … 1746 1753 1747 1754 state->idle_event = event_add_timed( 1748 event_ctx, NULL,1755 event_ctx, state, 1749 1756 timeval_add(&now, SMBLDAP_IDLE_TIME, 0), 1750 1757 smbldap_idle_fn, … … 1772 1779 SAFE_FREE((*ldap_state)->bind_secret); 1773 1780 1774 TALLOC_FREE((*ldap_state)->idle_event); 1775 1776 *ldap_state = NULL; 1781 TALLOC_FREE(*ldap_state); 1777 1782 1778 1783 /* No need to free any further, as it is talloc()ed */ 1784 } 1785 1786 static int smbldap_state_destructor(struct smbldap_state *state) 1787 { 1788 smbldap_free_struct(&state); 1789 return 0; 1779 1790 } 1780 1791 … … 1802 1813 (*smbldap_state)->event_context = event_ctx; 1803 1814 1815 talloc_set_destructor(*smbldap_state, smbldap_state_destructor); 1804 1816 return NT_STATUS_OK; 1805 1817 } -
vendor/current/source3/librpc/gen_ndr/cli_wbint.c
r594 r618 2509 2509 struct tevent_context *ev, 2510 2510 struct rpc_pipe_client *cli, 2511 struct dom_sid *_domain_sid /* [in] [ref] */, 2511 2512 struct wbint_RidArray *_rids /* [in] [ref] */, 2512 2513 const char **_domain_name /* [out] [ref,charset(UTF8)] */, … … 2526 2527 2527 2528 /* In parameters */ 2529 state->orig.in.domain_sid = _domain_sid; 2528 2530 state->orig.in.rids = _rids; 2529 2531 … … 2615 2617 NTSTATUS rpccli_wbint_LookupRids(struct rpc_pipe_client *cli, 2616 2618 TALLOC_CTX *mem_ctx, 2619 struct dom_sid *domain_sid /* [in] [ref] */, 2617 2620 struct wbint_RidArray *rids /* [in] [ref] */, 2618 2621 const char **domain_name /* [out] [ref,charset(UTF8)] */, … … 2623 2626 2624 2627 /* In parameters */ 2628 r.in.domain_sid = domain_sid; 2625 2629 r.in.rids = rids; 2626 2630 -
vendor/current/source3/librpc/gen_ndr/cli_wbint.h
r594 r618 224 224 struct tevent_context *ev, 225 225 struct rpc_pipe_client *cli, 226 struct dom_sid *_domain_sid /* [in] [ref] */, 226 227 struct wbint_RidArray *_rids /* [in] [ref] */, 227 228 const char **_domain_name /* [out] [ref,charset(UTF8)] */, … … 232 233 NTSTATUS rpccli_wbint_LookupRids(struct rpc_pipe_client *cli, 233 234 TALLOC_CTX *mem_ctx, 235 struct dom_sid *domain_sid /* [in] [ref] */, 234 236 struct wbint_RidArray *rids /* [in] [ref] */, 235 237 const char **domain_name /* [out] [ref,charset(UTF8)] */, -
vendor/current/source3/librpc/gen_ndr/ndr_wbint.c
r594 r618 2077 2077 { 2078 2078 if (flags & NDR_IN) { 2079 if (r->in.domain_sid == NULL) { 2080 return ndr_push_error(ndr, NDR_ERR_INVALID_POINTER, "NULL [ref] pointer"); 2081 } 2082 NDR_CHECK(ndr_push_dom_sid(ndr, NDR_SCALARS, r->in.domain_sid)); 2079 2083 if (r->in.rids == NULL) { 2080 2084 return ndr_push_error(ndr, NDR_ERR_INVALID_POINTER, "NULL [ref] pointer"); … … 2105 2109 { 2106 2110 uint32_t _ptr_domain_name; 2111 TALLOC_CTX *_mem_save_domain_sid_0; 2107 2112 TALLOC_CTX *_mem_save_rids_0; 2108 2113 TALLOC_CTX *_mem_save_domain_name_0; … … 2112 2117 ZERO_STRUCT(r->out); 2113 2118 2119 if (ndr->flags & LIBNDR_FLAG_REF_ALLOC) { 2120 NDR_PULL_ALLOC(ndr, r->in.domain_sid); 2121 } 2122 _mem_save_domain_sid_0 = NDR_PULL_GET_MEM_CTX(ndr); 2123 NDR_PULL_SET_MEM_CTX(ndr, r->in.domain_sid, LIBNDR_FLAG_REF_ALLOC); 2124 NDR_CHECK(ndr_pull_dom_sid(ndr, NDR_SCALARS, r->in.domain_sid)); 2125 NDR_PULL_SET_MEM_CTX(ndr, _mem_save_domain_sid_0, LIBNDR_FLAG_REF_ALLOC); 2114 2126 if (ndr->flags & LIBNDR_FLAG_REF_ALLOC) { 2115 2127 NDR_PULL_ALLOC(ndr, r->in.rids); … … 2171 2183 ndr_print_struct(ndr, "in", "wbint_LookupRids"); 2172 2184 ndr->depth++; 2185 ndr_print_ptr(ndr, "domain_sid", r->in.domain_sid); 2186 ndr->depth++; 2187 ndr_print_dom_sid(ndr, "domain_sid", r->in.domain_sid); 2188 ndr->depth--; 2173 2189 ndr_print_ptr(ndr, "rids", r->in.rids); 2174 2190 ndr->depth++; -
vendor/current/source3/librpc/gen_ndr/wbint.h
r594 r618 277 277 struct wbint_LookupRids { 278 278 struct { 279 struct dom_sid *domain_sid;/* [ref] */ 279 280 struct wbint_RidArray *rids;/* [ref] */ 280 281 } in; -
vendor/current/source3/librpc/idl/wbint.idl
r594 r618 141 141 142 142 NTSTATUS wbint_LookupRids( 143 [in] dom_sid *domain_sid, 143 144 [in] wbint_RidArray *rids, 144 145 [out,string,charset(UTF8)] char **domain_name, -
vendor/current/source3/nmbd/nmbd_packets.c
r591 r618 1730 1730 if (subrec->nmb_sock < 0 || subrec->nmb_sock >= FD_SETSIZE) { 1731 1731 /* We have to ignore sockets outside FD_SETSIZE. */ 1732 continue; 1733 } 1734 FD_SET(subrec->nmb_sock,pset); 1735 sock_array[num++] = subrec->nmb_sock; 1736 *maxfd = MAX( *maxfd, subrec->nmb_sock); 1732 sock_array[num++] = -1; 1733 } else { 1734 FD_SET(subrec->nmb_sock,pset); 1735 sock_array[num++] = subrec->nmb_sock; 1736 *maxfd = MAX( *maxfd, subrec->nmb_sock); 1737 } 1737 1738 1738 1739 if (subrec->nmb_bcast < 0 || subrec->nmb_bcast >= FD_SETSIZE) { 1739 1740 /* We have to ignore sockets outside FD_SETSIZE. */ 1740 continue; 1741 } 1742 sock_array[num++] = subrec->nmb_bcast; 1743 FD_SET(subrec->nmb_bcast,pset); 1744 *maxfd = MAX( *maxfd, subrec->nmb_bcast); 1741 sock_array[num++] = -1; 1742 } else { 1743 sock_array[num++] = subrec->nmb_bcast; 1744 if (subrec->nmb_bcast != -1) { 1745 FD_SET(subrec->nmb_bcast,pset); 1746 *maxfd = MAX( *maxfd, subrec->nmb_bcast); 1747 } 1748 } 1745 1749 } 1746 1750 … … 1762 1766 if (subrec->dgram_sock < 0 || subrec->dgram_sock >= FD_SETSIZE) { 1763 1767 /* We have to ignore sockets outside FD_SETSIZE. */ 1764 continue; 1765 } 1766 FD_SET(subrec->dgram_sock,pset); 1767 sock_array[num++] = subrec->dgram_sock; 1768 *maxfd = MAX( *maxfd, subrec->dgram_sock); 1768 sock_array[num++] = -1; 1769 } else { 1770 FD_SET(subrec->dgram_sock,pset); 1771 sock_array[num++] = subrec->dgram_sock; 1772 *maxfd = MAX( *maxfd, subrec->dgram_sock); 1773 } 1769 1774 1770 1775 if (subrec->dgram_bcast < 0 || subrec->dgram_bcast >= FD_SETSIZE) { 1771 1776 /* We have to ignore sockets outside FD_SETSIZE. */ 1772 continue; 1773 } 1774 sock_array[num++] = subrec->dgram_bcast; 1775 if (subrec->dgram_bcast != -1) { 1776 FD_SET(subrec->dgram_bcast,pset); 1777 *maxfd = MAX( *maxfd, subrec->dgram_bcast); 1778 } 1779 } 1777 sock_array[num++] = -1; 1778 } else { 1779 sock_array[num++] = subrec->dgram_bcast; 1780 if (subrec->dgram_bcast != -1) { 1781 FD_SET(subrec->dgram_bcast,pset); 1782 *maxfd = MAX( *maxfd, subrec->dgram_bcast); 1783 } 1784 } 1785 } 1786 1787 SMB_ASSERT(count == num); 1780 1788 1781 1789 *listen_number = count; -
vendor/current/source3/nmbd/nmbd_subnetdb.c
r414 r618 56 56 void close_subnet(struct subnet_record *subrec) 57 57 { 58 if (subrec->nmb_sock != -1) { 59 close(subrec->nmb_sock); 60 subrec->nmb_sock = -1; 61 } 62 if (subrec->nmb_bcast != -1) { 63 close(subrec->nmb_bcast); 64 subrec->nmb_bcast = -1; 65 } 58 66 if (subrec->dgram_sock != -1) { 59 67 close(subrec->dgram_sock); 60 68 subrec->dgram_sock = -1; 61 69 } 62 if (subrec-> nmb_sock!= -1) {63 close(subrec-> nmb_sock);64 subrec-> nmb_sock= -1;70 if (subrec->dgram_bcast != -1) { 71 close(subrec->dgram_bcast); 72 subrec->dgram_bcast = -1; 65 73 } 66 74 -
vendor/current/source3/smbd/file_access.c
r414 r618 76 76 if (!CAN_WRITE(conn)) { 77 77 return False; 78 } 79 80 if (!lp_acl_check_permissions(SNUM(conn))) { 81 /* This option means don't check. */ 82 return true; 78 83 } 79 84 -
vendor/current/source3/smbd/negprot.c
r414 r618 383 383 return; 384 384 } 385 p += ret; 385 386 DEBUG(3,("not using SPNEGO\n")); 386 387 } else { -
vendor/current/source3/smbd/open.c
r597 r618 86 86 NTSTATUS status; 87 87 struct security_descriptor *sd = NULL; 88 89 if ((access_mask & DELETE_ACCESS) && !lp_acl_check_permissions(SNUM(conn))) { 90 *access_granted = access_mask; 91 92 DEBUG(10,("smbd_check_open_rights: not checking ACL " 93 "on DELETE_ACCESS on file %s. Granting 0x%x\n", 94 smb_fname_str_dbg(smb_fname), 95 (unsigned int)*access_granted )); 96 return NT_STATUS_OK; 97 } 88 98 89 99 status = SMB_VFS_GET_NT_ACL(conn, smb_fname->base_name, … … 2968 2978 /* Setting FILE_SHARE_DELETE is the hint. */ 2969 2979 2970 if (lp_acl_check_permissions(SNUM(conn)) 2971 && (create_disposition != FILE_CREATE) 2980 if ((create_disposition != FILE_CREATE) 2972 2981 && (access_mask & DELETE_ACCESS) 2973 2982 && (!(can_delete_file_in_directory(conn, smb_fname) || -
vendor/current/source3/smbd/server.c
r597 r618 279 279 } 280 280 281 DEBUG(0, ("Could not find child %d -- ignoring\n", (int)pid)); 281 /* not all forked child processes are added to the children list */ 282 DEBUG(1, ("Could not find child %d -- ignoring\n", (int)pid)); 282 283 } 283 284 -
vendor/current/source3/winbindd/winbindd_dual_srv.c
r594 r618 374 374 375 375 status = domain->methods->rids_to_names( 376 domain, talloc_tos(), &domain->sid, r->in.rids->rids,376 domain, talloc_tos(), r->in.domain_sid, r->in.rids->rids, 377 377 r->in.rids->num_rids, &domain_name, &names, &types); 378 378 if (!NT_STATUS_IS_OK(status)) { … … 389 389 390 390 for (i=0; i<r->in.rids->num_rids; i++) { 391 sid_compose(&result[i].sid, &domain->sid, r->in.rids->rids[i]); 391 sid_compose(&result[i].sid, r->in.domain_sid, 392 r->in.rids->rids[i]); 392 393 result[i].type = types[i]; 393 394 result[i].name = talloc_move(result, &names[i]); -
vendor/current/source3/winbindd/winbindd_lookuprids.c
r594 r618 24 24 struct winbindd_lookuprids_state { 25 25 struct tevent_context *ev; 26 struct dom_sid domain_sid; 26 27 const char *domain_name; 27 28 struct wbint_RidArray rids; … … 42 43 struct winbindd_lookuprids_state *state; 43 44 struct winbindd_domain *domain; 44 struct dom_sid sid;45 45 46 46 req = tevent_req_create(mem_ctx, &state, … … 56 56 DEBUG(3, ("lookuprids (%s)\n", request->data.sid)); 57 57 58 if (!string_to_sid(&s id, request->data.sid)) {58 if (!string_to_sid(&state->domain_sid, request->data.sid)) { 59 59 DEBUG(5, ("%s not a SID\n", request->data.sid)); 60 60 tevent_req_nterror(req, NT_STATUS_INVALID_PARAMETER); … … 62 62 } 63 63 64 domain = find_lookup_domain_from_sid(&s id);64 domain = find_lookup_domain_from_sid(&state->domain_sid); 65 65 if (domain == NULL) { 66 66 DEBUG(5, ("Domain for sid %s not found\n", 67 sid_string_dbg(&s id)));67 sid_string_dbg(&state->domain_sid))); 68 68 tevent_req_nterror(req, NT_STATUS_NO_SUCH_DOMAIN); 69 69 return tevent_req_post(req, ev); … … 84 84 85 85 subreq = rpccli_wbint_LookupRids_send( 86 state, ev, domain->child.rpccli, &state-> rids,87 &state-> domain_name, &state->names);86 state, ev, domain->child.rpccli, &state->domain_sid, 87 &state->rids, &state->domain_name, &state->names); 88 88 if (tevent_req_nomem(subreq, req)) { 89 89 return tevent_req_post(req, ev);
Note:
See TracChangeset
for help on using the changeset viewer.