Fri Jul 6 23:32:59 2012 UTC ()
Update to Samba 3.6.6

                   =============================
                   Release Notes for Samba 3.6.6
                           June 25, 2012
                   =============================

This is is the latest stable release of Samba 3.6.

Major enhancements in Samba 3.6.6 include:

o  Fix possible memory leaks in the Samba master process (bug #8970).
o  Fix uninitialized memory read in talloc_free().
o  Fix joining of XP Pro workstations to 3.6 DCs (bug #8373).

Changes since 3.6.5:
--------------------

o   Michael Adam <obnox@samba.org>
    * BUG 8738: SMB2 server will not release unused shares.
    * BUG 8749: Sign non guest sessions in SessionSetup.
    * BUG 8921: Fix race writing registry values.

o   Jeremy Allison <jra@samba.org>
    * BUG 8373: Fix joining of XP Pro workstations to 3.6 DCs.
    * BUG 8627: Fix crash bug in dns_create_probe when dns_create_update fails.
    * BUG 8723: Add pthread-based aio VFS module.
    * BUG 8784: When calculating the share security mask, take priviliges into
      account for the connecting user.
    * BUG 8811: sd_has_inheritable_components segfaults on an SD that
      se_access_check accepts.
    * BUG 8837: Fix crash in smbd when deleting directory and veto files are
      enabled.
    * BUG 8857: Setting traverse rights fails to enable directory traversal when
      acl_xattr in use.
    * BUG 8882: Broken processing of %U with vfs_full_audit when force user is
      set.
    * BUG 8897: Make winbind_krb5_locator not only returning one IP address.
    * BUG 8910: resolve_ads() code can return zero addresses and miss valid
      DC IP addresses.
    * BUG 8922: smbclient's tarmode insists on listing excluded directories.
    * BUG 8953: Winbind can hang as nbt_getdc() has no timeout.
    * BUG 8957: Typo in pam_winbindd code MUST fix.
    * BUG 8970: Fix possible memory leaks in the Samba master process.
    * BUG 8971: cleanup_timeout_fn() is called too often, on exiting when an
      smbd is idle.
    * BUG 8972: Directory group write permission bit is set if unix extensions
      are enabled.

o   Christian Ambach <ambi@samba.org>
    * BUG 8406: Fix a return code check in Winbind.
    * BUG 8807: Fix crash in dcerpc_lsa_lookup_sids_noalloc() crashes when
      groups has more than 1000 groups.

o   Andrew Bartlett <abartlet@samba.org>
    * BUG 8599: Only use SamLogonEx when we can get unencrypted session keys.
    * BUG 8727: Fix smbclients with posix large reads.
    * BUG 8943: Slow but responsive DC can lock up Winbind for > 10 minutes
      at a time.

o   Bj旦rn Baumbach <bb@sernet.de>
    * BUG 7564: Fix default name resolve order in the manpage.
    * BUG 8554, 8612, 8748: Add new printers to registry.
    * BUG 8789: Remove whitespace in example samba.ldif.

o   Alexander Bokovoy <ab@samba.org>
    * BUG 8988: Avoid crash with MIT krb5 1.10.0 in gss_get_name_attribute().

o   Alejandro Escanero Blanco <aescanero@gmail.com>
    * BUG 8798: The primary rid should be in the groups rid array.

o   Ira Cooper <samba@ira.wakeful.net>
    * BUG 8729: Fix getpass regressions on Solaris/Illumos.
    * BUG 8743: Fix configure.developer builds on Solaris.
    * BUG 8910: Fix bad bugfix for bug #8910.
    * BUG 8952: Fix negative SID->uid/gid cache handling.
    * BUG 8995: Use fsp_persistent_id() as persistent_file_id part for SMB2.

o   David Disseldorp <ddiss@samba.org>
    * BUG 8762: Fix crash in printer_list_set_printer().

o   Olaf Flebbe <o.flebbe@science-computing.de>
    * BUG 8859: Fix assertion in reg_parse.

o   Bj旦rn Jacke <bj@sernet.de>
    * BUG 8732: Fix compile of krb5 locator on Solaris.
    * BUG 8869: Remove outdated netscape ds 5 schema file.
    * BUG 8978: Remove dependency on automake for 'make everything'.

o   Steve Langasek <steve.langasek@ubuntu.com>
    * BUG 8920: Fix null dereference in pdb_interface.

o   Volker Lendecke <vl@samba.org>
    * Fix uninitialized memory read in talloc_free().
    * BUG 8567: Fix segfault in dom_sid_compare.
    * BUG 8733: Delete streams on directories (streams_depot).
    * BUG 8760: Add SERVERID_UNIQUE_ID_NOT_TO_VERIFY.
    * BUG 8836: Fix segfaults on "smbcontrol close-share" in aio_fork.
    * BUG 8861: Fix a segfault with debug level 3 on Solaris.
    * BUG 8904: Fix Winbind crash triggered by 'wbinfo --lookup-sids ""'.
    * BUG 8998: Notify code can miss a ChDir.

o   Stefan Metzmacher <metze@samba.org>
    * BUG 8139: Ignore SMBecho errors (the server may not support it).
    * BUG 8527: db_ctdb_traverse fails to traverse records created within the
      current transaction.
    * BUG 8311: Winzip occasionally can not read files out of an open winzip
      dialog.
    * BUG 8739: Fill the sids array of the info in
      wbcAuthUserInfo_to_netr_SamInfo3().
    * BUG 8749: Sign non guest sessions in SessionSetup.
    * BUG 8995: Use fsp_persistent_id() as persistent_file_id part for SMB2.

o   Matthieu Patou <mat@matws.net>
    * BUG 8599: Set the can_do_validation6 also for trusted domain.
    * BUG 8714: Catch with pid filename's change when config file is not
      smb.conf.
    * BUG 8734: Don't try to do clever thing if the username is not found while
      authenticating through Winbind.
    * BUG 8771: Winbind takes up to 20 minutes to change from DC 1 to DC 2.
    * BUG 8975: Call dump_core_setup after command line option has been parsed.

o   SATOH Fumiyasu <fumiyas@osstech.co.jp>
    * BUG 8826: Prepend '/' to filename argument (docs).

o   Andreas Schneider <asn@samba.org>
    * BUG 8944 and 8567: Don't lookup the system user in pdb.

o   Richard Sharpe <realrichardsharpe@gmail.com>
    * BUG 8768: Honor SeTakeOwnershipPrivilege when file opened with
      SEC_STD_WRITE_OWNER.
    * BUG 8797: Correctly handle DENY ACEs when privileges apply.
    * BUG 8822: Fix building out-of-tree modules.
    * BUG 8945: vfs_acl_common discards errors from writing to the underlying
      storage.
    * BUG 8970: Fix possible memory leaks in the Samba master process.

o   Simo Sorce <idra@samba.org>
    * BUG 8915: Fix pam_winbind build against newer iniparser library.

o   Joseph Tam <jtam.home@gmail.com>
    * BUG 8877: Syslog broken owing to mistyping of debug_settings.syslog.

o   Ralph Wuerthner <ralph.wuerthner@de.ibm.com>
    * BUG 8845: Move print_backend_init() behind init_system_info().


(asau)
diff -r1.219 -r1.220 pkgsrc/net/samba/Makefile
diff -r1.49 -r1.50 pkgsrc/net/samba/PLIST
diff -r1.85 -r1.86 pkgsrc/net/samba/distinfo
diff -r1.3 -r0 pkgsrc/net/samba/patches/patch-client_client.c

cvs diff -r1.219 -r1.220 pkgsrc/net/samba/Makefile (expand / switch to unified diff)

--- pkgsrc/net/samba/Makefile 2012/05/02 14:48:00 1.219
+++ pkgsrc/net/samba/Makefile 2012/07/06 23:32:59 1.220
@@ -1,27 +1,27 @@ @@ -1,27 +1,27 @@
1# $NetBSD: Makefile,v 1.219 2012/05/02 14:48:00 taca Exp $ 1# $NetBSD: Makefile,v 1.220 2012/07/06 23:32:59 asau Exp $
2 2
3.include "../../net/samba/Makefile.mirrors" 3.include "../../net/samba/Makefile.mirrors"
4 4
5DISTNAME= samba-${VERSION} 5DISTNAME= samba-${VERSION}
6CATEGORIES= net 6CATEGORIES= net
7MASTER_SITES= ${SAMBA_MIRRORS:=stable/} 7MASTER_SITES= ${SAMBA_MIRRORS:=stable/}
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://www.samba.org/ 10HOMEPAGE= http://www.samba.org/
11COMMENT= SMB/CIFS protocol server suite 11COMMENT= SMB/CIFS protocol server suite
12LICENSE= gnu-gpl-v3 12LICENSE= gnu-gpl-v3
13 13
14VERSION= 3.6.5 14VERSION= 3.6.6
15CONFLICTS+= ja-samba-[0-9]* pam-smbpass-[0-9]* tdb-[0-9]* winbind-[0-9]* 15CONFLICTS+= ja-samba-[0-9]* pam-smbpass-[0-9]* tdb-[0-9]* winbind-[0-9]*
16 16
17PKG_DESTDIR_SUPPORT= user-destdir 17PKG_DESTDIR_SUPPORT= user-destdir
18 18
19FILESDIR= ${PKGDIR}/../../net/samba/files 19FILESDIR= ${PKGDIR}/../../net/samba/files
20DESCR_SRC= ${PKGDIR}/../../net/samba/DESCR 20DESCR_SRC= ${PKGDIR}/../../net/samba/DESCR
21MESSAGE_SRC= ${PKGDIR}/../../net/samba/MESSAGE 21MESSAGE_SRC= ${PKGDIR}/../../net/samba/MESSAGE
22WRKSRC= ${WRKDIR}/${DISTNAME}/source3 22WRKSRC= ${WRKDIR}/${DISTNAME}/source3
23BUILD_DEFS+= VARBASE 23BUILD_DEFS+= VARBASE
24 24
25.include "../../mk/bsd.prefs.mk" 25.include "../../mk/bsd.prefs.mk"
26 26
27PKG_SYSCONFSUBDIR= samba 27PKG_SYSCONFSUBDIR= samba

cvs diff -r1.49 -r1.50 pkgsrc/net/samba/PLIST (expand / switch to unified diff)

--- pkgsrc/net/samba/PLIST 2012/02/01 08:30:39 1.49
+++ pkgsrc/net/samba/PLIST 2012/07/06 23:32:59 1.50
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.49 2012/02/01 08:30:39 sbd Exp $ 1@comment $NetBSD: PLIST,v 1.50 2012/07/06 23:32:59 asau Exp $
2bin/eventlogadm 2bin/eventlogadm
3bin/findsmb 3bin/findsmb
4bin/net 4bin/net
5bin/nmblookup 5bin/nmblookup
6bin/ntlm_auth 6bin/ntlm_auth
7bin/pdbedit 7bin/pdbedit
8bin/profiles 8bin/profiles
9bin/rpcclient 9bin/rpcclient
10bin/sharesec 10bin/sharesec
11bin/smbcacls 11bin/smbcacls
12bin/smbclient 12bin/smbclient
13bin/smbcontrol 13bin/smbcontrol
14bin/smbcquotas 14bin/smbcquotas
@@ -135,26 +135,27 @@ man/man8/nmbd.8 @@ -135,26 +135,27 @@ man/man8/nmbd.8
135man/man8/pam_winbind.8 135man/man8/pam_winbind.8
136man/man8/pdbedit.8 136man/man8/pdbedit.8
137man/man8/smbd.8 137man/man8/smbd.8
138man/man8/smbpasswd.8 138man/man8/smbpasswd.8
139man/man8/smbspool.8 139man/man8/smbspool.8
140man/man8/smbta-util.8 140man/man8/smbta-util.8
141man/man8/swat.8 141man/man8/swat.8
142man/man8/tdbbackup.8 142man/man8/tdbbackup.8
143man/man8/tdbdump.8 143man/man8/tdbdump.8
144man/man8/tdbtool.8 144man/man8/tdbtool.8
145man/man8/vfs_acl_tdb.8 145man/man8/vfs_acl_tdb.8
146man/man8/vfs_acl_xattr.8 146man/man8/vfs_acl_xattr.8
147man/man8/vfs_aio_fork.8 147man/man8/vfs_aio_fork.8
 148man/man8/vfs_aio_pthread.8
148man/man8/vfs_audit.8 149man/man8/vfs_audit.8
149man/man8/vfs_cacheprime.8 150man/man8/vfs_cacheprime.8
150man/man8/vfs_cap.8 151man/man8/vfs_cap.8
151man/man8/vfs_catia.8 152man/man8/vfs_catia.8
152man/man8/vfs_commit.8 153man/man8/vfs_commit.8
153man/man8/vfs_crossrename.8 154man/man8/vfs_crossrename.8
154man/man8/vfs_default_quota.8 155man/man8/vfs_default_quota.8
155man/man8/vfs_dirsort.8 156man/man8/vfs_dirsort.8
156man/man8/vfs_extd_audit.8 157man/man8/vfs_extd_audit.8
157man/man8/vfs_fake_perms.8 158man/man8/vfs_fake_perms.8
158man/man8/vfs_fileid.8 159man/man8/vfs_fileid.8
159man/man8/vfs_full_audit.8 160man/man8/vfs_full_audit.8
160man/man8/vfs_gpfs.8 161man/man8/vfs_gpfs.8
@@ -229,26 +230,80 @@ share/locale/sv/LC_MESSAGES/pam_winbind. @@ -229,26 +230,80 @@ share/locale/sv/LC_MESSAGES/pam_winbind.
229share/locale/zh_CN/LC_MESSAGES/pam_winbind.mo 230share/locale/zh_CN/LC_MESSAGES/pam_winbind.mo
230share/locale/zh_TW/LC_MESSAGES/pam_winbind.mo 231share/locale/zh_TW/LC_MESSAGES/pam_winbind.mo
231share/samba/swat/help/Samba3-ByExample/Big500users.html 232share/samba/swat/help/Samba3-ByExample/Big500users.html
232share/samba/swat/help/Samba3-ByExample/DMSMig.html 233share/samba/swat/help/Samba3-ByExample/DMSMig.html
233share/samba/swat/help/Samba3-ByExample/DomApps.html 234share/samba/swat/help/Samba3-ByExample/DomApps.html
234share/samba/swat/help/Samba3-ByExample/ExNetworks.html 235share/samba/swat/help/Samba3-ByExample/ExNetworks.html
235share/samba/swat/help/Samba3-ByExample/HA.html 236share/samba/swat/help/Samba3-ByExample/HA.html
236share/samba/swat/help/Samba3-ByExample/RefSection.html 237share/samba/swat/help/Samba3-ByExample/RefSection.html
237share/samba/swat/help/Samba3-ByExample/apa.html 238share/samba/swat/help/Samba3-ByExample/apa.html
238share/samba/swat/help/Samba3-ByExample/appendix.html 239share/samba/swat/help/Samba3-ByExample/appendix.html
239share/samba/swat/help/Samba3-ByExample/ch14.html 240share/samba/swat/help/Samba3-ByExample/ch14.html
240share/samba/swat/help/Samba3-ByExample/go01.html 241share/samba/swat/help/Samba3-ByExample/go01.html
241share/samba/swat/help/Samba3-ByExample/happy.html 242share/samba/swat/help/Samba3-ByExample/happy.html
 243share/samba/swat/help/Samba3-ByExample/images/AccountingNetwork.png
 244share/samba/swat/help/Samba3-ByExample/images/Charity-Network.png
 245share/samba/swat/help/Samba3-ByExample/images/Domain-WorkgroupAnnouncement.png
 246share/samba/swat/help/Samba3-ByExample/images/HostAnnouncment.png
 247share/samba/swat/help/Samba3-ByExample/images/LocalMasterAnnouncement.png
 248share/samba/swat/help/Samba3-ByExample/images/NullConnect.png
 249share/samba/swat/help/Samba3-ByExample/images/UNIX-Samba-and-LDAP.png
 250share/samba/swat/help/Samba3-ByExample/images/UserConnect.png
 251share/samba/swat/help/Samba3-ByExample/images/UserMgrNT4.png
 252share/samba/swat/help/Samba3-ByExample/images/WINREPRESSME-Capture.png
 253share/samba/swat/help/Samba3-ByExample/images/WINREPRESSME-Capture2.png
 254share/samba/swat/help/Samba3-ByExample/images/Windows-ME-WINEPRESSME-Startup-30min-ProtocolStats.png
 255share/samba/swat/help/Samba3-ByExample/images/Windows-ME-WINEPRESSME-Startup-30min-TraceStats.png
 256share/samba/swat/help/Samba3-ByExample/images/WindowsXP-NullConnection.png
 257share/samba/swat/help/Samba3-ByExample/images/WindowsXP-UserConnection.png
 258share/samba/swat/help/Samba3-ByExample/images/XP-screen001.png
 259share/samba/swat/help/Samba3-ByExample/images/acct2net.png
 260share/samba/swat/help/Samba3-ByExample/images/ch7-dual-additive-LDAP-Ok.png
 261share/samba/swat/help/Samba3-ByExample/images/ch7-dual-additive-LDAP.png
 262share/samba/swat/help/Samba3-ByExample/images/ch7-fail-overLDAP.png
 263share/samba/swat/help/Samba3-ByExample/images/ch7-singleLDAP.png
 264share/samba/swat/help/Samba3-ByExample/images/ch8-migration.png
 265share/samba/swat/help/Samba3-ByExample/images/chap4-net.png
 266share/samba/swat/help/Samba3-ByExample/images/chap5-net.png
 267share/samba/swat/help/Samba3-ByExample/images/chap6-net.png
 268share/samba/swat/help/Samba3-ByExample/images/chap7-idresol.png
 269share/samba/swat/help/Samba3-ByExample/images/chap7-net-A.png
 270share/samba/swat/help/Samba3-ByExample/images/chap7-net-Ar.png
 271share/samba/swat/help/Samba3-ByExample/images/chap7-net.png
 272share/samba/swat/help/Samba3-ByExample/images/chap7-net2-B.png
 273share/samba/swat/help/Samba3-ByExample/images/chap7-net2-Br.png
 274share/samba/swat/help/Samba3-ByExample/images/chap7-net2.png
 275share/samba/swat/help/Samba3-ByExample/images/chap7-net2r.png
 276share/samba/swat/help/Samba3-ByExample/images/chap7-netr.png
 277share/samba/swat/help/Samba3-ByExample/images/chap9-ADSDC.png
 278share/samba/swat/help/Samba3-ByExample/images/chap9-SambaDC.png
 279share/samba/swat/help/Samba3-ByExample/images/imc-usermanager2.png
 280share/samba/swat/help/Samba3-ByExample/images/lam-config.png
 281share/samba/swat/help/Samba3-ByExample/images/lam-group-members.png
 282share/samba/swat/help/Samba3-ByExample/images/lam-groups.png
 283share/samba/swat/help/Samba3-ByExample/images/lam-hosts.png
 284share/samba/swat/help/Samba3-ByExample/images/lam-login.png
 285share/samba/swat/help/Samba3-ByExample/images/lam-users.png
 286share/samba/swat/help/Samba3-ByExample/images/openmag.png
 287share/samba/swat/help/Samba3-ByExample/images/wxpp001.png
 288share/samba/swat/help/Samba3-ByExample/images/wxpp004.png
 289share/samba/swat/help/Samba3-ByExample/images/wxpp006.png
 290share/samba/swat/help/Samba3-ByExample/images/wxpp007.png
 291share/samba/swat/help/Samba3-ByExample/images/wxpp008.png
 292share/samba/swat/help/Samba3-ByExample/images/wxpp010.png
 293share/samba/swat/help/Samba3-ByExample/images/wxpp011.png
 294share/samba/swat/help/Samba3-ByExample/images/wxpp012.png
 295share/samba/swat/help/Samba3-ByExample/images/wxpp013.png
 296share/samba/swat/help/Samba3-ByExample/images/wxpp015.png
242share/samba/swat/help/Samba3-ByExample/index.html 297share/samba/swat/help/Samba3-ByExample/index.html
243share/samba/swat/help/Samba3-ByExample/ix01.html 298share/samba/swat/help/Samba3-ByExample/ix01.html
244share/samba/swat/help/Samba3-ByExample/kerberos.html 299share/samba/swat/help/Samba3-ByExample/kerberos.html
245share/samba/swat/help/Samba3-ByExample/net2000users.html 300share/samba/swat/help/Samba3-ByExample/net2000users.html
246share/samba/swat/help/Samba3-ByExample/ntmigration.html 301share/samba/swat/help/Samba3-ByExample/ntmigration.html
247share/samba/swat/help/Samba3-ByExample/nw4migration.html 302share/samba/swat/help/Samba3-ByExample/nw4migration.html
248share/samba/swat/help/Samba3-ByExample/pr01.html 303share/samba/swat/help/Samba3-ByExample/pr01.html
249share/samba/swat/help/Samba3-ByExample/pr02.html 304share/samba/swat/help/Samba3-ByExample/pr02.html
250share/samba/swat/help/Samba3-ByExample/pr03.html 305share/samba/swat/help/Samba3-ByExample/pr03.html
251share/samba/swat/help/Samba3-ByExample/preface.html 306share/samba/swat/help/Samba3-ByExample/preface.html
252share/samba/swat/help/Samba3-ByExample/primer.html 307share/samba/swat/help/Samba3-ByExample/primer.html
253share/samba/swat/help/Samba3-ByExample/secure.html 308share/samba/swat/help/Samba3-ByExample/secure.html
254share/samba/swat/help/Samba3-ByExample/simple.html 309share/samba/swat/help/Samba3-ByExample/simple.html
@@ -304,26 +359,94 @@ share/samba/swat/help/Samba3-HOWTO/TOSHp @@ -304,26 +359,94 @@ share/samba/swat/help/Samba3-HOWTO/TOSHp
304share/samba/swat/help/Samba3-HOWTO/VFS.html 359share/samba/swat/help/Samba3-HOWTO/VFS.html
305share/samba/swat/help/Samba3-HOWTO/apa.html 360share/samba/swat/help/Samba3-HOWTO/apa.html
306share/samba/swat/help/Samba3-HOWTO/bugreport.html 361share/samba/swat/help/Samba3-HOWTO/bugreport.html
307share/samba/swat/help/Samba3-HOWTO/cfgsmarts.html 362share/samba/swat/help/Samba3-HOWTO/cfgsmarts.html
308share/samba/swat/help/Samba3-HOWTO/ch-ldap-tls.html 363share/samba/swat/help/Samba3-HOWTO/ch-ldap-tls.html
309share/samba/swat/help/Samba3-HOWTO/ch47.html 364share/samba/swat/help/Samba3-HOWTO/ch47.html
310share/samba/swat/help/Samba3-HOWTO/classicalprinting.html 365share/samba/swat/help/Samba3-HOWTO/classicalprinting.html
311share/samba/swat/help/Samba3-HOWTO/compiling.html 366share/samba/swat/help/Samba3-HOWTO/compiling.html
312share/samba/swat/help/Samba3-HOWTO/diagnosis.html 367share/samba/swat/help/Samba3-HOWTO/diagnosis.html
313share/samba/swat/help/Samba3-HOWTO/domain-member.html 368share/samba/swat/help/Samba3-HOWTO/domain-member.html
314share/samba/swat/help/Samba3-HOWTO/go01.html 369share/samba/swat/help/Samba3-HOWTO/go01.html
315share/samba/swat/help/Samba3-HOWTO/groupmapping.html 370share/samba/swat/help/Samba3-HOWTO/groupmapping.html
316share/samba/swat/help/Samba3-HOWTO/idmapper.html 371share/samba/swat/help/Samba3-HOWTO/idmapper.html
 372share/samba/swat/help/Samba3-HOWTO/images/10small.png
 373share/samba/swat/help/Samba3-HOWTO/images/11small.png
 374share/samba/swat/help/Samba3-HOWTO/images/12small.png
 375share/samba/swat/help/Samba3-HOWTO/images/13small.png
 376share/samba/swat/help/Samba3-HOWTO/images/14small.png
 377share/samba/swat/help/Samba3-HOWTO/images/1small.png
 378share/samba/swat/help/Samba3-HOWTO/images/2small.png
 379share/samba/swat/help/Samba3-HOWTO/images/3small.png
 380share/samba/swat/help/Samba3-HOWTO/images/4small.png
 381share/samba/swat/help/Samba3-HOWTO/images/5small.png
 382share/samba/swat/help/Samba3-HOWTO/images/6small.png
 383share/samba/swat/help/Samba3-HOWTO/images/7small.png
 384share/samba/swat/help/Samba3-HOWTO/images/8small.png
 385share/samba/swat/help/Samba3-HOWTO/images/9small.png
 386share/samba/swat/help/Samba3-HOWTO/images/WME001.png
 387share/samba/swat/help/Samba3-HOWTO/images/WME002.png
 388share/samba/swat/help/Samba3-HOWTO/images/WME003.png
 389share/samba/swat/help/Samba3-HOWTO/images/WME004.png
 390share/samba/swat/help/Samba3-HOWTO/images/WME005.png
 391share/samba/swat/help/Samba3-HOWTO/images/WME006.png
 392share/samba/swat/help/Samba3-HOWTO/images/WME007.png
 393share/samba/swat/help/Samba3-HOWTO/images/WME008.png
 394share/samba/swat/help/Samba3-HOWTO/images/WME009.png
 395share/samba/swat/help/Samba3-HOWTO/images/WME010.png
 396share/samba/swat/help/Samba3-HOWTO/images/WME011.png
 397share/samba/swat/help/Samba3-HOWTO/images/WME012.png
 398share/samba/swat/help/Samba3-HOWTO/images/WME013.png
 399share/samba/swat/help/Samba3-HOWTO/images/WME014.png
 400share/samba/swat/help/Samba3-HOWTO/images/WXPP002.png
 401share/samba/swat/help/Samba3-HOWTO/images/WXPP003.png
 402share/samba/swat/help/Samba3-HOWTO/images/WXPP005.png
 403share/samba/swat/help/Samba3-HOWTO/images/WXPP009.png
 404share/samba/swat/help/Samba3-HOWTO/images/WXPP014.png
 405share/samba/swat/help/Samba3-HOWTO/images/a_small.png
 406share/samba/swat/help/Samba3-HOWTO/images/access1.png
 407share/samba/swat/help/Samba3-HOWTO/images/browsing1.png
 408share/samba/swat/help/Samba3-HOWTO/images/cups1.png
 409share/samba/swat/help/Samba3-HOWTO/images/cups2.png
 410share/samba/swat/help/Samba3-HOWTO/images/domain.png
 411share/samba/swat/help/Samba3-HOWTO/images/ethereal1.png
 412share/samba/swat/help/Samba3-HOWTO/images/ethereal2.png
 413share/samba/swat/help/Samba3-HOWTO/images/idmap-gid2sid.png
 414share/samba/swat/help/Samba3-HOWTO/images/idmap-groups.png
 415share/samba/swat/help/Samba3-HOWTO/images/idmap-sid2gid.png
 416share/samba/swat/help/Samba3-HOWTO/images/idmap-sid2uid.png
 417share/samba/swat/help/Samba3-HOWTO/images/idmap-store-gid2sid.png
 418share/samba/swat/help/Samba3-HOWTO/images/idmap-uid2sid.png
 419share/samba/swat/help/Samba3-HOWTO/images/idmap.png
 420share/samba/swat/help/Samba3-HOWTO/images/idmap_winbind_no_loop.png
 421share/samba/swat/help/Samba3-HOWTO/images/pdftoepsonusb.png
 422share/samba/swat/help/Samba3-HOWTO/images/pdftosocket.png
 423share/samba/swat/help/Samba3-HOWTO/images/trusts1.png
 424share/samba/swat/help/Samba3-HOWTO/images/w2kp001.png
 425share/samba/swat/help/Samba3-HOWTO/images/w2kp002.png
 426share/samba/swat/help/Samba3-HOWTO/images/w2kp003.png
 427share/samba/swat/help/Samba3-HOWTO/images/w2kp004.png
 428share/samba/swat/help/Samba3-HOWTO/images/w2kp005.png
 429share/samba/swat/help/Samba3-HOWTO/images/w2kp006.png
 430share/samba/swat/help/Samba3-HOWTO/images/wxpp001.png
 431share/samba/swat/help/Samba3-HOWTO/images/wxpp004.png
 432share/samba/swat/help/Samba3-HOWTO/images/wxpp006.png
 433share/samba/swat/help/Samba3-HOWTO/images/wxpp007.png
 434share/samba/swat/help/Samba3-HOWTO/images/wxpp008.png
 435share/samba/swat/help/Samba3-HOWTO/images/wxpp010.png
 436share/samba/swat/help/Samba3-HOWTO/images/wxpp011.png
 437share/samba/swat/help/Samba3-HOWTO/images/wxpp012.png
 438share/samba/swat/help/Samba3-HOWTO/images/wxpp013.png
 439share/samba/swat/help/Samba3-HOWTO/images/wxpp015.png
317share/samba/swat/help/Samba3-HOWTO/index.html 440share/samba/swat/help/Samba3-HOWTO/index.html
318share/samba/swat/help/Samba3-HOWTO/install.html 441share/samba/swat/help/Samba3-HOWTO/install.html
319share/samba/swat/help/Samba3-HOWTO/integrate-ms-networks.html 442share/samba/swat/help/Samba3-HOWTO/integrate-ms-networks.html
320share/samba/swat/help/Samba3-HOWTO/introduction.html 443share/samba/swat/help/Samba3-HOWTO/introduction.html
321share/samba/swat/help/Samba3-HOWTO/ix01.html 444share/samba/swat/help/Samba3-HOWTO/ix01.html
322share/samba/swat/help/Samba3-HOWTO/largefile.html 445share/samba/swat/help/Samba3-HOWTO/largefile.html
323share/samba/swat/help/Samba3-HOWTO/locking.html 446share/samba/swat/help/Samba3-HOWTO/locking.html
324share/samba/swat/help/Samba3-HOWTO/migration.html 447share/samba/swat/help/Samba3-HOWTO/migration.html
325share/samba/swat/help/Samba3-HOWTO/msdfs.html 448share/samba/swat/help/Samba3-HOWTO/msdfs.html
326share/samba/swat/help/Samba3-HOWTO/optional.html 449share/samba/swat/help/Samba3-HOWTO/optional.html
327share/samba/swat/help/Samba3-HOWTO/pam.html 450share/samba/swat/help/Samba3-HOWTO/pam.html
328share/samba/swat/help/Samba3-HOWTO/passdb.html 451share/samba/swat/help/Samba3-HOWTO/passdb.html
329share/samba/swat/help/Samba3-HOWTO/pr01.html 452share/samba/swat/help/Samba3-HOWTO/pr01.html
@@ -380,26 +503,27 @@ share/samba/swat/help/manpages/smbpasswd @@ -380,26 +503,27 @@ share/samba/swat/help/manpages/smbpasswd
380share/samba/swat/help/manpages/smbspool.8.html 503share/samba/swat/help/manpages/smbspool.8.html
381share/samba/swat/help/manpages/smbstatus.1.html 504share/samba/swat/help/manpages/smbstatus.1.html
382share/samba/swat/help/manpages/smbta-util.8.html 505share/samba/swat/help/manpages/smbta-util.8.html
383share/samba/swat/help/manpages/smbtar.1.html 506share/samba/swat/help/manpages/smbtar.1.html
384share/samba/swat/help/manpages/smbtree.1.html 507share/samba/swat/help/manpages/smbtree.1.html
385share/samba/swat/help/manpages/swat.8.html 508share/samba/swat/help/manpages/swat.8.html
386share/samba/swat/help/manpages/tdbbackup.8.html 509share/samba/swat/help/manpages/tdbbackup.8.html
387share/samba/swat/help/manpages/tdbdump.8.html 510share/samba/swat/help/manpages/tdbdump.8.html
388share/samba/swat/help/manpages/tdbtool.8.html 511share/samba/swat/help/manpages/tdbtool.8.html
389share/samba/swat/help/manpages/testparm.1.html 512share/samba/swat/help/manpages/testparm.1.html
390share/samba/swat/help/manpages/vfs_acl_tdb.8.html 513share/samba/swat/help/manpages/vfs_acl_tdb.8.html
391share/samba/swat/help/manpages/vfs_acl_xattr.8.html 514share/samba/swat/help/manpages/vfs_acl_xattr.8.html
392share/samba/swat/help/manpages/vfs_aio_fork.8.html 515share/samba/swat/help/manpages/vfs_aio_fork.8.html
 516share/samba/swat/help/manpages/vfs_aio_pthread.8.html
393share/samba/swat/help/manpages/vfs_audit.8.html 517share/samba/swat/help/manpages/vfs_audit.8.html
394share/samba/swat/help/manpages/vfs_cacheprime.8.html 518share/samba/swat/help/manpages/vfs_cacheprime.8.html
395share/samba/swat/help/manpages/vfs_cap.8.html 519share/samba/swat/help/manpages/vfs_cap.8.html
396share/samba/swat/help/manpages/vfs_catia.8.html 520share/samba/swat/help/manpages/vfs_catia.8.html
397share/samba/swat/help/manpages/vfs_commit.8.html 521share/samba/swat/help/manpages/vfs_commit.8.html
398share/samba/swat/help/manpages/vfs_crossrename.8.html 522share/samba/swat/help/manpages/vfs_crossrename.8.html
399share/samba/swat/help/manpages/vfs_default_quota.8.html 523share/samba/swat/help/manpages/vfs_default_quota.8.html
400share/samba/swat/help/manpages/vfs_dirsort.8.html 524share/samba/swat/help/manpages/vfs_dirsort.8.html
401share/samba/swat/help/manpages/vfs_extd_audit.8.html 525share/samba/swat/help/manpages/vfs_extd_audit.8.html
402share/samba/swat/help/manpages/vfs_fake_perms.8.html 526share/samba/swat/help/manpages/vfs_fake_perms.8.html
403share/samba/swat/help/manpages/vfs_fileid.8.html 527share/samba/swat/help/manpages/vfs_fileid.8.html
404share/samba/swat/help/manpages/vfs_full_audit.8.html 528share/samba/swat/help/manpages/vfs_full_audit.8.html
405share/samba/swat/help/manpages/vfs_gpfs.8.html 529share/samba/swat/help/manpages/vfs_gpfs.8.html

cvs diff -r1.85 -r1.86 pkgsrc/net/samba/distinfo (expand / switch to unified diff)

--- pkgsrc/net/samba/distinfo 2012/05/02 14:48:00 1.85
+++ pkgsrc/net/samba/distinfo 2012/07/06 23:32:59 1.86
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1$NetBSD: distinfo,v 1.85 2012/05/02 14:48:00 taca Exp $ 1$NetBSD: distinfo,v 1.86 2012/07/06 23:32:59 asau Exp $
2 2
3SHA1 (samba-3.6.5.tar.gz) = e41611c95b2bb91c7735928742b8aff4fc0da76e 3SHA1 (samba-3.6.6.tar.gz) = f1516ce332fe11c68a052855edd745368ac4d8e9
4RMD160 (samba-3.6.5.tar.gz) = 0180e8d4eda9634048d41de166fe7b6a07c38b45 4RMD160 (samba-3.6.6.tar.gz) = 70a520012a1c02085f0d6209c2acac84512d9f8b
5Size (samba-3.6.5.tar.gz) = 29009444 bytes 5Size (samba-3.6.6.tar.gz) = 34061741 bytes
6SHA1 (patch-aa) = 6c8497adce78e8b1dea2a0402d4a980b67b57b8e 6SHA1 (patch-aa) = 6c8497adce78e8b1dea2a0402d4a980b67b57b8e
7SHA1 (patch-ab) = 0372ff2e3caca866dacd6ed25ae1d02e34a5b567 7SHA1 (patch-ab) = 0372ff2e3caca866dacd6ed25ae1d02e34a5b567
8SHA1 (patch-ac) = 5b1c0fdb781cb75f81af71ed2695144d4a35e032 8SHA1 (patch-ac) = 5b1c0fdb781cb75f81af71ed2695144d4a35e032
9SHA1 (patch-ad) = 447aaf4ea4cc98f0ccd5a3a22e1ffec0e69a3971 9SHA1 (patch-ad) = 447aaf4ea4cc98f0ccd5a3a22e1ffec0e69a3971
10SHA1 (patch-ae) = 6698c698dc64c0f3df159157d182eae6aaa70958 10SHA1 (patch-ae) = 6698c698dc64c0f3df159157d182eae6aaa70958
11SHA1 (patch-af) = 0c40e9ead1c3aba58448dd0a35669de598e543b7 11SHA1 (patch-af) = 0c40e9ead1c3aba58448dd0a35669de598e543b7
12SHA1 (patch-ag) = d84aeab73f22e372f0d275276f4a1160b240199c 12SHA1 (patch-ag) = d84aeab73f22e372f0d275276f4a1160b240199c
13SHA1 (patch-ah) = a75ab50dbdb2de48915e55e43d06e713275b23e2 13SHA1 (patch-ah) = a75ab50dbdb2de48915e55e43d06e713275b23e2
14SHA1 (patch-ai) = 0a12dcfabcab7986968493d5f06701d06c3d5386 14SHA1 (patch-ai) = 0a12dcfabcab7986968493d5f06701d06c3d5386
15SHA1 (patch-aj) = c83d02c15bcb359809c4558885a706cd5c1a686b 15SHA1 (patch-aj) = c83d02c15bcb359809c4558885a706cd5c1a686b
16SHA1 (patch-ak) = cb51a96310eb7dde14351e4f12b68ce8d52c92c3 16SHA1 (patch-ak) = cb51a96310eb7dde14351e4f12b68ce8d52c92c3
17SHA1 (patch-am) = c4054a6923c2a599f3c9e56a06dbde2b8fc59335 17SHA1 (patch-am) = c4054a6923c2a599f3c9e56a06dbde2b8fc59335
18SHA1 (patch-an) = a9b31b791d979a1062006bbe55375aaab69210a1 18SHA1 (patch-an) = a9b31b791d979a1062006bbe55375aaab69210a1
@@ -20,14 +20,13 @@ SHA1 (patch-ao) = bc31d3003bdaad141652da @@ -20,14 +20,13 @@ SHA1 (patch-ao) = bc31d3003bdaad141652da
20SHA1 (patch-aq) = c3d1a3045364bebaa6c90967837907bd1de0964b 20SHA1 (patch-aq) = c3d1a3045364bebaa6c90967837907bd1de0964b
21SHA1 (patch-ar) = 5213b0a3d95d106939c2e268a8538c5e2901079a 21SHA1 (patch-ar) = 5213b0a3d95d106939c2e268a8538c5e2901079a
22SHA1 (patch-as) = a9fcb1813d55d598bf1226cf004de85701c93e61 22SHA1 (patch-as) = a9fcb1813d55d598bf1226cf004de85701c93e61
23SHA1 (patch-at) = dcfbe79496065559380e5713a758816e538e728b 23SHA1 (patch-at) = dcfbe79496065559380e5713a758816e538e728b
24SHA1 (patch-au) = f94b27a5792acfa3742b4c07b23b3395b73eba84 24SHA1 (patch-au) = f94b27a5792acfa3742b4c07b23b3395b73eba84
25SHA1 (patch-av) = fccde3e48f2b3de3b1adfaa488a67c57696d1a83 25SHA1 (patch-av) = fccde3e48f2b3de3b1adfaa488a67c57696d1a83
26SHA1 (patch-aw) = 36cb31313cdbd1e4670f33924371df5ed3390420 26SHA1 (patch-aw) = 36cb31313cdbd1e4670f33924371df5ed3390420
27SHA1 (patch-ba) = 87799a62831b45e6cde8c36fbafbc08596411f98 27SHA1 (patch-ba) = 87799a62831b45e6cde8c36fbafbc08596411f98
28SHA1 (patch-bb) = 6283ffa8781d0c069f81e80704a018028e6b2b50 28SHA1 (patch-bb) = 6283ffa8781d0c069f81e80704a018028e6b2b50
29SHA1 (patch-bc) = 857e2400c8852f3c878f8d82857e80f214be2aea 29SHA1 (patch-bc) = 857e2400c8852f3c878f8d82857e80f214be2aea
30SHA1 (patch-bd) = b78324305bbf67fa4a7dd627e0af1618d2bf7b47 30SHA1 (patch-bd) = b78324305bbf67fa4a7dd627e0af1618d2bf7b47
31SHA1 (patch-be) = 2b298e596f2f57a595b83619ba68f6ad95febaaa 31SHA1 (patch-be) = 2b298e596f2f57a595b83619ba68f6ad95febaaa
32SHA1 (patch-bf) = 9511567bfe9b579ae0a1c85483e7fe3ad4866973 32SHA1 (patch-bf) = 9511567bfe9b579ae0a1c85483e7fe3ad4866973
33SHA1 (patch-client_client.c) = 5e9f25680273fc01c9a2276a09d560b0c9ee9d0d 

File Deleted: pkgsrc/net/samba/patches/Attic/patch-client_client.c