summaryrefslogtreecommitdiff
path: root/WHATSNEW.txt
diff options
context:
space:
mode:
authorKarolin Seeger <kseeger@samba.org>2008-11-20 10:22:09 +0100
committerKarolin Seeger <kseeger@samba.org>2008-11-20 10:23:43 +0100
commit6c7b05acf7ec731b91a5717f89a229bcdb1e94f4 (patch)
tree7ea3bfde774e21aa8d5bec6d3579fb8c9f0da267 /WHATSNEW.txt
parent716a9385dc5c01116b63ab593c0dc0b00beaa145 (diff)
downloadsamba-6c7b05acf7ec731b91a5717f89a229bcdb1e94f4.tar.gz
WHATSNEW: Update changes since 3.3.0pre2.
Karolin (cherry picked from commit e543bcc4e9da7c6e4cbfab7082a09eaefb48ed6b)
Diffstat (limited to 'WHATSNEW.txt')
-rw-r--r--WHATSNEW.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 8dc7977aa67..bb70a1347df 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -28,6 +28,7 @@ Major enhancements in Samba 3.3.0 include:
daemons including nmbd and winbindd.
o New 'net rpc vampire keytab' and 'net rpc vampire ldif' commands.
o The 'net' utility can now use kerberos for joining and authentication.
+ o The 'wbinfo' utility can now add, modify and remove identity mapping entries.
Libraries:
o NetApi library implements various new calls for User- and Group
@@ -185,6 +186,8 @@ o Jeremy Allison <jra@samba.org>
* BUG 5891: Fix smbd crash when viewing the eventlog exported by "eventlog
list".
* BUG 5900: Fix vfs_readonly.
+ * BUG 5904: Fix SIGABRT while servicing getaddrinfo() request caused by
+ libnss_wins.
* Correctly fix smbclient to terminate on eof from server.
* Fix client timeout when searching for a large number of cups printers.
* Unify access checks for lsa server functions.
@@ -205,6 +208,10 @@ o Gerald (Jerry) Carter <jerry@samba.org>
* Make "lwinet ads dns register" honor the "interfaces" parameter.
+o Steven Danneman <steven.danneman@isilon.com>
+ * Add options to manage identity mapping entries to wbinfo and Winbind.
+
+
o Günther Deschner <gd@samba.org>
* BUG 5888: Fix remote rpc service management.
* Ensure consistency when reporting password complexity.