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

Karolin Seeger kseeger at samba.org
Tue Jul 1 12:45:20 GMT 2008


The annotated tag, release-3-2-0 has been updated
        to  981622a5d9b4019882920d92d43b77a72224bd89 (tag)
      from  a61140e58a4da9a3b9664a18b5d66da45515beac (which is now obsolete)
   tagging  a5d2b6a0228634dda3e495e0cf86db551b11e4d7 (commit)
  replaces  release-3-2-0rc2
 tagged by  Karolin Seeger
        on  Tue Jul 1 14:47:14 2008 +0200

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

iD8DBQBIaidabzORW2Vot+oRAiqPAKCFQ6mqzxq7cBPQqkPjSIsmq2wx0ACfXWEE
AFtlRtbJVTxRPJL/i1K7W5I=
=LQWI
-----END PGP SIGNATURE-----

Andreas Schneider (2):
      Add krb5 support for the testbrowse example.
      Add documentation for kerberos support in libsmbclient.

Christoph Zauner (4):
      Fix typos.
      Samba3-HOWTO: Fix typos.
      man pages: Fix typos.
      man pages: Added improvements.

Derrell Lipman (1):
      Remove prototype of unimplemented smbc_chown() function.

Gerald W. Carter (1):
      Return NULL in sitename_fetch() if gencache_init() fails.  Not false

Günther Deschner (6):
      pam_winbind: Update cached creds during password change.
      samsync: add samsync_fix_delta_array()
      net: Fix bug #5542 (samsync contains empty passwords).
      netapi: Fix Bug #5545 (libnetapi_init without $USER)
      net_vampire: fix build warning.
      net_vampire: fix samsync_process_database(). Final fix for Bug #5542.

Jeremy Allison (13):
      More correct fix (hopefully :-) for any memory leaks.
      Fix bug #5533. Winbindd fails to cope correctly with a workgroup name containing a '.'.
      Fix bug #5531 - fix conversion of ns units when converting from nttime to timespec.
      Sorry volker, lost your original git-id due to proto.h conflicts.
      Fix bug #5555. Don't return NT_STATUS_PASSWORD_MUST_CHANGE error on machine account logon.
      Fix for bug #5551, smbd recursing back into winbindd from a winbindd call.
      Final (hopefully :-) part of fix for bug #5551. Allow passdb backend to enumerate domain groups.
      Part of fix for #5551. Split out the group enumeration functions to a BUILTIN and a Domain
      Fix gcc warnings at -O3.
      Fix usage message for net rpc trustdom add.
      Fix bug #5568 net rpc trustdom add broken !
      Fix from Atte Peltomäki - atte.peltomaki at f-secure.com to correctly check
      After technical consultation, add Steven Danneman's <steven.danneman at isilon.com> patch to make winbindd enum users and groups async.

John H Terpstra (5):
      Fixing net help info.
      Clarification that hosts resolution is done by winbind only on IRIX, all other systems use libnss_wins.so.
      Clarification that hosts resolution is done by winbind only on IRIX, all other systems use libnss_wins.so.
      Added TDB File documentation requested by some users.
      Fixed publishing date info.

Kai Blin (3):
      selftest: Use TESTS env var to specify tests to run like Samba4 does.
      selftest: Advertise as PDC and time server during make test
      tests: Add a net_misc test.

Karolin Seeger (20):
      man pages: Don't refer to numbered chapter of the HOWTO collection.
      man pages: Fix typo in smb.conf section about the 'deleteprinter command'.
      man pages: Fix indentation in smb.conf section about 'map readonly'.
      net: Fix several typos in comments.
      WHATSNEW: Updates changes since 3.2.0rc2.
      man pages: Move 'smbsh' man page to the examples directory.
      man pages: Correct version in man winbindd again.
      Samba3 HOWTO: Remove trailing whitespaces.
      WHATSNEW: Update changes since 3.2.0rc2.
      WHATSNEW: Fix typo.
      tests_all.sh: Do not execute $SMB4TORTURE --version if it is not available.
      VERSION: Update version.
      WHATSNEW: Preparations for 3.2.0.
      WHATSNEW: Update changes since 3.2.0rc2.
      WHATSNEW: Update changes since 3.2.0rc2.
      Fix warnings on SuSE 9.0.
      WHATSNEW: Update changes since 3.2.0rc2.
      WHATSNEW: Fix alphabetical order, update changes.
      WHATSNEW: Update changes since 3.2.0rc2.
      WHATSNEW: Remove reference to 3rd version of Using Samba.

Michael Adam (14):
      Fix Bug #5548 (segfauls in handle_include with %m macro expansion).
      testsuite: use domain==workgroup in wbinfo tests now that we are PDC.
      testsuite: adapt informative message to say "Running _local_ registry tests".
      testsuite: add the ability to test "net rpc registry" with the net_registry tests
      testsuite: run the net rpc registry tests from the net_s3 tests.
      testsuite: give the testuser administrative rights in selftest.sh
      testsuite: make diagnostic output more appropriate in tests_all.sh
      testsuite: make structuring output of net_s3 tests stand out more.
      testsuite: allow selection of posix_s3 subtests by env var POSIX_SUBTESTS.
      testsuite: don't give the testuser administrative rights globally.
      testsuite: give admin rights to testuser only for the "net rpc registry" test.
      testsuite: update introductory comment to test_net_regsistry.sh
      testsuite: add a testparm_s3 test script.
      testsuite: enable the testparm_s3 tests.

Volker Lendecke (33):
      Fix some scary FC9 warnings
      Correctly find a [u]int32_t replacement
      Fix max_fd calculation in event_loop_once
      AIX build fixes from William Jojo -- thanks
      Add -brtl to the AIX linker flags
      Fix a crash in _winreg_QueryValue
      Fix bug 5500 -- thanks to mathion at thorrovydeti.com for reporting
      Fix an uninitialized variable found by the IBM checker
      Fix group parsing in libwbclient's copy_group_entry()
      Fix a handle leak for error returns in ldb_try_load_dso
      Revert "Fix a memleak caused by a crappy get_sorted_dc_list() API"
      Revert "Fix a memleak in ads_find_dc() in case get_sorted_dc_list() fails"
      Fix a memleak in wbcAuthenticateUserEx()
      Replace a very unusual variable declaration by a more conventional one
      Fix a segfault in wbcLookupRids
      Fix a segfault in wbcLookupSid
      Fix a memleak in svcctl_init_keys()
      Fix a brown paper bag segfault in clitar
      Revert "Fix a memleak in svcctl_init_keys()"
      Fix the build on FreeBSD 4.6.2
      Use "init_shared_module" instead of "init_module" for initializing .so's
      Attempt to fix the darwin build
      Fix a double-closedir() in form_junctions()
      Fix an uninitialized variable access in callers of parse_msdfs_symlink
      Fix a crash in _dfs_Enum
      init_shared_module -> init_samba_module
      Fix typo
      Reduce memory usage in form_junctions() a little bit
      Check for sec_initial_uid() instead of uid==0 in dfs management
      Fix a segfault in rpcclient adddriver
      Fix valgrind errors in _spoolss_addprinterdriver
      Fix a file descriptor leak in add_port_hook
      Attempt to fix the build on Irix CC

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


-- 
Samba Shared Repository


More information about the samba-cvs mailing list