From: Stefan Metzmacher Date: Sat, 19 Apr 2008 00:45:10 +0000 (+0200) Subject: WHATNEW.txt: add my latest changes X-Git-Tag: samba-4.0.0alpha6~801^2~2778^2~35 X-Git-Url: http://git.samba.org/samba.git/?p=nivanova%2Fsamba-autobuild%2F.git;a=commitdiff_plain;h=a21d095a6201fc226517cbb5d89a609fd1dc6222 WHATNEW.txt: add my latest changes metze (This used to be commit 6ae8544ace0dd9ac67d36abbaa26cf311db880ad) --- diff --git a/WHATSNEW.txt b/WHATSNEW.txt index bcd1e05d4dc..87231de4688 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -301,6 +301,9 @@ o Stefan Metzmacher - wbcSetGidMapping() - wbcSetUidHwm() - wbcSetGidHwm() + - wbcResolveWinsByName() + - wbcResolveWinsByIP() + - wbcCheckTrustCredentials() * Let wbinfo use libwbclient where possible. * Let net use only libwbclient to access winbindd. * Make socket wrapper pcap support more portable. @@ -308,6 +311,11 @@ o Stefan Metzmacher * Store the write time in the locking.tdb, so that smbd passes the BASE-DELAYWRITE test. * Run RAW-SEARCH and BASE-DELAYWRITE by 'make test'. + * Let each process use its own connection to ctdb + in cluster mode. + * Add a reinit_after_fork() helper function to correct + reinitialize the same things in all cases. + * Fix a chicken and egg problem with "include = registry". o Karolin Seeger