summaryrefslogtreecommitdiffstats
path: root/WHATSNEW.txt
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2006-06-09 12:25:25 +0000
committerGerald Carter <jerry@samba.org>2006-06-09 12:25:25 +0000
commit40c1fd5fe6d7e853128919c5fa8633e2cc68b6c4 (patch)
tree829e949ea3ae0ffc3b0d155730c3591e8046867e /WHATSNEW.txt
parentceaad97f523cf302329bb8f1878fdc01508d09a3 (diff)
downloadsamba-40c1fd5fe6d7e853128919c5fa8633e2cc68b6c4.tar.gz
samba-40c1fd5fe6d7e853128919c5fa8633e2cc68b6c4.tar.xz
samba-40c1fd5fe6d7e853128919c5fa8633e2cc68b6c4.zip
r16119: pulling changes from 3_0 up to r16117
Diffstat (limited to 'WHATSNEW.txt')
-rw-r--r--WHATSNEW.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 2bdf2ea6da8..e65dbfa75eb 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -42,6 +42,7 @@ o Jeremy Allison <jra@samba.org>
* Fix bug in OS/2 Warp - it doesn't set the ff_last offset
correctly when doing info level 1 directory scans.
* Add Samba4 replacement for timegm() to work on Solaris.
+ * Remove extra add-byte in the trans2 UNIX_BASIC infolevel.
o Gerald (Jerry) Carter <jerry@samba.org>
@@ -60,6 +61,10 @@ o Guenther Deschner <gd@samba.org>
* Adding "own-domain" switch to wbinfo which is handy from time
to time.
* BUG 3823: Fix in-forest domain trust enumeration in winbindd.
+ * Fix winbindd group enumeration for groups with no members.
+ * Correct "net ads changetrustpw" to use the sAMAccountName.
+ * Fix winbindd in ADS domains by removing code using the
+ UPN and rely upon the sAMAccountName.
o Aleksey Fedoseev <fedoseev@ru.ibm.com>
@@ -70,6 +75,11 @@ o Paul Green <paulg@samba.org>
* Properly rebuild time limit on systems with executable extensions.
+o Björn Jacke <samba@j3e.de>
+ * Fall back to less-preferred clocks until we find one that we
+ can use if clock_gmtime() is not available at run-time.
+
+
o Volker Lendecke <vl@samba.org>
* Fix more potential seg-faults when something on our way to a
DC connection fails.
@@ -110,6 +120,7 @@ o James Peach <jpeach@sgi.com>
parameters in dynconfig.c.
* Avoid pulling in -lpthreads caused by -lrt.
* Fix build failures on IRIX 6.4 due to DMAPI support.
+ * Isolate the slow CLOCK_REALTIME message in the profiling code.
o Aruna Prabakar <aruna.prabakar@hp.com>