summaryrefslogtreecommitdiffstats
path: root/WHATSNEW.txt
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2005-12-29 20:42:33 +0000
committerGerald Carter <jerry@samba.org>2005-12-29 20:42:33 +0000
commit9e4d9abe0342da442bd6e347dc17612c0ad12a4e (patch)
tree3274b1193f4768793ef2f475fc5d0ba09951de5d /WHATSNEW.txt
parentb4aff487111b16498252d30cdcbfd7f55e70bef0 (diff)
downloadsamba-9e4d9abe0342da442bd6e347dc17612c0ad12a4e.tar.gz
samba-9e4d9abe0342da442bd6e347dc17612c0ad12a4e.tar.xz
samba-9e4d9abe0342da442bd6e347dc17612c0ad12a4e.zip
r12585: packaging fixes from post 3.0.21 and updating WHATSNEW
Diffstat (limited to 'WHATSNEW.txt')
-rw-r--r--WHATSNEW.txt102
1 files changed, 42 insertions, 60 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index f8ca2c4ad6f..22e5b56accc 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -17,6 +17,14 @@ Changes since 3.0.21
commits
-------
+o Gerald (Jerry) Carter <jerry@samba.org>
+ * RedHat 9 packaging Fixes.
+
+
+o Guenther Deschner <gd@samba.org>
+ * eDirectory schema syntax fixes.
+
+
o Volker Lendecke <vl@samba.org>
* BUG 3349: Deadlock caused logic error in oplock code.
@@ -74,66 +82,6 @@ smb.conf changes
svcctl list Renamed from 'enable svcctl'
-Changes since 3.0.21rc2
------------------------
-
-commits
--------
-o Jeremy Allison <jra@samba.org>
- * Correctly handle the LDAP_UNWILLING_TO_PERFORM error from
- eDirectory when accessing the universal password.
- * Fix deadlock condition in share mode locking code.
- * Fix logic bug in unix_mask_match().
- * Fix memory leak in SMB client code found by Mikhail Kshevetskiy.
-
-
-o Gerald (Jerry) Carter <jerry@samba.org>
- * Initialize the local group description.
- * Disable WINS and NetLogon services in the MMC services
- plugin when the associated smb.conf features are not enabled.
- * Add checks for invalid characters in new share names on the
- srvsvc pipe.
- * Fix SWAT installation issues with 'make install'.
-
-
-o Guenther Deschner <gd@samba.org>
- * Uninitialized warnings fixes.
- * Fix return value in client spooler code.
- * Require forced migration of account policies.
-
-
-o Krishna Ganugapati <krishnag@centeris.com>
- * Use the subtree delete ldap control when running 'net ads
- leave'.
-
-
-o Volker Lendecke <vl@samba.org>
- * Fix some uninitialized variable warnings.
- * Fix winbind_lookup_name for the local domain,
-
-
-o Derrell Lipman <derrell@samba.org>
- * Libsmbclient memory & file descriptor leak fixes.
- * Fix crash bug in libsmbclient.
- * Add long share name support to libsmbclient when enumerating shares.
-
-
-o Brian Moran <bmoran@centeris.com>
- * Fix segv in eventlogadm when not event logs are listed in
- smb.conf.
-
-
-o Lars Müller <lmuelle@samba.org>
- * Ensure setmntent() returns with != NULL in the disk_quotas()
- Linux version.
- * Add configure switch to disable libmsrpc build.
- * Add a soname to libmsrpc.
-
-
-o John Terpstra <jht@samba.org>
- * Add 'net idmap' usage help text.
-
-
Changes since 3.0.20b
---------------------
@@ -207,6 +155,11 @@ o Jeremy Allison <jra@samba.org>
* No users or groups to return in BUILTIN domain.
* Removed separate "builtin" search enumeration.
* Added count_sam_aliases to return the correct alias count.
+ * Correctly handle the LDAP_UNWILLING_TO_PERFORM error from
+ eDirectory when accessing the universal password.
+ * Fix deadlock condition in share mode locking code.
+ * Fix logic bug in unix_mask_match().
+ * Fix memory leak in SMB client code found by Mikhail Kshevetskiy.
o Rashid N. Achilov <shelton@granch.ru>
@@ -278,6 +231,12 @@ o Gerald (Jerry) Carter <jerry@samba.org>
* BUG 3156: Don't use find_service() when explicitly looking
for a printer.
* Fix nss_winbind_solaris.c build breakage on HP-UX.
+ * Initialize the local group description.
+ * Disable WINS and NetLogon services in the MMC services
+ plugin when the associated smb.conf features are not enabled.
+ * Add checks for invalid characters in new share names on the
+ srvsvc pipe.
+ * Fix SWAT installation issues with 'make install'.
o Alex Deiter <tiamat@komi.mts.ru>
@@ -312,6 +271,9 @@ o Guenther Deschner <gd@samba.org>
* Support raw NTLMSSP session setups in smbspool.
* Add rpccli_samr_chgpasswd3().
* Add 'wbinfo --separator'.
+ * Uninitialized warnings fixes.
+ * Fix return value in client spooler code.
+ * Require forced migration of account policies.
o Steve French <sfrench@us.ibm.com>
@@ -332,6 +294,11 @@ o S Murthy Kambhampaty <smk_va@yahoo.com>
* Patches for Fedora RPM specfile and init script
+o Krishna Ganugapati <krishnag@centeris.com>
+ * Use the subtree delete ldap control when running 'net ads
+ leave'.
+
+
o Volker Lendecke <vl@samba.org>
* New oplock implementation.
* Add assert() call if winbindd cannot locate the domain SID in
@@ -366,10 +333,15 @@ o Volker Lendecke <vl@samba.org>
* Restrict samr_open_domain() to our domain only.
* Change local_lookup_sid() to local_lookup_rid() since it
is responsible for our domain only.
+ * Fix some uninitialized variable warnings.
+ * Fix winbind_lookup_name for the local domain,
o Derrell Lipman <derrell@samba.org>
* Cleanup libmsrpc version numbers.
+ * Libsmbclient memory & file descriptor leak fixes.
+ * Fix crash bug in libsmbclient.
+ * Add long share name support to libsmbclient when enumerating shares.
o Jason Mader <jason@ncac.gwu.edu>
@@ -401,11 +373,17 @@ o Brian Moran <bmoran@centeris.com>
* Fix typo when creating Eventlog source DLL registry paths.
* Add simple script to tail syslog and write records to
eventlog tdb.
+ * Fix segv in eventlogadm when not event logs are listed in
+ smb.conf.
o Lars Müller <lmuelle@samba.org>
* Only install smbsh manpage if smbwrapper has been successfully
built.
+ * Ensure setmntent() returns with != NULL in the disk_quotas()
+ Linux version.
+ * Add configure switch to disable libmsrpc build.
+ * Add a soname to libmsrpc.
o Ricky Nance <ricky.nance@gmail.com>
@@ -451,6 +429,10 @@ o Simo Sorce <idra@samba.org>
* Update Debian packaging.
+o John Terpstra <jht@samba.org>
+ * Add 'net idmap' usage help text.
+
+
o Andrew Tridgell <tridge@samba.org>
* Change license notice of standalone talloc library to LGPL.