[SCM] Samba Shared Repository - annotated tag release-3-6-0rc2 created

Karolin Seeger kseeger at samba.org
Tue Jun 7 12:15:50 MDT 2011


The annotated tag, release-3-6-0rc2 has been created
        at  cfd35c40cee3adbb17743b98f0f7038077c2861e (tag)
   tagging  314f161c00cfe3957f10b0f6f24adab737dfbe88 (commit)
  replaces  release-3-6-0rc1
 tagged by  Karolin Seeger
        on  Tue Jun 7 20:15:09 2011 +0200

- Log -----------------------------------------------------------------
tag release-3-6-0rc2
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.15 (GNU/Linux)

iD8DBQBN7msSbzORW2Vot+oRAgjOAJ97H2XlWAwsicLBvoXcNBihkpdwZACgiYlA
iRvvnlcL0mMrH4CGF600szY=
=m2mH
-----END PGP SIGNATURE-----

Andreas Schneider (1):
      s3-epmapper: Fixed endpoint registration.

Andrew Bartlett (7):
      ncalrpc: Force ncalrpc dir to be mode 755 in all users
      docs: Rewrite 'password server' documentation
      docs: Clarify the 'security=server' fails for NTLMv2
      s3-param Deprecate a number of security parameters for 3.6
      s3-param Depricate 'password server = foo:12389' syntax
      s3-testparm Warn about incorrect use of 'password server'
      s3-docs Add documentation for ncalrpc dir

Benjamin Brunner (1):
      s3-docs: Fix some typos.

Björn Jacke (1):
      replace: remove waring if IOV_MAX is not defined

Christian Ambach (1):
      Fix Bug 8152 - smbd crash in release_ip()

Gregor Beck (3):
      s3:smbcacls: fix parsing of multiple flags
      nfs4_acls: pass ACE_FLAG_INHERITED_ACE up to the client
      nfs4_acls: pass ACE_FLAG_INHERITED_ACE down from the client

Holger Hetterich (2):
      Make protocol version 2 the default protocol, and only run on version 1 if V1 is explcitly given as a module option.
      Actually make use of the SMBTA_SUBRELEASE define in smb_traffic_analyzer.h. This will allow to introduce new features or fixes into the protocol after the 3.6.0 release. The client software is designed to take care for the subrelease number.

Jeremy Allison (16):
      Fix bug #8144 - touch /mnt/newfile fails to set timestamp with CIFS client.
      Fix bug 8153 found when building on an IPv6-only system by Kai Blin.
      Optimization. If the attributes passed to can_rename() include both FILE_ATTRIBUTE_HIDDEN and FILE_ATTRIBUTE_SYSTEM then there's no point in reading the source DOS attribute, as we're not going to deny the rename on attribute match.
      Fix bug 8133 - strange behavior for the file (whose filename first character is period ) in SMB2 case.
      Patch for bug #8156 - net ads join fails to use the user's kerberos ticket.
      Fix bug #8157 - std_pcap_cache_reload() fails to parse a cups printcap file correctly.
      Fix bug #8150 - Ban 'dos charset = utf8'
      Fix bug #7054 - X account flag does not work when pwdlastset is 0.
      Fix our asn.1 parser to handle negative numbers.
      Fix bug #6911 - Kerberos authentication from vista to samba fails when security blob size is greater than 16 kB
      Split the ACE flag mapping between nfs4 and Windows into two separate functions rather than trying to do it inline. Allows us to carefully control what flags are mapped to what in one place. Modification to bug #8191 - vfs_gpfs dosn't honor ACE_FLAG_INHERITED_ACE
      Fix the poll() backend to correctly respond to POLLHUP|POLLERR returns on a fd selected for TEVENT_FD_WRITE only.
      Add the same fix to the S3 event backend as the previous commit added to the tevent poll backend.
      Fix bug #8197 - winbind does not properly detect when a DC connection is dead.
      Fix bug #8175 - smbd deadlock.
      Fix bug #8203 - winbindd needs to reset the DC connection if an RPC times out.

Jim McDonough (1):
      s3-winbind: BUG 8166 - Don't lockout users when offline.

Karolin Seeger (8):
      VERSION: Bump version up to 3.6.0rc2.
      WHATSNEW: Start release notes.
      WHATSNEW: Start adding changes since rc1.
      WHATSNEW: Update changes since rc1.
      s3-docs: Fix version.
      WHATSNEW: Update changes since 3.6.0rc1.
      WHATSNEW: Add another change since rc1.
      WHATSNEW: Update changes since rc1.

Luk Claes (23):
      idmap_ad.8: use new syntax in ad backend example
      idmap_adex.8: Use new syntax in adex backend example
      idmap_hash.8: Use new syntax for hash backend
      idmap_nss.8: Use new syntax for nss backend
      idmap_rid.8: Use new syntax in rid backend example
      idmap_autorid.8: Use new syntax in autorid backend examples
      idmap_autorid.8: Avoid confusion with idmap uid and idmap gid options
      wbinfo.1: Avoid confusion with idmap uid option
      winbindd.8: Use new syntax in example
      idmap_tdb2.8: Use new syntax in example
      idmap_tdb2.8: Remove part about alloc backend
      idmap_tdb2.8: Avoid confusion with idmap uid and idmap gid options
      idmap_tdb2.8: Remove mentioning of deprecated idmap uid and idmap gid options as fallback
      idmap_ldap.8: Rework example to use new idmap syntax
      idmap_ldap.8: Remove references to idmap alloc backend
      idmap_ldap.8: Backend is not only used for searching
      idmap_ldap.8: Remove reference to idmap uid and idmap gid options as fallback
      idmap_tdb.8: Use new idmap syntax in examples
      idmap_tdb.8: Remove references to alloc backend
      idmap_tdb.8: Remove reference to idmap uid and idmap gid options as fallback
      winbindd.8: Fix typo
      winbindd.8: Use new idmap syntax for smbconfoptions
      idmap_ldap.8: Add example with readonly backend

Michael Adam (10):
      s3:doc: update documentation of the "idmap config FOO : BAR" familiy of parameters
      s3:doc: document "idmap backend" as deprecated.
      s3:doc: remove the documentation of "idmap alloc backend", which has been removed
      s3:doc: document "idmap uid" as deprecated.
      s3:doc: document "idmap gid" as deprecated.
      s3:doc: clean up the example section of the idmap_tdb manpage
      s3:doc: update the ldap_user_dn documentation in the idmap_ldap manpage
      s3:idmap_ldap: rename idmap_ldap_allocate_id to idmap_ldap_allocate_id_internal
      s3:idmap_ldap: rename idmap_ldap_get_new_id to idmap_ldap_allocate_id
      s3:idmap_ldap: allow creation of ldap stored mappings for explicitly configured domains.

Samuel Thibault (1):
      Fix bug #7998.

Stefan Metzmacher (10):
      talloc: split the handling of FLAG_POOL/FLAG_POOLMEM in _talloc_free_internal
      talloc: make use of _talloc_free_poolmem() in _talloc_realloc()
      talloc: make really sure only optimize realloc if there's only one pool chunk
      talloc: setup the new 'tc' before TC_UNDEFINE_GROW_CHUNK() _talloc_realloc()
      talloc: add memset() calls to test_pool()
      talloc: test talloc_steal out of a talloc_pool
      talloc: use _talloc_free_internal() in talloc_free_children()
      talloc: fixed a use after free error in talloc_free_children()
      talloc: splitout _talloc_free_children_internal()
      s3:rpc_server: create lp_ncalrpc_dir() with 0755 before lp_ncalrpc_dir()/np with 0700

Sumit Bose (2):
      Fix typos in LDAP schema files
      Improve documentation for net rpc trust

Volker Lendecke (11):
      s3: Fix a leftover from fstring removal in cli_state
      s3: Remove two false references to cli->inbuf (cherry picked from commit b1a7bdb93c7fda54a29284f1691de1dc4f3bbf6b)
      s3: Document "async smb echo handler"
      s3: Fix a typo
      s3: Fix wct check in cli_sesssetup_blob_done
      s3: Extract the guest_login field in sesssetup
      s3: Use the correct guest_login field in auth_server
      s3: Safely mark our sconn as smb2 if we have that protocol
      s3: Support shadow copy display over SMB2
      s3: Remove SHADOW_COPY_DATA typedef (cherry picked from commit 0ec9a90c29b86435f32c1d47d89df85fa51742f2)
      struct make "struct shadow_copy_data" its own talloc context (cherry picked from commit d77854fbb22bc9237cea14aae1179bbfe3bd0998)

-----------------------------------------------------------------------


-- 
Samba Shared Repository


More information about the samba-cvs mailing list