From: Stefan Metzmacher Date: Sat, 19 Apr 2008 00:45:10 +0000 (+0200) Subject: WHATNEW.txt: add my latest changes X-Git-Tag: samba-3.3.0pre1~2641^2~35 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6ae8544ace0dd9ac67d36abbaa26cf311db880ad;p=thirdparty%2Fsamba.git WHATNEW.txt: add my latest changes metze --- 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