WHATSNEW.txt: list my changes
authorStefan Metzmacher <metze@samba.org>
Sat, 12 Apr 2008 09:13:40 +0000 (11:13 +0200)
committerStefan Metzmacher <metze@samba.org>
Sat, 12 Apr 2008 09:13:40 +0000 (11:13 +0200)
metze

WHATSNEW.txt

index a8e31f7dcdd50bfd6dd25f405d0f842f4d57fb0d..be420b953aa2bbc99c6a4ad6b8358dde374defdf 100644 (file)
@@ -260,6 +260,27 @@ o   Derrell Lipman <derrell@samba.org>
     * Fix use of AuthDataWithContext capability.
 
 
+o   Stefan Metzmacher <metze@samba.org>
+    * Add dbwrap_tdb2 backend, useful for cluster setups.
+    * Add more functions to libwbclient:
+      - wbcGetGroups()
+      - wbcInterfaceDetails()
+      - wbcListUsers()
+      - wbcListGroups()
+      - wbcLookupUserSids()
+      - wbcSetUidMapping()
+      - wbcSetGidMapping()
+      - wbcSetUidHwm()
+      - wbcSetGidHwm()
+    * Let wbinfo use libwbclient where possible.
+    * Let net use only libwbclient to access winbindd.
+    * Make socket wrapper pcap support more portable.
+    * Some libreplace backports from v4-0-test.
+    * 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'.
+
+
 o   Karolin Seeger <kseeger@samba.org>
     * Fix usage message for "net idmap dump".