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

Karolin Seeger kseeger at samba.org
Fri Feb 19 07:23:58 MST 2010


The annotated tag, release-3-5-0rc3 has been created
        at  aeaad63ac9e3e5068fdf432d310fa42e9ca5e9d2 (tag)
   tagging  69d87ed8c1783975fe8d98b74576a7724eddfd61 (commit)
  replaces  release-3-5-0rc2
 tagged by  Karolin Seeger
        on  Fri Feb 19 14:34:31 2010 +0100

- Log -----------------------------------------------------------------
tag release-3-5-0rc3
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.12 (GNU/Linux)

iD8DBQBLfpN2bzORW2Vot+oRAr83AKDE3H0m+t4aQJnBxokW8rCe7mxhOQCeLrIo
/rM2DqQZBlO1Tcgiru67A14=
=R7P+
-----END PGP SIGNATURE-----

Andrew Tridgell (1):
      util: added binsearch.h for binary array searches

Björn Jacke (11):
      s3: fix build issue on Tru64
      s3: fix some wrong newlines in de translation strings
      s3: change ldap filter to what really was intended (cherry picked from commit 9b75650f1a963e36a6dd697b5ad2725a8c7c9250)
      s3: fix detection and flags for using pthread
      s3: get pthread detection also on HP-UX right
      s3: syntax fix
      s3: link thread objects in libsmbclient only and adjust linker flags
      s3: fix build on Tru64 after it broke with deactivating pthread pool support
      s3:nsswitch: also use pthread CFLAGS for the nsswitch modules that might require it
      s3: by default don't use pthread pool support
      s3:docs: add some advice for usage of strict allocate

Bo Yang (1):
      s3: Fix malformed require_membership_of_sid.

Günther Deschner (18):
      s3-spoolss: implement spoolss_EnumJobs level 3.
      spoolss: disable GetPrinterDriver level 101 (as called by XP).
      s3-docs: fix eventlogadm manpage typo.
      s3-modules: fix get_acl_blob in the acl_tdb VFS module.
      libndr: add ndr_push_relative_ptr2_start and ndr_push_relative_ptr2_end.
      pidl: use ndr_push_relative_ptr2_start and ndr_push_relative_ptr2_end.
      s3: re-run make full_idl.
      spoolss: fix relative pointers in ndr_push_spoolss_DriverInfo101.
      libndr: change subcontext buffer allocation to allocate on subcontext_start.
      libndr: add LIBNDR_FLAG_RELATIVE_REVERSE flag.
      libndr: add LIBNDR_FLAG_NO_RELATIVE_REVERSE so that relative reverse processing can be disabled for single structure elements.
      libndr: store a subcontext buffer size in ndr_push_subcontext_start.
      spoolss: set NDR_RELATIVE_REVERSE flag for various unions that have relative pointers.
      spoolss: make two bitmaps public.
      security: make two bitmaps public.
      s3: re-run make samba3-idl.
      spoolss: add spoolss_security_descriptor.
      spoolss: use ndr_push_spoolss_PrinterInfo2 hand-marshalled version (moves devmode relative pointer down to sd).

Jeff Layton (1):
      cifs.upcall: allocate a talloc context for smb_krb5_unparse_name

Jeremy Allison (21):
      Fix bug #7067 - Linux asynchronous IO (aio) can cause smbd to fail to respond to a read or write.
      Fix bug #7072 - Accounts can't be unlocked from ldap.
      Fix bug #7069 - smbget does not return an error status after some errors
      Fix bug 7081 - vfs_expand_msdfs doesn't work correctly (with fix identified)
      Fix bug #7084 - Create time on directories not stored properly in an EA in new create time code.
      Fix bug #7079 - cliconnect gets realm wrong with trusted domains.
      Fix bug 7063 - Samba 3.4.5 on ubuntu 8.04 64 bit - Core dumps.
      Fix bug 7104 - "wide links" and "unix extensions" are incompatible.
      Fix bug #6876 for acl_tdb module.
      Second part of fix for bug 7063 - Samba 3.4.5 on ubuntu 8.04 64 bit - Core dumps.
      Missed one check on the memcpy for bug #7063.
      Fix bug #7122 - Reading a large browselist fails (server returns invalid values in subsequent SMBtrans replies)
      Fix off-by-one error in working out the limit of the NetServerEnum comment.
      Make "nmbd bind explicit broadcast" on by default.
      More of the fix for bug #7118 - nmbd problems with socket address.
      Fixes issue with preexec scripts creating a share directory, and problems is a smb.conf reload turns wide links back on after a connection is establised.
      Fix error in docs. Should be milliseconds, not microseconds.
      Fix bug #6557 - Do not work VFS full_audit
      Fix commit d07cd37b993d3c9beded20323174633b806196b5
      Fix bug #7155 - valgrind Conditional jump or move depends on uninitialised value(s) error when "mangling method = hash"
      Fix bug #7154 - mangling method = hash can crash storing a name not containing a '.'

Karolin Seeger (12):
      VERSION: Raise version number up to 3.5.0.
      s3/winbind_ccache: Fix typo in debug message.
      WHATSNEW: Update changes.
      WHATSNEW: Add changes since 3.5.0rc2.
      s3-docs: Add missing para end tag.
      WHATSNEW: Update changes since 3.5.0rc2.
      WHATSNEW: Mention new "nmbd bind explicit broadcast" parameter.
      WHATSNEW: Update changes since 3.5.0rc2.
      VERSION: We need another release candidate.
      WHATSNEW: Update changes.
      s3-docs: Remove trailing whitespaces and fix a typo.
      WHATSNEW: Update changes since 3.5.0rc2.

Lars Müller (3):
      Add dependency of bin/smbfilter to libwbclient.
      Add cross option to samba_cv_linux_getgrouplist_ok
      s3: normalize "Changing password for" msg IDs and STRs

Simo Sorce (1):
      tdb: raise version to 1.2.1

Stefan Metzmacher (34):
      s3:libsmb: don't reuse the callers stype variable in cli_NetServerEnum()
      s3:smbd: rename api_RNetServerEnum => api_RNetServerEnum2
      s3:smbd: add/improve some DEBUG messages in api_RNetServerEnum2()
      s3:smbd: implement api_RNetServerEnum3
      s3:libsmb: fix NetServerEnum3 rap calls.
      s3: shortcut gid_to_sid when "ldapsam:trusted = yes"
      s3:passdb: speed up pdb_get_group_sid()
      s3:pdb_ldap: try to build the full unix_pw structure with ldapsam:trusted support
      s3:pdb_ldap: optimize ldapsam_alias_memberships() and cache ldap searches.
      s3:pdb_ldap: don't search for the users primary group, if we already know it
      s3:passdb: only use gid_to_sid() result if the result is a group of our local sam
      s3:smbd: Fix really ugly bool vs. int bug!!!
      s3:smbd: use StrCaseCmp() instead of strcasecmp
      s3:nmbd: also listen explicit on the subnet broadcast addresses
      s3:nmbd: change "nmbd:bind explicit broadcast" into "nmbd bind explicit broadcast"
      s3:docs-xml: document "nmbd bind explicit broadcast"
      socket_wrapper: also ignore AF_INET6 in swrap_setsockopt()
      tsocket/bsd: fix do_bind logic for AF_INET
      tsocket/bsd: fix bug #7140 use calculated sa_socklen for bind() in tstream_bsd_connect_send()
      tsocket/bsd: fix bug #7140 autodetect ipv4 and ipv6 based on the remote address if the local address is any
      tsocket/bsd: set IPV6_V6ONLY on AF_INET6 sockets
      tsocket/bsd: fix bug #7115 FreeBSD includes the UDP header in FIONREAD
      tsocket/bsd: fix comment in tdgram_bsd_recvfrom_handler()
      librpc/ndr_drsblobs: use ndr_push_relative_ptr2_start()/_end()
      librpc/ndr_krb5pac: use ndr_push_relative_ptr2_start()/_end()
      librpc/ndr: make ndr_push_relative_ptr2() static
      libndr: give an error when ndr_push_relative_ptr2_start()/_end() is used with the RELATIVE_REVERSE flag
      libndr: implement LIBNDR_RELATIVE_REVERSE handling
      libndr: for now align reverse relative pointers to 2 bytes by default.
      libndr: fix ndr_size_* calculation with relative reverse buffers
      spoolss: use subcontext in NDR_SPOOLSS_PUSH_ENUM_OUT macro.
      ndr_spoolss_buf: use LIBNDR_FLAG_NO_NDR_SIZE in NDR_SPOOLSS_SIZE_*
      spoolss: make all security descriptors and devicemodes 4 byte aligned and add missing subcontexts.
      librpc/ndr: don't overwrite the content in ndr_push_relative_ptr2_end()

Steven Danneman (2):
      s3/smbd: Fix string buffer overflow causing heap corruption
      s3/smbd: change locking behavior when "lock spin time = 0".

Volker Lendecke (6):
      s3: Simplify the code a bit: Catch (len==0) early
      tdb: fix an early release of the global lock that can cause data corruption
      s3: Make pdb_copy_sam_account also copy the group sid
      s3: Fix typo found by jhell <jhell at DataIX.net>
      s3-docs: Document 'smbclient -C'.
      s3: Fix bug 7139 owner of file not available with kerberos.

olivier (1):
      s3/vfs_scannedonly: AIX doesn't have MSG_DONTWAIT

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


-- 
Samba Shared Repository


More information about the samba-cvs mailing list