From 40c1fd5fe6d7e853128919c5fa8633e2cc68b6c4 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Fri, 9 Jun 2006 12:25:25 +0000 Subject: r16119: pulling changes from 3_0 up to r16117 --- WHATSNEW.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'WHATSNEW.txt') 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 * 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 @@ -60,6 +61,10 @@ o Guenther Deschner * 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 @@ -70,6 +75,11 @@ o Paul Green * Properly rebuild time limit on systems with executable extensions. +o Björn Jacke + * 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 * Fix more potential seg-faults when something on our way to a DC connection fails. @@ -110,6 +120,7 @@ o James Peach 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 -- cgit