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

Karolin Seeger kseeger at samba.org
Tue Aug 19 06:58:02 GMT 2008


The annotated tag, release-3-2-2 has been created
        at  252f372a71d3456552ed329e74b4e94b2f04cf3e (tag)
   tagging  8aa259d232aca22afab9c0bf8b95fcededf53b05 (commit)
  replaces  release-3-2-1
 tagged by  Karolin Seeger
        on  Tue Aug 19 08:56:40 2008 +0200

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

iD8DBQBIqm67bzORW2Vot+oRAoINAJ40akkhP8mM5UgrwOeTkOfeaGgHOwCfdMU5
aBF7ArZ2zc+w0Ss6WBLuOFM=
=NkGV
-----END PGP SIGNATURE-----

Andrew Bartlett (1):
      Without stdlib.h we don't get a prototype for free().

Andrew Tridgell (3):
      fixed a fd leak when trying to regain contact to a domain controller
      fixed permissions on ctdb databases
      I found lots of places where we assume error will be set when calling

Derrell Lipman (1):
      Static libsmbclient library needs to include all objects

Günther Deschner (2):
      fix build warning.
      netapi: add c++ guard.

Herb Lewis (2):
      print correct test status
      I think the problem with these functions is that lookup_usergroups

Igor Mammedov (1):
      Fix length error in wrapping spnego blob. Karoling this needs to be in 3.2.2 (sorry).

Jeff Layton (1):
      cifs.upcall: negatively instantiate keys on error

Jelmer Vernooij (1):
      Add double-colon where it makes sense.

Jeremy Allison (12):
      Fix bug #5675 with a varient of Tim Waugh's patch,
      Add Derrick Schommer's <dschommer at F5.com> kerberos delegation patch. Some
      Try and fix the build for systems that don't have krb5_auth_con_set_req_cksumtype().
      One more build fix. Ensure we have KRB5_AUTH_CONTEXT_USE_SUBKEY defined before we compile the new code.
      Fix bug 5686 - libsmbclient segfaults with more than one SMBCCTX.
      Fix for bug #5617, reported and patched by Bartosz Antosik antosik at gmail.com.
      Fix for bug #5688 from SATOH Fumiyasu <fumiyas at osstech.co.jp>. LPQ process is orphaned if socket address parameter is invalid.
      Fix coverity CID: 594. Resource leak on error path.
      Fix bug #5692 - Core dump in full_audit.so.
      Fix show-stopper for 3.2. Smbd depends on group SID
      This patchset comprises a number of cleanups for the cifs upcall
      Fix bug 5696. The problem was when smbd

Jim McDonough (1):
      Prevent NT_STATUS 0xF1000000 errors from appearing when

Karolin Seeger (14):
      man pages: Add documentation about smbclient command "rename".
      man pages: Improve description of boolean values in smb.conf.5.
      VERSION: Raise version number up to 3.2.2.
      WHATSNEW: Start WHATSNEW for 3.2.2.
      WHATSNEW: Update changes since 3.2.1.
      WHATSNEW: Update changes since 3.2.1.
      WHATSNEW: Update changes since 3.2.1.
      smbspool: Fix printing on port 139.
      WHATSNEW: Update changes since 3.2.1.
      WHATSNEW: Add release date, add hint on printing timeouts.
      WHATSNEW: Update changes since 3.2.1.
      WHATSNEW: Add corresponding bug number.
      WHATSNEW: Add some more major bug fixes.
      WHATSNEW: Update release date.

Michael Adam (94):
      idmap_tdb2: fix a race condition in idmap_tdb2_allocate_id().
      dbwrap: add comment describing behaviour of dbwrap_change_uint32_atomic().
      secrets: fix replacemend random seed generator (security issue).
      dbwrap: add comment describing behaviour of dbwrap_change_int32_atomic().
      Make sure to always set errno on error path in OpenDir (and hence scan_directory).
      Fix unix_convert() for "*" after changing map_nt_error_from_unix().
      Revert "build: fix bug #5608: link creation for libtalloc.so.1 (and friends) on solaris 8"
      build: add ability to use library files of the form NAME.so.VERSION to create version script name.
      build: fix creation of talloc shared lib.
      build: fix the installlibtalloc target to install SONAME and \.so versions of shared lib.
      build: fix creation of link libtalloc.so on some systems.
      build: add an uninstalllibtalloc target
      build: add a cleanlibtalloc target.
      build: move libtalloc related targets together.
      build: fix installlibtalloc to not install symlink if the library is not there
      build: add structuring comments for libraries and libtalloc section.
      build: add a "make shlibs" target to build all the shared libraries.
      build: add more structuring comments to Makefile.in
      build: move top level targets for the libs into the corresponding sections in Makefile.in
      build: move all libtalloc related definitions into the libtalloc section in Makefile.in
      build: move libtdb related definitions and targets to libtdb section in Makefile.in
      build: fix creation of the libtdb shared library.
      build: create a cleanlibtdb target and use it in target clean.
      build: fix the installlibtdb target to install the soname file of libtdb.
      build: add an uninstalllibtdb target.
      build: move libnetapi related definitions and targets together into the libnetapi section.
      build: fix creation of the libnetapi shared lib: create soname library
      build: add a cleanlibnetapi target and use it in make clean
      build: fix installlibnetapi target - install symlink libnetapi.so (if appropriate)
      build: fix uninstalllibnetapi target - handle symlink libnetapi.so
      build: move libtdb target further down following common schema like with libtalloc
      build: move libwbclient related target to libwbclient section in Makefile.in
      Revert "build: use $(PAM_WINBIND_EXTRA_LIBS) instead of @PAM_WINBIND_EXTRA_LIBS@ in rules."
      Revert "build: use $(WINBIND_NSS_PTHREAD) instead of @WINBIND_NSS_PTHREAD@ in rules."
      Revert "build: use $(WINBIND_NSS_EXTRA_LIBS) instead of @WINBIND_NSS_EXTRA_LIBS@ in rules."
      Revert "build: use $(LDAP_LIBS) instead of @LDAP_LIBS@ in rules."
      Revert "build: use $(LIBNETAPI_LIBS) instead of @LIBNETAPI_LIBS@ in rules."
      Revert "build: link in $(WINBIND_LIBS) instead of @LIBWBCLIENT_SHARED@"
      Revert "build: use $(LIBTDB_LIBS) instead of @LIBTDB_LIBS@ in rules."
      Revert "build: use $(LIBTALLOC_LIBS) instead of @LIBTALLOC_LIBS@ in rules."
      Revert "build: use $(POPT_LIBS) instad of @POPT_LIBS@ in rules."
      Revert "build: fix build on systems with picky make and without shared libwbclient"
      Revert "build: fix creation of libaddns.a - don't link in libtalloc.a"
      Revert "build: fix creation of libsmbclient.a - don't link in libtalloc.a"
      Revert "build: fix creation of libsmbsharemodes.a - don't link in libtdb.a."
      build: fix creation of libwbclient shared lib by crating soname file
      build: fix the installlibwbclient target to use defined variables and install the symlink
      build: add uninstalllibwbclient to Makefile.in and use it for uninstall
      build: add a cleanlibwbclient target to Makefile.in and use it for make clean.
      build: move definition of SHLIBS to libraries section
      build: move libsmbclient related variables and targets to libsmbclient section
      build: rename (un)installclientlib to (un)installlibsmbclient
      build: slightly change and extend the logic of SMB_LIBRARY().
      build: handle libsmbclient by SMB_LIBRARY() and correctly create soname file.
      build: add cleanlibsmbclient target and use it in make clean.
      build: add structuring comment for libbigballofmud
      build: move libsmbsharemodes related vars and targets to libsmbsharemodes section in Makefile.in
      build: handle libsmbsharemodes by SMB_LIBRARY() and correctly create SONAME file.
      build: create cleanlibsmbsharemodes target and use it in "make clean".
      build: move libaddns related bits to the libaddns section in Makefile.in
      build: move LIBADDNS_OBJ0 up again -- needed for NET_OBJ :-\
      build: extend SMB_LIBRARY() to optionally take default value.
      build: handle libaddns by SMB_LIBRARY() and correctly create SONAME file.
      build: add a cleanlibaddns target and use it in "make clean"
      build: fix typo in use of cleanlibsmbclient target
      build: remove the SONAME_VER variable - not used anymore.
      build: fix shlibs target after internal changes, add libs target.
      build: combine the cleanlibfoo targets to one cleanlibs target
      build: extend SMB_LIBRARY() to take a version as an optional second argument
      build: set SONAME version of libraries from configure, not using library-versions
      build: remove library-versions.in - it is not used any more.
      build: fix creation of libsmbsharemodes.a - don't link in libtdb.a.
      build: fix creation of libaddns.a - don't link in libtalloc.a
      build: fix creation of libsmbclient.a - don't link in libtalloc.a
      build: fix build of smbget by moving LIBSMBCLIENT_OBJ* defs up again
      build: move definition of LIBADDNS_OBJ back up to LIBADDNS_OBJ0
      build: introduce a installibs target and use it in "make install"
      build: distribute the cleanlibs target over the library-specific sections.
      build: use the libs target instead of the LIBRARIES variable as dependecy for "all".
      build: distribute the libs target over the library-specific sections.
      build: create a new uninstalllibs target and use it in "make uninstall"
      build: remove SHLIBS variable, and distribute deps for shlibs and test_shlibs target
      build: use $(WINBIND_LIBS) instead of @WINBIND_LIBS@ in rules.
      build: use $(POPT_LIBS) instad of @POPT_LIBS@ in rules.
      build: use $(LIBTALLOC_LIBS) instead of @LIBTALLOC_LIBS@ in rules.
      build: use $(LIBTDB_LIBS) instead of @LIBTDB_LIBS@ in rules.
      build: link in $(WINBIND_LIBS) instead of @LIBWBCLIENT_SHARED@
      build: use $(LIBNETAPI_LIBS) instead of @LIBNETAPI_LIBS@ in rules.
      build: use $(LDAP_LIBS) instead of @LDAP_LIBS@ in rules.
      build: use $(WINBIND_NSS_EXTRA_LIBS) instead of @WINBIND_NSS_EXTRA_LIBS@ in rules.
      build: use $(WINBIND_NSS_PTHREAD) instead of @WINBIND_NSS_PTHREAD@ in rules.
      build: use $(PAM_WINBIND_EXTRA_LIBS) instead of @PAM_WINBIND_EXTRA_LIBS@ in rules.
      build: fix build of libaddns shared lib : it needs socket_wrapper.
      build: fix a typo in the installlibtalloc rule.

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 (5):
      Fix andx offset calculation for more than 2 chained requests
      fix smb_len calculation for chained requests
      Attempt to fix bug 5684
      Attempt to fix Coverity ID 595
      Attempt to fix Coverity ID 596

Yannick Bergeron (2):
      Solve an IBM XL C/C++ compiler error encountered in get_exit_code() auth_errors array initialization in client/smbspool.c
      using NGROUPS_MAX instead of 32 for the max group value in rep_initgroups() subroutine in lib/replace/replace.c

Zach Loafman (1):
      Make DSO_EXPORTS_CMD regexp more POSIX compliant

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


-- 
Samba Shared Repository


More information about the samba-cvs mailing list