--------------------------------------------------
===============================
Release Notes for Samba 3.0.25b
- June 20, 2007
+ June 26, 2007
===============================
-This is the third production release of the Samba 3.0.25 code
-base and is the version that servers should be run for for all
-current bug fixes.
-
Major bug fixes included in Samba 3.0.25b are:
o Offline caching of files with Windows XP/Vista clients.
o Crashes is idmap_ldap and idmap_rid.
+Changes to 'net idmap dump'
+===========================
+
+A change in command line syntax and behavior was introduced in the
+3.0.25 release series where the command
+
+ $ net idmap dump /.../path/to/idmap.tdb
+
+would overwrite the tdb instead of dumping its contents to standard
+output as was the case in releases prior to Samba 3.0.25. The
+changed has been reverted in 3.0.25b and the semantics from 3.0.24
+and earlier releases have been restored.
+
+
######################################################################
Changes
#######
* Fix sync_file() to return NTSTATUS and return this on failure in
the write reply path.
* BUG 4678,4697: Fix token creation for clear text logins.
+ * BUG 4725: Don't crash when no eventlog names are defined in
+ smb.conf.
+ * Ensure we will always release any timeout handler on fsp close
+ or removal of oplock.
o Jacob Berkman <jberkman@novell.com>
* BUG 4566: Pass password data to krb5_prompter.
+o Gerald (Jerry) Carter <jerry@samba.org>
+ * BUG 4579: Fix "wbinfo -t" when running winbindd on a Samba DC.
+
+
o Guenther Deschner <gd@samba.org>
* BUG 4657: Fix compilation and linking of pam_smbpass.so.
* Add more netlogon GetDcName() client calls.
+ * Fix event based krb5 ticket refreshing in winbindd.
+
+o SATOH Fumiyasu <fumiyas@osstech.co.jp>
+ * BUG 4720: Fix smbclient connections to share names containing
+ multibyte characters.
o Steve Langasek <vorlon@debian.org>
o Volker Lendecke <vl@samba.org>
* Fix record state check error when reviewing entries in nmbd's
WINS database.
-
+ * Revert 'net idmap dump' behavior to 3.0.24 behavior to fix change
+ in command line syntax that would overwrite winbindd_idmap.tdb.
+
o Justin Maggard <jmaggard@infrant.com>
* Don't expire a password if it's explicitly set as ACB_PWNOTREQ.