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

Karolin Seeger kseeger at samba.org
Tue Jan 20 07:41:27 GMT 2009


The annotated tag, release-3-0-34 has been created
        at  46dbef89b8f766e76280e82e06a9cff01d90997f (tag)
   tagging  9398128966537cc1977ea59ef54fbfd66bf8d0e5 (commit)
  replaces  release-3-0-33
 tagged by  Karolin Seeger
        on  Tue Jan 20 08:39:59 2009 +0100

- Log -----------------------------------------------------------------
tag release-3-0-34
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.9 (GNU/Linux)

iD8DBQBJdX/tbzORW2Vot+oRAn2bAJ9VITRgsa9eQjSgnW8yi1I0lEBFLwCeMLbf
gbAk8qwe3krOk27rr3mEHHg=
=iBPm
-----END PGP SIGNATURE-----

Andreas Schneider (3):
      Delete the krb5 ccname variable from the PAM environment if set.
      Fix the build of pam_winbind.
      Fix circular dependency error with autoconf 2.6.3.

Andrew Tridgell (3):
      Avoid a race condition in glibc between AIO and setresuid().
      EINVAL is also a valid error return, meaning "this filesystem
      become root for AIO operations

Bo Yang (3):
      Don't set child->requests to NULL in parent after fork
      Backport of the clean event context after fork and
      Fix null pointer refrence in event context in backport from v3-3-test

Carsten Dumke (1):
      net: Fix documentation of net rap printq info (bug #5892)

David Leonard (1):
      Fix bug 4516, no IPv6 on Solaris 2.6.

Dina Fine (1):
      Fix bug #5908 - Samba 3.0.32 - internal change notify on share directory fails"

Gerald (Jerry) Carter (1):
      Set version to 3.0.33-GIT

Günther Deschner (6):
      netlogon: define NET_SRVPWSET2 call.
      netlogon: "re-run make idl" - implement netr_ServerPasswordSet2 client.
      Backport bugfix for bug #5710.
      net: net should just use machine account creds when changing passwords.
      fix net_io_q_srv_pwset2.
      auth: Fix build warning.

Igor Mammedov (3):
      * Adds support for cifs.spnego helper into configure and Makefile.in
      * helper source for handling cifs kernel module upcall for kerberos
      Adds support for cifs.resolver upcall.

Jeff Layton (14):
      cifs.upcall: enable building by default on linux
      cifs.upcall: move default install location to EPREFIX/sbin
      cifs.upcall: negatively instantiate keys on error
      cifs.upcall: handle MSKRB5 OID properly
      cifs.upcall: fix build warning
      cifs.upcall: bump SPNEGO msg version number and don't reject old versions
      Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL };
      mount.cifs: fix several problems when mounting subdirectories of shares (try 2)
      mount.cifs: don't prompt for password on krb5 mounts
      cifs.upcall: make most functions static and silence compiler warnings
      mount.cifs: make local versions of strlcat and strlcpy static
      mount.cifs: have uppercase_string return success on NULL pointer
      mount.cifs: make return codes match the return codes for /bin/mount (try #3)
      mount.cifs: use lock/unlock_mtab scheme from util-linux-ng mount prog

Jeremy Allison (22):
      Fix bug #5729. Explicitly allow "-valid".
      Remove unecessary msync.
      Fix bug #5052 - not work cancel inheritance on share. We were
      Here's the fix for bug #5750. Note this bug does *NOT* affect
      Backport of bugfix for #5751, smbclient: cannot show ACLs on DFS, done by
      This patchset comprises a number of cleanups for the cifs upcall
      Fix winbindd crash in an unusual failure mode. Bug #5737. Based on original patch from shargagan at novell.com
      Fix for bug #5790 - samba returns STATUS_OBJECT_NAME_NOT_FOUND on set file disposition call.
      Ensure we emit the notify message before renaming the open files.
      Fix use of DLIST_REMOVE as spotted by Constantine Vetoshev <gepardcv at gmail.com>.
      Fix bug #5814 - Winbindd dumping core in a strange manner while doing "rescan_trusted_domain".
      Cope with bad trans2mkdir requests from System i QNTC IBM SMB client.
      Add reference to bug #4308 to remind me to add regression test to smbtorture.
      Fix memory leak in error path, spotted by Martin Zielinski <mz at seh.de>.
      Fix bug #5873 - ACL inheritance cannot be broken. This regresses #4308, but that will have to
      Fix bug #5914 - Build failure: redefinition of struct name_list
      Fix bug #1254 - write list not working under share-level security
      Fix bug #5937 - filenames with "*" char hide other files
      Fix race condition in alarm lock processing noticed by Richard Sharpe <realrichardsharpe at gmail.com>.
      Fix logic bug introduce in backport of ccache_regain_all_now, sync with
      Fix bug #6019 File corruption in Clustered SMB/NFS environment managed via CTDB
      Fix bug #6035 - Possible race between fcntl F_SETLKW and alarm delivery.

Kai Blin (2):
      winbindd: Reformat the WBFLAGS defines to prepare for adding a new flag.
      ntlm_auth: Put huge NTLMv2 blobs into extra_data on CRAP auth

Karolin Seeger (30):
      docs: Add default value for "writeable" to man smb.conf.
      Samba3-HOWTO: Fix usage of 'net idmap restore'.
      docs: Add hint that "socket address" usually don't need to be set.
      docs: Fix typo in the idmap_ad manpage.
      docs: "acl compatibility" is a global parameter.
      docs: Fix TOC of generated HTML docs.
      docs: Fix some formatting issues in the "ldap ssl" section of man smb.conf.
      docs: Update section "ldap ssl" in man smb.conf.
      s3/loadparm.c: Change default value for "ldap ssl".
      s3/smb.h: Remove unused LDAP_SSL_ON.
      docs: Document the -g option of smbclient.
      examples: Avoid bashism in perfcount.init.
      Revert "examples: Avoid bashism in perfcount.init."
      examples: Avoid bashism in perfcount.init.
      docs: Fix example in man vfs_recycle.
      docs: Improve description of the share commands in man smb.conf.
      docs: Improve man mount.cifs.
      VERSION: Remove git snapshot flag.
      WHATSNEW: Update changes since 3.0.33.
      WHATSNEW: Add footer.
      build-docs: Use 'git clean' instead of 'git-clean'.
      s3 create-tarball.sh: Remove dashes in git commands.
      VERSION: Raise version number up to 3.0.34.
      WHATSNEW: Update WHATSNEW.
      WHATSNEW: Update changes since 3.0.33.
      WHATSNEW: Update WHATSNEW.
      S3-HowTo: Change 'winbindd -B' to 'winbindd -D'.
      S3-ByExample: Use 'winbindd -D' instead of 'winbindd -B'.
      build-docs: Add 'make clean'.
      build-docs: Change to the right directory before calling 'make clean'.

Michael Adam (4):
      build: fix linking cifs.upcall when nscd_flush_cache() is found.
      winbind: fix smbd hanging on Solaris when winbindd closes socket.
      winbindd_ads: use the reconnect methods instead of the rpc methods directly
      winbindd: make all winbind rpc-methods static.

Qiao Yang (1):
      Fix a memleak

Simo Sorce (2):
      The msync manpage reports that msync *must* be called before munmap. Failure to do so may result in lost data. Fix an ifdef check, I really think we meant to check HAVE_MMAP here.
      Fix warning

Stefan Metzmacher (11):
      s3: correctly detect if the current dc is the closest one
      s3: libads: use get_dc_name() instead of get_sorted_dc_list() in the LDAP case
      libsmb/namequery: fallback to returning all dcs, when none is available in the requested site
      libsmb/namequery.c: add saf_join_store() function
      libads/ldap.c: pass the real workgroup name to get_dc_name()
      libads/ldap.c: if the client belongs to no site at all any dc is the closest
      libads/ldap.c: store the dc name in the saf cache as in all other places
      utils/net_ads.c: call saf_join_store() after a the join.
      libads/ldap.c: return an error instead of crashing when no realm is given
      Happy New Year!
      s3:libsmb: handle the smb signing states the same in the krb5 and ntlmssp cases

Steve French (4):
      cifs.upcall: fix compile warning
      cifs.upcall was not recognizing the newer name "dns_resolver" key type
      cifs.upcall: fix manpage and comments
      Building cifs.upcall is giving this build warning:

Volker Lendecke (2):
      Fix bug triggered by the RAW-SAMBA3OPLOCKLOGOFF test
      s3/swat: Fix creation of the first share using SWAT.

Yasuma Takeda (1):
      Fix bug #5909 - MS-DFS does not work on Vista, if link name includes multibyte character.

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


-- 
Samba Shared Repository


More information about the samba-cvs mailing list