[SCM] Samba Shared Repository - annotated tag build_3.2.0_ctdb.1 created

Andrew Bartlett abartlet at samba.org
Mon Nov 30 22:10:43 MST 2009


The annotated tag, build_3.2.0_ctdb.1 has been created
        at  8ef824b9d6cf04e07a407da82fda1ce53ba5423a (tag)
   tagging  be62d594bc2b680dfefb4a5050d033b77c08154b (commit)
  replaces  release-3-2-0pre3
 tagged by  Michael Adam
        on  Thu May 22 14:52:34 2008 +0200

- Log -----------------------------------------------------------------
tag samba-ctdb rpm build: build_3.2.0_ctdb.1

This was the first rpm, I produced from git with the
makerpms.sh script. It was shortly afterwards
replaced by the "ctdb.27" build which was the proper
release number to follow...

Michael
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.9 (GNU/Linux)

iEYEABECAAYFAkg1bO4ACgkQyU9JOBhPkDSGVQCfc14yAMgpH4FUC1AEoFBDXxjA
VxYAnj9Yjld2GeFTG9Ht9NjCmzownFhy
=nnOC
-----END PGP SIGNATURE-----

Alexander Bokovoy (1):
      Use more error-prone form of testing dm_destroy_session() return code after discussing with Tridge

Andrew Bartlett (1):
      Add in a nice big comment explaining why SamLogonEx matters.

Andrew Tridgell (6):
      update configure.rpm for clustered Samba usage
      keep compatibility with v3-0-ctdb name for fileid:mapping option
      apply patch from v3-0-ctdb to special case root in libnss_winbind
      merge in spec file from Michael
      fixed version in spec file
      merge build changes from Mathias

Björn Jacke (2):
      increase log level for this failed setsockopt call. EINVAL is a normal error on Solaris when we do this on an already resetted connection.
      fix some extrasemi compile warnings

Eric Cronin (1):
      Missing HAVE_UPDWTMPX check before using updwtmpx().

Gerald W. Carter (3):
      BUG 5429: Clarify log msgs re: failure to create BUILTIN\{Administrators,Users}
      BUG 5107: Fix handling of large DNS replies on AIX and Solaris.
      Winbind: Prevent cycle in children list when reaping dead child processes.

Günther Deschner (13):
      Fill in WHATSNEW.txt for pre3.
      errors: add WERR_INVALID_DOMAINNAME.
      samlogoncache: Use data_blob_const in netsamlogon_cache_get.
      Fix typo.
      Strip whitespace in ntsvcs rpc server.
      netapi: add -f switch for DsGetDCName() example and be more verbose on output.
      wins: fix null pointer crash in nss_wins module.
      pam_winbind: Fix Bug #5430 (patch from fumiyas at osstech.co.jp).
      _netr_LogonSamLogon: fix lm session key length.
      Fix Bug #5465 (joining with createcomputer=ou1/ou2/ou3).
      _netr_LogonSamLogon: fix lm session key length.
      Fix Bug #5465 (joining with createcomputer=ou1/ou2/ou3).
      Fix client authentication with -P switch in client tools (Bug 5435).

Holger Hetterich (1):
      winbindd_cache: recognize and allow longer UA keys

James Peach (4):
      smbspool: add my copyright.
      smbspool: Run indent to approximate conding standards.
      smbspool: minor formatting cleanups.
      smbspool: Fix the smbspool build.

Jeremy Allison (21):
      Fix typo noticed by David Disseldorp <ddiss at sgi.com>. AF_INET should be AF_INET6 in this case.
      Fix bug #5434 found by Ted Percival <ted at midg3t.net>.
      Tidyup to ensure '\n' is treated identically in all
      Remove hard coded sizes.
      Fix from Martin Zielinski <mz at seh.de>. Don't delete files when
      The first of Martin Zielinski <mz at seh.de> Vista printing patches.
      Fix bug #5095, "Manage Documents privilege is not functional".
      Fix bug found by Igor Mammedov <niallain at gmail.com> where we are
      Fix bug #5452 - smbclient put always creates zero length
      Fix replacement getpass. If we ^C at the prompt echo was left off.
      Fix bug #5464. Pointed out by Herb @ Connectathon. In fork_domain_child() we call :
      Fix bug #5460. The problem is RHEL5.0 shipped a CIFS client
      Second part of patch for bug #5460. Cope with pathnames
      Fix debug message.
      Ensure we don't keep searching for sharename if it's
      Fix replacement getpass. If we ^C at the prompt echo was left off.
      Fix bug #5464. Pointed out by Herb @ Connectathon. In fork_domain_child() we call :
      Fix bug #5460. The problem is RHEL5.0 shipped a CIFS client
      Second part of patch for bug #5460. Cope with pathnames
      Ensure we don't keep searching for sharename if it's
      Fix debug message.

Karolin Seeger (11):
      WHATSNEW: Preparation for 3.2.0rc1.
      WHATSNEW: Add changes from Steven Danneman.
      man smbcacls: Correct possible flag values.
      WHATSNEW: Cleanup.
      WHATSNEW: Update changes since 3.2.0pre3.
      man pages: Correct version string.
      WHATSNEW: Update changes since 3.2.0pre3.
      WHATSNEW: Update changes since 3.2.0pre3.
      WHATSNEW: Remove trailing whitespace.
      man pages: Correct version string.
      WHATSNEW: Update changes since 3.2.0pre3.

Michael Adam (69):
      winbindd_cache: simplify logic in new key length check for UA keys.
      vfs_cacheprime: fix C++ warning - make implicit cast explicit
      rpc_parse: fix "assignment discards qualifier" warning by using CONST_DISCARD.
      loadparm: reformat - fix whitespace/tab
      init_srv_share_info_ctr: Add debug messages.
      srv_winreg: add a debug message to _winreg_CreateKey().
      configure: fix a comment typo
      docs: fix indentation in expand-smbxonfdoc.
      Move the posix pending close functionality down into the VFS layer.
      Don't modify the fsp in fd_close_posix() anymore.
      Change fd_close_posix() to return int instead of NTSTATUS.
      Slight reformatting of fd_close_posix(), while I'm at it.
      Remove redundant parameter fd from SMB_VFS_CLOSE().
      registry: use dbwrap_fetch_bystring() in regdb_fetch_keys().
      registry: use dbwrap_fetch_bystring() in regdb_fetch_values().
      registry: use normalize_reg_path() in regdb_fetch_keys()
      registry: combine talloc_strdup() and normalize_reg_path() in regdb_fetch_keys().
      registry: add a function for fetching a tdb record for a given keystring
      registry: use regdb_fetch_key_internal() in regdb_fetch_keys().
      registry: use regdb_fetch_key_internal() in regdb_fetch_values().
      registry: add function regdb_key_exists() to check for existence of a key.
      registry: check for existence of key init_registry_key and possibly save a write.
      registry: save writes in init_registry_data() if data does already exist.
      registry: skip writes of existing keys in init_registry_data().
      registry: change order of arguments of regdb_fetch_key_internal()
      registry: free temporary data in regdb_fetch_key_internal().
      registry: make normalize_reg_path() strip leading and trailing '/' chars.
      registry: Implement new semantics for existence of registry key in tdb.
      registry: free talloc context on error path in regdb_fetch_values().
      registry: check for existence of key in regdb_fetch_values() first.
      registry: check for existence of key in regdb_fetch_keys() before proceeding.
      registry: check for existence of key in regdb_store_values() before proceeding.
      registry: check for existence of key in regdb_get_secdesc() before proceeding.
      registry: check for existence of key in regdb_set_secdesc() before proceeding.
      registry: add a function regdb_key_is_base_key() to check whether is composite.
      registry: check for existence of non base key in regdb_store_keys() before proceeding.
      registry: add comment explaining workflow to make store_keys safe w/o transactions
      registry: regdb_store_keys: move storing the subkey list down after removing values.
      registry: adapt comment of last step in regdb_store_keys().
      registry: adapt comment to first step in regdb_store_keys().
      registry: change order of deleting value and subkey lists in store_keys().
      registry: add comments to removing lists in regdb_store_keys().
      registry: add removal of secdesc of a key to regdb_store_keys().
      loadparm: Fix activation of registry globals in lp_load_*.
      packaging: rename RHEL4-CTDB --> RHEL-CTDB
      packaging: fix GPL version in samba-ctdb specfile.
      packaging: remove references to smbmount and friends from samba-ctdb spec file
      loadparm: Fix activation of registry globals in lp_load_*.
      loadparm: refactor initalization of registry config out into lp_smbconf_ctx().
      loadparm: refactor processing of service out of process_registry_globals()
      loadparm: add a function process_registry_shares()
      loadparm: add parameter allow_registry_shares to lp_load_ex().
      loadparm: add call to do_section() to process_registry_service().
      loadparm: add funcion lp_load_with_registry_shares().
      testparm: list registry shares with testparm.
      Merge commit 'origin/v3-2-stable' into v3-2-ctdb
      net_registry: add raw output of value to print_registry_value().
      net registry: refactor core of net_registry_getvalue() out
      net registry: add a getvalueraw command to print the value in raw format.
      net rpc registry: fix usage message of getvalue.
      net rpc registry: add boolean "raw" to rpc_registry_getvalue_internal()
      net rpc registry: add a getvalueraw subcommand.
      packaging: fix a comment typo in makerpms script.
      packaging: add a comment explaining EXTRA_OPTIONS to the makerpms script
      packaging: use docs tarball instead of docs dir in makerpms / samba.spec
      packaging: use git-archive in RHEL-CTDB/makerpms.sh
      packaging: fix RHEL-CTDB build by removing duplicate winbind-32bit paragraphs
      packaging: enable calling RHEL-CTDB/makerpms.sh from other directories
      packaging: re-introduce Release numbering ".ctdb.<number>"

Mike Sweet (2):
      smbspool: fix Kerberos support for CUPS 1.3.
      smbspool: Fix CUPS authentication protocol support.

Steven Danneman (1):
      Fix bug 5419: memory leak in ads_do_search_all_args() when enumerating 1000s of entries

Tim Prouty (1):
      Cleanup size_t return values in convert_string_allocate

Volker Lendecke (20):
      Revert "mount.cifs: Zero mountpassword content before freeing."
      Fix dfs_Enum: In form_junctions, correctly check for malloc failure
      Fix bug 5400
      Fix bug 5399
      Fix bug 5398
      Fix some "ignoring asprintf result" warnings
      Fix a memleak -- Coverity ID 222
      Fix an uninitialized variable
      Remove two pointless else branches
      Fix an uninitialized variable warning
      Fix Coverity ID 565
      Make use of ZERO_STRUCT instead of memset in namequery.c
      Fix a "nested extern declaration" warning
      Fix a valgrind bug in the new [ug]id2sid cache
      Fix a panic in the [ug]id2sid valgrind bug fix
      Next round fixing bug 5420, build on IRIX
      Revert "Fix signing bug found by Volker. That one was *subtle*."
      Fix signing problem in the client with transs requests
      Revert "Fix signing bug found by Volker. That one was *subtle*."
      Fix signing problem in the client with transs requests

coffeedude (2):
      net ads: Upper case he realm name when calling kinit() using machine creds.
      net ads: Upper case he realm name when calling kinit() using machine creds.

root (1):
      updated spec files and build script

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


-- 
Samba Shared Repository


More information about the samba-cvs mailing list