[SCM] Samba Shared Repository - annotated tag samba-4.2.0rc5 created

Karolin Seeger kseeger at samba.org
Tue Feb 24 12:10:11 MST 2015


The annotated tag, samba-4.2.0rc5 has been created
        at  cf6845ed2296a8aeef31c142b02f562490a54665 (tag)
   tagging  6c9d2545a18950361a1cb527e17d358d9b68f442 (commit)
  replaces  samba-4.2.0rc4
 tagged by  Karolin Seeger
        on  Tue Feb 24 20:01:40 2015 +0100

- Log -----------------------------------------------------------------
samba: tag release samba-4.2.0rc5
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iEYEABECAAYFAlTsypQACgkQbzORW2Vot+qnVQCfRz0W4h2t7zrHCuM5Y94QeOiO
ZNUAoKBATGvFRcKGNl5gh1IpqLUs8Mcw
=QdKd
-----END PGP SIGNATURE-----

Andreas Schneider (3):
      utils: Fix 'net time' segfault.
      s3-pam_smbpass: Fix memory leak in pam_sm_authenticate().
      s3-netlogon: Make sure we do not deference a NULL pointer.

Andrew Bartlett (1):
      ldb: bump to version 1.1.19

Christof Schmitt (4):
      gencache: Convert gencache_notrans to use tdb_wrap
      gencache: Convert gencache.tdb to tdb_wrap
      gencache: Request mutexes for gencache_notrans.tdb
      samba3.py: Correctly initialize cache directory for passdb test

David Disseldorp (7):
      libsmb: reuse connections derived from DFS referrals
      libsmb: provide authinfo domain for DFS referral auth
      libsmb: provide authinfo domain for encrypted session referrals
      vfs_snapper: free dbus req messages in error paths
      vfs_snapper: add DBus string encoding and decoding helpers
      vfs_snapper: encode and decode Snapper DBus strings
      printing/cups: pack requested-attributes with IPP_TAG_KEYWORD

Garming Sam (1):
      dsdb: Add tokenGroupsGlobalAndUniversal, tokenGroups, tokenGroupsNoGCAcceptable

Günther Deschner (1):
      s3-vfs: Fix developer build of vfs_ceph module.

Ira Cooper (2):
      vfs_glusterfs: Replace eventfd with pipes, for AIO use
      vfs_glusterfs: Add comments to the pipe(2) code.

Jelmer Vernooij (1):
      Don't use a nested function when testing for visibility attribute support.

Jelmer Vernooij (2):
      Remove last instances of pep8 error E712 (use 'is' rather than '==' for booleans)
      Fix more pep8 issues in code I touched recently.

Jeremy Allison (14):
      s3: auth: Add a utility function - SamInfo3_handle_sids() that factors out the code to handle "Unix Users" and "Unix Groups".
      s3: auth: Convert samu_to_SamInfo3() to use the new utility function.
      s3: auth: Plumb in the SamInfo3_handle_sids() utility function into passwd_to_SamInfo3().
      s3: auth: Add previously missing allocation fail check.
      s3: auth - tests: Add test for "force user" being a unix-only user, not in passdb.
      s3: lib, s3: modules: Fix compilation on Solaris.
      s3: smbclient: Allinfo leaves the file handle open.
      s3: smbd: leases - new torture test shows stat opens can get leases.
      s3: smbd: leases - losen paranoia check. Stat opens can grant leases.
      s4: smbtorture: leases - show stat opens grant leases and can be broken.
      s3: smbd: SMB2 close. Add utility function setup_close_full_information()
      s3: smbd: SMB2 close. Call utility function setup_close_full_information()
      s3: smbd: SMB2 close. If a file has delete on close, store the return info before deleting.
      CVE-2015-0240: s3: netlogon: Ensure we don't call talloc_free on an uninitialized pointer.

Karolin Seeger (3):
      VERSION: Re-enable git snapshots...
      WHATSNEW: Add release notes for Samba 4.2.0rc5.
      VERSION: Disable git snapshots for the 4.2.0rc5 release.

Marc Muehlfeld (1):
      samba-tool: Create NIS enabled users and unixHomeDirectory attribute

Michael Adam (9):
      s3:gencache: fix logic in stabilization when deleting a record from stable cache
      s3:gencache: simply stabilize() a bit more: remove error from state
      s3:gencache: don't use transaction non non-persistent gencache_notrans.tdb
      vfs:glusterfs: whitespace fix.
      cli_connect_nb_send: don't segfault on host == NULL.
      wafsamba: fix ordering problems with lib-provided and internal RPATHs
      wafsamba: filter out standard library paths from RPATH and LIBPATH
      Revert "waf: added suncc_wrap"
      wafsamba: remove commented out code.

Petr Viktorin (1):
      Remove use of the "staticforward" macro

Poornima G (3):
      vfs_glusterfs: In vfs_gluster_sys_acl_get_file/fd, reduce the number of getxattr calls.
      vfs_glusterfs: Change sys_get_acl_file/fd to return ACLs corresponding to mode bits when there are no ACLs set.
      vfs_glusterfs: Implement AIO support

Ralph Boehme (2):
      wafsamba: check for rpath compiler/linker flags
      wafsamba: flags from enviroment are put before our own internal versions

Samuel Cabrero (1):
      ldb: Allow to register extended match rules

Stefan Metzmacher (23):
      wafsamba: add optional keep_underscore=True to SAMBA_LIBRARY()
      selftest: use shared/libnss_wrapper_winbind.so.2
      nsswitch: fix soname of linux nss_*.so.2 modules
      lib/ldb: fix logic in ldb_val_to_time()
      ldb: version 1.1.20
      s4:dsdb/tests: add test_timevalues1() to verify timestamp values
      wafsamba: add -Werror=return-type for developer builds
      wafsamba: fill PRIVATE_NAME() logic again
      wafsamba: let TO_LIST(mylist) return a copy of mylist
      wafsamba: move compiler / cflags related stuff from lib/replace to wafsamba
      wafsamba: move WERROR_CFLAGS checks from lib/replace to wafsamba
      wafsamba: move '-fstack-protector' checks from lib/replace to wafsamba
      wafsamba: move -fvisibility=hidden checks from lib/replace to wafsamba
      wafsamba: let CURRENT_CFLAGS() use bld.env.VISIBILITY_CFLAGS
      wafsamba: improve -fvisibility=hidden, we should check it together this WERROR_CFLAGS
      wafsamba: make it possible to specify ADDITIONAL_{CFLAGS,LDFLAGS} as env var to ./configure
      wafsamba: generate an empty.c file if a SAMBA_{LIBRARY,SUBSYSTEM} doesn't have any source files
      wafsamba: make it possible to pass bundled_name to SAMBA_LIBRARY()
      wafsamba: passing 'subsystem' to SAMBA_MODULE() is not optional
      wafsamba: remove unused variable in SAMBA_MODULE()
      wafsamba: create unique names when building shared modules
      s3:smb2_server: always try to grant the credits the client just consumed
      s3:smb2_server: protect against integer wrap with "smb2 max credits = 65535"

Thomas Nagy (2):
      Reduce the no-op build times by 30%
      wafadmin: backported the openbsd fixes from waf 1.7

Volker Lendecke (2):
      lib: Use tdb_parse_record in gencache_set
      vfs: Fix a typo

raghavendra talur (3):
      vfs_glusterfs: Remember the connect path too for reopening.
      vfs_glusterfs: Set connectpath as snapdir-entry-path.
      vfs/glusterfs: Change xattr key to match gluster key.

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


-- 
Samba Shared Repository


More information about the samba-cvs mailing list