summaryrefslogtreecommitdiff
path: root/WHATSNEW.txt
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2008-04-12 11:13:40 +0200
committerStefan Metzmacher <metze@samba.org>2008-04-12 11:13:40 +0200
commit8a94886aab3722a3ab858f73566230fd5a0c2621 (patch)
tree408673358b4dd2f44f1c82f4c856f8a58aca35d5 /WHATSNEW.txt
parentaaf61d9ae4a0052d22767f0cf6a194b437722f72 (diff)
downloadsamba-8a94886aab3722a3ab858f73566230fd5a0c2621.tar.gz
samba-8a94886aab3722a3ab858f73566230fd5a0c2621.tar.bz2
samba-8a94886aab3722a3ab858f73566230fd5a0c2621.zip
WHATSNEW.txt: list my changes
metze (This used to be commit 55b86c0a13d9f10df533dc6c0a23e290d880edbc)
Diffstat (limited to 'WHATSNEW.txt')
-rw-r--r--WHATSNEW.txt21
1 files changed, 21 insertions, 0 deletions
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 <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".