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

Karolin Seeger kseeger at samba.org
Thu Nov 27 14:06:58 GMT 2008


The annotated tag, release-3-2-5 has been created
        at  b675d8165ab6a8f7c5193b8b2ca2b7ff492c6c82 (tag)
   tagging  6de5de4f5c23ff79074b68d7a7447d35af8e200d (commit)
  replaces  release-3-2-4
 tagged by  Karolin Seeger
        on  Thu Nov 27 15:02:18 2008 +0100

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

iD8DBQBJLqlIbzORW2Vot+oRAhGgAJ965oVi+VktwV3qomI1QUSv5hSXPwCeJEpC
3e5elLt6j2W47nPzxGgUXyg=
=enJk
-----END PGP SIGNATURE-----

Andreas Schneider (1):
      Delete the krb5 ccname variable from the PAM environment if set.

Andrew Tridgell (2):
      fixed segv on startup with trusted domains
      re-added "winbind:ignore domains" patch

Derrell Lipman (1):
      Fix bug 5805: don't close stdout

Gerald (Jerry) Carter (2):
      libaddns: Use the same prerequisite for DDNS update as Windows XP.
      net_dns: Make "lwinet ads dns register" honor the "interfaces" parameter.

Günther Deschner (5):
      build: don't install the cifs.upcall binary twice.
      s3-srvsvc: fix _srvsvc_NetShareAdd segfault.
      s3-samr-server: be consistent when reporting we do password complexity.
      s3-samr-server: _samr_DeleteUser needs to wipe out the user_handle on success.
      s3-samr-server: fix access check in _samr_QuerySecurity().

Holger Hetterich (5):
      SMB traffic analyzer vfs module from Holger Hetterich <hhetter at novell.com>
      Add an initial version of a manpage for the vfs_smb_traffic_analyzer module.
      Enable optional anonymization of user names,
      Update the manpage for vfs_smb_traffic_analyzer to include the anonymize_prefix option
      Fix the "Premature end of data in tag" error when buiding the manpage, fix a typo in the text, add an example for anonymization usage.

Jeff Layton (2):
      mount.cifs: have uppercase_string return success on NULL pointer
      mount.cifs: make return codes match the return codes for /bin/mount (try #3)

Jelmer Vernooij (1):
      Avoid freeing fsp twice when opening new_file fails. (Debian #431696)

Jeremy Allison (27):
      Fix bug #5783 FindFirst fails where search pattern == mangled filename.
      Fix winbindd crash in an unusual failure mode. Bug #5737. Based on original patch from shargagan at novell.com
      Fix bug #5790 samba returns STATUS_OBJECT_NAME_NOT_FOUND on set file disposition.
      Use IPv4/v6 independent calls. Change safe_strcpy/cat to strlcpy/cat (this
      Fix bug #5797 - Moving readonly files fails. Reported by infomail at lordb.de.
      Second part of the fix for bug #5790 - samba returns STATUS_OBJECT_NAME_NOT_FOUND on set file disposition call.
      Ensure we null out fsp after a close in all paths.
      Fix the make test problem Karolin reported. Now rename_open_files actually works correctly we must emit the change notify before we change the name, not before.
      Restructure the module so it connects to the remote data sink
      Convert to allocated strings. Use write_data(), not send as this doesn't correctly
      Turn the socket connections into a refcounted list - in the common case there'll now only be one socket per smbd.
      Fix use of DLIST_REMOVE as spotted by Constantine Vetoshev <gepardcv at gmail.com>.
      Whitespace cleanup.
      Fix bug #5080. Access to cups-printers via samba broken with cups 1.3.4, Unsupported character set.
      Correctly fix smbclient to terminate on eof from server.
      Fix bug #5814 - Winbindd dumping core in a strange manner while doing "rescan_trusted_domain".
      Now it's working, back port the aync fix for parsing large cups printer lists.
      Note url explaining this code.
      Attempt to fix bug #5818 - "smbcacls: sorts ACEs improperly and loses inheritance", based on
      Don't use debug level 1 to log a trivial message.
      Fix bug 5826 - Directory/Filenames get truncated when 3.2.0 client acesses old server.
      Unify the logic in pull_ascii_base_talloc() and pull_ucs2_base_talloc().
      Cope with bad trans2mkdir requests from System i QNTC IBM SMB client.
      Unify access checks for lsa server functions.
      Cope with MAXIMUM_ALLOWED_ACCESS requests when opening handles.
      Fix net rpc vampire, based on an *amazing* piece of debugging work by "Cooper S. Blake" <the_analogkid at yahoo.com>.
      Remove the requirement for ldap call made as root. Add in security

Jim McDonough (1):
      Fix the new vfs_smb_traffic_analyzer build for static links

Karolin Seeger (76):
      VERSION: Raise version number up to 3.2.5.
      WHATSNEW: Start WHATSNEW for 3.2.5.
      build-docs: Add 'make clean'.
      WHATSNEW: Update changes since 3.2.4.
      WHATSNEW: Update changes since 3.2.4.
      WHATSNEW: Update changes.
      WHATSNEW: Update changes since 3.2.4.
      Revert "WHATSNEW: Update changes since 3.2.4."
      Revert "s3-samr-server: fix access check in _samr_QuerySecurity()."
      Revert "Remove the requirement for ldap call made as root. Add in security"
      Revert "s3-samr-server: _samr_DeleteUser needs to wipe out the user_handle on success."
      Revert "Fix net rpc vampire, based on an *amazing* piece of debugging work by "Cooper S. Blake" <the_analogkid at yahoo.com>."
      Revert "Fix bug 5840: Segfault in "rpcclient lsaaddacctrights""
      Revert "Cope with MAXIMUM_ALLOWED_ACCESS requests when opening handles."
      Revert "Delete the krb5 ccname variable from the PAM environment if set."
      Revert "WHATSNEW: Update changes."
      Revert "s3-samr-server: be consistent when reporting we do password complexity."
      Revert "Unify access checks for lsa server functions."
      Revert "Cope with bad trans2mkdir requests from System i QNTC IBM SMB client."
      Revert "Unify the logic in pull_ascii_base_talloc() and pull_ucs2_base_talloc()."
      Revert "Fix bug 5826 - Directory/Filenames get truncated when 3.2.0 client acesses old server."
      Revert "Don't use debug level 1 to log a trivial message."
      Revert "WHATSNEW: Update changes since 3.2.4."
      Revert "WHATSNEW: Update changes since 3.2.4."
      Revert "Attempt to fix bug #5818 - "smbcacls: sorts ACEs improperly and loses inheritance", based on"
      Revert "Note url explaining this code."
      Revert "Fix the "Premature end of data in tag" error when buiding the manpage, fix a typo in the text, add an example for anonymization usage."
      Revert "Update the manpage for vfs_smb_traffic_analyzer to include the anonymize_prefix option"
      Revert "Enable optional anonymization of user names,"
      Revert "Fix bug 5691: SIGBUS on Solaris"
      Revert "Fix the build"
      Revert "Now it's working, back port the aync fix for parsing large cups printer lists."
      Revert "Make use of ZERO_STRUCT (the first memset was actually wrong)"
      Revert "mount.cifs: make return codes match the return codes for /bin/mount (try #3)"
      Revert "mount.cifs: have uppercase_string return success on NULL pointer"
      Revert "Fix bug #5814 - Winbindd dumping core in a strange manner while doing "rescan_trusted_domain"."
      Revert "Fixed build warning "passing arg from incompatible pointer type""
      Revert "Fixed "declaration shadows global declaration" warnings."
      Revert "If name_to_fqdn fails, retry with the dns domain the DC gave us"
      Revert "Log in the parent winbind log where a request is going"
      Revert "Attempt to fix bug 5778"
      Revert "Remove an unused variable"
      Revert "Fix some missing error handlings"
      Revert "OS/X does not have rl_done in readline.h"
      Revert "Fix an uninitialized variable warning"
      Revert "Fix an unlikely memleak found by the IBM checker"
      Revert "Fix an uninitialized variable found by the IBM Checker"
      Revert "Fix a potential NULL deref in line 258 found by the IBM checker"
      Revert "Correctly fix smbclient to terminate on eof from server."
      Revert "net_dns: Make "lwinet ads dns register" honor the "interfaces" parameter."
      Revert "libaddns: Use the same prerequisite for DDNS update as Windows XP."
      Revert "Fix bug #5080. Access to cups-printers via samba broken with cups 1.3.4, Unsupported character set."
      Revert "Fix bug 5805: don't close stdout"
      Revert "Whitespace cleanup."
      Revert "Fix use of DLIST_REMOVE as spotted by Constantine Vetoshev <gepardcv at gmail.com>."
      Revert "Turn the socket connections into a refcounted list - in the common case there'll now only be one socket per smbd."
      Revert "Convert to allocated strings. Use write_data(), not send as this doesn't correctly"
      Revert "Restructure the module so it connects to the remote data sink"
      Revert "Fix the make test problem Karolin reported. Now rename_open_files actually works correctly we must emit the change notify before we change the name, not before."
      Revert "re-added "winbind:ignore domains" patch"
      Revert "fixed segv on startup with trusted domains"
      Revert "Ensure we null out fsp after a close in all paths."
      Revert "Avoid freeing fsp twice when opening new_file fails. (Debian #431696)"
      Revert "Add an initial version of a manpage for the vfs_smb_traffic_analyzer module."
      Revert "Second part of the fix for bug #5790 - samba returns STATUS_OBJECT_NAME_NOT_FOUND on set file disposition call."
      Revert "Fix bug #5797 - Moving readonly files fails. Reported by infomail at lordb.de."
      Revert "s3-srvsvc: fix _srvsvc_NetShareAdd segfault."
      Revert "Use IPv4/v6 independent calls. Change safe_strcpy/cat to strlcpy/cat (this"
      Revert "Fix the new vfs_smb_traffic_analyzer build for static links"
      Revert "SMB traffic analyzer vfs module from Holger Hetterich <hhetter at novell.com>"
      Revert "Fix bug #5790 samba returns STATUS_OBJECT_NAME_NOT_FOUND on set file disposition."
      Revert "Fix winbindd crash in an unusual failure mode. Bug #5737. Based on original patch from shargagan at novell.com"
      Revert "Fix bug #5783 FindFirst fails where search pattern == mangled filename."
      Revert "build: don't install the cifs.upcall binary twice."
      Revert "build-docs: Add 'make clean'."
      WHATSNEW: Update WHATSNEW for 3.2.5.

Tim Prouty (2):
      Fixed "declaration shadows global declaration" warnings.
      Fixed build warning "passing arg from incompatible pointer type"

Volker Lendecke (15):
      Fix a potential NULL deref in line 258 found by the IBM checker
      Fix an uninitialized variable found by the IBM Checker
      Fix an unlikely memleak found by the IBM checker
      Fix an uninitialized variable warning
      OS/X does not have rl_done in readline.h
      Fix some missing error handlings
      Remove an unused variable
      Attempt to fix bug 5778
      Log in the parent winbind log where a request is going
      If name_to_fqdn fails, retry with the dns domain the DC gave us
      Make use of ZERO_STRUCT (the first memset was actually wrong)
      Fix the build
      Fix bug 5691: SIGBUS on Solaris
      Fix bug 5840: Segfault in "rpcclient lsaaddacctrights"
      Fix the offset checks in the trans routines

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


-- 
Samba Shared Repository


More information about the samba-cvs mailing list