summaryrefslogtreecommitdiffstats
path: root/WHATSNEW.txt
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2002-08-29 11:04:40 +0000
committerGerald Carter <jerry@samba.org>2002-08-29 11:04:40 +0000
commitb5406c2c3782262c07f6b33432c2dead31e1c7be (patch)
tree6e1a80548f35ef14314de28296f498b42ec37b6f /WHATSNEW.txt
parentf0a44a06d0640383cdafd7c6bcfbb2d71d91fcb1 (diff)
downloadsamba-b5406c2c3782262c07f6b33432c2dead31e1c7be.tar.gz
samba-b5406c2c3782262c07f6b33432c2dead31e1c7be.tar.xz
samba-b5406c2c3782262c07f6b33432c2dead31e1c7be.zip
updated for 2.2.6pre2
Diffstat (limited to 'WHATSNEW.txt')
-rw-r--r--WHATSNEW.txt55
1 files changed, 43 insertions, 12 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 61ca2c8531f..d35c8912849 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -1,17 +1,48 @@
- WHAT'S NEW IN Samba 2.2.6pre1 - 27th July 2002
- ===============================================
+ WHAT'S NEW IN Samba 2.2.6pre2 - 29th August 2002
+ =================================================
This is a prelease snapshot of SAMBA_2_2 cvs branch. This is a non-production
release provided for testing purposes only.
-New/Changed parameters in 2.2.6pre1
------------------------------------
-
-There have been no changes to smb.conf(5) parameters.
-
-
-Changes in 2.2.6pre1
+Changes since 2.2.6pre1
+-----------------------
+1) fix incorrect semantics in the DeletePrinterDriver() spoolss rpc
+ to only attempt to delete the architecture specified by the client
+2) Don't allow TEMP attribute on directory open
+3) Restore VxFS quotas to the 2.2 branch
+4) Added basic "Wizard" functionality to SWAT
+5) Fix initial "allocation size" in NTcreate&X call
+6) Fix for open fid, "nametoolong"
+7) Exit server on receipt of a non-SMB packet. Ensure we have
+ at least smb_size bytes before processing a packet
+8) Replace inet_aton with inet_addr() to correct compile problems on Solaris
+9) Include the "account" objectclass when adding a new account to --with-ldapsam
+ in order to comply with the data model implemented by OpenLDAP 2.1.x
+10) Various fixes for POSIX compliance
+11) Correct alignment & offset bug in EnumPrinterDataEx()
+12) Fix access checks when modifying forms using a print server handle
+ (not just a printer handle)
+13) Account for case data_len == 0 in EnumPrinterDataEx()
+14) Fix logic error in blocking lock code
+15) Fixed various incorrect return codes to clients
+16) Add RESOLVE_DFSPATH to mkdir operations
+17) Fix longstanding bug in Win2k clients by clearing the shortname
+ buffer before returning ASCII short name
+18) added -t option to smbpasswd for explicitly changing a trust
+ account password when operating in security = domain
+19) installed -x option to testparm to eXclude printing all parameter
+ values that are at default settings.
+20) Fix shares/printers view in SWAT so that only Basic options are exposed
+ upon initial entry.
+21) Added 1125 & KOI8-U to codepage list in Makefile.in
+22) Include separate configure checks for *openbsd* & *freebsd* when
+ determining flags used to compile shared libraries.
+
+
+
+
+Changes since 2.2.5
--------------------
1) Fixed several compiler warnings caused by the use of const parameters
@@ -23,7 +54,7 @@ Changes in 2.2.6pre1
6) Performance fix for including files with an smb.conf variable in the
path name
7) Fix for parsing LPRng lpq output
-8) Parsing fix for PRINTER_INFO_2 structure which was causing viewing
+8) Parsing fix for PRINTER_INFO_2 structure which was causing viewing
printer properties to fail
9) Fix for printer change notification and Windows NT clients which caused
the client to go into an infinite loop of refeshing the local printers
@@ -31,7 +62,7 @@ Changes in 2.2.6pre1
10) Allow trans2 and nttrans messages to be processed in oplock break state
which fixes a problem with oplock break requests and Win2k clients
11) Don't crash on setfileinfo on printer fsp
-12) Memory fixes caught by Valgrind
+12) Memory fixes caught by Valgrind
13) Updates to stop spurious error message in tdb
14) Fix silly logic bug in 'make smbd processes' and 'status = no' check
15) Fix compilation of pam_smbpass and --with-ldap
@@ -41,7 +72,7 @@ Changes in 2.2.6pre1
18) Correcting check for ldap_start_tls()
19) Fixed a problem with getgroups() where it could include our current
effective gid
-
+
=========================================