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

Karolin Seeger kseeger at samba.org
Tue Mar 31 12:16:03 GMT 2009


The annotated tag, release-3-2-9 has been created
        at  c75e34cb9f913334e032f67bc14eadbb1c79026d (tag)
   tagging  cd2f9fe16e8ee8f0bd15ba4dea6c7d043ede5e07 (commit)
  replaces  release-3-2-8
 tagged by  Karolin Seeger
        on  Tue Mar 31 14:14:58 2009 +0200

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

iD8DBQBJ0glZbzORW2Vot+oRAj1JAJ4i+M0rApSAJyxZvnzV7j/09fOhCACffQ7E
uF+uWIP+64BoSomgmZcVbb4=
=uWfc
-----END PGP SIGNATURE-----

Andrew Tridgell (1):
      fixed a bug in message handling for code the change notify code

Aravind Srinivasan (1):
      Have nmbd check all available interfaces for WINS before failing

Björn Jacke (5):
      enable IPv6 support for NetBSD, FreeBSD
      all BSDs use this evironment variable
      prefer gssapi header files from subdirectory
      fix build on old Heimdal based systems
      s3:dsgetdcname: use parentheses in if condition to make negation clear

Bo Yang (1):
      Initialize the id_map status in idmap_ldap to avoid surprise

Dan Sledz (1):
      Fix double free caused by incorrect talloc_steal usage.

Derrell Lipman (1):
      [Bug 6228] SMBC_open_ctx failure due to path resolve failure doesn't set errno

Günter Kukkukk (1):
      Don't try and delete a default ACL from a file.

Günther Deschner (7):
      s3-net: remove unused ENUM_HND.
      s3-spoolss: fix memleak in get_remote_printer_publishing_data().
      pidl: add pidl in order to be able to regenerate librpc functions.
      s3-krb5: Fix Coverity #722 (RESOURCE_LEAK).
      s3-krb5: Fix Coverity #762 (REVERSE_INULL).
      s3-net: Fix Bug #6193: avoid messing with sync_context in fetch_database_to_ldif().
      s3-net: Fix Bug #6102. NetQueryDisplayInformation could return wrong information.

Holger Hetterich (1):
      Enable total anonymization in vfs_smb_traffic_analyzer, by mapping

Jeff Layton (1):
      mount.cifs: initialize rc to 0 in main

Jelmer Vernooij (1):
      Properly cast array length in print functions. (This used to be commit f321240fa91fa19c1131f119c42f64897d220682)

Jeremy Allison (23):
      Noted by Vericode analysis. Correctly use chroot().
      Parameterize in local.h the MAX_RPC_DATA_SIZE, and ensure
      Oops. Fix the build (don't use 3.3 references in 3.2 :-).
      Attempt to fix bug #6099. According to Microsoft
      Don't miss an absolute pathname as a kerberos keytab path. From Glenn Machin <gmachin at sandia.gov>.
      Fix coverity CID-602. Possible use of uninitialized var.
      Gah, typo :-(. Sorry.
      Backport the semantics of when to delete alternate data streams on a file truncate.
      Fix bug #6133 - Cannot delete non-ACL files on Solaris/ZFS/NFSv4 ACL filesystem.
      Allow set attributes on a stream fnum to be redirected to the base filename.
      Fix use of streams modules with CIFSFS client.
      Fix more POSIX path lstat calls. Fix bug where close can return
      Fix bug #6161 - smbclient corrupts source path in tar mode
      Now we're allowing a lower bound for auth_len, ensure we
      Get the sense of the integer wrap test the right way around. Sorry.
      Fix bug 6195 - Migrating from 3.0.x to 3.3.x can fail to update passdb.tdb correctly.
      Fix bug #6196 - Unable to serve files with colons to Linux CIFS/VFS client
      Allow DFS client paths to work when POSIX pathnames have been
      Fix bug #6224 - nmbd waits 5 minutes at startup before checking if it needs to run elections
      Try and fix the build farm RAW-STREAMS errors. Ordering of
      Fix bug #6195 - Migrating from 3.0.x to 3.3.x can fail to update passdb.tdb correctly. For the clustering case.
      Fix the problem of 3.0.x passdb databases being version
      Ensure files starting with multiple dots are hidden

Karolin Seeger (7):
      s3/docs: Fix several typos.
      s3/docs: Fix typo in man mount.cifs.
      s3/docs: Add missing full stop.
      WHATSNEW: Update changes since 3.2.8.
      WHATSNEW: Update changes.
      WHATSNEW: Update changes.
      VERSION: Raise version number up to 3.2.9.

Michael Adam (12):
      docs: fix two typos in the mount.cifs manpage
      s3:net conf: remove check for sharename being a usernam in "net conf addshare"
      packaging: add script fill-templates
      packaging: fix fill-templates call to update-pkginfo to pushd appropriately first
      packaging: don't clutter the output of fillup-templates  with popd output
      packaging: remove commented out stuff from update-pkginfo
      packaging: use "find" instead of "du" to find files... :-)
      packaging: make update-pkginfo callable from any directory
      s3:build: some implementations of "ln" are picky about the order or arguments
      s3:packaging: paths cosmetics in fill-templates
      s3:packaging: fix path to calling update-pkginfo after pushd in fill-templates
      s3:packaging: fix parsing of include.h in fill-templates

Miguel Suarez (1):
      Fix bug #6085 - In vfs_default.c change utime( ) call.

Shirish Pargaonkar (2):
      umount.cifs: clean-up entries in /etc/mtab after unmount
      mount.cifs: add fakemount (-f) and nomtab (-n) flags to mount.cifs

Stefan Metzmacher (11):
      s3: reinit_after_fork() should reinit the event context before the
      s3:auth: add S-1-22-X-Y sids to the local token
      s3:auth: only create_local_token() should add S-1-22-X-Y sids
      s3:auth_util.c: fix the build
      netlogon.idl: add idl for netr_LogonGetCapabilities()
      s3:netlogon: implement _netr_LogonGetCapabilities() with NT_STATUS_NOT_IMPLEMENTED
      librpc: rerun 'PIDL=pidl/pidl make idl'
      s3:make: use pidl/pidl for 'make idl'
      s3:lib: interfaces.c isn't used in the configure tests anymore
      s3:libsmb: fix smb signing for fragmented trans/trans2/nttrans requests
      s3:smbd: if we allow trans2 on the IPC$ share, then we have to allow transs2 too.

Steve French (2):
      cifs mount fix for handling -V parameter
      Fix guest mounts

Steven Danneman (1):
      s3: fix guest auth when winbindd is running

Ted Percival (1):
      Probably fixes a crash during name resolution when log level >= 10

Tim Prouty (2):
      s3 vfs: Fix SMB_VFS_RECVFILE/SENDFILE macros
      s3: parse_packet can return NULL which is then dereferenced in match_mailslot_name

Volker Lendecke (21):
      Fix count in _srvsvc_NetDiskEnum()
      Fix resume handle for _samr_EnumDomainGroups
      Fix Coverity ID 745 (RESOURCE_LEAK)
      Fix Coverity ID 744
      Fix Coverity ID 742 (RESOURCE_LEAK)
      Fix Coverity IDs 879 and 880 (RESOURCE_LEAK, REVERSE_INULL)
      Fix a buffer handling bug when adding lots of registry keys
      Fix a O(n^2) algorithm in regdb_fetch_keys()
      Fix an uninitialized variable warning
      Complete the fix for bug 6100
      Fix a valgrind error / segfault in dns_register_smbd()
      Revert "Fix a valgrind error / segfault in dns_register_smbd()"
      Revert "Revert "Fix a valgrind error / segfault in dns_register_smbd()""
      Don't log NDR_PRINT_DEBUG at level 0, this always ends up in syslog
      Fix a malloc/talloc mismatch when cli_initialise() fails
      Fix #6130: Don't crash in winbindd_rpc lookup_groupmem() on unmapped members
      Fix a valgrind error
      Fix bug 6097
      Fix two memleaks in the encryption code
      winbind_pam: fix gcc 4.4 compile warning
      Fix a scary "fill_share_mode_lock failed" message

Yasuma Takeda (2):
      Fix bug #6098 - When the DNS server is invalid, the ads_find_dc() does not work correctly with "security = domain"
      Fix bug 5920

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


-- 
Samba Shared Repository


More information about the samba-cvs mailing list