Changeset 618 for vendor/current


Ignore:
Timestamp:
Aug 5, 2011, 7:52:23 AM (14 years ago)
Author:
Herwig Bauernfeind
Message:

Samba 3.5: Update vendor to version 3.5.11

Location:
vendor/current
Files:
114 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/WHATSNEW.txt

    r615 r618  
    11                   ==============================
    2                    Release Notes for Samba 3.5.10
    3                            July 26, 2011
     2                   Release Notes for Samba 3.5.11
     3                           August 4, 2011
    44                   ==============================
    55
    66
    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:
     7This is the latest stable release of Samba 3.5.
     8
     9Major enhancements in Samba 3.5.11 include:
     10
     11o  Fix access to Samba shares when Windows security patch KB2536276 is installed
     12   (bug #7460).
     13o  Fix DoS in Winbind and smbd with many file descriptors open (bug #7949).
     14o  Fix Winbind panics if verify_idpool() fails (bug #8253).
     15
     16
     17Changes since 3.5.10:
    2818--------------------
    2919
    3020
    31 o   Kai Blin <kai@samba.org>
    32     * BUG 8289: SWAT contains a cross-site scripting vulnerability.
    33     * BUG 8290: CSRF vulnerability in SWAT.
     21o   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
     26o   Gregor Beck <gbeck@sernet.de>
     27    * BUG 8253: Fix Winbind panics if verify_idpool() fails.
     28
     29
     30o   David Disseldorp <ddiss@suse.de>
     31    * BUG 8269: Stop spamming log with "Could not find child X -- ignoring"
     32      messages in smbd.
     33
     34
     35o   Björn Jacke <bj@sernet.de>
     36    * BUG 7460: Include sys/file.h only when available.
     37
     38
     39o   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
     46o   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().
    3450
    3551
     
    5773----------------------------------------
    5874
     75                   ==============================
     76                   Release Notes for Samba 3.5.10
     77                           July 26, 2011
     78                   ==============================
     79
     80
     81This is a security release in order to address
     82CVE-2011-2522 (Cross-Site Request Forgery in SWAT) and
     83CVE-2011-2694 (Cross-Site Scripting vulnerability in SWAT).
     84
     85
     86o  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
     91o  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
     96Please note that SWAT must be enabled in order for these
     97vulnerabilities to be exploitable. By default, SWAT
     98is *not* enabled on a Samba install.
     99
     100
     101Changes since 3.5.9:
     102--------------------
     103
     104
     105o   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######################################################################
     111Reporting bugs & Development Discussion
     112#######################################
     113
     114Please discuss this release on the samba-technical mailing list or by
     115joining the #samba-technical IRC channel on irc.freenode.net.
     116
     117If you do report problems then please try to send high quality
     118feedback. If you don't provide vital information to help us track down
     119the problem then you will probably be ignored.  All bug reports should
     120be filed under the Samba 3.5 product in the project's Bugzilla
     121database (https://bugzilla.samba.org/).
     122
     123
     124======================================================================
     125== Our Code, Our Bugs, Our Responsibility.
     126== The Samba Team
     127======================================================================
     128
     129
     130----------------------------------------------------------------------
     131
     132
    59133                   =============================
    60134                   Release Notes for Samba 3.5.9
     
    70144o  ACL can get lost when files are being renamed (bug #7987).
    71145o  Respect "allow trusted domains = no" in Winbind (bug #6966).
    72 
     146o  Samba now follows Windows behaviour as a Kerberos client,
     147   requesting a CIFS/ ticket (bug #7893).
     148
     149New Kerberos behaviour
     150----------------------
     151
     152A new parameter 'client use spnego principal' defaults to 'no' and
     153mean Samba will use CIFS/hostname to obtain a kerberos ticket, acting
     154more like Windows when using Kerberos against a CIFS server in
     155smbclient, winbind and other Samba client tools.  This will change
     156which servers we will successfully negotiate kerberos connections to.
     157This is due to Samba no longer trusting a server-provided hint which
     158is not available from Windows 2008 or later.  For correct operation
     159with all clients, all aliases for a server should be recorded as a as
     160a servicePrincipalName on the server's record in AD.
    73161
    74162Changes since 3.5.8:
  • vendor/current/docs-xml/Makefile

    r414 r618  
    182182
    183183# 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
     192parameters: $(SMBDOTCONFDOC)/parameters.all.xml $(SMBDOTCONFDOC)/parameters.service.xml $(SMBDOTCONFDOC)/parameters.global.xml
    185193
    186194$(SMBDOTCONFDOC)/parameters.all.xml: $(wildcard $(SMBDOTCONFDOC)/*/*.xml) $(SMBDOTCONFDOC)/generate-file-list.sh
  • vendor/current/docs/manpages/cifs.upcall.8

    r597 r618  
    33.\"    Author: [see the "AUTHOR" section]
    44.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
    5 .\"      Date: 06/14/2011
     5.\"      Date: 08/02/2011
    66.\"    Manual: System Administration tools
    77.\"    Source: Samba 3.5
    88.\"  Language: English
    99.\"
    10 .TH "CIFS\&.UPCALL" "8" "06/14/2011" "Samba 3\&.5" "System Administration tools"
     10.TH "CIFS\&.UPCALL" "8" "08/02/2011" "Samba 3\&.5" "System Administration tools"
    1111.\" -----------------------------------------------------------------
    1212.\" * set default formatting
  • vendor/current/docs/manpages/eventlogadm.8

    r597 r618  
    33.\"    Author: [see the "AUTHOR" section]
    44.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
    5 .\"      Date: 06/14/2011
     5.\"      Date: 08/02/2011
    66.\"    Manual: System Administration tools
    77.\"    Source: Samba 3.5
    88.\"  Language: English
    99.\"
    10 .TH "EVENTLOGADM" "8" "06/14/2011" "Samba 3\&.5" "System Administration tools"
     10.TH "EVENTLOGADM" "8" "08/02/2011" "Samba 3\&.5" "System Administration tools"
    1111.\" -----------------------------------------------------------------
    1212.\" * set default formatting
  • vendor/current/docs/manpages/findsmb.1

    r597 r618  
    33.\"    Author: [see the "AUTHOR" section]
    44.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
    5 .\"      Date: 06/14/2011
     5.\"      Date: 08/02/2011
    66.\"    Manual: User Commands
    77.\"    Source: Samba 3.5
    88.\"  Language: English
    99.\"
    10 .TH "FINDSMB" "1" "06/14/2011" "Samba 3\&.5" "User Commands"
     10.TH "FINDSMB" "1" "08/02/2011" "Samba 3\&.5" "User Commands"
    1111.\" -----------------------------------------------------------------
    1212.\" * set default formatting
  • vendor/current/docs/manpages/idmap_ad.8

    r597 r618  
    33.\"    Author: [see the "AUTHOR" section]
    44.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
    5 .\"      Date: 06/14/2011
     5.\"      Date: 08/02/2011
    66.\"    Manual: System Administration tools
    77.\"    Source: Samba 3.5
    88.\"  Language: English
    99.\"
    10 .TH "IDMAP_AD" "8" "06/14/2011" "Samba 3\&.5" "System Administration tools"
     10.TH "IDMAP_AD" "8" "08/02/2011" "Samba 3\&.5" "System Administration tools"
    1111.\" -----------------------------------------------------------------
    1212.\" * set default formatting
  • vendor/current/docs/manpages/idmap_adex.8

    r597 r618  
    33.\"    Author: [see the "AUTHOR" section]
    44.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
    5 .\"      Date: 06/14/2011
     5.\"      Date: 08/02/2011
    66.\"    Manual: System Administration tools
    77.\"    Source: Samba 3.5
    88.\"  Language: English
    99.\"
    10 .TH "IDMAP_ADEX" "8" "06/14/2011" "Samba 3\&.5" "System Administration tools"
     10.TH "IDMAP_ADEX" "8" "08/02/2011" "Samba 3\&.5" "System Administration tools"
    1111.\" -----------------------------------------------------------------
    1212.\" * set default formatting
  • vendor/current/docs/manpages/idmap_hash.8

    r597 r618  
    33.\"    Author: [see the "AUTHOR" section]
    44.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
    5 .\"      Date: 06/14/2011
     5.\"      Date: 08/02/2011
    66.\"    Manual: System Administration tools
    77.\"    Source: Samba 3.5
    88.\"  Language: English
    99.\"
    10 .TH "IDMAP_HASH" "8" "06/14/2011" "Samba 3\&.5" "System Administration tools"
     10.TH "IDMAP_HASH" "8" "08/02/2011" "Samba 3\&.5" "System Administration tools"
    1111.\" -----------------------------------------------------------------
    1212.\" * set default formatting
  • vendor/current/docs/manpages/idmap_ldap.8

    r597 r618  
    33.\"    Author: [see the "AUTHOR" section]
    44.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
    5 .\"      Date: 06/14/2011
     5.\"      Date: 08/02/2011
    66.\"    Manual: System Administration tools
    77.\"    Source: Samba 3.5
    88.\"  Language: English
    99.\"
    10 .TH "IDMAP_LDAP" "8" "06/14/2011" "Samba 3\&.5" "System Administration tools"
     10.TH "IDMAP_LDAP" "8" "08/02/2011" "Samba 3\&.5" "System Administration tools"
    1111.\" -----------------------------------------------------------------
    1212.\" * set default formatting
  • vendor/current/docs/manpages/idmap_nss.8

    r597 r618  
    33.\"    Author: [see the "AUTHOR" section]
    44.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
    5 .\"      Date: 06/14/2011
     5.\"      Date: 08/02/2011
    66.\"    Manual: System Administration tools
    77.\"    Source: Samba 3.5
    88.\"  Language: English
    99.\"
    10 .TH "IDMAP_NSS" "8" "06/14/2011" "Samba 3\&.5" "System Administration tools"
     10.TH "IDMAP_NSS" "8" "08/02/2011" "Samba 3\&.5" "System Administration tools"
    1111.\" -----------------------------------------------------------------
    1212.\" * set default formatting
  • vendor/current/docs/manpages/idmap_rid.8

    r597 r618  
    33.\"    Author: [see the "AUTHOR" section]
    44.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
    5 .\"      Date: 06/14/2011
     5.\"      Date: 08/02/2011
    66.\"    Manual: System Administration tools
    77.\"    Source: Samba 3.5
    88.\"  Language: English
    99.\"
    10 .TH "IDMAP_RID" "8" "06/14/2011" "Samba 3\&.5" "System Administration tools"
     10.TH "IDMAP_RID" "8" "08/02/2011" "Samba 3\&.5" "System Administration tools"
    1111.\" -----------------------------------------------------------------
    1212.\" * set default formatting
  • vendor/current/docs/manpages/idmap_tdb.8

    r597 r618  
    33.\"    Author: [see the "AUTHOR" section]
    44.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
    5 .\"      Date: 06/14/2011
     5.\"      Date: 08/02/2011
    66.\"    Manual: System Administration tools
    77.\"    Source: Samba 3.5
    88.\"  Language: English
    99.\"
    10 .TH "IDMAP_TDB" "8" "06/14/2011" "Samba 3\&.5" "System Administration tools"
     10.TH "IDMAP_TDB" "8" "08/02/2011" "Samba 3\&.5" "System Administration tools"
    1111.\" -----------------------------------------------------------------
    1212.\" * set default formatting
  • vendor/current/docs/manpages/idmap_tdb2.8

    r597 r618  
    33.\"    Author: [see the "AUTHOR" section]
    44.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
    5 .\"      Date: 06/14/2011
     5.\"      Date: 08/02/2011
    66.\"    Manual: System Administration tools
    77.\"    Source: Samba 3.5
    88.\"  Language: English
    99.\"
    10 .TH "IDMAP_TDB2" "8" "06/14/2011" "Samba 3\&.5" "System Administration tools"
     10.TH "IDMAP_TDB2" "8" "08/02/2011" "Samba 3\&.5" "System Administration tools"
    1111.\" -----------------------------------------------------------------
    1212.\" * set default formatting
  • vendor/current/docs/manpages/ldb.3

    r597 r618  
    33.\"    Author: [see the "Author" section]
    44.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
    5 .\"      Date: 06/14/2011
     5.\"      Date: 08/02/2011
    66.\"    Manual: C Library Functions
    77.\"    Source: Samba 3.5
    88.\"  Language: English
    99.\"
    10 .TH "LDB" "3" "06/14/2011" "Samba 3\&.5" "C Library Functions"
     10.TH "LDB" "3" "08/02/2011" "Samba 3\&.5" "C Library Functions"
    1111.\" -----------------------------------------------------------------
    1212.\" * set default formatting
  • vendor/current/docs/manpages/ldbadd.1

    r597 r618  
    33.\"    Author: [see the "AUTHOR" section]
    44.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
    5 .\"      Date: 06/14/2011
     5.\"      Date: 08/02/2011
    66.\"    Manual: User Commands
    77.\"    Source: Samba 3.5
    88.\"  Language: English
    99.\"
    10 .TH "LDBADD" "1" "06/14/2011" "Samba 3\&.5" "User Commands"
     10.TH "LDBADD" "1" "08/02/2011" "Samba 3\&.5" "User Commands"
    1111.\" -----------------------------------------------------------------
    1212.\" * set default formatting
  • vendor/current/docs/manpages/ldbdel.1

    r597 r618  
    33.\"    Author: [see the "AUTHOR" section]
    44.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
    5 .\"      Date: 06/14/2011
     5.\"      Date: 08/02/2011
    66.\"    Manual: User Commands
    77.\"    Source: Samba 3.5
    88.\"  Language: English
    99.\"
    10 .TH "LDBDEL" "1" "06/14/2011" "Samba 3\&.5" "User Commands"
     10.TH "LDBDEL" "1" "08/02/2011" "Samba 3\&.5" "User Commands"
    1111.\" -----------------------------------------------------------------
    1212.\" * set default formatting
  • vendor/current/docs/manpages/ldbedit.1

    r597 r618  
    33.\"    Author: [see the "AUTHOR" section]
    44.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
    5 .\"      Date: 06/14/2011
     5.\"      Date: 08/02/2011
    66.\"    Manual: User Commands
    77.\"    Source: Samba 3.5
    88.\"  Language: English
    99.\"
    10 .TH "LDBEDIT" "1" "06/14/2011" "Samba 3\&.5" "User Commands"
     10.TH "LDBEDIT" "1" "08/02/2011" "Samba 3\&.5" "User Commands"
    1111.\" -----------------------------------------------------------------
    1212.\" * set default formatting
  • vendor/current/docs/manpages/ldbmodify.1

    r597 r618  
    33.\"    Author: [see the "AUTHOR" section]
    44.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
    5 .\"      Date: 06/14/2011
     5.\"      Date: 08/02/2011
    66.\"    Manual: User Commands
    77.\"    Source: Samba 3.5
    88.\"  Language: English
    99.\"
    10 .TH "LDBMODIFY" "1" "06/14/2011" "Samba 3\&.5" "User Commands"
     10.TH "LDBMODIFY" "1" "08/02/2011" "Samba 3\&.5" "User Commands"
    1111.\" -----------------------------------------------------------------
    1212.\" * set default formatting
  • vendor/current/docs/manpages/ldbrename.1

    r597 r618  
    33.\"    Author: [see the "AUTHOR" section]
    44.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
    5 .\"      Date: 06/14/2011
     5.\"      Date: 08/02/2011
    66.\"    Manual: User Commands
    77.\"    Source: Samba 3.5
    88.\"  Language: English
    99.\"
    10 .TH "LDBRENAME" "1" "06/14/2011" "Samba 3\&.5" "User Commands"
     10.TH "LDBRENAME" "1" "08/02/2011" "Samba 3\&.5" "User Commands"
    1111.\" -----------------------------------------------------------------
    1212.\" * set default formatting
  • vendor/current/docs/manpages/ldbsearch.1

    r597 r618  
    33.\"    Author: [see the "AUTHOR" section]
    44.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
    5 .\"      Date: 06/14/2011
     5.\"      Date: 08/02/2011
    66.\"    Manual: User Commands
    77.\"    Source: Samba 3.5
    88.\"  Language: English
    99.\"
    10 .TH "LDBSEARCH" "1" "06/14/2011" "Samba 3\&.5" "User Commands"
     10.TH "LDBSEARCH" "1" "08/02/2011" "Samba 3\&.5" "User Commands"
    1111.\" -----------------------------------------------------------------
    1212.\" * set default formatting
  • vendor/current/docs/manpages/libsmbclient.7

    r597 r618  
    33.\"    Author: [see the "AUTHOR" section]
    44.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
    5 .\"      Date: 06/14/2011
     5.\"      Date: 08/02/2011
    66.\"    Manual: 7
    77.\"    Source: Samba 3.5
    88.\"  Language: English
    99.\"
    10 .TH "LIBSMBCLIENT" "7" "06/14/2011" "Samba 3\&.5" "7"
     10.TH "LIBSMBCLIENT" "7" "08/02/2011" "Samba 3\&.5" "7"
    1111.\" -----------------------------------------------------------------
    1212.\" * set default formatting
  • vendor/current/docs/manpages/lmhosts.5

    r597 r618  
    33.\"    Author: [see the "AUTHOR" section]
    44.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
    5 .\"      Date: 06/14/2011
     5.\"      Date: 08/02/2011
    66.\"    Manual: File Formats and Conventions
    77.\"    Source: Samba 3.5
    88.\"  Language: English
    99.\"
    10 .TH "LMHOSTS" "5" "06/14/2011" "Samba 3\&.5" "File Formats and Conventions"
     10.TH "LMHOSTS" "5" "08/02/2011" "Samba 3\&.5" "File Formats and Conventions"
    1111.\" -----------------------------------------------------------------
    1212.\" * set default formatting
  • vendor/current/docs/manpages/log2pcap.1

    r597 r618  
    33.\"    Author: [see the "AUTHOR" section]
    44.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
    5 .\"      Date: 06/14/2011
     5.\"      Date: 08/02/2011
    66.\"    Manual: User Commands
    77.\"    Source: Samba 3.5
    88.\"  Language: English
    99.\"
    10 .TH "LOG2PCAP" "1" "06/14/2011" "Samba 3\&.5" "User Commands"
     10.TH "LOG2PCAP" "1" "08/02/2011" "Samba 3\&.5" "User Commands"
    1111.\" -----------------------------------------------------------------
    1212.\" * set default formatting
  • vendor/current/docs/manpages/mount.cifs.8

    r597 r618  
    33.\"    Author: [see the "AUTHOR" section]
    44.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
    5 .\"      Date: 06/14/2011
     5.\"      Date: 08/02/2011
    66.\"    Manual: System Administration tools
    77.\"    Source: Samba 3.5
    88.\"  Language: English
    99.\"
    10 .TH "MOUNT\&.CIFS" "8" "06/14/2011" "Samba 3\&.5" "System Administration tools"
     10.TH "MOUNT\&.CIFS" "8" "08/02/2011" "Samba 3\&.5" "System Administration tools"
    1111.\" -----------------------------------------------------------------
    1212.\" * set default formatting
  • vendor/current/docs/manpages/net.8

    r597 r618  
    33.\"    Author: [see the "AUTHOR" section]
    44.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
    5 .\"      Date: 06/14/2011
     5.\"      Date: 08/02/2011
    66.\"    Manual: System Administration tools
    77.\"    Source: Samba 3.5
    88.\"  Language: English
    99.\"
    10 .TH "NET" "8" "06/14/2011" "Samba 3\&.5" "System Administration tools"
     10.TH "NET" "8" "08/02/2011" "Samba 3\&.5" "System Administration tools"
    1111.\" -----------------------------------------------------------------
    1212.\" * set default formatting
  • vendor/current/docs/manpages/nmbd.8

    r597 r618  
    33.\"    Author: [see the "AUTHOR" section]
    44.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
    5 .\"      Date: 06/14/2011
     5.\"      Date: 08/02/2011
    66.\"    Manual: System Administration tools
    77.\"    Source: Samba 3.5
    88.\"  Language: English
    99.\"
    10 .TH "NMBD" "8" "06/14/2011" "Samba 3\&.5" "System Administration tools"
     10.TH "NMBD" "8" "08/02/2011" "Samba 3\&.5" "System Administration tools"
    1111.\" -----------------------------------------------------------------
    1212.\" * set default formatting
  • vendor/current/docs/manpages/nmblookup.1

    r597 r618  
    33.\"    Author: [see the "AUTHOR" section]
    44.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
    5 .\"      Date: 06/14/2011
     5.\"      Date: 08/02/2011
    66.\"    Manual: User Commands
    77.\"    Source: Samba 3.5
    88.\"  Language: English
    99.\"
    10 .TH "NMBLOOKUP" "1" "06/14/2011" "Samba 3\&.5" "User Commands"
     10.TH "NMBLOOKUP" "1" "08/02/2011" "Samba 3\&.5" "User Commands"
    1111.\" -----------------------------------------------------------------
    1212.\" * set default formatting
  • vendor/current/docs/manpages/ntlm_auth.1

    r597 r618  
    33.\"    Author: [see the "AUTHOR" section]
    44.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
    5 .\"      Date: 06/14/2011
     5.\"      Date: 08/02/2011
    66.\"    Manual: User Commands
    77.\"    Source: Samba 3.5
    88.\"  Language: English
    99.\"
    10 .TH "NTLM_AUTH" "1" "06/14/2011" "Samba 3\&.5" "User Commands"
     10.TH "NTLM_AUTH" "1" "08/02/2011" "Samba 3\&.5" "User Commands"
    1111.\" -----------------------------------------------------------------
    1212.\" * set default formatting
  • vendor/current/docs/manpages/pam_winbind.8

    r597 r618  
    33.\"    Author: [see the "AUTHOR" section]
    44.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
    5 .\"      Date: 06/14/2011
     5.\"      Date: 08/02/2011
    66.\"    Manual: 8
    77.\"    Source: Samba 3.5
    88.\"  Language: English
    99.\"
    10 .TH "PAM_WINBIND" "8" "06/14/2011" "Samba 3\&.5" "8"
     10.TH "PAM_WINBIND" "8" "08/02/2011" "Samba 3\&.5" "8"
    1111.\" -----------------------------------------------------------------
    1212.\" * set default formatting
  • vendor/current/docs/manpages/pam_winbind.conf.5

    r597 r618  
    33.\"    Author: [see the "AUTHOR" section]
    44.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
    5 .\"      Date: 06/14/2011
     5.\"      Date: 08/02/2011
    66.\"    Manual: 5
    77.\"    Source: Samba 3.6
    88.\"  Language: English
    99.\"
    10 .TH "PAM_WINBIND\&.CONF" "5" "06/14/2011" "Samba 3\&.6" "5"
     10.TH "PAM_WINBIND\&.CONF" "5" "08/02/2011" "Samba 3\&.6" "5"
    1111.\" -----------------------------------------------------------------
    1212.\" * set default formatting
  • vendor/current/docs/manpages/pdbedit.8

    r597 r618  
    33.\"    Author: [see the "AUTHOR" section]
    44.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
    5 .\"      Date: 06/14/2011
     5.\"      Date: 08/02/2011
    66.\"    Manual: System Administration tools
    77.\"    Source: Samba 3.5
    88.\"  Language: English
    99.\"
    10 .TH "PDBEDIT" "8" "06/14/2011" "Samba 3\&.5" "System Administration tools"
     10.TH "PDBEDIT" "8" "08/02/2011" "Samba 3\&.5" "System Administration tools"
    1111.\" -----------------------------------------------------------------
    1212.\" * set default formatting
  • vendor/current/docs/manpages/profiles.1

    r597 r618  
    33.\"    Author: [see the "AUTHOR" section]
    44.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
    5 .\"      Date: 06/14/2011
     5.\"      Date: 08/02/2011
    66.\"    Manual: User Commands
    77.\"    Source: Samba 3.5
    88.\"  Language: English
    99.\"
    10 .TH "PROFILES" "1" "06/14/2011" "Samba 3\&.5" "User Commands"
     10.TH "PROFILES" "1" "08/02/2011" "Samba 3\&.5" "User Commands"
    1111.\" -----------------------------------------------------------------
    1212.\" * set default formatting
  • vendor/current/docs/manpages/rpcclient.1

    r597 r618  
    33.\"    Author: [see the "AUTHOR" section]
    44.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
    5 .\"      Date: 06/14/2011
     5.\"      Date: 08/02/2011
    66.\"    Manual: User Commands
    77.\"    Source: Samba 3.5
    88.\"  Language: English
    99.\"
    10 .TH "RPCCLIENT" "1" "06/14/2011" "Samba 3\&.5" "User Commands"
     10.TH "RPCCLIENT" "1" "08/02/2011" "Samba 3\&.5" "User Commands"
    1111.\" -----------------------------------------------------------------
    1212.\" * set default formatting
  • vendor/current/docs/manpages/samba.7

    r597 r618  
    33.\"    Author: [see the "AUTHOR" section]
    44.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
    5 .\"      Date: 06/14/2011
     5.\"      Date: 08/02/2011
    66.\"    Manual: Miscellanea
    77.\"    Source: Samba 3.5
    88.\"  Language: English
    99.\"
    10 .TH "SAMBA" "7" "06/14/2011" "Samba 3\&.5" "Miscellanea"
     10.TH "SAMBA" "7" "08/02/2011" "Samba 3\&.5" "Miscellanea"
    1111.\" -----------------------------------------------------------------
    1212.\" * set default formatting
  • vendor/current/docs/manpages/sharesec.1

    r597 r618  
    33.\"    Author: [see the "AUTHOR" section]
    44.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
    5 .\"      Date: 06/14/2011
     5.\"      Date: 08/02/2011
    66.\"    Manual: User Commands
    77.\"    Source: Samba 3.5
    88.\"  Language: English
    99.\"
    10 .TH "SHARESEC" "1" "06/14/2011" "Samba 3\&.5" "User Commands"
     10.TH "SHARESEC" "1" "08/02/2011" "Samba 3\&.5" "User Commands"
    1111.\" -----------------------------------------------------------------
    1212.\" * set default formatting
  • vendor/current/docs/manpages/smb.conf.5

    r597 r618  
    33.\"    Author: [see the "AUTHOR" section]
    44.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
    5 .\"      Date: 06/14/2011
     5.\"      Date: 08/02/2011
    66.\"    Manual: File Formats and Conventions
    77.\"    Source: Samba 3.5
    88.\"  Language: English
    99.\"
    10 .TH "SMB\&.CONF" "5" "06/14/2011" "Samba 3\&.5" "File Formats and Conventions"
     10.TH "SMB\&.CONF" "5" "08/02/2011" "Samba 3\&.5" "File Formats and Conventions"
    1111.\" -----------------------------------------------------------------
    1212.\" * set default formatting
     
    19011901.RE
    19021902
     1903client use spnego principal (G)
     1904.\" client use spnego principal
     1905.PP
     1906.RS 4
     1907This parameter determines whether or not
     1908\fBsmbclient\fR(8)
     1909and other samba components acting as a client will attempt to use the server\-supplied principal sometimes given in the SPNEGO exchange\&.
     1910.sp
     1911If 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
     1913If 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
     1915Note 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
     1917Default:
     1918\fI\fIclient use spnego principal\fR\fR\fI = \fR\fIno\fR\fI \fR
     1919.RE
     1920
    19031921client use spnego (G)
    19041922.\" client use spnego
  • vendor/current/docs/manpages/smbcacls.1

    r597 r618  
    33.\"    Author: [see the "AUTHOR" section]
    44.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
    5 .\"      Date: 06/14/2011
     5.\"      Date: 08/02/2011
    66.\"    Manual: User Commands
    77.\"    Source: Samba 3.5
    88.\"  Language: English
    99.\"
    10 .TH "SMBCACLS" "1" "06/14/2011" "Samba 3\&.5" "User Commands"
     10.TH "SMBCACLS" "1" "08/02/2011" "Samba 3\&.5" "User Commands"
    1111.\" -----------------------------------------------------------------
    1212.\" * set default formatting
  • vendor/current/docs/manpages/smbclient.1

    r597 r618  
    33.\"    Author: [see the "AUTHOR" section]
    44.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
    5 .\"      Date: 06/14/2011
     5.\"      Date: 08/02/2011
    66.\"    Manual: User Commands
    77.\"    Source: Samba 3.5
    88.\"  Language: English
    99.\"
    10 .TH "SMBCLIENT" "1" "06/14/2011" "Samba 3\&.5" "User Commands"
     10.TH "SMBCLIENT" "1" "08/02/2011" "Samba 3\&.5" "User Commands"
    1111.\" -----------------------------------------------------------------
    1212.\" * set default formatting
  • vendor/current/docs/manpages/smbcontrol.1

    r597 r618  
    33.\"    Author: [see the "AUTHOR" section]
    44.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
    5 .\"      Date: 06/14/2011
     5.\"      Date: 08/02/2011
    66.\"    Manual: User Commands
    77.\"    Source: Samba 3.5
    88.\"  Language: English
    99.\"
    10 .TH "SMBCONTROL" "1" "06/14/2011" "Samba 3\&.5" "User Commands"
     10.TH "SMBCONTROL" "1" "08/02/2011" "Samba 3\&.5" "User Commands"
    1111.\" -----------------------------------------------------------------
    1212.\" * set default formatting
  • vendor/current/docs/manpages/smbcquotas.1

    r597 r618  
    33.\"    Author: [see the "AUTHOR" section]
    44.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
    5 .\"      Date: 06/14/2011
     5.\"      Date: 08/02/2011
    66.\"    Manual: User Commands
    77.\"    Source: Samba 3.5
    88.\"  Language: English
    99.\"
    10 .TH "SMBCQUOTAS" "1" "06/14/2011" "Samba 3\&.5" "User Commands"
     10.TH "SMBCQUOTAS" "1" "08/02/2011" "Samba 3\&.5" "User Commands"
    1111.\" -----------------------------------------------------------------
    1212.\" * set default formatting
  • vendor/current/docs/manpages/smbd.8

    r597 r618  
    33.\"    Author: [see the "AUTHOR" section]
    44.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
    5 .\"      Date: 06/14/2011
     5.\"      Date: 08/02/2011
    66.\"    Manual: System Administration tools
    77.\"    Source: Samba 3.5
    88.\"  Language: English
    99.\"
    10 .TH "SMBD" "8" "06/14/2011" "Samba 3\&.5" "System Administration tools"
     10.TH "SMBD" "8" "08/02/2011" "Samba 3\&.5" "System Administration tools"
    1111.\" -----------------------------------------------------------------
    1212.\" * set default formatting
  • vendor/current/docs/manpages/smbget.1

    r597 r618  
    33.\"    Author: [see the "AUTHOR" section]
    44.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
    5 .\"      Date: 06/14/2011
     5.\"      Date: 08/02/2011
    66.\"    Manual: User Commands
    77.\"    Source: Samba 3.5
    88.\"  Language: English
    99.\"
    10 .TH "SMBGET" "1" "06/14/2011" "Samba 3\&.5" "User Commands"
     10.TH "SMBGET" "1" "08/02/2011" "Samba 3\&.5" "User Commands"
    1111.\" -----------------------------------------------------------------
    1212.\" * set default formatting
  • vendor/current/docs/manpages/smbgetrc.5

    r597 r618  
    33.\"    Author: [see the "AUTHOR" section]
    44.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
    5 .\"      Date: 06/14/2011
     5.\"      Date: 08/02/2011
    66.\"    Manual: File Formats and Conventions
    77.\"    Source: Samba 3.5
    88.\"  Language: English
    99.\"
    10 .TH "SMBGETRC" "5" "06/14/2011" "Samba 3\&.5" "File Formats and Conventions"
     10.TH "SMBGETRC" "5" "08/02/2011" "Samba 3\&.5" "File Formats and Conventions"
    1111.\" -----------------------------------------------------------------
    1212.\" * set default formatting
  • vendor/current/docs/manpages/smbpasswd.5

    r597 r618  
    33.\"    Author: [see the "AUTHOR" section]
    44.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
    5 .\"      Date: 06/14/2011
     5.\"      Date: 08/02/2011
    66.\"    Manual: File Formats and Conventions
    77.\"    Source: Samba 3.5
    88.\"  Language: English
    99.\"
    10 .TH "SMBPASSWD" "5" "06/14/2011" "Samba 3\&.5" "File Formats and Conventions"
     10.TH "SMBPASSWD" "5" "08/02/2011" "Samba 3\&.5" "File Formats and Conventions"
    1111.\" -----------------------------------------------------------------
    1212.\" * set default formatting
  • vendor/current/docs/manpages/smbpasswd.8

    r597 r618  
    33.\"    Author: [see the "AUTHOR" section]
    44.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
    5 .\"      Date: 06/14/2011
     5.\"      Date: 08/02/2011
    66.\"    Manual: System Administration tools
    77.\"    Source: Samba 3.5
    88.\"  Language: English
    99.\"
    10 .TH "SMBPASSWD" "8" "06/14/2011" "Samba 3\&.5" "System Administration tools"
     10.TH "SMBPASSWD" "8" "08/02/2011" "Samba 3\&.5" "System Administration tools"
    1111.\" -----------------------------------------------------------------
    1212.\" * set default formatting
  • vendor/current/docs/manpages/smbspool.8

    r597 r618  
    33.\"    Author: [see the "AUTHOR" section]
    44.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
    5 .\"      Date: 06/14/2011
     5.\"      Date: 08/02/2011
    66.\"    Manual: System Administration tools
    77.\"    Source: Samba 3.5
    88.\"  Language: English
    99.\"
    10 .TH "SMBSPOOL" "8" "06/14/2011" "Samba 3\&.5" "System Administration tools"
     10.TH "SMBSPOOL" "8" "08/02/2011" "Samba 3\&.5" "System Administration tools"
    1111.\" -----------------------------------------------------------------
    1212.\" * set default formatting
  • vendor/current/docs/manpages/smbstatus.1

    r597 r618  
    33.\"    Author: [see the "AUTHOR" section]
    44.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
    5 .\"      Date: 06/14/2011
     5.\"      Date: 08/02/2011
    66.\"    Manual: User Commands
    77.\"    Source: Samba 3.5
    88.\"  Language: English
    99.\"
    10 .TH "SMBSTATUS" "1" "06/14/2011" "Samba 3\&.5" "User Commands"
     10.TH "SMBSTATUS" "1" "08/02/2011" "Samba 3\&.5" "User Commands"
    1111.\" -----------------------------------------------------------------
    1212.\" * set default formatting
  • vendor/current/docs/manpages/smbtar.1

    r597 r618  
    33.\"    Author: [see the "AUTHOR" section]
    44.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
    5 .\"      Date: 06/14/2011
     5.\"      Date: 08/02/2011
    66.\"    Manual: User Commands
    77.\"    Source: Samba 3.5
    88.\"  Language: English
    99.\"
    10 .TH "SMBTAR" "1" "06/14/2011" "Samba 3\&.5" "User Commands"
     10.TH "SMBTAR" "1" "08/02/2011" "Samba 3\&.5" "User Commands"
    1111.\" -----------------------------------------------------------------
    1212.\" * set default formatting
  • vendor/current/docs/manpages/smbtree.1

    r597 r618  
    33.\"    Author: [see the "AUTHOR" section]
    44.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
    5 .\"      Date: 06/14/2011
     5.\"      Date: 08/02/2011
    66.\"    Manual: User Commands
    77.\"    Source: Samba 3.5
    88.\"  Language: English
    99.\"
    10 .TH "SMBTREE" "1" "06/14/2011" "Samba 3\&.5" "User Commands"
     10.TH "SMBTREE" "1" "08/02/2011" "Samba 3\&.5" "User Commands"
    1111.\" -----------------------------------------------------------------
    1212.\" * set default formatting
  • vendor/current/docs/manpages/swat.8

    r597 r618  
    33.\"    Author: [see the "AUTHOR" section]
    44.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
    5 .\"      Date: 06/14/2011
     5.\"      Date: 08/02/2011
    66.\"    Manual: System Administration tools
    77.\"    Source: Samba 3.5
    88.\"  Language: English
    99.\"
    10 .TH "SWAT" "8" "06/14/2011" "Samba 3\&.5" "System Administration tools"
     10.TH "SWAT" "8" "08/02/2011" "Samba 3\&.5" "System Administration tools"
    1111.\" -----------------------------------------------------------------
    1212.\" * set default formatting
  • vendor/current/docs/manpages/tdbbackup.8

    r597 r618  
    33.\"    Author: [see the "AUTHOR" section]
    44.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
    5 .\"      Date: 06/14/2011
     5.\"      Date: 08/02/2011
    66.\"    Manual: System Administration tools
    77.\"    Source: Samba 3.5
    88.\"  Language: English
    99.\"
    10 .TH "TDBBACKUP" "8" "06/14/2011" "Samba 3\&.5" "System Administration tools"
     10.TH "TDBBACKUP" "8" "08/02/2011" "Samba 3\&.5" "System Administration tools"
    1111.\" -----------------------------------------------------------------
    1212.\" * set default formatting
  • vendor/current/docs/manpages/tdbdump.8

    r597 r618  
    33.\"    Author: [see the "AUTHOR" section]
    44.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
    5 .\"      Date: 06/14/2011
     5.\"      Date: 08/02/2011
    66.\"    Manual: System Administration tools
    77.\"    Source: Samba 3.5
    88.\"  Language: English
    99.\"
    10 .TH "TDBDUMP" "8" "06/14/2011" "Samba 3\&.5" "System Administration tools"
     10.TH "TDBDUMP" "8" "08/02/2011" "Samba 3\&.5" "System Administration tools"
    1111.\" -----------------------------------------------------------------
    1212.\" * set default formatting
  • vendor/current/docs/manpages/tdbtool.8

    r597 r618  
    33.\"    Author: [see the "AUTHOR" section]
    44.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
    5 .\"      Date: 06/14/2011
     5.\"      Date: 08/02/2011
    66.\"    Manual: System Administration tools
    77.\"    Source: Samba 3.5
    88.\"  Language: English
    99.\"
    10 .TH "TDBTOOL" "8" "06/14/2011" "Samba 3\&.5" "System Administration tools"
     10.TH "TDBTOOL" "8" "08/02/2011" "Samba 3\&.5" "System Administration tools"
    1111.\" -----------------------------------------------------------------
    1212.\" * set default formatting
  • vendor/current/docs/manpages/testparm.1

    r597 r618  
    33.\"    Author: [see the "AUTHOR" section]
    44.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
    5 .\"      Date: 06/14/2011
     5.\"      Date: 08/02/2011
    66.\"    Manual: User Commands
    77.\"    Source: Samba 3.5
    88.\"  Language: English
    99.\"
    10 .TH "TESTPARM" "1" "06/14/2011" "Samba 3\&.5" "User Commands"
     10.TH "TESTPARM" "1" "08/02/2011" "Samba 3\&.5" "User Commands"
    1111.\" -----------------------------------------------------------------
    1212.\" * set default formatting
  • vendor/current/docs/manpages/umount.cifs.8

    r597 r618  
    33.\"    Author: [see the "AUTHOR" section]
    44.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
    5 .\"      Date: 06/14/2011
     5.\"      Date: 08/02/2011
    66.\"    Manual: System Administration tools
    77.\"    Source: Samba 3.5
    88.\"  Language: English
    99.\"
    10 .TH "UMOUNT\&.CIFS" "8" "06/14/2011" "Samba 3\&.5" "System Administration tools"
     10.TH "UMOUNT\&.CIFS" "8" "08/02/2011" "Samba 3\&.5" "System Administration tools"
    1111.\" -----------------------------------------------------------------
    1212.\" * set default formatting
  • vendor/current/docs/manpages/vfs_acl_tdb.8

    r597 r618  
    33.\"    Author: [see the "AUTHOR" section]
    44.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
    5 .\"      Date: 06/14/2011
     5.\"      Date: 08/02/2011
    66.\"    Manual: System Administration tools
    77.\"    Source: Samba 3.5
    88.\"  Language: English
    99.\"
    10 .TH "VFS_ACL_TDB" "8" "06/14/2011" "Samba 3\&.5" "System Administration tools"
     10.TH "VFS_ACL_TDB" "8" "08/02/2011" "Samba 3\&.5" "System Administration tools"
    1111.\" -----------------------------------------------------------------
    1212.\" * set default formatting
  • vendor/current/docs/manpages/vfs_acl_xattr.8

    r597 r618  
    33.\"    Author: [see the "AUTHOR" section]
    44.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
    5 .\"      Date: 06/14/2011
     5.\"      Date: 08/02/2011
    66.\"    Manual: System Administration tools
    77.\"    Source: Samba 3.5
    88.\"  Language: English
    99.\"
    10 .TH "VFS_ACL_XATTR" "8" "06/14/2011" "Samba 3\&.5" "System Administration tools"
     10.TH "VFS_ACL_XATTR" "8" "08/02/2011" "Samba 3\&.5" "System Administration tools"
    1111.\" -----------------------------------------------------------------
    1212.\" * set default formatting
  • vendor/current/docs/manpages/vfs_audit.8

    r597 r618  
    33.\"    Author: [see the "AUTHOR" section]
    44.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
    5 .\"      Date: 06/14/2011
     5.\"      Date: 08/02/2011
    66.\"    Manual: System Administration tools
    77.\"    Source: Samba 3.5
    88.\"  Language: English
    99.\"
    10 .TH "VFS_AUDIT" "8" "06/14/2011" "Samba 3\&.5" "System Administration tools"
     10.TH "VFS_AUDIT" "8" "08/02/2011" "Samba 3\&.5" "System Administration tools"
    1111.\" -----------------------------------------------------------------
    1212.\" * set default formatting
  • vendor/current/docs/manpages/vfs_cacheprime.8

    r597 r618  
    33.\"    Author: [see the "AUTHOR" section]
    44.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
    5 .\"      Date: 06/14/2011
     5.\"      Date: 08/02/2011
    66.\"    Manual: System Administration tools
    77.\"    Source: Samba 3.5
    88.\"  Language: English
    99.\"
    10 .TH "VFS_CACHEPRIME" "8" "06/14/2011" "Samba 3\&.5" "System Administration tools"
     10.TH "VFS_CACHEPRIME" "8" "08/02/2011" "Samba 3\&.5" "System Administration tools"
    1111.\" -----------------------------------------------------------------
    1212.\" * set default formatting
  • vendor/current/docs/manpages/vfs_cap.8

    r597 r618  
    33.\"    Author: [see the "AUTHOR" section]
    44.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
    5 .\"      Date: 06/14/2011
     5.\"      Date: 08/02/2011
    66.\"    Manual: System Administration tools
    77.\"    Source: Samba 3.5
    88.\"  Language: English
    99.\"
    10 .TH "VFS_CAP" "8" "06/14/2011" "Samba 3\&.5" "System Administration tools"
     10.TH "VFS_CAP" "8" "08/02/2011" "Samba 3\&.5" "System Administration tools"
    1111.\" -----------------------------------------------------------------
    1212.\" * set default formatting
  • vendor/current/docs/manpages/vfs_catia.8

    r597 r618  
    33.\"    Author: [see the "AUTHOR" section]
    44.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
    5 .\"      Date: 06/14/2011
     5.\"      Date: 08/02/2011
    66.\"    Manual: System Administration tools
    77.\"    Source: Samba 3.5
    88.\"  Language: English
    99.\"
    10 .TH "VFS_CATIA" "8" "06/14/2011" "Samba 3\&.5" "System Administration tools"
     10.TH "VFS_CATIA" "8" "08/02/2011" "Samba 3\&.5" "System Administration tools"
    1111.\" -----------------------------------------------------------------
    1212.\" * set default formatting
  • vendor/current/docs/manpages/vfs_commit.8

    r597 r618  
    33.\"    Author: [see the "AUTHOR" section]
    44.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
    5 .\"      Date: 06/14/2011
     5.\"      Date: 08/02/2011
    66.\"    Manual: System Administration tools
    77.\"    Source: Samba 3.5
    88.\"  Language: English
    99.\"
    10 .TH "VFS_COMMIT" "8" "06/14/2011" "Samba 3\&.5" "System Administration tools"
     10.TH "VFS_COMMIT" "8" "08/02/2011" "Samba 3\&.5" "System Administration tools"
    1111.\" -----------------------------------------------------------------
    1212.\" * set default formatting
  • vendor/current/docs/manpages/vfs_default_quota.8

    r597 r618  
    33.\"    Author: [see the "AUTHOR" section]
    44.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
    5 .\"      Date: 06/14/2011
     5.\"      Date: 08/02/2011
    66.\"    Manual: System Administration tools
    77.\"    Source: Samba 3.5
    88.\"  Language: English
    99.\"
    10 .TH "VFS_DEFAULT_QUOTA" "8" "06/14/2011" "Samba 3\&.5" "System Administration tools"
     10.TH "VFS_DEFAULT_QUOTA" "8" "08/02/2011" "Samba 3\&.5" "System Administration tools"
    1111.\" -----------------------------------------------------------------
    1212.\" * set default formatting
  • vendor/current/docs/manpages/vfs_dirsort.8

    r597 r618  
    33.\"    Author: [see the "AUTHOR" section]
    44.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
    5 .\"      Date: 06/14/2011
     5.\"      Date: 08/02/2011
    66.\"    Manual: System Administration tools
    77.\"    Source: Samba 3.5
    88.\"  Language: English
    99.\"
    10 .TH "VFS_DIRSORT" "8" "06/14/2011" "Samba 3\&.5" "System Administration tools"
     10.TH "VFS_DIRSORT" "8" "08/02/2011" "Samba 3\&.5" "System Administration tools"
    1111.\" -----------------------------------------------------------------
    1212.\" * set default formatting
  • vendor/current/docs/manpages/vfs_extd_audit.8

    r597 r618  
    33.\"    Author: [see the "AUTHOR" section]
    44.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
    5 .\"      Date: 06/14/2011
     5.\"      Date: 08/02/2011
    66.\"    Manual: System Administration tools
    77.\"    Source: Samba 3.5
    88.\"  Language: English
    99.\"
    10 .TH "VFS_EXTD_AUDIT" "8" "06/14/2011" "Samba 3\&.5" "System Administration tools"
     10.TH "VFS_EXTD_AUDIT" "8" "08/02/2011" "Samba 3\&.5" "System Administration tools"
    1111.\" -----------------------------------------------------------------
    1212.\" * set default formatting
  • vendor/current/docs/manpages/vfs_fake_perms.8

    r597 r618  
    33.\"    Author: [see the "AUTHOR" section]
    44.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
    5 .\"      Date: 06/14/2011
     5.\"      Date: 08/02/2011
    66.\"    Manual: System Administration tools
    77.\"    Source: Samba 3.5
    88.\"  Language: English
    99.\"
    10 .TH "VFS_FAKE_PERMS" "8" "06/14/2011" "Samba 3\&.5" "System Administration tools"
     10.TH "VFS_FAKE_PERMS" "8" "08/02/2011" "Samba 3\&.5" "System Administration tools"
    1111.\" -----------------------------------------------------------------
    1212.\" * set default formatting
  • vendor/current/docs/manpages/vfs_fileid.8

    r597 r618  
    33.\"    Author: [see the "AUTHOR" section]
    44.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
    5 .\"      Date: 06/14/2011
     5.\"      Date: 08/02/2011
    66.\"    Manual: System Administration tools
    77.\"    Source: Samba 3.5
    88.\"  Language: English
    99.\"
    10 .TH "VFS_FILEID" "8" "06/14/2011" "Samba 3\&.5" "System Administration tools"
     10.TH "VFS_FILEID" "8" "08/02/2011" "Samba 3\&.5" "System Administration tools"
    1111.\" -----------------------------------------------------------------
    1212.\" * set default formatting
  • vendor/current/docs/manpages/vfs_full_audit.8

    r597 r618  
    33.\"    Author: [see the "AUTHOR" section]
    44.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
    5 .\"      Date: 06/14/2011
     5.\"      Date: 08/02/2011
    66.\"    Manual: System Administration tools
    77.\"    Source: Samba 3.5
    88.\"  Language: English
    99.\"
    10 .TH "VFS_FULL_AUDIT" "8" "06/14/2011" "Samba 3\&.5" "System Administration tools"
     10.TH "VFS_FULL_AUDIT" "8" "08/02/2011" "Samba 3\&.5" "System Administration tools"
    1111.\" -----------------------------------------------------------------
    1212.\" * set default formatting
  • vendor/current/docs/manpages/vfs_gpfs.8

    r597 r618  
    33.\"    Author: [see the "AUTHOR" section]
    44.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
    5 .\"      Date: 06/14/2011
     5.\"      Date: 08/02/2011
    66.\"    Manual: System Administration tools
    77.\"    Source: Samba 3.5
    88.\"  Language: English
    99.\"
    10 .TH "VFS_GPFS" "8" "06/14/2011" "Samba 3\&.5" "System Administration tools"
     10.TH "VFS_GPFS" "8" "08/02/2011" "Samba 3\&.5" "System Administration tools"
    1111.\" -----------------------------------------------------------------
    1212.\" * set default formatting
  • vendor/current/docs/manpages/vfs_netatalk.8

    r597 r618  
    33.\"    Author: [see the "AUTHOR" section]
    44.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
    5 .\"      Date: 06/14/2011
     5.\"      Date: 08/02/2011
    66.\"    Manual: System Administration tools
    77.\"    Source: Samba 3.5
    88.\"  Language: English
    99.\"
    10 .TH "VFS_NETATALK" "8" "06/14/2011" "Samba 3\&.5" "System Administration tools"
     10.TH "VFS_NETATALK" "8" "08/02/2011" "Samba 3\&.5" "System Administration tools"
    1111.\" -----------------------------------------------------------------
    1212.\" * set default formatting
  • vendor/current/docs/manpages/vfs_notify_fam.8

    r597 r618  
    33.\"    Author: [see the "AUTHOR" section]
    44.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
    5 .\"      Date: 06/14/2011
     5.\"      Date: 08/02/2011
    66.\"    Manual: System Administration tools
    77.\"    Source: Samba 3.5
    88.\"  Language: English
    99.\"
    10 .TH "VFS_NOTIFY_FAM" "8" "06/14/2011" "Samba 3\&.5" "System Administration tools"
     10.TH "VFS_NOTIFY_FAM" "8" "08/02/2011" "Samba 3\&.5" "System Administration tools"
    1111.\" -----------------------------------------------------------------
    1212.\" * set default formatting
  • vendor/current/docs/manpages/vfs_prealloc.8

    r597 r618  
    33.\"    Author: [see the "AUTHOR" section]
    44.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
    5 .\"      Date: 06/14/2011
     5.\"      Date: 08/02/2011
    66.\"    Manual: System Administration tools
    77.\"    Source: Samba 3.5
    88.\"  Language: English
    99.\"
    10 .TH "VFS_PREALLOC" "8" "06/14/2011" "Samba 3\&.5" "System Administration tools"
     10.TH "VFS_PREALLOC" "8" "08/02/2011" "Samba 3\&.5" "System Administration tools"
    1111.\" -----------------------------------------------------------------
    1212.\" * set default formatting
  • vendor/current/docs/manpages/vfs_preopen.8

    r597 r618  
    33.\"    Author: [see the "AUTHOR" section]
    44.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
    5 .\"      Date: 06/14/2011
     5.\"      Date: 08/02/2011
    66.\"    Manual: System Administration tools
    77.\"    Source: Samba 3.5
    88.\"  Language: English
    99.\"
    10 .TH "VFS_PREOPEN" "8" "06/14/2011" "Samba 3\&.5" "System Administration tools"
     10.TH "VFS_PREOPEN" "8" "08/02/2011" "Samba 3\&.5" "System Administration tools"
    1111.\" -----------------------------------------------------------------
    1212.\" * set default formatting
  • vendor/current/docs/manpages/vfs_readahead.8

    r597 r618  
    33.\"    Author: [see the "AUTHOR" section]
    44.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
    5 .\"      Date: 06/14/2011
     5.\"      Date: 08/02/2011
    66.\"    Manual: System Administration tools
    77.\"    Source: Samba 3.5
    88.\"  Language: English
    99.\"
    10 .TH "VFS_READAHEAD" "8" "06/14/2011" "Samba 3\&.5" "System Administration tools"
     10.TH "VFS_READAHEAD" "8" "08/02/2011" "Samba 3\&.5" "System Administration tools"
    1111.\" -----------------------------------------------------------------
    1212.\" * set default formatting
  • vendor/current/docs/manpages/vfs_readonly.8

    r597 r618  
    33.\"    Author: [see the "AUTHOR" section]
    44.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
    5 .\"      Date: 06/14/2011
     5.\"      Date: 08/02/2011
    66.\"    Manual: System Administration tools
    77.\"    Source: Samba 3.5
    88.\"  Language: English
    99.\"
    10 .TH "VFS_READONLY" "8" "06/14/2011" "Samba 3\&.5" "System Administration tools"
     10.TH "VFS_READONLY" "8" "08/02/2011" "Samba 3\&.5" "System Administration tools"
    1111.\" -----------------------------------------------------------------
    1212.\" * set default formatting
  • vendor/current/docs/manpages/vfs_recycle.8

    r597 r618  
    33.\"    Author: [see the "AUTHOR" section]
    44.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
    5 .\"      Date: 06/14/2011
     5.\"      Date: 08/02/2011
    66.\"    Manual: System Administration tools
    77.\"    Source: Samba 3.5
    88.\"  Language: English
    99.\"
    10 .TH "VFS_RECYCLE" "8" "06/14/2011" "Samba 3\&.5" "System Administration tools"
     10.TH "VFS_RECYCLE" "8" "08/02/2011" "Samba 3\&.5" "System Administration tools"
    1111.\" -----------------------------------------------------------------
    1212.\" * set default formatting
  • vendor/current/docs/manpages/vfs_scannedonly.8

    r597 r618  
    33.\"    Author: [see the "AUTHOR" section]
    44.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
    5 .\"      Date: 06/14/2011
     5.\"      Date: 08/02/2011
    66.\"    Manual: System Administration tools
    77.\"    Source: Samba 3.5
    88.\"  Language: English
    99.\"
    10 .TH "VFS_SCANNEDONLY" "8" "06/14/2011" "Samba 3\&.5" "System Administration tools"
     10.TH "VFS_SCANNEDONLY" "8" "08/02/2011" "Samba 3\&.5" "System Administration tools"
    1111.\" -----------------------------------------------------------------
    1212.\" * set default formatting
  • vendor/current/docs/manpages/vfs_shadow_copy.8

    r597 r618  
    33.\"    Author: [see the "AUTHOR" section]
    44.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
    5 .\"      Date: 06/14/2011
     5.\"      Date: 08/02/2011
    66.\"    Manual: System Administration tools
    77.\"    Source: Samba 3.5
    88.\"  Language: English
    99.\"
    10 .TH "VFS_SHADOW_COPY" "8" "06/14/2011" "Samba 3\&.5" "System Administration tools"
     10.TH "VFS_SHADOW_COPY" "8" "08/02/2011" "Samba 3\&.5" "System Administration tools"
    1111.\" -----------------------------------------------------------------
    1212.\" * set default formatting
  • vendor/current/docs/manpages/vfs_shadow_copy2.8

    r597 r618  
    33.\"    Author: [see the "AUTHOR" section]
    44.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
    5 .\"      Date: 06/14/2011
     5.\"      Date: 08/02/2011
    66.\"    Manual: System Administration tools
    77.\"    Source: Samba 3.5
    88.\"  Language: English
    99.\"
    10 .TH "VFS_SHADOW_COPY2" "8" "06/14/2011" "Samba 3\&.5" "System Administration tools"
     10.TH "VFS_SHADOW_COPY2" "8" "08/02/2011" "Samba 3\&.5" "System Administration tools"
    1111.\" -----------------------------------------------------------------
    1212.\" * set default formatting
  • vendor/current/docs/manpages/vfs_smb_traffic_analyzer.8

    r597 r618  
    33.\"    Author: [see the "AUTHOR" section]
    44.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
    5 .\"      Date: 06/14/2011
     5.\"      Date: 08/02/2011
    66.\"    Manual: System Administration tools
    77.\"    Source: Samba 3.5
    88.\"  Language: English
    99.\"
    10 .TH "SMB_TRAFFIC_ANALYZER" "8" "06/14/2011" "Samba 3\&.5" "System Administration tools"
     10.TH "SMB_TRAFFIC_ANALYZER" "8" "08/02/2011" "Samba 3\&.5" "System Administration tools"
    1111.\" -----------------------------------------------------------------
    1212.\" * set default formatting
  • vendor/current/docs/manpages/vfs_streams_depot.8

    r597 r618  
    33.\"    Author: [see the "AUTHOR" section]
    44.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
    5 .\"      Date: 06/14/2011
     5.\"      Date: 08/02/2011
    66.\"    Manual: System Administration tools
    77.\"    Source: Samba 3.5
    88.\"  Language: English
    99.\"
    10 .TH "VFS_STREAMS_DEPOT" "8" "06/14/2011" "Samba 3\&.5" "System Administration tools"
     10.TH "VFS_STREAMS_DEPOT" "8" "08/02/2011" "Samba 3\&.5" "System Administration tools"
    1111.\" -----------------------------------------------------------------
    1212.\" * set default formatting
  • vendor/current/docs/manpages/vfs_streams_xattr.8

    r597 r618  
    33.\"    Author: [see the "AUTHOR" section]
    44.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
    5 .\"      Date: 06/14/2011
     5.\"      Date: 08/02/2011
    66.\"    Manual: System Administration tools
    77.\"    Source: Samba 3.5
    88.\"  Language: English
    99.\"
    10 .TH "VFS_STREAMS_XATTR" "8" "06/14/2011" "Samba 3\&.5" "System Administration tools"
     10.TH "VFS_STREAMS_XATTR" "8" "08/02/2011" "Samba 3\&.5" "System Administration tools"
    1111.\" -----------------------------------------------------------------
    1212.\" * set default formatting
  • vendor/current/docs/manpages/vfs_xattr_tdb.8

    r597 r618  
    33.\"    Author: [see the "AUTHOR" section]
    44.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
    5 .\"      Date: 06/14/2011
     5.\"      Date: 08/02/2011
    66.\"    Manual: System Administration tools
    77.\"    Source: Samba 3.5
    88.\"  Language: English
    99.\"
    10 .TH "VFS_XATTR_TDB" "8" "06/14/2011" "Samba 3\&.5" "System Administration tools"
     10.TH "VFS_XATTR_TDB" "8" "08/02/2011" "Samba 3\&.5" "System Administration tools"
    1111.\" -----------------------------------------------------------------
    1212.\" * set default formatting
  • vendor/current/docs/manpages/vfstest.1

    r597 r618  
    33.\"    Author: [see the "AUTHOR" section]
    44.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
    5 .\"      Date: 06/14/2011
     5.\"      Date: 08/02/2011
    66.\"    Manual: User Commands
    77.\"    Source: Samba 3.5
    88.\"  Language: English
    99.\"
    10 .TH "VFSTEST" "1" "06/14/2011" "Samba 3\&.5" "User Commands"
     10.TH "VFSTEST" "1" "08/02/2011" "Samba 3\&.5" "User Commands"
    1111.\" -----------------------------------------------------------------
    1212.\" * set default formatting
  • vendor/current/docs/manpages/wbinfo.1

    r597 r618  
    33.\"    Author: [see the "AUTHOR" section]
    44.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
    5 .\"      Date: 06/14/2011
     5.\"      Date: 08/02/2011
    66.\"    Manual: User Commands
    77.\"    Source: Samba 3.5
    88.\"  Language: English
    99.\"
    10 .TH "WBINFO" "1" "06/14/2011" "Samba 3\&.5" "User Commands"
     10.TH "WBINFO" "1" "08/02/2011" "Samba 3\&.5" "User Commands"
    1111.\" -----------------------------------------------------------------
    1212.\" * set default formatting
  • vendor/current/docs/manpages/winbind_krb5_locator.7

    r597 r618  
    33.\"    Author: [see the "AUTHOR" section]
    44.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
    5 .\"      Date: 06/14/2011
     5.\"      Date: 08/02/2011
    66.\"    Manual: 7
    77.\"    Source: Samba 3.5
    88.\"  Language: English
    99.\"
    10 .TH "WINBIND_KRB5_LOCATOR" "7" "06/14/2011" "Samba 3\&.5" "7"
     10.TH "WINBIND_KRB5_LOCATOR" "7" "08/02/2011" "Samba 3\&.5" "7"
    1111.\" -----------------------------------------------------------------
    1212.\" * set default formatting
  • vendor/current/docs/manpages/winbindd.8

    r597 r618  
    33.\"    Author: [see the "AUTHOR" section]
    44.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
    5 .\"      Date: 06/14/2011
     5.\"      Date: 08/02/2011
    66.\"    Manual: System Administration tools
    77.\"    Source: Samba 3.5
    88.\"  Language: English
    99.\"
    10 .TH "WINBINDD" "8" "06/14/2011" "Samba 3\&.5" "System Administration tools"
     10.TH "WINBINDD" "8" "08/02/2011" "Samba 3\&.5" "System Administration tools"
    1111.\" -----------------------------------------------------------------
    1212.\" * set default formatting
  • vendor/current/lib/replace/system/config.m4

    r414 r618  
    22AC_HEADER_DIRENT
    33AC_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)
     4AC_CHECK_HEADERS(sys/acl.h acl/libacl.h sys/file.h)
    55
    66# select
  • vendor/current/lib/replace/system/filesys.h

    r414 r618  
    7878#endif
    7979
     80#ifdef HAVE_SYS_FILE_H
    8081#include <sys/file.h>
     82#endif
    8183
    8284#ifdef HAVE_FCNTL_H
  • vendor/current/lib/replace/system/wait.h

    r414 r618  
    4545#endif
    4646
    47 #ifndef SA_RESETHAND
    48 #define SA_RESETHAND SA_ONESHOT
    49 #endif
    50 
    5147#if !defined(HAVE_SIG_ATOMIC_T_TYPE)
    5248typedef int sig_atomic_t;
  • vendor/current/lib/tevent/testsuite.c

    r414 r618  
    102102        se1 = event_add_signal(ev_ctx, ev_ctx, SIGALRM, SA_RESTART, count_handler, &alarm_count);
    103103#endif
     104#ifdef SA_RESETHAND
    104105        se2 = event_add_signal(ev_ctx, ev_ctx, SIGALRM, SA_RESETHAND, count_handler, &alarm_count);
     106#endif
    105107#ifdef SA_SIGINFO
    106108        se3 = event_add_signal(ev_ctx, ev_ctx, SIGUSR1, SA_SIGINFO, count_handler, &info_count);
  • vendor/current/lib/tevent/tevent_signal.c

    r427 r618  
    356356                                                    se->private_data);
    357357                                }
     358#ifdef SA_RESETHAND
    358359                                if (se->sa_flags & SA_RESETHAND) {
    359360                                        talloc_free(se);
    360361                                }
     362#endif
    361363                                continue;
    362364                        }
    363365#endif
    364366                        se->handler(ev, se, i, count, NULL, se->private_data);
     367#ifdef SA_RESETHAND
    365368                        if (se->sa_flags & SA_RESETHAND) {
    366369                                talloc_free(se);
    367370                        }
     371#endif
    368372                }
    369373
  • vendor/current/packaging/RHEL-CTDB/samba.spec

    r615 r618  
    66Packager: Samba Team <samba@samba.org>
    77Name:         samba
    8 Version:      3.5.10
     8Version:      3.5.11
    99Release:      1GITHASH
    1010Epoch:        0
  • vendor/current/packaging/RHEL/makerpms.sh

    r615 r618  
    2121USERID=`id -u`
    2222GRPID=`id -g`
    23 VERSION='3.5.10'
     23VERSION='3.5.11'
    2424REVISION=''
    2525SPECFILE="samba.spec"
  • vendor/current/packaging/RHEL/samba.spec

    r615 r618  
    66Packager: Samba Team <samba@samba.org>
    77Name:         samba
    8 Version:      3.5.10
     8Version:      3.5.11
    99Release:      1
    1010Epoch:        0
  • vendor/current/source3/VERSION

    r615 r618  
    2626SAMBA_VERSION_MAJOR=3
    2727SAMBA_VERSION_MINOR=5
    28 SAMBA_VERSION_RELEASE=10
     28SAMBA_VERSION_RELEASE=11
    2929
    3030########################################################
  • vendor/current/source3/configure

    r597 r618  
    96229622done
    96239623
    9624 for ac_header in sys/acl.h acl/libacl.h
     9624for ac_header in sys/acl.h acl/libacl.h sys/file.h
    96259625do :
    96269626  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
     
    1633016330
    1633116331$as_echo "#define HAVE_STAT_DOS_FLAGS 1" >>confdefs.h
     16332
     16333fi
     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; }
     16337if test "${samba_cv_function_attribute_destructor+set}" = set; then :
     16338  $as_echo_n "(cached) " >&6
     16339else
     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
     16348if ac_fn_c_try_compile "$LINENO"; then :
     16349  samba_cv_function_attribute_destructor=yes
     16350fi
     16351rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     16352
     16353fi
     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
     16357if test x"$samba_cv_function_attribute_destructor" = xyes ; then
     16358
     16359$as_echo "#define HAVE_FUNCTION_ATTRIBUTE_DESTRUCTOR 1" >>confdefs.h
    1633216360
    1633316361fi
  • vendor/current/source3/configure.in

    r597 r618  
    13321332fi
    13331333
     1334AC_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
     1345if 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))])
     1348fi
     1349
    13341350#####################################
    13351351# needed for SRV lookups
  • vendor/current/source3/include/config.h.in

    r597 r618  
    707707/* Truncate extend */
    708708#undef HAVE_FTRUNCATE_EXTEND
     709
     710/* whether we can compile with __attribute__((destructor)) */
     711#undef HAVE_FUNCTION_ATTRIBUTE_DESTRUCTOR
    709712
    710713/* Whether there is a __FUNCTION__ macro */
  • vendor/current/source3/include/version.h

    r615 r618  
    22#define SAMBA_VERSION_MAJOR 3
    33#define SAMBA_VERSION_MINOR 5
    4 #define SAMBA_VERSION_RELEASE 10
    5 #define SAMBA_VERSION_OFFICIAL_STRING "3.5.10"
     4#define SAMBA_VERSION_RELEASE 11
     5#define SAMBA_VERSION_OFFICIAL_STRING "3.5.11"
    66#ifdef SAMBA_VERSION_VENDOR_FUNCTION
    77#  define SAMBA_VERSION_STRING SAMBA_VERSION_VENDOR_FUNCTION
  • vendor/current/source3/lib/smbldap.c

    r414 r618  
    10941094 connect to the ldap server under system privilege.
    10951095******************************************************************/
    1096 static int smbldap_connect_system(struct smbldap_state *ldap_state, LDAP * ldap_struct)
    1097 {
     1096static int smbldap_connect_system(struct smbldap_state *ldap_state)
     1097{
     1098        LDAP *ldap_struct = ldap_state->ldap_struct;
    10981099        int rc;
    10991100        int version;
     
    11061107                if (!fetch_ldap_pw(&bind_dn, &bind_secret)) {
    11071108                        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;
    11091111                }
    11101112                smbldap_set_creds(ldap_state, false, bind_dn, bind_secret);
     
    11521154                SAFE_FREE(ld_error);
    11531155                ldap_state->num_failures++;
    1154                 return rc;
     1156                goto done;
    11551157        }
    11561158
     
    11671169        DEBUGADD(10, ("ldap_connect_system: LDAP server %s support paged results\n",
    11681170                ldap_state->paged_results ? "does" : "does not"));
     1171done:
     1172        if (rc != 0) {
     1173                ldap_unbind(ldap_struct);
     1174                ldap_state->ldap_struct = NULL;
     1175        }
    11691176        return rc;
    11701177}
     
    12211228        }
    12221229
    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))) {
    12261231                return rc;
    12271232        }
     
    12351240        if (ldap_state->event_context != NULL) {
    12361241                ldap_state->idle_event = event_add_timed(
    1237                         ldap_state->event_context, NULL,
     1242                        ldap_state->event_context, ldap_state,
    12381243                        timeval_current_ofs(SMBLDAP_IDLE_TIME, 0),
    12391244                        smbldap_idle_fn, ldap_state);
     
    12591264
    12601265        smbldap_delete_state(ldap_state);
     1266
     1267        TALLOC_FREE(ldap_state->idle_event);
    12611268
    12621269        DEBUG(5,("The connection to the LDAP server was closed\n"));
     
    17461753
    17471754                state->idle_event = event_add_timed(
    1748                         event_ctx, NULL,
     1755                        event_ctx, state,
    17491756                        timeval_add(&now, SMBLDAP_IDLE_TIME, 0),
    17501757                        smbldap_idle_fn,
     
    17721779        SAFE_FREE((*ldap_state)->bind_secret);
    17731780
    1774         TALLOC_FREE((*ldap_state)->idle_event);
    1775 
    1776         *ldap_state = NULL;
     1781        TALLOC_FREE(*ldap_state);
    17771782
    17781783        /* No need to free any further, as it is talloc()ed */
     1784}
     1785
     1786static int smbldap_state_destructor(struct smbldap_state *state)
     1787{
     1788        smbldap_free_struct(&state);
     1789        return 0;
    17791790}
    17801791
     
    18021813        (*smbldap_state)->event_context = event_ctx;
    18031814
     1815        talloc_set_destructor(*smbldap_state, smbldap_state_destructor);
    18041816        return NT_STATUS_OK;
    18051817}
  • vendor/current/source3/librpc/gen_ndr/cli_wbint.c

    r594 r618  
    25092509                                                struct tevent_context *ev,
    25102510                                                struct rpc_pipe_client *cli,
     2511                                                struct dom_sid *_domain_sid /* [in] [ref] */,
    25112512                                                struct wbint_RidArray *_rids /* [in] [ref] */,
    25122513                                                const char **_domain_name /* [out] [ref,charset(UTF8)] */,
     
    25262527
    25272528        /* In parameters */
     2529        state->orig.in.domain_sid = _domain_sid;
    25282530        state->orig.in.rids = _rids;
    25292531
     
    26152617NTSTATUS rpccli_wbint_LookupRids(struct rpc_pipe_client *cli,
    26162618                                 TALLOC_CTX *mem_ctx,
     2619                                 struct dom_sid *domain_sid /* [in] [ref] */,
    26172620                                 struct wbint_RidArray *rids /* [in] [ref] */,
    26182621                                 const char **domain_name /* [out] [ref,charset(UTF8)] */,
     
    26232626
    26242627        /* In parameters */
     2628        r.in.domain_sid = domain_sid;
    26252629        r.in.rids = rids;
    26262630
  • vendor/current/source3/librpc/gen_ndr/cli_wbint.h

    r594 r618  
    224224                                                struct tevent_context *ev,
    225225                                                struct rpc_pipe_client *cli,
     226                                                struct dom_sid *_domain_sid /* [in] [ref] */,
    226227                                                struct wbint_RidArray *_rids /* [in] [ref] */,
    227228                                                const char **_domain_name /* [out] [ref,charset(UTF8)] */,
     
    232233NTSTATUS rpccli_wbint_LookupRids(struct rpc_pipe_client *cli,
    233234                                 TALLOC_CTX *mem_ctx,
     235                                 struct dom_sid *domain_sid /* [in] [ref] */,
    234236                                 struct wbint_RidArray *rids /* [in] [ref] */,
    235237                                 const char **domain_name /* [out] [ref,charset(UTF8)] */,
  • vendor/current/source3/librpc/gen_ndr/ndr_wbint.c

    r594 r618  
    20772077{
    20782078        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));
    20792083                if (r->in.rids == NULL) {
    20802084                        return ndr_push_error(ndr, NDR_ERR_INVALID_POINTER, "NULL [ref] pointer");
     
    21052109{
    21062110        uint32_t _ptr_domain_name;
     2111        TALLOC_CTX *_mem_save_domain_sid_0;
    21072112        TALLOC_CTX *_mem_save_rids_0;
    21082113        TALLOC_CTX *_mem_save_domain_name_0;
     
    21122117                ZERO_STRUCT(r->out);
    21132118
     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);
    21142126                if (ndr->flags & LIBNDR_FLAG_REF_ALLOC) {
    21152127                        NDR_PULL_ALLOC(ndr, r->in.rids);
     
    21712183                ndr_print_struct(ndr, "in", "wbint_LookupRids");
    21722184                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--;
    21732189                ndr_print_ptr(ndr, "rids", r->in.rids);
    21742190                ndr->depth++;
  • vendor/current/source3/librpc/gen_ndr/wbint.h

    r594 r618  
    277277struct wbint_LookupRids {
    278278        struct {
     279                struct dom_sid *domain_sid;/* [ref] */
    279280                struct wbint_RidArray *rids;/* [ref] */
    280281        } in;
  • vendor/current/source3/librpc/idl/wbint.idl

    r594 r618  
    141141
    142142    NTSTATUS wbint_LookupRids(
     143        [in] dom_sid *domain_sid,
    143144        [in] wbint_RidArray *rids,
    144145        [out,string,charset(UTF8)] char **domain_name,
  • vendor/current/source3/nmbd/nmbd_packets.c

    r591 r618  
    17301730                if (subrec->nmb_sock < 0 || subrec->nmb_sock >= FD_SETSIZE) {
    17311731                        /* 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                }
    17371738
    17381739                if (subrec->nmb_bcast < 0 || subrec->nmb_bcast >= FD_SETSIZE) {
    17391740                        /* 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                }
    17451749        }
    17461750
     
    17621766                if (subrec->dgram_sock < 0 || subrec->dgram_sock >= FD_SETSIZE) {
    17631767                        /* 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                }
    17691774
    17701775                if (subrec->dgram_bcast < 0 || subrec->dgram_bcast >= FD_SETSIZE) {
    17711776                        /* 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);
    17801788
    17811789        *listen_number = count;
  • vendor/current/source3/nmbd/nmbd_subnetdb.c

    r414 r618  
    5656void close_subnet(struct subnet_record *subrec)
    5757{
     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        }
    5866        if (subrec->dgram_sock != -1) {
    5967                close(subrec->dgram_sock);
    6068                subrec->dgram_sock = -1;
    6169        }
    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;
    6573        }
    6674
  • vendor/current/source3/smbd/file_access.c

    r414 r618  
    7676        if (!CAN_WRITE(conn)) {
    7777                return False;
     78        }
     79
     80        if (!lp_acl_check_permissions(SNUM(conn))) {
     81                /* This option means don't check. */
     82                return true;
    7883        }
    7984
  • vendor/current/source3/smbd/negprot.c

    r414 r618  
    383383                        return;
    384384                }
     385                p += ret;
    385386                DEBUG(3,("not using SPNEGO\n"));
    386387        } else {
  • vendor/current/source3/smbd/open.c

    r597 r618  
    8686        NTSTATUS status;
    8787        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        }
    8898
    8999        status = SMB_VFS_GET_NT_ACL(conn, smb_fname->base_name,
     
    29682978        /* Setting FILE_SHARE_DELETE is the hint. */
    29692979
    2970         if (lp_acl_check_permissions(SNUM(conn))
    2971             && (create_disposition != FILE_CREATE)
     2980        if ((create_disposition != FILE_CREATE)
    29722981            && (access_mask & DELETE_ACCESS)
    29732982            && (!(can_delete_file_in_directory(conn, smb_fname) ||
  • vendor/current/source3/smbd/server.c

    r597 r618  
    279279        }
    280280
    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));
    282283}
    283284
  • vendor/current/source3/winbindd/winbindd_dual_srv.c

    r594 r618  
    374374
    375375        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,
    377377                r->in.rids->num_rids, &domain_name, &names, &types);
    378378        if (!NT_STATUS_IS_OK(status)) {
     
    389389
    390390        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]);
    392393                result[i].type = types[i];
    393394                result[i].name = talloc_move(result, &names[i]);
  • vendor/current/source3/winbindd/winbindd_lookuprids.c

    r594 r618  
    2424struct winbindd_lookuprids_state {
    2525        struct tevent_context *ev;
     26        struct dom_sid domain_sid;
    2627        const char *domain_name;
    2728        struct wbint_RidArray rids;
     
    4243        struct winbindd_lookuprids_state *state;
    4344        struct winbindd_domain *domain;
    44         struct dom_sid sid;
    4545
    4646        req = tevent_req_create(mem_ctx, &state,
     
    5656        DEBUG(3, ("lookuprids (%s)\n", request->data.sid));
    5757
    58         if (!string_to_sid(&sid, request->data.sid)) {
     58        if (!string_to_sid(&state->domain_sid, request->data.sid)) {
    5959                DEBUG(5, ("%s not a SID\n", request->data.sid));
    6060                tevent_req_nterror(req, NT_STATUS_INVALID_PARAMETER);
     
    6262        }
    6363
    64         domain = find_lookup_domain_from_sid(&sid);
     64        domain = find_lookup_domain_from_sid(&state->domain_sid);
    6565        if (domain == NULL) {
    6666                DEBUG(5, ("Domain for sid %s not found\n",
    67                           sid_string_dbg(&sid)));
     67                          sid_string_dbg(&state->domain_sid)));
    6868                tevent_req_nterror(req, NT_STATUS_NO_SUCH_DOMAIN);
    6969                return tevent_req_post(req, ev);
     
    8484
    8585        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);
    8888        if (tevent_req_nomem(subreq, req)) {
    8989                return tevent_req_post(req, ev);
Note: See TracChangeset for help on using the changeset viewer.