Subject: CVS commit: pkgsrc/net/samba
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 09/14/2004 17:18:06
Module Name:	pkgsrc
Committed By:	jlam
Date:		Tue Sep 14 17:18:06 UTC 2004

Modified Files:
	pkgsrc/net/samba: Makefile PLIST buildlink3.mk distinfo
	pkgsrc/net/samba/patches: patch-af
Removed Files:
	pkgsrc/net/samba/patches: patch-aa

Log Message:
Update net/samba to 3.0.7.  Changes from version 3.0.5 include:

  o Fixes for two Denial of Service vulnerabalities
    (CVE ID# CAN-2004-0807 & CAN-2004-0808).
  o Winbind failure to return user entries under certain conditions.
  o Syntax errors in the OpenLDAP schema file (samba.schema).
  o Printing errors caused by not setting default values for the various
    printing commands.
  * Disable 'winbind enable local accounts' by default.
  o Schannel failure in winbindd.
  o Incompatibilities between the 'write list' and 'force user' smb.conf
    options.
  o Premature optimization of the open_directory() internal function that
    broke tools such as the ArcServe backup agent, Macromedia HomeSite,
    and Robocopy.
  o Sharing violation errors commonly seen when opening when serving
    Microsoft Office documents from a Samba file share.
  o Browsing problems caused by an apostrophe (') in the computer's
    description field.
  o Problems creating special file types from UNIX CIFS clients and
    enabling 'unix extensions'.
  o Fix stalls in smbd caused by inaccessible LDAP servers.
  o Remove various memory leaks.
  o Fix issues in the password lockout feature.
  o Using a cups server other than localhost.
  o Maintaining the service principal entry in the system keytab for
    integration with other kerberized services.  Please refer to the
    'use kerberos keytab' entry in smb.conf(5).  When using the heimdal
    kerberos libraries, you must also specify the following in /etc/krb5.conf:
    [libdefaults]
       default_keytab_name = FILE:/etc/krb5.keytab
  o Support for maintaining individual printer names stored separately
    from the printer's sharename.
  o Support for maintaining user password history.
  o Support for honoring the logon times for user in a Samba domain.
  * Reintroduce 'force unknown acl user' parameter.  When getting a security
    descriptor for a file, if the owner sid is not known, the owner uid is
    set to the current uid. Same for group sid.


To generate a diff of this commit:
cvs rdiff -r1.128 -r1.129 pkgsrc/net/samba/Makefile
cvs rdiff -r1.23 -r1.24 pkgsrc/net/samba/PLIST
cvs rdiff -r1.1 -r1.2 pkgsrc/net/samba/buildlink3.mk
cvs rdiff -r1.34 -r1.35 pkgsrc/net/samba/distinfo
cvs rdiff -r1.27 -r0 pkgsrc/net/samba/patches/patch-aa
cvs rdiff -r1.5 -r1.6 pkgsrc/net/samba/patches/patch-af

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.