[SCM] Samba Shared Repository - annotated tag release-3-2-4 created - release-3-2-4

Karolin Seeger kseeger at samba.org
Thu Sep 18 12:40:05 GMT 2008


The annotated tag, release-3-2-4 has been created
        at  ca69b01d0d39fb9619b126a59585e9f5b4705a84 (tag)
   tagging  d89ba32c49049ae105b02b2cea578605a13a7afb (commit)
  replaces  release-3-2-3
 tagged by  Karolin Seeger
        on  Thu Sep 18 13:59:22 2008 +0200

- Log -----------------------------------------------------------------
tag release 3-2-4
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.4-svn0 (GNU/Linux)

iD8DBQBI0kX4bzORW2Vot+oRAlLnAJ9/crbcVHNJ8nSu7+5fw7K8OLp9pwCghXfw
/k5djphuV9ahk8OYwPYRXdQ=
=dch8
-----END PGP SIGNATURE-----

Andrew Tridgell (6):
      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
      fixed tsmsm_sendfile(). The logic was totally broken.
      fixed an errno handling bug that could lead to an infinite loop
      Handle arbitrary new PAC types

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

Ephi Dror (1):
      Correct the netsamlogon_clear_cached_user function.

Gerald (Jerry) Carter (4):
      nss_winbind: When returning NSS_UNAVAIL, squash errno to ENOENT
      winbindd: Fix crash in cm_connect_sam()
      Add simple script to build docs
      Add workaround for docs build and dependency on parameters.all.xml

Gerald W. Carter (2):
      Release scripts: Update create-tarball to include docs and other packaging details.
      idmap_ad: Fix a segfault when calling nss_get_info() with a NULL ads structure.

Günther Deschner (7):
      fix another build warning.
      fix build warning.
      IDL: fix IDL for netr_ServerPasswordSet2().
      re-run make idl.
      Fix Bug #5710 and make machine account password changing work again.
      winbindd: fix invalid sid copy (hit when enumerating sibling domains).
      kerberos: fix indent of enc type lines in generated krb5.conf files.

Herb Lewis (2):
      get rid of unneeded argument for get_methods
      get rid of unneeded argument for get_alloc_methods as well

James Ding (1):
      Fix winbindd crash bug with trusted domains. Bug #5736

Jeff Layton (7):
      cifs.upcall: handle MSKRB5 OID properly
      cifs.upcall: fix build warning
      cifs.upcall: bump SPNEGO msg version number and don't reject old versions
      cifs.upcall: enable building by default on linux
      cifs.upcall: move default install location to EPREFIX/sbin
      cifs.upcall: make most functions static and silence compiler warnings
      mount.cifs: make local versions of strlcat and strlcpy static

Jeremy Allison (20):
      Fix bug 5697 nmbd spins in reload_interfaces when only loopback has an IPv4 address
      Fix bug 5698 - mixup of TALLOC/malloc. Spotted by Douglas Wegscheid <Douglas_E_Wegscheid at whirlpool.com>.
      Don't re-initialize a token when we already have one. This fixes the build farm failures when winbindd connects as guest.
      Be explicit about setting perms for the ldb. Helps others who may use this api.
      Fix the wcache_invalidate_samlogon calls.
      Add st_birthtime and friends for accurate create times on systems that support it (*BSD and MacOSX). This really needs to be in 3.2.x.
      Clarify usage of "force create mode".
      Deal with systems that don't initialize birthtime correctly.
      Fix bug #5729. Explicitly allow "-valid".
      Remove unecessary msync.
      Write times code update.
      Fix debug message to show correct function name.
      Fix blocker bug 5745 kerberos authentication with (lib)smbclient is broken.
      When requesting UNIX info levels on findfirst/findnext, don't play games with write time,
      Fix bug #5052 - not work cancel inheritance on share. We were
      Fix bug #5751 cannot show ACLs on DFS reported by SATOH Fumiyasu <fumiyas at osstech.co.jp>.
      Use the given name, not the absolute pathname, when printing out ACL info.
      Modify a comment to make things clearer.
      Fix bug 5761 "open of mangled directory name results in 'is a stream name'"
      Ensure all pointers are initialized. Without this we can crash when looking up a non-existant uid.

Karolin Seeger (12):
      VERSION: Raise version number up tp 3.2.4.
      WHATSNEW: Update changes since 3.2.3.
      WHATSNEW: Update changes since 3.2.3.
      WHATSNEW: Update changes since 3.2.3.
      WHATSNEW: Update changes since 3.2.3.
      WHATSNEW: Update changes since 3.2.3.
      WHATSNEW: Update changes since 3.2.3.
      WHATSNEW: Update changes since 3.2.3.
      man cifs.upcall: Fix typo, wrap lines.
      WHATSNEW: Update changes since 3.2.3.
      WHATSNEW: Update changes since 3.2.3.
      find_missing_manpages.pl: Adapt script to changed directory structure.

Michael Adam (20):
      build: fix linking cifs.upcall when nscd_flush_cache() is found.
      build: rename LIBNETAPI_OBJ1 to LIBNETAPI_OBJ0 for consistency.
      build: fall down to the same place when using an internal lib statically.
      build: fix bug #5590 by not linking in the static libs but the objects.
      configure: fix typo in GNU ld version-script test.
      re-run make idl after Jelmer's "poperly cast array lengths" pidl change.
      run "make idl" after after idl change "Handle arbitrary new PAC types"
      packaging(RHEL): remove libmsrpc stuff which is no more...
      packaging(RHEL): fix version of GPL (2 --> 3)
      packaging(RHEL): remove smbmount related stuff from spec file
      packaging(RHEL): add new libs (talloc, tdb, ...) to the common package
      packaging(RHEL): remove leftovers of smbmount from SPEC file.
      packaging(RHEL): add ldbtools binaries and man pages to common package
      packaging(RHEL): use ccache if available
      packaging(RHEL): remove duplicate installation of pam_smbpass.so
      packaging(RHEL): fix libdir installation by using _libarch/_libarchdir
      packaging(RHEL): fix installation of pam modules.
      packaging(RHEL): remove even another manual installation of pam_smbpass.so
      packaging(RHEL): workaround all library installations by mv to %{_libarchdir}
      packaging(RHEL): fix direction of link (.so) of nss libs.

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 for bug 5571

Stefan Metzmacher (2):
      smbd: fix the handling of create_options to pass RAW-OPEN
      smbd: some write time fixes

Steve French (1):
      mount.cifs: unclear error message with "credentials"

Steven Danneman (3):
      Cleanup of DC enumeration in get_dcs()
      Fix build warning on FreeBSD
      Simple fix for warning:

Timur (3):
      Fix cut and paste error in quota code.
      Fix display of POSIX ACLs.
      Fix aio on FreeBSD.

Volker Lendecke (4):
      Fix Coverity ID 587
      Do proper error handling if the socket is closed
      When setting an NFSv4 ACL, map generic bits
      Fix calculation of useable_space for trans2 and nttrans replies

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


-- 
Samba Shared Repository


More information about the samba-cvs mailing list