From 8a94886aab3722a3ab858f73566230fd5a0c2621 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Sat, 12 Apr 2008 11:13:40 +0200 Subject: WHATSNEW.txt: list my changes metze (This used to be commit 55b86c0a13d9f10df533dc6c0a23e290d880edbc) --- WHATSNEW.txt | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'WHATSNEW.txt') diff --git a/WHATSNEW.txt b/WHATSNEW.txt index a8e31f7dcd..be420b953a 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -260,6 +260,27 @@ o Derrell Lipman * Fix use of AuthDataWithContext capability. +o Stefan Metzmacher + * 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 * Fix usage message for "net idmap dump". -- cgit