summaryrefslogtreecommitdiffstats
path: root/WHATSNEW.txt
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2006-06-22 19:52:32 +0000
committerGerald Carter <jerry@samba.org>2006-06-22 19:52:32 +0000
commitb30020d50197ce92a9146fe90288e953369d4c22 (patch)
tree416132d44dee2c292e64878572f232c6723a8871 /WHATSNEW.txt
parentea6e52fc6a5404b1910792941c49b550bdcc250e (diff)
downloadsamba-b30020d50197ce92a9146fe90288e953369d4c22.tar.gz
samba-b30020d50197ce92a9146fe90288e953369d4c22.tar.xz
samba-b30020d50197ce92a9146fe90288e953369d4c22.zip
r16472: final pass for 3.0.23rc3 I think. Current with SAMBA_3_0 r16471
Diffstat (limited to 'WHATSNEW.txt')
-rw-r--r--WHATSNEW.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index cf725f52d33..be26aa9cbec 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -38,12 +38,17 @@ o Jeremy Allison <jra@samba.org>
* Fix naming conflicts with 'net usershare' structures and
Solaris header files.
* Fix memleaks on error paths from the ASN.1 parsing code.
+ * Add uid to share_mode_entry structure so we can report who
+ opened the file.
o Gerald (Jerry) Carter <jerry@samba.org>
* Fix 'make install' problem when building outside source/.
* Fix 'net ads join' when the workgroup is set incorrectly in
smb.conf.
+ * Re-add code to include the BUILTIN\Administrators SID when
+ winbindd is not running, but the user's token includes the
+ Domain Admin SID. Fixes access problem for managing Services.
o Guenther Deschner <gd@samba.org>