summaryrefslogtreecommitdiff
path: root/WHATSNEW.txt
diff options
context:
space:
mode:
authorKarolin Seeger <kseeger@samba.org>2008-02-28 09:30:06 +0100
committerKarolin Seeger <kseeger@samba.org>2008-02-28 09:30:06 +0100
commit346993ee759c10a65cb22821cafc315186281e59 (patch)
treea0aed93eab7df3afa11b16a2cce721bd6958a704 /WHATSNEW.txt
parent5021edf98676e0e2fbce835aae2126ad5357b980 (diff)
downloadsamba-346993ee759c10a65cb22821cafc315186281e59.tar.gz
samba-346993ee759c10a65cb22821cafc315186281e59.tar.bz2
samba-346993ee759c10a65cb22821cafc315186281e59.zip
Add my changes to WHATSNEW.
Fix typo. Karolin (This used to be commit ebc7f903cfd4a5f7a7baaaa1674ef84368481cb9)
Diffstat (limited to 'WHATSNEW.txt')
-rw-r--r--WHATSNEW.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 903ea8f6f2..bcdf56c166 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -168,7 +168,7 @@ o Gerald (Jerry) Carter <jerry@samba.org>
using remote idmap backends.
* Fix LookupNames and LookupSids to use the same resolution
heuristics as Windows XP.
- * Fix lockups in Winbind when running nscd.
+ * Fix lookups in Winbind when running nscd.
* UPN logon support in pam_winbind.
* Add support for GNU linker scripts when build shared libraries
(based on work by Julien Cristau <jcristau@debian.org> and James
@@ -235,6 +235,10 @@ o Jiri Sasek <Jiri.Sasek@Sun.COM>
o Karolin Seeger <ks@sernet.de>
* Add deletelocalgroup and unmapunixgroup subcommand to "net sam".
* Cleanup internal passdb functions.
+ * Improve error messages of net subcommands.
+ * Add 'net rap file user'.
+ * Change LDAP search filter to find machine accounts which
+ are not located in the user suffix.
o Simo Sorce <idra@samba.org>