좀철지난거 같은데 새버전소식을 접하지를 못했군요....

바뀐점이 상당히 많습니다..읽는데 부담이 되는군요 -_-;;
다운로드는 아래링크를 참고하세요..

http://kr.samba.org/samba/ftp/Binary_Packages

-----------------------------------------------------------------

WHAT'S NEW IN Samba 2.2.6 - 16th October 2002
=============================================

This is the latest stable release of Samba. This is the version that all
production Samba servers should be running for all current bug-fixes.

There have been several fixes and internal enhancements which include:

* Fixes for MS-RPC printing issues affecting Windows 2000 clients
* New support for smb.conf generation in SWAT
* Inclusion of several performance enhancements (See --with-sendfile
& and the modified smb.conf(5) parameters in these Release Notes)
* Fixes for several file locking bugs and returned status codes

New Parameters
--------------

Refer to the smb.conf(5) man page for complete descriptions of new parameters.

* profile acls (S) workaround for issue with WinXP SP1
and roaming user profiles

Removed Parameters
------------------

* max packet (G)
* packet size (G)

Modified Parameters
-------------------

* max xmit (G) new default value
* large readwrite (G) new default value

New ./configure Options
-----------------------

--with-sendfile Enable experimental sendfile support
--with-winbind-ldap-hack Enable winbindd_ldap_hack() functionality
for Windows 2000 native mode domains

Changes since 2.2.5
--------------------

See the cvs log for SAMBA_2_2 for more details

1) Fixed several compiler warnings caused by the use of const parameters
2) Fixed a hang in the main smbd process caused by an EINTR in the
wrong place
3) Fixed string substitutions to accept a length for sanity checks
4) Fixed 17-bit length field in nmb header
5) Removed non-portable inline declaration for functions
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
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 refreshing the local printers
folder
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
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
16) Fix compilation of smbwrapper on Solaris hosts
17) fix logic error in a check for enabling the winbind_pam_auth_crap() code
& fix formatting typo in --with-winbind-auth-challenge
18) Correcting check for ldap_start_tls()
19) Fixed a problem with getgroups() where it could include our current
effective gid
20) fix incorrect semantics in the DeletePrinterDriver() spoolss rpc
to only attempt to delete the architecture specified by the client
21) Don't allow TEMP attribute on directory open
22) Restore VxFS quotas to the 2.2 branch
23) Added basic "Wizard" functionality to SWAT
24) Fix initial "allocation size" in NTcreate&X call
25) Fix for open fid, "nametoolong"
26) Exit server on receipt of a non-SMB packet. Ensure we have
at least smb_size bytes before processing a packet
27) Replace inet_aton with inet_addr() to correct compile problems on Solaris
28) 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
29) Various fixes for POSIX compliance
30) Correct alignment & offset bug in EnumPrinterDataEx()
31) Fix access checks when modifying forms using a print server handle
(not just a printer handle)
32) Account for case data_len == 0 in EnumPrinterDataEx()
33) Fix logic error in blocking lock code
34) Fixed various incorrect return codes to clients
35) Add RESOLVE_DFSPATH to mkdir operations
36) Fix longstanding bug in Win2k clients by clearing the shortname
buffer before returning ASCII short name
37) added -t option to smbpasswd for explicitly changing a trust
account password when operating in security = domain
38) installed -x option to testparm to eXclude printing all parameter
values that are at default settings.
39) Fix shares/printers view in SWAT so that only Basic options are exposed
upon initial entry.
40) Added 1125 & KOI8-U to codepage list in Makefile.in
41) Include separate configure checks for *openbsd* & *freebsd* when
determining flags used to compile shared libraries.
42) Merge in free list unlock on error fix
43) Correctly fail opens with mismatching SYSTEM or HIDDEN attributes
if we are mapping system or hidden
44) Fix bug with stat mode open being done on read-only open with truncate
45) Fix crash bug discovered where cli struct was being deallocated in a
called function
46) Ensure we open UNIX fifo's non-blocking
47) Fix DeletePrinterDriver() (hopefully for the last time...yeah right....)
48) only lowercase global_myname in the %L substitution, not the whole string
49) Merged Steve French's fix for OS/2 EA return error being removed
50) Patch from Steve French to fix difference in responses to smbclient
//server/share ls / on Samba and Windows 2000
51) Print error and exit if smb.conf doesn't have security=domain and
encrypt passwords=yes when joining domain
52) Added final Steve French patch for "required" attributes with old dir
listings
53) Initialize user_rid value in WINBIND_USERINFO structure returned by
the rpc version of query_user()
54) Ensure we've failed a lock with a lock denied message before automatically
pushing it onto the blocking queue
55) Add experimental --with-sendfile code
56) alignment fix in printing code merged from HEAD
57) Merge fix for other sids in token from HEAD
58) Merge winbindd with current (more advanced) state of play in APPLIANCE_HEAD
59) fix smbclient / Win98 off by one bug
60) Never, *ever* hold a mutex lock in the message database where there may be
traversals being attempted
61) Add LDAP hack for retrieving the SAM sequence number when a member of a
Windows 2000 native mode domain
62) Fix race condition when changing a machine account password as we were
no longer locking the secrets entry
63) Allow '@' as a valid character in domain names
64) remove jobs from the spool directory when using cups
65) removed -lresolv for --enable-ldapsam
66) Memory leak fix and correct use of negative caching in winbindd
67) Updated spoolss parsing code with known good state of APPLIANCE_HEAD
68) Delete printer security check was reversed
69) Windows allows delete printer on a handle opened by an admin user, then
used on a pipe handle created by an anonymous user...We do to now...
70) Make explicit the difference between a tdb key with no data attached, and
a non existent entry
71) Ensure we register the 1c name on the unicast subnet.
72) Fix inheritance problem when recursively setting ACLs on directories
73) prevent ACL set on read-only share
74) Ensure we never have more than MAX_PRINT_JOBS in a queue
75) Added timeout to tdb_lock_bystring()
76) Ensure we set FIRST+LAST flags on a bind request
77) Add version strings to the usage message for smbcacls and smbpasswd
78) Fix bug in the write cache code
79) make the default printed values for boolean the same for all parameters
80) Default all LDAP connections to v3 with compiling with --with-ldapsam
81) Fix memory leak in smbspool
82) Fix bug in mangling code that resulted in Win9x clients not being
able to execute batch files in deep, non 8.3 directory paths
83) Fix infinite looping bug in winbindd_getgrent()
84) Fix crash bug on 64-bit systems (merge from HEAD)
85) Fix extended character bug when setting LanMan/NT password
86) Negotiate same SMB read size as a Windows 2000 file server
to fix performance bug with NT4 clients

관련 링크: http://kr.samba.org/samba/whatsnew/samba-2.2.6.html

'News' 카테고리의 다른 글

Security Release - Samba 2.2.7  (0) 2002.11.24
JSBoard 2.0.2 Release  (1) 2002.11.18
chkrootkit 0.37 release  (0) 2002.10.14
The PHP Accelerator 1.3.3 Release  (0) 2002.10.08
iptables v1.2.7a Releases  (0) 2002.09.23

+ Recent posts