WHATNEW.txt: add my latest changes
authorStefan Metzmacher <metze@samba.org>
Sat, 19 Apr 2008 00:45:10 +0000 (02:45 +0200)
committerStefan Metzmacher <metze@samba.org>
Sat, 19 Apr 2008 00:45:44 +0000 (02:45 +0200)
metze
(This used to be commit 6ae8544ace0dd9ac67d36abbaa26cf311db880ad)

WHATSNEW.txt

index bcd1e05d4dc5cee17a3b266dfda2322cfb735b0a..87231de468801bf0331f4806d2fc8ec823a675d9 100644 (file)
@@ -301,6 +301,9 @@ o   Stefan Metzmacher <metze@samba.org>
       - 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 <metze@samba.org>
     * 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 <kseeger@samba.org>