1 ==============================
2 Release Notes for Samba 3.0.21
4 ==============================
6 This is the latest stable release of Samba. This is the version
7 that production Samba servers should be running for all current
8 bug-fixes. Please read the following important changes in this
11 Common bugs fixed in 3.0.21 include:
13 o Missing groups in a user's token when logging in via kerberos
14 o Incompatibilities with newer MS Windows hotfixes and
16 o Portability and crash bugs.
17 o Performance issues in winbindd.
19 New features introduced in Samba 3.0.21 include:
21 o Complete NTLMv2 support by consolidating authentication
22 mechanism used at the CIFS and RPC layers.
23 o The capability to manage Unix services using the Win32
25 o The capability to view external Unix log files via the
26 Microsoft Event Viewer.
27 o New libmsrpc share library for application developers.
28 o Rewrite of CIFS oplock implementation.
29 o Performance Counter external daemon.
30 o Winbindd auto-detection query methods when communicating with
32 o The ability to enumerate long share names in libsmbclient
36 ######################################################################
46 dfree command Per share
50 passdb expand explicit New
51 rename user script New
53 svcctl list Renamed from 'enable svcctl'
56 Changes since 3.0.21rc2
57 -----------------------
61 o Jeremy Allison <jra@samba.org>
62 * Correctly handle the LDAP_UNWILLING_TO_PERFORM error from
63 eDirectory when accessing the universal password.
64 * Fix deadlock condition in share mode locking code.
65 * Fix logic bug in unix_mask_match().
66 * Fix memory leak in SMB client code found by Mikhail Kshevetskiy.
69 o Gerald (Jerry) Carter <jerry@samba.org>
70 * Initialize the local group description.
71 * Disable WINS and NetLogon services in the MMC services
72 plugin when the associated smb.conf features are not enabled.
73 * Add checks for invalid characters in new share names on the
75 * Fix SWAT installation issues with 'make install'.
78 o Guenther Deschner <gd@samba.org>
79 * Uninitialized warnings fixes.
80 * Fix return value in client spooler code.
81 * Require forced migration of account policies.
84 o Krishna Ganugapati <krishnag@centeris.com>
85 * Use the subtree delete ldap control when running 'net ads
89 o Volker Lendecke <vl@samba.org>
90 * Fix some uninitialized variable warnings.
91 * Fix winbind_lookup_name for the local domain,
94 o Derrell Lipman <derrell@samba.org>
95 * Libsmbclient memory & file descriptor leak fixes.
96 * Fix crash bug in libsmbclient.
97 * Add long share name support to libsmbclient when enumerating shares.
100 o Brian Moran <bmoran@centeris.com>
101 * Fix segv in eventlogadm when not event logs are listed in
105 o Lars Müller <lmuelle@samba.org>
106 * Ensure setmntent() returns with != NULL in the disk_quotas()
108 * Add configure switch to disable libmsrpc build.
109 * Add a soname to libmsrpc.
112 o John Terpstra <jht@samba.org>
113 * Add 'net idmap' usage help text.
117 Changes since 3.0.20b
118 ---------------------
120 o Jeremy Allison <jra@samba.org>
121 * BUG 1828: Fixed SPNEGO issues with PocketPC clients.
122 * Added 'map readonly' parameter.
123 * BUG 3166: Fix crash in libsmbclient if the $HOME environment is
125 * Maintain schannel client session keys in volatile
126 $(privatedir)/schannel_store.tdb.
127 * BUG 2769: Ensure we mangle filenames ending in a space
128 * Catch corner case of renaming a symlinked directory into
130 * Ensure that smb.conf requests for hidden files are honored,
131 even when DOS attributes are stored in EA's
132 * Add new auth method "auth_script" for calling an external
134 * BUG 2152: Fix for mangled filenames when the client does
135 support long filenames
136 * Rewritten implementation of client and server DCE/RPC infrastructure
137 * BUG 3192: Adds a "dfree cache time" parameter.
138 * Fix acl evaluation bug found by Marc Cousin. Only evaluate
139 the S_IWGRP mask in the absence of a POSIX ACL.
140 * Remove use of 'long long' in libsmbclient code.
141 * Ensure the new canonicalize_servicename() in name/snum hash
143 * BUG 2922: Integration of FreeBSD AIO patches from Timur
145 * BUG 3216: Put directory opens into the share mode db so we
146 can treat them similarly to file opens (delete on close,
147 share mode violations etc.).
148 * Fix bug in name mangling code when case sensitivity is enabled.
149 * Remove external dependencies from the sharemodes library.
150 * BUG 3212: Ignore bogus OS/2 set EA values on trans2 calls.
151 * Don't misinterpret wild card characters in file names on disk
152 as they are actually valid characters.
153 * BUG 3223: Fix bug in account policy management when
154 account_pol.tdb settings have been migrating to an LDAP
156 * Allow the hash size of the tdb open (locking) database to be
158 * Fix error code returns on client spoolss code.
159 * Remove unneeded strncpy use.
160 * Fix uninitialized variables warnings.
161 * Cleanup smbcacls security descriptor parsing and error codes.
162 * BUG 3224: Correctly use machine_account_name and client_name
163 when doing netlogon credential setup. Fixes winbindd running
165 * Backport Samba 4 time zone handling.
166 * Fix core dump if setmntent() returns NULL.
167 * Replace old crc32 code with one from the FreeBSD tree.
168 * Filter stored DOS attributes by SAMBA_ATTRIBUTES_MASK.
169 * Remove #define of close -> close_fn macro in libsmbclient.
170 * Return early if -1 returned from *BSD EA call (reported by
172 * Name space cleanup by marking local functions static.
173 * Move samr enumeration cache from per handle basis to a shared
175 * BUG 3274: Fix invalid smbclient qpath_basic() queries against
176 OS/2 servers (based on patch from Guenter Kukkukk).
177 * Ensure default applies to new files (reported by Thomas
179 * BUG 3293: Use SMBecho to testing the server in client rather
181 * Merge talloc fixes from Samba 4 branch.
182 * Add support DCE/RPC cancel operation.
183 * Don't reset attrs to zero in EA get. Fixes 'hide dot files'
184 when using EA for DOS attributes.
185 * Fix bug in returning remote time (reported by Thomas Bork).
186 * No users or groups to return in BUILTIN domain.
187 * Removed separate "builtin" search enumeration.
188 * Added count_sam_aliases to return the correct alias count.
191 o Rashid N. Achilov <shelton@granch.ru>
192 * Add better service description names to the svcctl code.
195 o Timur Bakeyev <timur@com.bat.ru>
196 * BUG 3262: Improve FreeBSD DOS attribute error reporting.
199 o Andrew Bartlett <abartlet@samba.org>
200 * Remove another ancient NTLMSSP implementation.
201 * Allow machine account logons work if the client gives the
205 o Alexander Bokovoy <ab@samba.org>
206 * Add POSIX statvfs() to VFS api.
209 o Gerald (Jerry) Carter <jerry@samba.org>
210 * Eventlog and ServiceControl support.
211 * BUG 1051: store the directory path so we can send the full
212 name in the unlink call from smbclient.
213 * Use reference count strategy for keeping the registry tdb
215 * Convert internal registry objects to new hierarchical talloc
216 * Allow the root user a free pass for access checks in the
217 registry and service control checks.
218 * Sanity checks in the privilege code to prevent empty SID
220 * Add basic infrastructure for 'make test' when the socket
221 wrapper library is configured at compile time
222 * Convert profiles utility to use the current regfio interface
223 for reading and writing user profiles
224 * Remove netsamlogon_cache interface
225 * Ensure that print jobs are removed even when the cancel
226 command is received before the print cache has been updated
227 * Fix linking problem on Solaris when including ACL support.
228 * Give root a free pass to open the eventlog tdb files.
229 * Fix segfault in addprinter due to mixing talloc() and
231 * fix invalid read reported by valgrind in the spoolss
232 backchannel connection.
233 * Remove use of 'long long' in perfcounter registry code.
234 * BUG 3201: make sure request structure is cleared prior to
235 sending the request to winbindd.
236 * Don't count open pipes in the num_files_open on a connection
237 (regression from Samba 2.2).
238 * Ensure servername hashing code normalizes the name.
239 * Fix checks for connect() in -lnsl[_s].
240 * Convert eventlog API to use NTSTATUS return codes rather
242 * Fix segv in winbindd caused by an uninitialized variable
243 in winbindd_dual_getsidaliases().
244 * Allow winbindd to select the appropriate backend methods
245 based on the DC attributes and not the security parameter.
246 * Re-add the netsamlogon_cache tdb and ensure that user entries
247 are updated from the PAC data during kerberos ticket
249 * Fix lockup when running 'wbinfo -t' on a Samba PDC caused
250 by mangling machine names in sub_set_smb_name().
251 * Add smbget to the list of tools built by default.
252 * Fix clearing of eventlog tdb files.
253 * Fix sequential reads in eventlog support.
254 * BUG 2718: Don't use qpathinfo_basic() call when remote server
256 * Fix build issues with the Sun compiler.
257 * BUG 3156: Don't use find_service() when explicitly looking
259 * Fix nss_winbind_solaris.c build breakage on HP-UX.
262 o Alex Deiter <tiamat@komi.mts.ru>
263 * BUG 3196: Patch to compile against the Sun LDAP client libs.
264 (not for AD support; just ldap support).
267 o Guenther Deschner <gd@samba.org>
268 * Fixed compile problems and warnings with newer OpenLDAP
270 * Fix bug when enumerating trusted domains via 'wbinfo -m'
271 * Parse the MS Kerberos PAC to obtain the user group
272 membership during logon.
273 * Add support for SeRestorePrivilege to allow a process to
274 change the ownership of a file to any arbitrary account
275 * Fix password history storage when using Novell eDirectory for
277 * Backport Kerberos PAC parsing from Samba 4 branch in order to
278 correctly create the NT User Token when logging into a Samba
280 * Add small helper function to return a PAC_LOGON_INFO.
281 * Use LDAP bitwise matching rule when searching for groups
283 * Avoid an infinite loop when retrying to connect in smbspool.
284 * Memory leak fixes in the kerberos PAC parsing code.
285 * Improve NT_STATUS error messages returned from pam_winbind.
286 * Rename unknown samr group fields in samr structures with
287 the correct name.removed separate "builtin" search enumeration.
288 * Cleanup redundant StartTLS code.
289 * Allow StartTLS support when connecting to Windows 2003 by
290 setting 'ldap ssl = start_tls'.
291 * Support raw NTLMSSP session setups in smbspool.
292 * Add rpccli_samr_chgpasswd3().
293 * Add 'wbinfo --separator'.
296 o Steve French <sfrench@us.ibm.com>
297 * Fix cifs to handle non-numeric uid and gid parameters.
298 * Merge trunk and SAMBA_3_0 mount.cifs code.
299 * Cleanup cifs cfs help message.
302 o Paul Green <paulg@samba.org>
303 * Update to the latest config.guess and config.sub files.
306 o Deryck Hodge <deryck@samba.org>
307 * Allow control of syslog facility and level in audit vfs modules.
310 o S Murthy Kambhampaty <smk_va@yahoo.com>
311 * Patches for Fedora RPM specfile and init script
314 o Volker Lendecke <vl@samba.org>
315 * New oplock implementation.
316 * Add assert() call if winbindd cannot locate the domain SID in
317 secrets.tdb on startup
318 * Fix an annoying timeout in winbindd when nmbd is not running.
319 * Speed up loading smb.conf for large numbers of share
320 definitions by adding an internal hashing of names to snums.
321 Thanks to Michael Adam.
322 * Fix potential segv in rpcclient's lsarpc calls.
323 * Fix bugs in winbindd's use of rpccli_netlogon_getdcname().
324 * Fix alignment in getdc response.
325 * Allow pdbedit to set the domain for a user account.
326 * Fix fallback logic in rpc binds.
327 * Fix memleak in message handling code.
328 * Fix connection bug to port 445 and 139 after a successful
330 * Add additional calls to initialize_krb5_error_table() for
331 kerberos client code.
332 * Implement the possibility to have AFS users as SIDs in pts.
333 * Removed unused alternative_name code from winbindd.
334 * Protect against NULL alternative_name strings in winbindd.
335 * Define a default panic action with -DEVELOPER is defined.
336 * Add the capability to reset smbd connections on a zero VC id.
337 * Allow smb.conf variable expansion to be disabled in passdb
339 * Add lookupname to rpcclient query_user as a fallback.
340 * BUG 3292: Prevent smbclient from spinning when the server
342 * BUG 2191: Fix valgrind error in cli_session_setup_guest().
343 * Add samr_lookup_rids for the builtin domain.
344 * Memory allocation cleanups in passdb.
345 * Restrict samr_open_domain() to our domain only.
346 * Change local_lookup_sid() to local_lookup_rid() since it
347 is responsible for our domain only.
350 o Derrell Lipman <derrell@samba.org>
351 * Cleanup libmsrpc version numbers.
354 o Jason Mader <jason@ncac.gwu.edu>
355 * Removed compiler various warnings.
358 o Alex Masterov <alex@infobit.ru>
359 * BUG 3218: Fix XATTR calls on *BSD systems.
362 o Jim McDonough <jmcd@us.ibm.com>
363 * Speed up string_to_sid by removing next_token calls and
364 unneeded strncmp() calls.
365 * Implement user rename for smbpasswd and LDAP backends.
366 * BUG 2961 (partial): Add rename support for user accounts to tdbsam
367 * BUG 3187: Fix time zone offset in logon hours restrictions.
370 o Stefan Metzmacher <metze@samba.org>
371 * Fix setting of quotas on linux kernel with the struct
373 * Enable sysquota interfact on Linux by default
374 * Use lp_socket_address() when binding to port 138/udp in nmbd.
377 o Brian Moran <bmoran@centeris.com>
378 * Eventlog and ServiceControl support.
379 * Added eventlogadm tool for writing Eventlog records.
380 * Fix typo when creating Eventlog source DLL registry paths.
381 * Add simple script to tail syslog and write records to
385 o Lars Müller <lmuelle@samba.org>
386 * Only install smbsh manpage if smbwrapper has been successfully
390 o Ricky Nance <ricky.nance@gmail.com>
391 * Updates for the mklogon perl scripts.
394 o Chris Nicholls <skel@samba.org>
395 * New libmsrpc library (Google SoC Project).
396 * Fix libmsrpc build of on the Sun compiler by removing empty
397 structure declarations.
400 o James Peach <jpeach@sgi.com>
401 * Fix parsing error for smb ports parameter.
404 o Tim Potter <tpot@samba.org>
405 * BUG 3260: Fix DYNEXP flags on HPUX.
408 o Marcin Porwit <mporwit@centeris.com>
409 * Eventlog and ServiceControl support.
410 * Added basic Performance Counter daemon which can feed data
411 for the Windows perfmon.exe tool.
412 * Fix directory permissions in the perfcounter daemon.
413 * Add the 'File' registry value for the eventlog keys.
416 o Aruna Prabakar <aruna.prabakar@hp.com.
417 * Add checks to verify that the spooler is running on HP-UX when
418 reloading the printer name cache.
421 o Joel Smith <joel.j.smith@novell.com>
422 * Add iPrint printing backend support.
425 o Toomas Soome <Toomas.Soome@mls.ee>
426 * Implement host lookups in nss_winbind.so.1 on Solaris
429 o Simo Sorce <idra@samba.org>
430 * Update Debian packaging.
433 o Andrew Tridgell <tridge@samba.org>
434 * Change license notice of standalone talloc library to LGPL.
437 o Darren Tucker <dtucker@zip.com.au>
438 o Crash fix for snprintf() code.
441 o Rainer Weikusat <rainer.weikusat@sncag.com>
442 * Fix function name typo in skeleton VFS code.
446 Release Notes for older release follow:
448 --------------------------------------------------
449 ===============================
450 Release Notes for Samba 3.0.20b
452 ===============================
454 Common bugs fixed in 3.0.20b include:
456 o A crash bug in winbindd
457 o Reporting files as read-only instead of returning the
458 correct error code of "access denied"
459 o File system quota support defects
462 ######################################################################
467 Changes since 3.0.20a
468 ---------------------
473 o Jeremy Allison <jra@samba.org>
474 * BUG 3088: Fix error condition for files on a read-write share
475 which cannot be read due to permissions.
478 o Gerald (Jerry) Carter <jerry@samba.org>
479 * BUG 3070: Fix crash bug in qfsinfo when retrieving fs quota
481 * BUG 1473, 3090: Quota detection and compilation problems on
485 o Marc Balmer <marc@msys.ch>
486 * Build fixes when builddir != srcdir
489 o Alex Deiter <tiamat@komi.mts.ru>
490 * BUG 3145: Fix build issue regarding quota support on Solaris.
493 o Volker Lendecke <vl@samba.org>
494 * BUG 3068: Fix for winbindd crashed by empty DC alternative
498 --------------------------------------------------
499 ===============================
500 Release Notes for Samba 3.0.20a
502 ===============================
504 Common bugs fixed in 3.0.20a include:
506 o Stability problems with winbindd.
507 o Crash bugs caused by incompatibilities on 64-bit systems.
508 o Missing files from directory listings on AIX servers
509 o User Manager interoperability problems.
510 o Minor build difficulties on various platforms such as
514 Winbind, security = domain, and Active Directory
515 ================================================
517 Recent security updates for Windows 2000 and Windows 2003 have
518 changed the fashion in which user and group lists can be obtained
519 from domain controllers. In short, the RPC mechanisms used by
520 "security = domain" to retrieve users and groups is not compatible
521 with these changes. The "security = ads" configuration is not
522 affected by the Windows protocol changes.
524 Samba developers are actively working to correct this problem in
525 the 3.0.21 release. In the meantime, Administrators who are unable
526 to migrate to "security = ads" and must continue using "security =
527 domain", can define credentials to be used by winbindd for account
528 enumeration by executing the following command as root.
530 wbinfo --set-auth-user='DOMAIN\username%password'
534 ######################################################################
545 o Jeremy Allison <jra@samba.org>
546 * BUG 3065: Fix for legacy clients retrieving a listing of
548 * Added external library for accessing Samba's share mode
550 * Fix winbindd credentials chain which caused logon failures
551 after attempting to authenticate an unknown user.
552 * Fix recursive looping bug in winbindd.
553 * Fix build errors on 64-bit systems.
554 * Posix ACL memory leak and crash bug fixes.
555 * BUG 3044: Ensure OPEN-EXEC is honored as read-only.
556 * BUG 3060: Ensure SMBcreate truncates the file if it exists.
557 * Hide dot files and directory logic fixes.
558 * Correct display of open file modes by smbstatus.
559 * BUG 3010: Fix missing files bug on AIX systems.
562 o Gerald (Jerry) Carter <jerry@samba.org>
563 * Allow the root user to automatically pass se_access_checks()
564 in the registry and service control server code.
565 * Ensure that winbindd uses the correct name in the net_auth2()
566 request when running on a Samba PDC.
567 * Fix linking problem with tdb utilities.
568 * BUG 3080: Fix regression in 'net rpc shutdown' command.
569 * Fix segv in 'net rpc' when the pipe open fails.
570 * Fix upload bug when installing 64-bit Windows printer drivers.
571 * Fix regression in the smburi syntax used by smbspool.
572 * Fix sorting of subkey hash records in registry files.
573 * Correct REG_CREATE_KEY_EX parsing error.
574 * Interoperability issues with usrmgr.exe and Samba groups.
575 * Use the display names and not the Unix names when enumerating
576 groups in the ldapsam passdb backend.
577 * Ensure that Windows domain user names are converted to lower case.
580 o Guenther Deschner <gd@samba.org>
581 * Prevent BUILTIN sids returned in the user's token from
582 a Windows DC from being applied to any local group mappings
584 * Plug memory leaks in the kerberos keytab code.
585 * Ensure BUILTIN groups are returned from winbindd's idmap_rid
586 backend when 'winbind nested groups' is enabled.
587 * Fix crash bug in winbindd caused by 64-bit build issues.
588 * Improve debug messages in smbspool.
589 * Give better error-message when "NDS Universal Password" change fails.
590 * Fix password history error in the eDirectory schema file.
591 * Ensure that Windows domain group names are converted to lower case.
594 o Steve French <sfrench@us.ibm.com>
595 * Allow disabling mandatory byte range lock mount flag, and fix
596 corresponding entry in mtab.
599 o Volker Lendecke <vl@samba.org>
600 * Fix race condition in the NTcreate&X open code when the
601 disposition is NTCREATEX_DISP_CREATE.
602 * Correct logic error when checking the pid for pending print
603 change notify messages.
604 * Ensure that winbindd child process complete startup even when
605 the parent is receiving authentication requests.
606 * Return the full NTSTATUS code to ntlm_auth and pam_winbindd
607 when authentication fails.
610 o Jason Mader <jason@ncac.gwu.edu>
611 * Compile warning fixes.
614 o Uli Meis <a.sporto@gmail.com>
615 * Patches for pdb_*sql.c
618 o Luke Mewburn <lukem@NetBSD.org>
619 * Autoconf syntax fixes.
622 o James Peach <jpeach@sgi.com>
623 * Correct problem with creating a core file in Linux.
626 o Stefan Metzmacher <metze@samba.org>
627 * Quota fixes in smbd.
630 o Peter Rindfuss <rindfuss@wz-berlin.de>
631 * Patches for pdb_*sql.c
634 o Jiri Sasek <Jiri.Sasek@Sun.COM>
635 * Solaris toolchain patches for autoconf scripts.
638 o Andrew Tridgell <tridge@samba.org>
639 * Fix for tdb clear-if-first race condition.
642 o Leo Weppelman <leo@wau.mis.ah.nl>
643 * BUG 3104: Don't allow time updates to files on read-only shares.
646 o Steve Williams <steve@celineandsteve.com>
647 * BUG 3052: Fix compile issues on OpenBSD.
650 --------------------------------------------------
651 ==============================
652 Release Notes for Samba 3.0.20
654 ==============================
656 Additional features introduced in Samba 3.0.20 include:
658 o Support for several new Win32 rpc pipes.
659 o Improved support for OS/2 clients.
660 o New 'net rpc service' tool for managing Win32 services.
661 o Capability to set the owner on new files and directory
662 based on the parent's ownership.
663 o Experimental, asynchronous IO file serving support.
664 o Completed Support for Microsoft Print Migrator.
665 o New Winbind IDmap plugin (ad) for retrieving uid and gid
666 from AD servers which maintain the SFU user and group
668 o Rewritten support for POSIX pathnames when utilizing
669 the Linux CIFS fs client.
670 o New asynchronous winbindd.
671 o Support for Microsoft Print Migrator.
672 o New Windows NT registry file I/O library.
673 o New user right (SeTakeOwnershipPrivilege) added.
674 o New "net share migrate" options.
677 What happened to 3.0.15 - 3.0.19?
678 ==================================
680 After some discussion it was deemed that the amount of changes
681 going into the next Samba 3.0 release needed something to catch
682 people's attention. Skipping several releases was chosen as
683 the best solution with the least overhead. There will be no
684 3.0.15 - 3.0.19 ever released. The next production release
685 following 3.0.20 should be 3.0.21.
687 The original announcement about the version number change can
688 be found in the samba mailing list archives:
690 http://marc.theaimsgroup.com/?l=samba&m=111721010206997&w=2
693 Asynchronous Winbind Implementation
694 ===================================
696 Winbindd has been completely rewritten in this release to support
697 an almost completely non-blocking, asynchronous request/reply
698 model. This means that winbindd will scale much better in
699 large domain environments and on high latency networks. Neither
700 the client interface nor the command line tools (i.e. wbinfo) have
701 changed in their calling conventions or syntax. However, due to
702 internal structure changes, it is required (more so than normal)
703 that you install the nss_winbind.so library included in this release.
706 Support for Microsoft Print Migrator
707 ====================================
709 Samba 3.0.20 includes full support for migrating printers from
710 Windows servers or other Samba servers via the Microsoft Print
711 Migrator tool. Restoring printers requires a working "add printer
712 command" defined in smb.conf. Current support also allows
713 administrators to create a master list of printer drivers which
714 can be restored in bulk on new (or existing) Samba installations.
717 Asynchronous IO Support
718 =======================
720 Experimental support for async IO has been added to smbd for
721 certain platforms. To enable this new feature, Samba must be
722 compiled to include the --with-aio-support configure option.
723 In addition, the "aio read size" and "aio write size" to non-zero
724 values. See the smb.conf(5) man page for more details on these
728 ######################################################################
735 Parameter Name Action
736 -------------- ------
737 acl check permissions New
738 acl group control New
739 acl map full control New
742 enable asu support New
745 map to guest Modified (new value added)
746 max stat cache size New
747 min password length Removed
748 printer admin Deprecated
749 username map script New
750 winbind enable local accounts Removed
751 winbindd nss info New
754 Changes since 3.0.14a
755 ---------------------
761 o Jeremy Allison <jra@samba.org>
762 * BUG 2533: Fix incorrect directory listings for OS/2 clients.
763 * Ensure the old SMB search calls always ask mask_match() to
764 translate patterns like ????????.???.
765 * Split out the check_path_syntax() into a findfirst, findnext,
767 * Fix checks for matching groups in an file ACL against the
768 user's primary and supplementary group list.
769 * BUG 2541: Ensure we recognize LANMAN2.1 as OS/2 and select
770 LANMAN2 protocol, ensure the EA size is always correctly
771 set on a query for a file with no EA's.
772 * BUG 2551: Look at the incoming flags2 flag
773 FLAGS2_LONG_PATH_COMPONENTS determines if a reply is
774 uppercased on a SMBsearch request, not the protocol level.
775 * Added "volume" command to smbclient that prints out the
776 volume name and serial number.
777 * Added "fix for broken SMB_INFO_VOLUME level used by OS/2.
778 * Add support for OS/2 Extended Attributes.
779 * Correctly check OpenX open modes.
780 * Ensure allocation size is correctly returned for OpenX.
781 * Only set allocation on create/truncate for nttrans.
782 * Fix oplock bug in trans2open() code.
783 * Remove unix_ERR_XXX global nastiness.
784 * Only do the strange DOS error for openX, not trans2open.
785 * Ensure SMBopen replies includes the share modes as well as
787 * BUG 2581: Add size limit (in kb) to stat cache.
788 * Fix bug in the trans2 secondary processing.
789 * BUG 2601: Enforce DOS_OPEN_EXEC to mean read-only.
790 * Add an SMB counter per connection struct for gathering
792 * BUG 2605: Ensure smbclient doesn't perform commands if
793 the "chdir" fails in a scripted set.
794 * Ensure a 'forced group' is added to the list of effective
795 gids when processing ACLs.
796 * Refactor rpc_bind structures for better future work.
797 * BUG 2942: Add missing value in debug message.
798 * BUG 2946: Fix regressions in str[n]cmp_w) functions found
799 by 'mangling method = hash'.
800 * Fix memory leaks in the msdfs trans2 server code.
801 * Convert msdfs server to be talloc'd based.
802 * Fix up stackable vfs interface.
803 * Fix rpc fault when encountering an unknown rpc_bind auth
805 * BUG 2954: More AIX 5.1 AIO compile fixes.
806 * Fix valgrind bug in interaction with new aio buffer (found
808 * BUG 2878: Fix Norton commander not running on OS/2 clients.
809 * Cleanup SAMR user info structure naming.
810 * BUG 2889: Fix directly listings from OS/2 clients.
811 * Added "acl group control" parameter.
812 * Add debug warning if AddPrinterEx() is called without having
813 an 'add printer command' defined.
814 * Add better log messages when modifying ldap entries.
815 * BUG 2829: Fix strXX_w() functions on non-x86 platforms when
816 when string is unaligned.
817 * BUG 2918: Fix SMB chaining by ensuring that deferred open
818 message buffer is nor reused.
819 * Add support for client setting capabilities to select posix
820 pathnames on the wire.
821 * Stop using C++ reserved words so that Samba can be compiled
822 using g++. Also allows VFS modules in C++.
823 * More fixes to allow better large directory scaling.
824 * BUG 2827: Ensure we call the vfs connection hook before
825 doing a vfs stat. Allows database vfs backends to initialize
826 with a working connection.
827 * BUG 2826: Ensure the correct return value for symlink and
829 * Merge handling of ASN.1 objects bigger than 64k from Samba 4.
830 * Added AIO support to smbd.
831 * Add "acl map full control", true by default, to allow people
832 to change mapping of rwx to full control or not.
833 * Transition smbd to use NTcreate&X for internal file opens.
834 * Add checks against the current effective group id (e.g. force
835 user) when testing write permissions one ACLs.
836 * Fix FindFirst/FindNext server code when parsing directories
837 on old IRIX XFS file systems (thanks to Cale Fairchild
838 for the debugging help).
839 * BUG 2644: Test for special files to be ignored was reversed.
840 * Ensure yield_connection() is called on all appropriate error
842 * Fix EDEADLCK problem with deferred open calls.
843 * BUG 2622: Remove DPTR_MASK as it makes no sense.
844 * Fix the write cache based on some VERY good detective work
846 * BUG 2346: Fix read-only excel file bugs.
847 * Don't wrap the setfsinfo call in HAVE_QUOTA as they'll just
848 return ENOSYS if not implemented.
849 * Add new CAP for POSIX pathnames.
850 * BUG 2703: Add NULL guard for disp_fields[0].
851 * BUG 2681: With "strict allocate = yes" we now zero fill when
852 a file is extended. Should catch disk full errors on write
854 * Add "acl check permissions" to turn on/off the new
855 behavior of checking for write access in a directory
857 * Refactor printing interface to take offset into job.
858 * Allow mapping of POSIX ACLs to NT perms to differentiate
859 between directories and files.
860 * Added encrypt/decrypt function for LSA secrets and trusted
861 domain passwords on the wire.
862 * BUG 2729: Resume keys are *mandatory* for a search when
863 listing a W2K and above server from a FATxx filesystem only.
864 * BUG 2735: Ensure that smbd mangles control characters in file
866 * Refactor small pieces of socket handling code (in conjunction
868 * BUG 2698: Fix infinite listing loop in smbclient caused by
869 an invalid character set conversion.
870 * Add client code that will abort a directory listing if we
871 see the same name twice between packets.
872 * Performance improvements in trans2 qfilepathinfo code by
873 removing unnecessary memset() calls.
874 * Rewrite the RPC bind parsing functions to follow the
875 spec; fixes bug with 64-bit Windows XP and OS X 10.4.
876 * BUG 2774: Set sparse flag if needed when returning
878 * Fix errors listing directories from Windows NT clients
879 which caused "." and ".." to show up in explorer.exe.
880 * Merge of error code fixes from SAMBA_4_0 branch.
881 * BUG 2801: Fix regression in the "delete veto files" option.
882 * Fix based on work from Shlomi Yaakobovich to catch loops
883 in corrupted tdb files.
884 * Allow someone with SeTakeOwnershipPrivilege to chown the
885 user of a file to herself.
886 * Fix minor compiler warnings in printing/printing.c.
887 * Merge new DOS error code from SAMBA_4.
888 * Fix issue when non-English characters in filenames and
890 * Fix bogus error message in smbstatus about unknown share modes.
893 o Andrew Bartlett <abartlet@samba.org>
894 * Support raw NTLMSSP authentication for Windows Vista
896 * Fix parallel NTLMSSP processing by removing global state.
897 * BUG 2684: Add per service hosts allow/deny checks for
898 printers when connecting via MS-RPC.
899 * BUG 2391: Fix segv caused by free a static pointer returned
901 * Support kerberos authentication in smbd when using a keytab
902 and participating in a non-Microsoft Kerberos realm.
905 o Timur Bakeyev <timur@com.bat.ru>
906 * BUG 2546: Add support for FreeBSD EA API
907 * Fix detection of FreeBSD 7.x platforms in autoconf checks.
908 * BUG 2908: Fix string length logic error in msdfs code.
909 * BUG 2909: Fix typo that caused smbd to call the wrong
913 o Ed Boraas <ed.boraas@concordia.ab.ca>.
914 * Added Linux per-socket TCP settings.
917 o Gerald (Jerry) Carter <jerry@samba.org>
918 * Added support for \svcctl pipe rpcs.
919 * Added 'net rpc service' subcommand for managing Win32
921 * Refactoring work on the rpc [un]marshalling layer and
923 * Verify privilege name in 'net rpc rights privileges' in
924 order to provide better error messages.
925 * Cleanup rpc structures in rpc_spoolss.h.
926 * Cleanups and fixes for the \winreg server code.
927 * Cleanup of rpc structures used by LsaEnumerateTrustedDomains.
928 * Fix bugs in client spoolss code after refactoring work.
929 * Fix Valgrind warnings of invalid reads in the spoolss
931 * Fixed a segv when enumerating services on a Samba host.
932 * Fix segv in the service control server code.
933 * Fix crashes in client spoolss calls caused by not checking
934 for a valid pointer from the caller.
935 * Fix regression in DeleteDriver() server routines.
936 * Fix dup_a_regval() when size is 0.
937 * Fix usrmgr.exe crash when viewing user properties at
939 * Do not enumerate any privileges when 'enable privileges = no'
940 and log a message if a client tries.
941 * BUG 2872: Fix cut-n-paste error when checking pointer value
942 in ntlmssp_set_workstation().
943 * Fix upgrade path from earlier nt*tdb files.
944 * Removed print handle object cache.
945 * BUG 2853: Don't strip out characters like '$' from printer
946 names when substituting for the lpq command.
947 * BUG 2557: Gracefully fail on unsupported SetPrinter() levels.
948 * Fix build issues on x86_64-linux systems caused by valgrind
949 headers. Thanks to Bent Vangli to the suggestions.
950 * Refactor spoolss client calls.
951 * Adding 'username map script'.
952 * Disable schannel on the LSA and SAMR pipes in winbindd client
953 code to deal with Windows 2003 SP1 and Windows 2000 SP4 SR1.
954 * Cleanup of winreg API functions.
955 * Add server stubs for RegSetKeySec() and RegGetKeySec().
956 * Map generic bits to specific bits in reg_open_entry()
958 * Add write support to registry tdb and printing backends.
959 * Use tdb lookups rather than hard-coding certain registry
960 value names and data.
961 * BUG 2808: don't try to install man pages if they are not
963 * Fix initialized variables reported by valgrind.
964 * Normalize key lookups in ntprinters.tdb.
965 * Mark "enumports command" as deprecated.
966 * Add missing class file for python share command example.
967 * Fix smbclient build issue on Solaris.
968 * BUG 2626: ensure that the calling_name is set to something
969 after parsing smb.conf (if not set via -n).
970 * Use "add machine script" when creating a user (ACB_NORMAL)
971 who has a name ending in '$' (e.g. usrmgr.exe creating
972 domain trust accounts).
973 * Add 'rid' synonym for idmap_rid IDMap module.
974 * Ensure that we set full access on the handle returned
975 from _samr_create_dom_{alias,group}() so that future
976 set_{alias,group}() commands succeed.
977 * Fix bug when looking for internal domains in winbindd
978 (caused winbindd_getgrgid() for local groups to fail).
979 * Fix query and set alias info calls (level 1 from the MMC
980 manage computer plug-in.
981 * Remove bogus log messages about unknown specversions.
982 * BUG 2680: copy files from an MS-DFS win2k root share
983 * BUG 2688: re-implement support for the -P (--port) option
984 * Support connecting to an 'msdfs proxy' share on a Samba
986 * Strip the directory path from cups command line printing
988 * Fix bug that prevented smbclient from creating directories
990 * Deprecate the "printer admin" parameter in favor of the
991 SePrintOperatorPrivilege.
992 * Add the capability to read and write WinNT regf registry
994 * Implement access checks for RegOpenXXX() server calls.
995 * Extend registry client rpc calls.
996 * Add "net rpc registry" set of commands.
997 * Remove testprns tool.
998 * Ensure that printer ACLs use the specific bits as well as
999 the generic bits. Upgrade existing ntprinters.tdb SECDESC
1001 * Add server support for RegSaveKey() for dumping registry
1002 trees to a regf file.
1003 * Add "enable asu support" smb.conf parameter.
1004 * Merge various small file changes from trunk.
1005 * Remove "winbind enable local accounts" support.
1006 * Remove "ldap filter" smb.conf option.
1007 * Remove editreg utility (needs to be rewritten using regfio.c).
1008 * Fix build failure when running 'make torture' without first
1009 running 'make all' first.
1010 * BUG 1261: Remove unusable libbiconv from iconv detection
1012 * Add new option for "map to guest". "Bad Uid" re-enables the
1013 Samba 2.2 behavior of mapping authenticated users to the
1014 guest account if there does not exist a valid Unix account
1015 for the Windows domain user (based on patch from
1016 aruna.prabakar@hp.com).
1017 * Fix a couple of regressions after introduction of new winbindd.
1018 * Fix smbpasswd user password change (still worked by bad error
1019 messages) due to trying to strdup a NULL pointer.
1020 * Implement default security descriptors for the
1021 OpenService[Manager]() calls and check requested access mask
1023 * Include access checks on handle mask for \svcctl operations
1024 such as ControlService() and StartService().
1025 * Implement simulated start and stop service control for
1026 the spooler service as a per smbd service state value.
1027 * Add interface structure for controlling service via rc.init
1028 scripts (incomplete).
1029 * Convert move_driver_to_download_area() to use copy_file()
1030 rather than moving the files.
1031 * Add version number to registry.tdb file since it can be
1033 * Remove over-paranoid assert() call when checking spoolss
1035 * Fix error in EnumPrinterData() reported by valgrind.
1036 * Fix broken help links in SWAT editor caused by new doc layout.
1037 * Ensure that a domain structure in winbind is initialized prior
1038 to assigning the methods for communicating to a DC.
1039 * BUG 3000: Remove background updates of winbind cache and allow
1040 child processes to immediately update and expired cache entry.
1043 o David.Collier-Brown <David.Collier-Brown@sun.com>
1044 * Added panic action script for Solaris.
1047 o Jeremy Cooper <jeremy@ncircle.com>
1048 * Added support for several new \winreg client rpcs.
1051 o <core@road-star.jp>
1052 * BUG 2792: Ensure the shadow copy module hooks seekdir,
1053 telldir, rewinddir to match updated large directory code.
1056 o Guenther Deschner <gd@samba.org>
1057 * Close handles on group creation in rpcclient to better
1058 support mass group account creation.
1059 * Fix account policy key lookup for minimum and maximum
1061 * Fix some compiler warnings and add missing exclude-block
1062 in 'net rpc share migrate'.
1063 * Allow use of a non-default smb.conf by rpcclient.
1064 * Fix querydispinfo search semantics in rpcclient test code.
1065 * Fix querydispinfo server semantics to allow to list more
1067 * Fix server crash bug in ancient OpenPrinter() call.
1068 * Fix a crash bug when enumerating privileges via the LSA
1070 * Fix crash in EnumPrinterKey() client calls caused by previous
1072 * Various compiler warning fixes.
1073 * Fix segfault in the client AddPrinterEx-call of 'net
1075 * Fix build issues when --with-aio-support is enabled.
1076 * BUG 2502: Removed the deprecated 'min passwd length parameter'.
1077 * Honour the CC environment variable in python build.
1078 * Fix searches in pdb_ldap for inter-domain trust accounts.
1079 * Don't expand the %L in %LOGONSERVER% from user attributes.
1080 * Fix bug in 'net rpc vampire' that caused accounts to be created
1081 with no assigned ACB flags.
1082 * Fix enumeration of builtin-aliases.
1083 * Avoid unset rids for builtin-aliases.
1084 * Add 'recycle:touch_mtime = true' vfs option for the recycle bin.
1085 * More "net rpc share migrate" fixes.
1086 * Merge PADL's idmap_ad plugin (taken from the latest
1087 xad_oss_plugins-tarball).
1088 * Add support for "idmap backend = ad" when "security = ads".
1089 * Add home directory and shell support from AD via "winbindd nss
1090 support = sfu" and "security = ads".
1091 * Provide better feedback when we fail share-manipulation
1092 due to missing scripts.
1093 * Correctly substitute "\" as default winbind separator in
1094 generate_parm_table.py example share command script.
1095 * Document pam_winbind.c to clarify the working status of
1096 require-membership-of option.
1097 * Added client-support for various lsa_query_trust_dom_info()
1098 calls and a rpcclient-tester for some info-levels.
1099 * Add "net rpc trustdom vampire" tool (in conjunction with
1101 * Add missing cli_srvsvc_net_share_set_info-function and
1102 rpcclient-testers (in preparation for net share acl migration).
1103 * Print trusted domain passwords returned via rpcclient in
1105 * Error code fixes when attempting to manipulating
1106 non-existent shares.
1107 * Cleanup "net share migrate" code.
1108 * Allow to touch mtime in vfs-recycle with "recycle:touch_mtime
1110 * Allow admins to uncheck the "User must change Password at
1111 next Logon" checkbox in User manager (merge from trunk).
1114 o Renaud Duhaut <rd@duhaut.com>
1115 * BUG 1040: Add directory_mode parameter when creating recycle
1119 o Steven Edwards <steven_ed4153@yahoo.com>.
1120 * Use chsize() if we don't have ftruncate().
1123 o Rodrigo Fernandez-Vizarra <Rodrigo.Fernandez-Vizarra@Sun.COM>
1124 * BUG 1780: Add kerberos (file based ticket cache) support
1128 o Steve French <sfrench@us.ibm.com>
1129 * Update list of mount options for mount.cifs.
1130 * Add more defines for POSIX extensions to match the newly
1131 added client implementation.
1132 * Add initial support for cifs umount utility.
1133 * Fix cifs mounts to handle commas embedded in prompted
1134 password, and password and credential files.
1135 * Fix cifs mounts to handle domain name and user name in
1136 username field (in form domain\user).
1137 * Add missing error code mappings when a client unsuccessfully
1138 tries to create a hard-link.
1139 * Add support so umount.cifs can update mtab.
1140 * Add two newer mount options to syntax help for mount.cifs.
1141 * Add missing remount flag handling.
1142 * Allow domain= to be specified in credentials file.
1143 * Fix umount.cifs help, allow root to unmount someone else's
1145 * Lock mtab when updating it during umount.cifs, also delete
1146 only one matching entry at a time.
1147 * Fix minor compiler warnings in the mount.cifs helper.
1150 o Deryck Hodge <deryck@samba.org>
1151 * BUG 2137: Encode quotes for display in HTML (original patch
1155 o Olaf Imig <Olaf.Imig@bifab.de>
1156 * BUG 1998: Correct byte ordering bug when storing 16-bit RAP
1158 * BUG 2653: Fix segv in rpcclient OpenPrinterEx() call.
1161 o Björn Jacke <bj@sernet.de>
1162 * Added ioctl constants reported by msbackup.exe and filemon.exe.
1165 o Kevin Jamieson <bugzilla@kevinjamieson.com>
1166 * BUG 2819: Fix typo when checking for ".." in smbd's statcache.
1169 o John Janosik <jpjanosi@us.ibm.com>
1170 * BUG 2077: Correctly fill in the correct server name when
1171 processing trusted domain logins.
1172 * BUG 2976: Mark logons for unknown domains with a
1173 non-authoritative response.
1176 o William Jojo <jojowil@hvcc.edu>
1180 o Guenter Kukkukk <guenter.kukkukk@kukkukk.com>
1181 * BUG 2541: Fix copying of file(s) from samba share to an OS/2
1185 o Tom Lackemann <cessnatomny@yahoo.com>
1186 * BUG 2242: Patch to ensure that we only set the security
1187 descriptor on an NTtransact create if we created the file.
1190 o Volker Lendecke <vl@samba.org>
1191 * Port some of the non-critical changes from HEAD to 3_0.
1192 The main one is the change in pdb_enum_alias_memberships
1193 to match samr.idl a bit closer.
1194 * Close handles on user creation in rpcclient to better
1195 support mass user account creation.
1196 * Implement client RAP calls for enumusers/enumgroups level 0.
1197 * Implement a new caching API for enumerating the pdb elements.
1198 * Convert the RAP user and group enumeration functions to the
1199 utilized the pdb_search API.
1200 * BUG 2438: Partial fix for 'net rpc trustdom establish' in
1201 RestrictAnonymous environments.
1202 * Internal passdb API changes for better search capabilities
1203 (based on original work by Guenther Deschner).
1204 * Fix various compiler warnings.
1205 * Add chain length statistics to tdbtool.
1206 * Fix set afs ACL calls on files and directories in the root of
1208 * Refactoring work on internal open code
1209 * Correctly initialize the version in a new set of nt*tdb files.
1210 * Remove smb_run_idle_events() from main process loop in smbd
1211 and instead rely upon the timeout processing to handle
1212 dropping idle LDAP connections.
1213 * Fix the bug where users show up as trusting domains.
1214 * Fix an assertion failure in winbindd.
1215 * Fix a memleak in vfs_afsacl.
1216 * Various compiler warning fixes.
1217 * Fix compile when --enable-socket-wrapper is defined.
1218 * Fixes for top level acls in vfs_acl.c.
1219 * Refactor passdb interface functions.
1220 * Compile fixes when '#define PARANOID_MALLOC_CHECKER 1'.
1221 * Correct 2 segv's in "net rpc printer migrate".
1222 * Return correct group type from smbd for BUILTIN groups.
1223 * Backport the talloc() layer from Samba 4.
1224 * BUG 2701: Fix segv in ldap reconnection code.
1225 * BUG 2705: Fix segv when connecting from usrmgr.exe.
1226 * Use the SID in the user token for the %s expansion in 'afs
1228 * Memory leak fixes in passdb code.
1229 * BUG 2720: Fixes for "net usersidlist".
1230 * BUG 2725: Fix segv in "net ads user".
1231 * Only allow schannel connections if a successful Auth2
1232 has been previously performed.
1233 * Don't look at gencache.tdb for the trusted domains if
1235 * Rewrite winbindd using an asynchronous process model.
1238 o Herb Lewis <herb@samba.org>
1239 * Compiler warning cleanups.
1240 * smbwrapper Makefile and compile time check cleanups.
1241 * Adding robustness checks for tdbdump and tdbtool.
1242 * Extend tdb command line parsing to arbitrary hex characters.
1243 * Add LOCKING debug class.
1244 * Fix more compiler warnings.
1247 o Derrell Lipman <derrell@samba.org>
1248 * add support for opening a file for write with O_APPEND
1250 * Added smbsh/smbwrapper for Linux to example/libsmbclient
1252 * Fix smbc_stat() from returning incorrect timestamps IFF
1253 it used cli_qpathinfo2() to retrieve the timestamps (Win2k)
1254 and not if it used cli-getatr() to retrieve the timestamps
1256 * Fix handful of compiler warnings.
1257 * BUG 2498, 2484: smbc_getxattr() fixes.
1258 * BUG 1133: Added provision for overloading some global
1259 configuration options via the new, per-user file
1260 ~/.smb/smb.conf.append.
1261 * BUG 2543: Properly cache anonymous username when reverting
1262 to anonymous login, in libsmbclient.
1263 * BUG 2505: Fix large file support in libsmbclient.
1264 * BUG 2564: Ensure correct errno when smbc_opendir() was called
1265 with a file rather than a directory.
1266 * Correct deprecated lvalue casts in testsuite/libsmbclient.
1267 * BUG 2663. cli_getattrE() and cli_setattrE() were not
1268 formatting or parsing the timestamp values correctly.
1269 * Correctly detect AF_LOCAL support in configure.
1270 * Fix problem updating file times on Windows 98 hosts using
1272 * Fix compile breakage on Solaris by eliminating the use of
1273 ctime_r() in libsmbclient DEBUG statement.
1276 o Jason Mader <jason@ncac.gwu.edu>
1277 * BUG 2483, 2468. 2469, 2478, 2093: Compiler warning fixes.
1278 * Various compiler warning fixes about mistyped variables.
1279 * BUG 2882, 2885, 2890, 2891, 2900: Various compiler warning fixes
1281 * BUG 2527, 2538: Removed unused variables.
1284 o Marcel <samba.10.maazl@spamgourmet.com>
1285 * Fix regression in OS/2 trans2 open code.
1288 o Jim McDonough <jmcd@us.ibm.com>
1289 * Fixes for samr_lookup_rids() when using ldapsam:trusted=yes
1290 (in conjunction with Volker).
1291 * BUG 2953: Prevent the credentials chain on DC gets out
1292 of sync with client when NT_STATUS_NO_USER is returned.
1293 * Added subcommands to "net rpc vampire" (mostly done by Don
1294 Watson <dwatson@us.ibm.com>) to allow data to be put into an
1295 ldif file instead of actually writing to the passdb.
1296 * BUG 2736: Add retries to workaround winbind race condition
1297 with detecting idle clients.
1298 * BUG 2953: Additional fixes for domain trusts. Also clears
1299 up the "bad stub" error when attempting to logon to a Samba
1300 domain with a bad username.
1303 o Luke Mewburn <lukem@NetBSD.org>
1304 * Compiler warning fixes.
1307 o Kalim Moghul <kalim@samba.org>
1308 * Removed unused printmode command from smbclient.
1311 o Lars Müller <lmuelle@samba.org>
1312 * Re-enable the VERSION_REVISION option in case of another
1314 * Fix spoolss python bindings after C++ compiler changes and
1316 * BUG 2659: Don't trump on memory in smbtorture.
1317 * BUG 2060: Add -fPIC which is the case for all other Samba
1319 * Fix argv parsing in "net rpc".
1320 * Add support to create position independent executable (PIE)
1321 code if the compiler supports it.
1322 * BUG 2767: Add new options to testparm (--show-all-parameters,
1323 --parameter-name, and --section-name).
1324 * Fix net share migrate files to also migrate the ACLs of
1325 the top level dir of a share.
1328 o Marcel Muller <mueller@maazl.de>
1329 * Patch to fix the OS/2 EA_FROM_LIST info level call.
1330 * Mangled names fix for OS/2 clients.
1331 * Ensure we correctly set the return packet size to include the
1332 pad bytes in reply_readbmpx().
1333 * Fix for bug in SMBwriteBraw that incorrectly returned the
1334 number of bytes written.
1337 o Ricky Nance <ricky.nance@gmail.com>
1338 * Implemented mklogon script generator for domain logon scripts.
1341 o James Peach <jpeach@sgi.com>
1342 * BUG 1843: Fix quotas (with no soft limits) on IRIX.
1343 * BUG 2285: Patch for hires timestamps and efficient notify code.
1344 * MS-DFS tidyup patches.
1345 * Build fixes on IRIX.
1346 * IRIX compiler warning fixes.
1347 * BUG 2596: Fix become_root link issues and one IRIX stack
1349 * Fix for null pointer ACL free.
1350 * BUG 2314: Fix const compiler warnings in the quota code.
1353 o Ed Plese <ed@edplese.com>
1354 * Fix faulty logic which caused winbindd to return failure
1355 when a user possessed no supplementary groups.
1358 o Marcin Porwit <mporwit@centeris.com>
1359 * Initial support for the \eventlog pipe.
1360 * Fix a memleak in the eventlog code.
1361 * Miscellaneous fixes for Samba's experimental event log support.
1362 * Add ServiceQueryConfig2() and ServiceQueryStatusEx() server
1366 o Tim Potter <tpot@samba.org>
1367 * BUG 2940, 2943: Fixed various compiler warnings regarding
1368 mismatched types and unused variables.
1369 * BUG 1888, 1894: Fix warnings when time_t is an unsigned type.
1370 * BUG 2733: Fix incorrect SHLIBEXT is set when running
1371 configure script on HPUX IA.
1372 * Remove unused autoconf #define's.
1373 * BUG 2893: Fix inverted assignment in 'net rpc printer' code.
1374 * Removed unused function declarations in tdb.h.
1375 * BUG 2895: Don't wrap non-existent functions in the python
1377 * BUG 2623, 2630: $< and $* are not valid in explicit rules
1379 * BUG 2560: Fix compile error lurking where PATH_MAX is not
1381 * BUG 2625: Remove configure check for FTRUNCATE_NEEDS_ROOT.
1382 * BUG 2611: Add fflush(stdout) after displaying username prompt
1383 in smbsh if username not specified on command line.
1384 * BUG 2699: Fix for segfault in samba.winbind.auth_crap module
1385 * BUG 2808: Update install swat message to reflect the fact
1386 that swat/README no longer exists.
1389 o Denis Sbragion <d.sbragion@infotecna.it>
1390 * BUG 2196: Allow absolute path (system wide) recycle bin.
1393 o Fernando Schapachnik <fernando@mecon.gov.ar>
1394 * Add logon hours support for the Postgres backend.
1397 o Richard Sharpe <rsharpe@samba.org>
1398 * Fix bug in profiles tool caused by use of MAP_PRIVATE.
1400 o Joerg Sonnenberger <joerg@leaf.dragonflybsd.org>
1401 * BUG 2362: Quota support fix for DragonFly.
1402 * Fix dragonfly detection in configure.
1405 o Simo Sorce <idra@samba.org>
1406 * Allow Domain Admins to force user sessions to close via the
1407 Windows Server Manager.
1408 * Add support to 'net rpc right privileges <name>' to enumerate
1409 accounts which possess a specific privilege.
1410 * Fix memory issues issues in vfstest (reported by Rainer Link).
1411 * Randomize reloading as to not overload cupsd.
1414 o Smitty <smitty@plainjoe.org>
1415 * Compile fixes for smbget when using --enable-developer.
1416 * Include LUID values to match Windows privileges since
1417 apparently this matters to printmig.exe
1420 o John Terpstra <jht@samba.org>
1421 * Solaris packaging fixes.
1422 * Clean up usage help text in "net rpc user"
1425 o Andrew Tridgell <tridge@samba.org>
1426 * Merge socket wrapper library fixes from Samba 4.
1429 o Brett Trotter <blt@iastate.edu>
1430 * Fix definition of global_sid_* in vfs_acl.c.
1433 o Mark Weaver <mark-clist@npsl.co.uk>
1434 * Patch to fix sys_select so it can't drop signals if another
1435 fd is ready to read.
1438 o Jelmer Vernooij <jelmer@samba.org>
1439 * Remove --with-manpage-languages configure option.
1440 * Merge socket wrapper fixes for IRIX systems from the
1442 * Add socket_wrapper library to 3.0. Can be enabled by passing
1443 --enable-socket-wrapper to configure.
1444 * Fix build of the various sql pdb backends after new talloc.
1447 o Qiao Yang <qyang@stbernard.com>
1448 * Use our own DC when getting the SID for a domain.
1452 Release Notes for older release follow:
1454 --------------------------------------------------
1455 ===============================
1456 Release Notes for Samba 3.0.14a
1458 ===============================
1460 Common bugs fixed in 3.0.14a include:
1462 o Compatibility issues between Winbind and Windows 2003 SP1
1463 domain controllers (*2k3sp1*).
1464 o MS-DFS errors with Windows XP SP2 clients.
1465 o High CPU loads caused by infinite loops in the FindNext()
1467 o Invalid SMB_ASSERT() which caused smbd to panic on ACL'd
1471 ######################################################################
1475 Changes since 3.0.14
1476 --------------------
1480 o Jeremy Allison <jra@samba.org>
1481 * Fixed invalid SMB_ASSERT() triggered by checking access on
1485 Changes since 3.0.13
1486 --------------------
1491 Parameter Name Action
1492 -------------- ------
1493 dos filetimes Enabled by default
1498 o Jeremy Allison <jra@samba.org>
1499 * Prevent nt_status code support when negotiating protocols
1501 * BUG 2533: Remove the UNICODE flags2 bit from SMBsearch calls
1502 as this SMB is DOS codepage only.
1503 * BUG 2585: Fix printf() issues in smbpasswd which caused
1505 * BUG 2563: Fix infinite loop on non-existent file with
1507 * BUG 2581 (partial): Ensure if realloc fails on an internal
1508 tdb we fail gracefully.
1509 * Ensure that 'dos filetimes' works with ACLs.
1510 * Set 'dos filetimes = yes' as the default for smb.conf.
1513 o Gerald (Jerry) Carter <jerry@samba.org>
1514 * Workaround autoconf issue to prevent debug symbols from
1515 being included in the default build.
1516 * Disable schannel on the \lsarpc pipe in order to successfully
1517 enumerate users and groups (*2k3sp1*)
1518 * Fix parsing error in rpc binds which broke NTLMSSP
1519 authentication. And as a result broke CTL+ALT+DEL password
1520 changes from a Windows 2003 SP1 member of a Samba domain
1522 * Revert change to FindFirst() server code that broke WinXP
1523 SP2 clients from launching *.exe files from a dfs target
1525 * BUG 2588: Force smbclient to send netbios messages to port
1526 139 unless otherwise instructed (based on patch from Thomas
1530 o Volker Lendecke <vl@samba.org>
1531 * Fix build on FreeBSD 4 where Winbind is not supported.
1532 * Fix 'wbinfo --user-sids' when using domain local groups.
1533 * Restrict domain local groups reported by 'wbinfo -r' to
1534 the Samba server domain and not the users domain.
1537 o Lin Li <linl@xandros.com>
1538 * Ensure that winbind initializes internal trusted domain
1539 structures when enumerating users and groups.
1542 o Tim Potter <tpot@samba.org>
1543 * BUG 2565: Fix crash bug and compiler warnings in strchr_m()
1545 * Fix compiler warnings.
1548 o <psz@maths.usyd.edu.au>
1549 * Fix for possible root squash NFS bugs.
1552 o Simo Sorce <irda@samba.org>
1553 * Debian packaging fixes.
1556 --------------------------------------------------
1557 ==============================
1558 Release Notes for Samba 3.0.13
1560 ==============================
1562 Common bugs fixed in 3.0.13 include:
1564 o Infinite FindNext() loop from Windows 9x client when
1565 copying or deleting files on a Samba file share using
1567 o Numerous smbclient bugs when listing directories.
1568 o Failures in smbclient when connecting to a Windows 9x
1572 ######################################################################
1576 Changes since 3.0.12
1577 --------------------
1579 o Jeremy Allison <jra@samba.org>
1580 * Fix typo bug in smbclient where flags overwrote info level
1581 in the cli_list_new().
1582 * Fix old smbclient bug where ff_searchcount was being compared
1583 to -1 resulting in processing a filename twice.
1584 * Fix segv in smbclient caused by overwriting the last 2 bytes
1586 * BUG 2530: Fix potential segv in smbclient when talking to a
1587 Windows 9x file server.
1588 * Fix last entry offset in cli_list_new() when using a
1589 FindFirst/FindNext info level of 0x104.
1590 * BUG 2501: Stop Win98 from looping doing FindNext on a
1591 singleton directory.
1592 * BUG 2521: Fix error in access checks when user group ACLs.
1595 o Gerald (Jerry) Carter <jerry@samba.org>
1596 * BUG 2497: Fix bug in rpcclient's deletedriverex when asking
1597 to delete all versions of a driver.
1598 * BUG 2517: use the realm from smb.conf for 'net ads info' when
1599 'disable netbios = yes'.
1600 * BUG 2530: Ensure that smbclient correctly detects MS-DFS root
1602 * Update RedHat packaging files to require cups support. Also
1603 remove requirement for 'idmap {uid,gid}' settings in smb.conf
1604 from winbindd init script.
1605 * BUG 2516: fix compile issue on True64.
1609 o Guenther Deschner <gd@samba.org>
1610 * Check for the correct cli-struct when copying files in 'net
1611 rpc printer' routines.
1614 o Herb Lewis <herb@samba.org>
1615 * Fix incorrect test in 'net rpc user' when the user is not
1616 a member of any groups.
1619 o Jim McDonough <jmcd@us.ibm.com>
1620 * Make sure that enum_group_members() searches the correct suffix.
1623 --------------------------------------------------
1624 ==============================
1625 Release Notes for Samba 3.0.12
1627 ==============================
1629 Common bugs fixed in 3.0.12 include:
1631 o Winbind failures when using 'disable netbios = yes'
1632 o Failure to establish a trust relationship via 'net rpc trust
1634 o Various portability & compiler issues.
1635 o Read only file deletion failure caused by new delete semantics
1636 in Windows XP SP2 and the MS 04-044 security hotfix.
1637 o Error messages from shared Excel workbooks residing on Samba
1639 o Missing files in the output of smbclient -c 'dir' when run
1640 against Windows file servers.
1641 o Inability for Print Administrators to pause/resume/purge print
1644 Additional features introduced in Samba 3.0.12:
1646 o Performance enhancements when serving directories containing
1647 large number of files.
1648 o MS-DFS support added to smbclient.
1649 o More performance improvements when using Samba/OpenLDAP based
1650 DC's via the 'ldapsam:trusted=yes' option.
1651 o Support for the Novell NDS universal password when using the
1652 ldapsam passdb backend.
1653 o New 'net rpc trustdom {add,del}' functionality to eventually
1654 replace 'smbpasswd {-a,-x} -i'.
1655 o New libsmbclient functionality.
1659 =======================
1660 Large Directory Support
1661 =======================
1663 Samba 3.0.12pre1 introduces a specific mechanism for dealing
1664 with file services that frequently contain a large number of files
1665 per directory. Historically Samba's performance has suffered
1666 in such environments due to the translation from case
1667 insensitive lookups by Windows client to the case sensitive
1668 storage mechanisms used by UNIX filesystems.
1670 Configuration details along with a short HOWTO can be found at:
1672 http://www.samba.org/samba/ftp/HOWTO/Samba-LargeDirectory-HOWTO
1675 ==================================
1676 libsmbclient Binary Compatibility
1677 ==================================
1679 Please note that a change has been made to the _SMBCCTX structure
1680 in source/include/libsmbclient.h. This change is not backwards
1681 compatible with applications linked against the libsmbclient.so
1682 library from Samba 3.0.11. However, it is compatible with all
1683 other Samba 3.0.x releases. This means that it will be most likely
1684 be necessary to recompile any applications linked against the
1685 3.0.11 version of the library.
1688 ######################################################################
1695 Parameter Name Action
1696 -------------- ------
1697 allocation roundup size New
1698 log nt token command New
1699 write cache Deprecated
1703 Changes since 3.0.11
1704 --------------------
1708 o Jeremy Allison <jra@samba.org>
1709 * BUG 2146: Return correct allocation sizes so as not to crash
1711 * BUG 962: Ensure that parsing of service names in smb.conf is
1713 * BUG 2201, 2227: Support new delete semantics used by MS04-044
1715 * BUG 1525: Correctly timestamps interpreted on 64-bit time_t
1716 values (patch submitted by Jay Fenlason <fenlason@redhat.com>).
1717 * Add special hooks when serving directories containing large
1719 * Ensure that WINS negative name query responses and WACK
1720 packets use the correct RR type of 0xA instead of reflecting
1721 back what the query RR type was (0x20).
1722 * BUG 2310: Only do 16-bit normalization on small dfree request.
1723 * BUG 2323: Correct authentication failure when using plaintext
1724 passwords from Windows XP clients.
1725 * BUG 2146: Add new smb.conf option 'allocation roundup size' to
1726 work around issues building MS Visual Studio 6.0 project
1727 on a Samba file share while restoring the pre-3.0.21pre1
1728 behavior by default.
1729 * BUG 2399 (partial): Ensure we use SMB_VFS_STAT instead of
1730 stat when checking for existence of a pathname.
1731 * Check the sticky bit on the parent directory for supporting
1732 the new WinXP SP2 file deletion semantics.
1733 * Various oplock, share mode, and byte range locking fixes
1734 found by Connectathon tests.
1735 * BUG 2271: Fix resume key issues in trans2FindFirst() client
1736 code (inspired by patch from Satwik Hebbar).
1737 * BUG 2382, 2045: More pending modtime and delayed write fixes
1738 for MS Excel (incorporates partial patches from
1739 ke_miyata@itg.hitachi.co.jp).
1740 * Debug log message cleanups.
1741 * Add case insensitive search for a principal match on logon
1742 verification in the system keytab (based on patch by
1743 Michael Brown <mbrown@fensystems.co.uk>).
1744 * Revert the previous SMB signing change from Nalin Dahyabhai
1745 when using DES keys.
1746 * Add missing RESOLVE_DFSPATH() calls for older SMB commands.
1747 * Fix FindFirst() server code to deal with resume names of ".."
1748 and "." (found by Jim McDonough).
1749 * BUG 2451: Fix missing functions in full audit VFS module.
1750 * Ensure that smbd logs failures reported by DISK_FREE()
1751 (reported by Ying Li <ying.li2@hp.com>).
1752 * Ensure that smbclient obeys the max protocol argument again.
1753 * BUG 2335: Return correct error code for OS/2 clients (based on
1754 negotiated protocol level).
1755 * BUG 2460, 2464: remove dead code and unused variables
1756 (reported by Jason Mader).
1759 o Andrew Bartlett <abartlet@samba.org>
1760 * Avoid length-limited intermediate copy of NT and LM responses
1762 * Debug message cleanups in the NTLMSSP implementation.
1765 o Manuel Baena <mbaena@lcc.uma.es>
1766 * Print actual error message in smbmnt.c:fullpath().
1769 o Vince Brimhall <vbrimhall@novell.com>
1770 * Add support for Novell NDS universal password.
1771 * BUG 2424: Ensure that uidNumber and gidNumber use match
1773 * BUG 2453: Change the way pdb_nds.c handles users with no
1774 Universal or Simple Password.
1775 * NDS schema file corrections.
1778 o Gerald (Jerry) Carter <jerry@samba.org>
1779 * Add trans2 client call for checking dfs referrals
1780 * Convert smbclient to use TRANS_QPATHINFO(SMB_QUERY_FILE_BASIC_INFO)
1781 when checking directories on modern CIFS servers.
1782 * Add MS-DFS support to smbclient.
1783 * Code cleanup of adt_tree.[ch].
1784 * Add missing checks to allow root to manage user rights.
1785 * Allow domain admins to manage rights assignments on domain members
1787 * BUG 2333: Use the lpq command to pass in the correct printer name
1788 for cups_queue_get(). CUPS backend now sets 'lpq command= %p' as
1790 * BUG 1439: make sure to initialize pointer to prevent invalid
1792 * BUG 2329: fix to re-enable winbindd to locate DC's when 'disable
1794 * Add cups-devel to BuidlRequires directive in Fedora spec file.
1795 * BUG 858: Fix order of popt args evaluation so we don't crash
1796 when given no command line args.
1797 * Remove dependency on bash for source/autogen.sh.
1798 * Fix clitar.c compile issues caused by broken MIT 1.4 headers.
1799 * Implement MS-DFS for recursive directory listings in smbclient.
1800 * BUG 2394: Fix nmbd linking issue on IRIX.
1801 * Only display the publish check box in the client's printer
1802 properties dialog if we are a member of an AD domain.
1803 * BUG 2363: allow 'in use' driver to be removed as long as
1804 one 'Windows NT x86' driver remains.
1805 * BUG 1881: Allow PRINT_SPOOL_PREFIX to be set in local.h for
1807 * Enforce better printer.tdb cache consistency when removing
1808 jobs from a print queue via SMB.
1809 * Ensure that pause/resume/purge print queue commands are run
1810 with the appropriate level of privilege necessary to actually
1812 * BUG 2355: Use bsd style commands (lpq, lpr, etc...) for default
1813 for 'printing = cups' installations that do not actually have
1815 * BUG 2425: Remove incorrect checks for Win98 DFS clients.
1816 * BUG 2215: Rewrite questionable code that was causing gcc to
1818 * Add server support for LsaLookupPrivValue().
1819 * Various small compile fixes and cleanup warnings.
1820 * BUG 2456: Fix compile failure on non-gcc platforms due to
1821 non-standard pragma.
1824 o Kevin Dalley <kevin@kelphead.org>
1825 * BUG 2398: Don't force smbclient to assume a dry run if the
1826 target tarfile is /dev/null.
1829 o Guenther Deschner <gd@samba.org>
1830 * Fix crash bug in the client-spoolss enumdataex-call.
1831 * Expand the valid-workstation-scheme by expanding names
1832 beginning with a plus (+) as a unix group.
1833 * Allow own netbios name to be set in smbclient's session setup.
1834 * Better handling of LDAP over IPC connections that have expired
1836 * Fix pipe-mismatch for NETDFS in cli_dfs.c.
1837 * Add examples/misc/adssearch.pl.
1838 * BUG 2343: Build fixes.
1839 * Support get_user_info_7 in SAMR server RPC.
1840 * Fix server_role in the samr_query_dom_info calls.
1841 * Add example perl script to check for multiple LDAP entries
1842 after running 'net rpc vampire'.
1843 * Add more output when listing printer forms via rpcclient.
1844 * Debug log message cleanup.
1847 o Steve French <sfrench@us.ibm.com>
1848 * On failed mount (ENXIO) retry share name in uppercase (fix
1849 mount to FastConnect AIX SMB server).
1850 * Add missing FILE_ATTRIBUTE_XXX defines to smb.h.
1851 * Ignore user_xattr mount parm (mount.cifs) so as not to confuse
1852 it with a user name.
1853 * Update for new CIFS POSIX info levels.
1854 * Ignore users mount parm in mount.cifs.
1856 o SATOH Fumiyasu <fumiya@samba.gr.jp>
1857 * BUG 1549: Don't truncate service names in smbstatus.
1860 o William Jojo <jojowil@hvcc.edu>
1861 * BUG 2445: Patch to avoid default ACLs on AIX.
1864 o S Murthy Kambhampaty <smk_va@yahoo.com>
1865 * Add idmap_rid module to Fedora and RedHat spec files.
1868 o Volker Lendecke <vl@samba.org>
1869 * BUG 2401: Flush internal getpwnam() cache after deleting a
1871 * BUG 1604: Make winbind work with more than 10 trusted domains.
1872 * Cleanup various compiler warnings.
1873 * Fix a memory leaks in privileges code and passdb backends.
1874 * Fixes for samr_lookup_sids() client call.
1875 * Optimize _samr_query_groupmem with LDAP backend for large
1877 * Support SIDs as %s replacements in the afs username map
1879 * Add 'log nt token command' parameter. If set, %s is replaced
1880 with the user sid, and %t takes all the group sids.
1881 * Do not use the "Local Unix Group"-default description for
1882 all kinds of group-mappings.
1883 * Fix uninitialized variable in Linux nss_winbind library.
1884 * Move 'net afskey' into a subcommand of its own, 'net afs key'.
1885 * Implement 'net afs impersonate'.
1888 o Herb Lewis <herb@samba.org>
1889 * Fix build problem when HAVE_POSIX_ACL is not defined.
1890 * BUG 2417: Add help lines for net rpc group addmem and
1894 o Derrell Lipman <derrell.lipman@unwireduniverse.com>
1895 * Add support to libsmbclient for getting and setting DOS
1896 attributes using EA functions.
1897 * Fix libsmbclient's URL encoding/decoding.
1898 * Replace browse listing URI queries with an internal options
1899 structure (previous method violated the SMB URI syntax).
1900 * Allow tree connects to be multiplexed over a single CIFS server
1902 * Ensure that cli_tdis() sets the cnum field to -1 so that callers
1903 can determine a dead tree connection.
1904 * Implement better solution for backwards binary compatibility
1905 in libsmbclient while adding new fields to struct _SMBCCTX.
1908 o Mark Loeser <halcy0n@gentoo.org>
1909 * BUG 2443: Compile fix for gcc4.
1912 o Jim McDonough <jmcd@us.ibm.com>
1913 * BUG 2338: Fix coredump when OS/2 checks for long file name
1914 support (with .+,;=[].) (thanks to Guenter Kukkukk).
1917 o Jason Mader <jason@ncac.gwu.edu>
1918 * Compiler warning fixes (BUGS BUG 2132, 2134, 2289, 2327, 2340,
1922 o Jim McDonough <jmcd@us.ibm.com>
1923 * Fixes for server schannel implementation when 'restrict
1924 anonymous = 1' is set in smb.conf.
1925 * Fix bug in server side lookupsids reply that crashed lsass.exe
1927 * Fix 'net rpc trustdom establish'.
1928 * BUG 2062: Turn off broadcast for all 390 NICs.
1929 * Fix 'net rpc trustdom add' to correctly add new domain trust
1930 accounts. This will eventually replace 'smbpasswd -a -i'.
1931 * Implement 'net rpc trustdom del', including client side of
1932 samr_remove_sid_from_foreign_domain.
1933 * Bring IBM Directory Server schema up to date with openldap
1935 * Allow for better protection of sensitive attributes in IBM
1939 o Stefan Metzmacher <metze@samba.org>
1940 * Fix memleaks in the nttrans code.
1943 o Mike Nix <mnix@wanm.com.au>
1944 * Add SMBsplopen and SMBsplclose client calls.
1947 o Justin Ossevoort <justin@snt.utwente.nl>
1948 * BUG 2316: Fix crashes in pdb_pgsql.
1951 o James Peach <jpeach@sgi.com>
1952 * Fixes in string handling code.
1953 * Fix oplock2 test in client smbtorture.
1956 o Tim Potter <tpot@samba.org>
1957 * Fix up example pdb modules after prototype change for
1959 * BUG 2058: Fix for shared object creation in examples.
1960 * BUG 2315: Fix segv in LSA privileges server code.
1961 * Build fixes for python wrapper libraries.
1964 o Richard Sharpe <rsharpe@samba.org>
1965 * BUG 2044: Fix segv in profiles tool.
1966 * Fix bogus error messages when enumerating user group
1967 membership via 'net rpc'.
1970 o Simo Sorce <idra@samba.org>
1971 * Debian packaging fixes.
1974 o John Terpstra <jht@samba.org>
1975 * Add the capability to set account description using pdbedit.
1978 o Doug VanLeuven <roamdad@sonic.net>
1979 * Add more case/realm/name permutations to the kerberos keytab.
1980 * AIX compile fixes.
1983 o Jelmer Vernooij <jelmer@samba.org>
1984 * BUG 892: Default unknown_6 field to 1260 in mySQL pdb module.
1985 * BUG 1957: Implement minimal update of fields in mySQL pdb
1989 o Torsten Werner <torsten.werner@assyst-intl.com>
1990 * BUG 2405: Define 'lpstat' printcap output on HPUX.
1993 o Shlomi Yaakobovich" <Shlomi@exanet.com>
1994 * Detect infinite loops when traversing tdbs.
1997 --------------------------------------------------
1998 ==============================
1999 Release Notes for Samba 3.0.11
2001 ==============================
2003 Common bugs fixed in 3.0.11 include:
2005 o Crash in smbd when using CUPS printing.
2006 o Parsing error of other SIDs included in the user_info_3
2007 structure returned from domain controllers.
2008 o Inefficiencies when searching non-AD LDAP directories.
2009 o Failure to expand variables in user domain attributes
2010 in tdbsam and ldapsam.
2012 o Failure to retrieve certain attribute when migrating from
2013 a Windows DC to a Samba DC via 'net rpc vampire'.
2014 o Numerous printing bugs bugs including memory
2015 bloating on large/busy print servers.
2016 o Compatibility issues with Exchange 5.5 SP4.
2019 Additional features introduced in Samba 3.0.11:
2021 o Winbindd performance improvements.
2022 o More 'net rpc vampire' functionality.
2023 o Support for the Windows privilege model to assign rights
2025 o New administrative options to the 'net rpc' command.
2032 If "ldap user suffix" or "ldap machine suffix" are defined in
2033 smb.conf, all user-accounts must reside below the user suffix,
2034 and all machine and inter-domain trust-accounts must be located
2035 below the machine suffix. Previous Samba releases would fall
2036 back to searching the 'ldap suffix' in some cases.
2043 Samba 3.0.11 supports the following assignable rights
2045 SeMachineAccountPrivilege Add machines to domain
2046 SePrintOperatorPrivilege Manage printers
2047 SeAddUsersPrivilege Add users and groups to the domain
2048 SeRemoteShutdownPrivilege Force shutdown from a remote system
2049 SeDiskOperatorPrivilege Manage disk shares
2051 These rights can be assigned to arbitrary users or groups
2052 via the 'net rpc rights grant/revoke' command. More details
2053 of Samba's privilege implementation can be found in the
2054 Samba-HOWTO-Collection.
2057 ######################################################################
2061 Changes since 3.0.10
2062 --------------------
2067 Parameter Name Action
2068 -------------- ------
2069 afs token lifetime New
2070 enable privileges New
2071 ldap password sync Alias
2072 min password length Deprecated
2073 winbind enable local accounts Deprecated
2078 o Jeremy Allison <jra@samba.org>
2079 * Extend vfs to add seekdir/telldir/rewinddir.
2080 * Fix dirent return.
2081 * Fix bugs when handling secondary trans2 requests.
2082 * Implementation of get posix acls in UNIX extensions.
2083 * Added set posix acl functionality into the UNIX extensions code.
2084 * Updated config.guess/config.sub .
2085 * Fix error reply when 'follow symlinks = no'.
2086 * BUG 1061, 2045: Only set mtime from pending_modtime if it's
2088 * Fixes for LARGE_READX support.
2089 * Fix the problem we get on Linux where sendfile fails, but we've
2090 already sent the header using send().
2091 * BUG 2081: Ensure SE_DESC_DACL_PROTECTED is set if 'map acl
2093 * BUG 2088: Ensure inherit permissions is only applied on a new
2094 file, not an existing one.
2095 * Don't go fishing for the krb5 authorization data unless we know
2097 * Fixes for libsmbclient to ensure that interrupted system calls
2098 are restarted minus the already expired portion of the timeout
2099 (based on work by Derrell Lipman).
2100 * More Unicode string parsing fixes.
2101 * Convert the winreg pipe to use WERROR returns.
2102 * Make all LDAP timeouts consistent (input from Joe Meadows
2103 <jameadows@webopolis.com>).
2104 * BUG 2231: Remove double "\\" from client findfirst.
2105 * BUG 2238: Fix memory leak in shadow copy vfs.
2106 * Return correct DOS/NT error code on transact named pipe on
2108 * BUG 2211: Fix security descriptor parsing bug (based on work by
2109 Mrinal Kalakrishnan <mail@mrinal.net>).
2110 * BUG 2270: Fix memory leaks in cups printing backend support
2111 (based on work by Lars Mueller).
2112 * BUG 2255: Fix debug level in kerberos error messages.
2113 * BUG 2110: Ensure we convert to ucs2 correctly after the
2114 CAN-2004-0930 patch.
2115 * Make strict locking an enum. Auto means use oplock optimization.
2116 * Fix client & server to allow 127k READX calls.
2117 * More *alloc fixes (includes additional fixes by Albert Chin.
2118 * Catch sendfile errors correctly and return the correct values
2119 we want the caller to return.
2120 * BUG 2092: Prevent auto-anonymous logins via libsmbclient
2121 for better use by desktop environments such as GNOME.
2122 * Ensure we can't remove a level II oplock without having the
2123 shared memory area locked.
2126 o Timur Bakeyev <timur@com.bat.ru>
2127 * BUG 2100: change the way we check for errors after a dlopen().
2128 * BUG 2263: Guard base64_encode_data_blob() against empty blobs.
2131 o Andrew Bartlett <abartlet@samba.org>
2132 * Clarify error message when 'lanman auth = no'.
2133 * Remove the unnecessary UTF-8 conversion calls in the calls to
2134 auth_winbind from smbd.
2135 * Don't store the auth-user credentials with the cli_state* as
2136 this can cause the schannel setup to fail when the auth-user
2137 domain is not our primary domain.
2140 o Grigory Batalov <bga@altlinux.org>
2141 * Fix encoding while receiving of a message which was actually
2142 sent using STR_ASCII.
2145 o Daniel Beschorner <db@unit-netz.de>
2146 * BUG 603: Correct access mask check for _samr_lookup_domain()
2147 to work with Windows RAS server
2150 o Jerome Borsboom <j.borsboom@erasmusmc.nl>
2151 * Fix missing printer_tdb reference decrement.
2154 o Gerald (Jerry) Carter <jerry@samba.org>
2155 * BUG 2073: fall back to smb_name if current_user_info is not
2156 available in lp_file_list_changed().
2157 * Fixes the spurious 'register_message_flags: tdb fetch failed'
2159 * Don't run the background LPQ daemon when we are running in
2161 * prevent the background LPQ daemon from updating the print queue
2162 cache just because multiple smbd processes sent a message that
2164 * consolidate printer searches to use find_service rather than
2166 * BUG 2091: don't remove statically defined printers in
2167 remove_stale_printers().
2168 * Fix logic error in add_a_form() that only compared N characters
2169 instead of the entire form name.
2170 * BUG 2107: fix memory bloating caused by large numbers of
2171 print_queue_updates() requests sent via messages.tdb.
2172 * Check the setprinter(3) based on the access permissions on
2173 the handle and avoid the call to print_access_check().
2174 * Re-instantiate previous semantics for calling init_unistr2()
2175 with a NULL source buffer.
2176 * Support Windows privilege model for assigning rights
2177 to specific SIDs. Based on work by Simo Sorce in the trunk
2178 svn branch. This feature is controlled by the 'enable
2179 privileges = [yes|no]' smb.conf(5) option.
2180 * Add some smb.conf scripts for add/delete/change shares and
2181 deleting cups printers.
2182 * Expand variables in the profile path, logon home and logon script
2183 values when using either tdbsam or ldapsam.
2184 * Add Domain Admins (Full Control) to the default printer security
2185 descriptor if we are a DC.
2186 * RedHat and Fedora Packaging fixes for perl dependencies.
2187 * Remove unused schema items from OpenLDAP schema file.
2188 * Remove duplicate enumeration of "Windows x86" architecture
2189 when listing printer drivers via rpcclient.
2190 * Fail set_privileges() if 'enable privileges = no' to prevent
2192 * Fix segfault in cups_queue_get().
2193 * Tighten restrictions on changing user passwords when
2194 the connected user possesses the SeMachineAccountPrivilege.
2195 * Ensure we set NETBIOSNAME.domainname for the long machine name
2196 when publishing printers in AD (based on input from Rob Foehl).
2197 * Mark 'winbind enable local accounts' as deprecated.
2198 * Mark testprns tool as deprecated.
2199 * Allow root to grant/revoke privilege assignments.
2200 * Correct interaction between user rights and se_access_check() on
2202 * BUG 2286: Fix typo OpenLDAP schema file for sambaConfig object
2204 * BUG 2262: Add support in configure.in for *freebsd6*.
2205 * BUG 2266: Portability fixes for quota code on FreeBSD4.
2206 * BUG 2264: Remove shutdown and abortshutdown commands from
2207 rpcclient in favor of using the same functions in 'net'.
2208 * BUG 2295: Prevent smbd from returning an empty server name
2209 in certain lanman api calls.
2210 * BUG 2290: Fix autogen.sh script in examples (based on original
2211 patch from Lars Mueller).
2212 * Fix bug enumerating domain trusts in security = ads.
2213 * Fix segv in rpcclient's dsenumdomtrusts.
2214 * Fix bug in expansion of %U and %G in included filenames.
2215 * BUG 2291: Restrict creation of server trust and domain trust
2216 accounts to members of the "Domain Admins" group.
2218 o Nadav Danieli <nadavd@exanet.com>
2219 * Short circuit some is_locked() tests if we are oplocked.
2222 o Guenther Deschner <gd@samba.org>
2223 * Allow 'localhost' as a valid server name in the smbd for the
2225 * Fix KRB5_SETPW-defines, no change in behavior (Thanks to Luke
2226 Mewburn for the input).
2227 * BUG 2059: Add additional checks needed after logic change to the
2228 HAVE_WRFILE_KEYTAB detection test.
2229 * BUG 1076: Fix interaction with Exchange 5.5. SP4 and a
2230 Samba DC. Allow us to lookup at least our own SID.
2231 * More fixes to have proper German in swat (Thanks to Reiner
2232 Klaproth and Björn Jacke.
2233 * BUG 404, 2076: Allow to set OWNER- and GROUP-entries while
2234 setting security descriptors with smbcacls and using with
2235 the -S or -M switch.
2236 * Include the munged_dial, bad_password_count, logon_count, and
2237 logon_hours attributes when running 'net rpc vampire'.
2238 * Fix segfault in idmap_rid.
2239 * When winbindd is operating in the multi-mapping mode of
2240 idmap_rid, allow BUILTIN domain-mapping.
2241 * Display infolevel 12 in query_dom_info in rpcclient.
2242 * Fix bug in winbindd's lowercasing of usernames.
2243 * Allow -v or -l for displaying verbose groupmap-listing
2244 as well as "verbose".
2245 * Backport Samba4 SAM_DELTA_DOMAIN_INFO for use in 'net rpc
2247 * Close LDAP-Connection before retrying to open a new connection
2249 * Marking "min password length" as depreciated.
2250 * Implement SAMR query_dom_info-call info-level 8 server- and
2251 client-side, based on samba4-idl.
2252 * Allow rpcclient to define a port to use when connecting
2254 * Allow Account Lockout with Lockout Duration "forever" (until
2255 admin unlocks) to be set and displayed in User Manager.
2256 * Allow to set acb_mask in rpcclient's enumdomusers.
2257 * Add more generic rootDSE inspection function to check
2258 for given controls or extensions and remember these on a
2260 * Improve LDAP search efficiency by passing the acb_mask to
2262 * Fixes for ldapsam_enum_group_memberships().
2263 * Add createdomgroup to rpcclient.
2264 * Add "net rpc user RENAME"-command.
2265 * Display sam_user_info_7 in rpcclient.
2266 * Make multi-domain-mode in idmap_rid accessible from outside
2267 (can be compiled with -DIDMAP_RID_SUPPORT_TRUSTED_DOMAINS).
2268 * When vampiring account policy AP_LOCK_ACCOUNT_DURATION honor
2269 "Lockout Duration: Forever".
2270 * Fix configure.in tests using KRB5_CONFIG variable and krb5-
2272 * Require assignment of Administrator SID in the passdb
2273 backend. Fall back to the default name of 'Administrator' if
2274 the lookup fails rather than using the first name in the
2275 default 'admin users' list.
2276 * Enhance LDAP failure debug messages.
2277 * BUG 2291: Call the 'add machine script' for server trust and
2278 domain trust accounts as well as workstation accounts.
2281 o Levente Farkas <lfarkas@lfarkas.org>
2282 * BUG 2299: Better logrotate scripts for RedHat and Fedora
2286 o Jay Fenlason <fenlason@redhat.com>
2287 * Fix crash in 'net join' due to calling free on
2289 * Several patches from RedHat's Fedora Core RPMS.
2292 o Rob Foehl <rwf@loonybin.net>.
2293 * Compiler warnings.
2294 * Try modifying printer published attributes before adding it a
2296 * Solaris packaging fixes.
2297 * Don't force the cups printer-make-and-model tag as the comment
2298 for autoloaded printers.
2299 * Implement caching of names from printcap to support a true
2300 'printcap cache time'.
2303 o Johann Hanne <jhml@gmx.net>
2304 * BUG 2038: Only fail winbindd_getgroups() if all lookups fail.
2307 o Jeff Hardy <hardyjm@potsdam.edu>
2308 * Example script for 'add print command' when using CUPS.
2311 o Deryck Hodge <deryck@samba.org>
2312 * Add -P (--password-only-menu) to SWAT for displaying only the
2313 password change page to non-root users.
2316 o David Hu <david.hu@hp.com>
2317 * Copy structure from print_queue_update() message rather than
2318 referencing it. Fixes seg fault on HP-UX.
2321 o Buck Huppmann <buckh@pobox.com>
2322 * BUG 2186: Don't free uninitialized credentials.
2323 * BUG 2189: Add the HOST/fqdn servicePrincipalName even when
2324 dnsDomainName != realm.
2327 o Björn Jacke <bjoern@j3e.de>
2328 * BUG 2040: Ensure the locale is reset to C to get ASCII-
2329 compatible toupper/lower functions.
2332 o William Jojo <jojowil@hvcc.edu>
2333 * Fix HPUX sendfile and add configure.in tests and code for
2335 * AIX 5.3 compile fixes.
2338 o Volker Lendecke <vl@samba.org>
2339 * Optimize anonymous session setups by workstations in a
2341 * Reimplment the QueryUserAliases() server RPC reply.
2342 * Re-add the getpwnam-cache for performance.
2343 * Cache the result of a pdb_getsampwnam for later SID lookup
2345 * Unify the means of localtaing a user's global groups on a
2347 * Fix bug when serving the 'Start Menu' in a roaming user profile..
2348 * Map more pre-defined NT security descriptors to AFS acls.
2349 * Add timeout to AD search requests.
2350 * If a connection to a DC is requested (in winbindd), open
2351 connections simultaneously to all DCs found.
2353 * Fix logic error in handling of 'printcap name' parameter.
2354 * Prevent winbindd from SPAM'ing the log files with 'user root
2356 * Backport samr_DomInfo2 IDL specification from Samba 4.
2357 * Implement smbstatus -n, don't lookup users and groups.
2358 * Implement simple mapping that maps the space to another character
2359 defined by afsacl:space.
2360 * Add support for 'net idmap delete <idmap-file> <SID>'.
2361 * Add new parameter 'afs token lifetime' tells the AFS client
2362 when to throw away a token (patch from kllin@it.su.se).
2363 * Initial work to allow support for multiple pipe opens on a
2365 * Ensure that we still retrieve the netbios name of any DC
2366 listed as a 'password server' to work around cases where the
2367 DC was defined using an IP address or fqdn.
2368 * Fix memleak in winbindd connection code.
2369 * Fix cli_samr_queryuseraliases.
2370 * Allow wbinfo --user-sids to expand expand domain local groups.
2371 * Allow 'rpcclient -c enumtrust' to enumerate more than 10 trusts.
2372 * Fix parsing of other_sids in net_user_info3.
2373 * Correct bad failure logic when user was not a member of any
2374 domain local groups.
2377 o Jason Mader <jason@ncac.gwu.edu>
2378 * BUG 2113, 2289: Remove dead code.
2381 o Jim McDonough <jmcd@us.ibm.com>
2382 * BUG 1952: Try INITSHUTDOWN pipe first, used by newer
2383 clients. If it fails, fall back to WINREG.
2384 * BUG 1770: Remove READ_ATTRIBUTES from GENERIC_EXECUTE.
2385 * BUG 2198: Set password last change time when running 'net rpc
2387 * Add "refuse machine password change" policy field.
2390 o Luke Mewburn <lukem@NetBSD.org>
2391 * BUG 2150: shmget() - Use POSIX definitions instead of non-
2395 o Stefan Metzmacher <metze@samba.org>
2399 o Buchan Milne <bgmilne@mandrake.org>
2400 * Mandrake packaging fixes.
2403 o Lars Mueller <lmuelle@samba.org>
2404 * Fix build of libsmbclient on x86_64.
2405 * BUG 2013: Fix testsuite build issues when libsmbclient.so
2406 is installed in a non-default location.
2407 * BUG 2050: Calculate max_fd for select correctly.
2408 * Fix inverted logic heck for HAVE_WRFILE_KEYTAB in autoconf
2412 o Jason Mader <jason@ncac.gwu.edu>
2413 * BUG 2069: Remove unused variables.
2414 * BUG 2075: Remove dead code paths.
2415 * BUG 2083: Fix compiler warnings caused by bad type casts.
2418 o James Peach <jpeach@sgi.com>
2419 * Fix rewinddir -> rewind_dir when using VFS macros.
2422 o Gavrie Philipson <gavrie@disksites.com>
2423 * BUG 1838: Remove stale printers imeeddiately when
2424 processing a SIGHUP and during smb.conf reload.
2427 o Tim Potter <tpot@samba.org>
2428 * BUG 2080: Fix duplicate call to pdb_get_acct_desc().
2429 * BUG 2168: Fix cast in SMB_XMALLOC_ARRAY.
2430 * Change the license for the winbindd external interface
2432 * HP-UX compile fixes.
2433 * Compile fixes after new setsampwent() API.
2436 o Richard Renard <rrenard@idealx.com>
2437 * Update Netscape DS 5.2 LDAP schema.
2440 o Simo Sorce <idra@samba.org>
2441 * Backport pdbedit changes from trunk.
2442 * Allows the add/change share command to create the shared
2443 directory directory on disk.
2444 * Log a warning in testparm if a print command is defined for
2445 a print service using 'printing = cups'.
2447 o Jelmer Vernooij <jelmer@samba.org>
2448 * Bug fixes for pdb_{xml,pqsql,xml}
2449 * Fixes for pdb_mysql.
2452 o Andrew Tridgell <tridge@samba.org>
2453 * Bring Samba3 into line with the Samba4 password change code.
2456 o Shiro Yamada <shiro@miraclelinux.com>
2457 * BUG 2190: Force SWAT to display parameters in unix charset and
2461 --------------------------------------------------
2462 ==============================
2463 Release Notes for Samba 3.0.10
2465 ==============================
2467 Common bugs fixed in 3.0.10 include:
2469 o Fix for security issues described in CAN-2004-1154.
2478 o Jeremy Allison <jra@samba.org>
2479 * Added checks surrounding all *alloc() calls to fix
2481 * Fix long standing memory size bug in bitmap_allocate().
2482 * Remove bogus error check in deferred open file serving
2486 o Thomas Bork <tombork@web.de>
2487 * Fix autoconf script on platforms using a version of GNU ld
2488 that does not include a date stamp in the output of --version.
2491 o Luke Mewburn <lukem@NetBSD.org>
2492 * Fix the swat install script to deal with the new image
2493 destination directory used by the docs.
2497 --------------------------------------------------
2499 =============================
2500 Release Notes for Samba 3.0.9
2502 =============================
2504 Common bugs fixed in 3.0.9 include:
2506 o Problem updating roaming user profiles.
2507 o Crash in smbd when printing from a Windows 9x client.
2508 o Unresolved symbols in libsmbclient which caused
2509 applications such as KDE's konqueror to fail when
2510 accessing smb:// URLs.
2520 o Jeremy Allison <jra@samba.org>
2521 * Correctly detect errno for no acl/ea support.
2522 * BUG 2036: Fix seg fault in 'net ads join'.
2525 o Gerald (Jerry) Carter <jerry@samba.org>
2526 * Solaris packaging fixes.
2527 * Fix seg fault in lanman printing code.
2528 * BUG 2017: fix testparm reporting for the passwd program
2530 * Fix output of smbstatus to match the man page.
2531 * BUG 2027: fix conflict with declaration MD5_CTX in system
2533 * 2028: Avoid false error messages when copying a long
2534 printer name to the device mode.
2537 o Guenther Deschner <gd@samba.org>
2538 * Allow deldriverex in rpcclient to delete drivers for a
2539 specific architecture and a specific version.
2540 * Fix a couple of rpcclient spoolss commands (setprinter,
2541 setprintername, getdriver) w.r.t to printer-naming scheme.
2542 Allow 'localhost' in the server string for certain server-side
2544 * BUG 2015: Do not fail on setting file attributes with
2545 acl support enabled.
2548 o Michel Gravey <michel.gravey@optogone.com>
2549 * Fix build when using gcc 3.0.
2552 o Volker Lendecke <vl@samba.org>
2553 * Fix tdb open logic when checking our local_pid after
2557 o Jim McDonough <jmcd@us.ibm.com>
2558 * BUG 1932: Fix crash in 'net getlocalsid' when run as
2562 o Luke Mewburn <lukem@NetBSD.org>
2563 BUG 1661: Fix KRB5_SETPW-defines
2566 o Buchan Milne <bgmilne@mandrake.org>
2567 * BUG 2023: Mandrake packaging fixes for building 3.0.9.
2570 o Lars Mueller <lmuelle@samba.org>
2571 * BUG 2013: Fix unresolved symbols in libsmbclient.so.
2574 o Martin Zielinski <mz@seh.de>
2575 * Add DeletePrinterDriverEx() functionality to rpcclient.
2578 --------------------------------------------------
2580 =============================
2581 Release Notes for Samba 3.0.8
2583 =============================
2585 Common bugs fixed in 3.0.8 include:
2587 o Compile fixes for HP-UX
2588 o Fixes for the printer publishing code used when joined to
2590 o Incompatibilities with file system quotas.
2591 o Several bugs in the spoolss printing code and print system
2593 o Inconsistencies in the username map functionality when
2594 configured on domain member servers.
2595 o Various compile warnings and errors on various platforms.
2596 o Fixes for kerberos interoperability with Windows 200x
2597 domains when using DES keys.
2598 o Fix for CAN-2004-0930 -- smbd remote DoS vulnerability.
2599 o Fix for CAN-2004-0882 -- possible buffer overrun in smbd.
2602 New features included in the 3.0.8 release are:
2604 o New migration functionality added the the net tool
2605 for files/directories, printers, and shares.
2606 o New experimental idmap backend for assigning uids/gids
2607 directly based on the user/group RID when acting as a
2608 member of single domain without any trusts.
2609 o Additional printer migration support for XP/2003 platforms.
2612 ===========================
2613 Change in Winbindd Behavior
2614 ===========================
2616 All usernames returned by winbindd are now converted to lower
2617 case for better consistency. This means any winbind installation
2618 relying on the winbind username will need to rename existing
2619 directories and/or files based on the username (%u and %U) to lower
2620 case (e.g. mv $name `echo $name | tr '[A-Z]' '[a-z]'`). This may
2621 include mail spool files, home directories, valid user lines in
2625 ======================
2626 Change in Username Map
2627 ======================
2629 Previous Samba releases would only support reading the fully qualified
2630 username (e.g. DOMAIN\user) from the username map when performing a
2631 kerberos login from a client. However, when looking up a map
2632 entry for a user authenticated by NTLM[SSP], only the login name would be
2633 used for matches. This resulted in inconsistent behavior sometimes
2634 even on the same server.
2636 Samba 3.0.8 obeys the following rules when applying the username
2639 * When performing local authentication, the username map is
2640 applied to the login name before attempting to authenticate
2642 * When relying upon a external domain controller for validating
2643 authentication requests, smbd will apply the username map
2644 to the fully qualified username (i.e. DOMAIN\user) only
2645 after the user has been successfully authenticated.
2648 ######################################################################
2657 Parameter Name Action
2658 -------------- ------
2659 force printername New
2660 sendfile disabled by default
2666 o Jeremy Allison <jra@samba.org>
2667 * Ensure extended security bit is on only if we negotiated
2669 * Simplify statcache to use an in-memory tdb.
2670 * If you're selecting a hash algorithm for tdb, you need
2671 to do it at open time.
2672 * Removed old dir caching code - not being used now we
2673 have the statcache anyway.
2674 * Simplify the mangle hash code to use an in-memory tdb.
2675 * Merge iconv changes from Samba 4 branch.
2676 * Fix parsing of names ending in dot and a few other error
2678 * BUG 1667: Smbpasswd file could be left locked on some
2680 * Fixes for smbclient tar functionality.
2681 * BUG 1743: Fix logic bug the deferred open code.
2682 * Don't try to set security descriptors on shares where
2683 this has been turned off.
2684 * Return correct error codes on old SEARCH call.
2685 * Ensure we set errno = E2BIG when we overflow in the
2686 fast-path character conversion code.
2687 * Fix the roundup problem (returning 1mb roundup) for
2688 non-Windows clients.
2689 * Added 'stat' command to smbclient to exercise the
2690 UNIX_FILE_BASIC info level.
2691 * Fix bug where we could incorrectly set sparse attribute.
2692 * Fix incorrect locks/unlocks in tdb_lockkeys()/tdb_unlockkeys()
2693 (reported by Taj Khattra <taj.khattra@gmail.com>).
2694 * Remove locked keys tdb code.
2695 * BUG 1886: Prevent delete on close being set for readonly files
2696 (and return the correct error code).
2697 * Ensure we pass most of the new lock tests except for the cancel
2698 lock which is yet to be added (merged from Samba 4 branch).
2699 * BUG 1947: Fix incorrect use of getpwnam() etc. interface.
2700 * BUG 1956: Ensure errno is saved and restored consistently on a
2702 * BUG 1651: Adapted patch from Nalin Dahyabhai for ensuring
2703 that all of the appropriate service principal names are set
2704 upon joining an AD domain.
2705 * Fix the correct use of resume name in the trans2 code.
2706 * BUG 1717: Adapted patch from Nalin Dahyabhai to detect the
2707 correct salt used when generated the DES key after joining an
2709 * Enhanced krb5 detection routines in the autoconf scripts.
2712 o Andrew Bartlett <abartlet@samba.org>
2713 * Avoid changing the machine account password in the passdb
2714 backend, when it has 'already been changed'. This occurs
2715 in situations where the secure channel between the workstation
2716 and the DC breaks down, such as occurred in the MS04-11
2718 * Fix utility name in error message in ntlm_auth.
2719 * Fix NTLMv2 for use with pam_winbind.
2720 * Remove conversion to and from UTF8 on the winbind pipe.
2721 * Allow 'require_membership_of' and 'require-membership-of'.
2722 * Fix the error code for 'you didn't specify a domain' in
2724 * Use sys_getgroups() rather than scanning all groups
2725 when generating SAMR replies.
2728 o Igor Belyi <sambauser@katehok.ac93.org>
2729 * Ensure pdb user is deleted first before deleting UNIX
2730 user (LDAP backend needs this ordering).
2733 o Cornelio Bondad Jr <Corny.Bondad@hp.com>
2734 * Fix core dump in 'net rpc vampire'.
2737 o Vince Brimhall <vbrimhall@novell.com>
2738 * Make ldapsam_compat robust against NULL attributes.
2741 o Gerald Carter <jerry@samba.org>
2742 * Don't limit the number of groups returned by winbindd_getgroups()
2744 * BUG 1519: Match Windows 2000 behavior when opening a
2745 printer using a servername in the form of an IP address or
2747 * BUG 1907: remove extra slashes from the printer name in
2748 getprinterdriverdir_1().
2749 * Fix standard_sub_snum() to use the current user's gid.
2750 * Fix background queue update bug (based on Volker's initial work
2752 * Add 'force printername' service parameter for people that want
2753 to enforce printername == sharename for spoolss printing.
2754 * Ensure consistent usage of the username map. Use the fully
2755 qualified DOMAIN\user format for 'security = domain|ads' and
2756 apply after authentication has succeeded.
2757 * Cosmetic fix for getent output -- lowercase the username only
2758 and not the complete domain\username string.
2759 * Packaging fixes for Solaris, Redhat, & Fedora.
2762 o Sean Chandler <sean.chandler@verizon.net>
2763 * Fix memlieak in cliconnect.c.
2766 o Darren Chew <darrenc@vicscouts.asn.au>
2767 * Solaris packaging fixes.
2770 o Nalin Dahyabhai <nalin@redhat.com>
2771 * SMB signing fix for 56-bit DES session keys.
2774 o Guenther Deschner <gd@samba.org>
2775 * add IA64 to the architecture table of printer-drivers.
2776 * Add file/share/printer migration functionality to
2778 * Show correct help for net groupmap commands.
2779 * Fix deadlock loop in winbind's required_membership_sid
2781 * Bring the same level of "required_membership"-functionality
2782 that ntlm_auth uses, to pam_winbindd as well.
2783 * Prevent "net lookup kdc" from seg-faulting when
2784 using our own implementation of krb5_lookup_kdc with
2786 * Adding getprinter level 7 to rpcclient.
2787 * Support migrating printers|shares|files from Server A
2788 to Server B while running the net-command on client C.
2789 * Fixed krb5_krbhost_get_addrinfo()-parameters and make
2790 failure of this call non-critical (Thanks to Love @ Heimdal
2791 for the explanation and patch).
2792 * Fix typos in net's usage-output.
2793 * Fix the paranoia-check to ensure the ldap-attribute and the
2794 smb.conf-parameter for samba's "algorithmic rid base" in ldapsam
2796 * Fix several bugs in the _samr_query_useraliases() rpc reply.
2797 * Check correct string length when verifying password-policies
2798 and using extended characters (Thanks to Uwe Morgenroth from CC
2799 Compunet and Volker).
2800 * Make 'password history'-behavior in ldapsam more consistent.
2801 * Adding "Windows x64" as architecture string and driverdir "x64"
2802 for the 64bit AMD platform.
2803 * BUG 1343: Readd WKGUID-binding to match the correct default-
2804 locations of new User-, Group- and Machine-Accounts in Active
2805 Directory (this got lost during the last trunk-merge).
2806 * Fix printer-migration w.r.t. to new naming-convention for
2808 * Allow to migrate win2k3/xp-drivers as well.
2809 * Add client-side support of triggering ads printer publishing
2810 over msrpc setprinter calls inside the net-tool.
2811 * Add the idmap_rid module (written in conjunction with
2812 Sumit Bose <sbose@suse.de>).
2813 * BUG 1661: Fix build with recent heimdal releases.
2814 * Prevent idmap_rid from making unnecessary calls to domain
2815 controllers for trusted domains.
2818 o Arthur van Dongen <avdongen@xs4all.nl>
2819 * Fix typos in pam_winbind log messages and SuSE
2823 o Rob Foehl <rwf@loonybin.net>
2824 * Typo fixes for log messages in printer publishing code.
2825 * Fix memory leak in printer publishing code.
2826 * Ensure print_backend_init() only gets called once.
2827 * Have smbd check the published status of all printers
2829 * Cleanup up the XXX_a_printer() API for consistency.
2830 * Refactored the printer publishing code and include better
2834 o Steve French <sfrench@us.ibm.com>
2835 * Fix IP address override in mount.cifs mount helper and clean
2836 up warning messages from the sparse tool and expand syntax help.
2837 * Strip guest mount option off before sending to kernel mount
2838 routine to avoid logging spurious message.
2841 o Satoh Fumiyasu <fumiya@samba.gr.jp>
2842 * BUG 1732: Limit share names returned by RAP based on windows
2843 character width, not unix character width.
2844 * BUG 1498: Ensure that acl entries are stored in the correct
2848 o Brett Funderburg <brett@deepfile.com>
2849 * Pass create options parameter to nt_create_andx() function
2850 from the python bindings.
2851 * BUG 1864: Add sd->type field to security descriptor Python
2853 * Return an error if a Netapp filer returns NT_STATUS_ACCESS_DENIED
2854 when trying to return the security descriptor for a file.
2855 * BUG 1884: Fixes for the Python bindings to use the value
2856 of the desired_access filed passed into the lsa_open_policy()
2860 o Michael Gravey <michel.gravey@optogone.com>
2861 * BUG 1776: Fix warnings when building modules caused by
2862 certain versions of GNU ld not using the the default
2863 --allow-shlib-undefined flag.
2866 o Chris Hertel <crh@samba.org>
2867 * Fix logic bug in splay tree data structure when finding
2869 * Fix bug where an invalid MAC address would be printed by
2870 a node status lookup from nmblookup.
2873 o Uli Iske <iske@elkb.de>
2874 * Update the DNS/eDirectory LDAP schema file.
2877 o Björn Jacke <bjacke@sernet.de>
2878 * BUG 1766: Unify charset-handling in Content-Type:-headers to
2879 UTF-8. Reformat msgstr in msg-files to UTF-8.
2880 * Do not use display charset for swat output.
2881 * Convert the share names correctly from unix encoding to web
2882 encoding and vice versa.
2883 * Convert files from status page from unix charset to UTF-8.
2886 o Guenter Kukkukk <guenter.kukkukk@kukkukk.com>
2887 * BUG 1590: Fix for talking to OS/2 clients (max_mux ignored).
2890 o Tom Lackemann <cessnatomny@yahoo.com>
2891 * BUG 1954: Fix memory leak in posix acl code.
2894 o Volker Lendecke <vl@samba.org>
2895 * Robustnss fix for winbindd when sending multiple requests
2896 at a high rate for a slow operation.
2897 * Solve the problem of user sids ending up with gid's
2899 * Use sys_fork instead of fork for the dual daemon so that
2900 we get the correct debug pid in the logfiles.
2901 * Based on patch from jmcd, implement special lists for the LDAP
2902 user attributes to delete.
2903 * Fix creation of aliases via usrmgr. Winbind was too strict
2904 checking the type of sids.
2905 * Lowercase all usernames returned by winbind.
2906 * BUG 1545, 1823: Only issue the ldap extended password change
2907 operation if the ldap server supports it. Also ignore object
2908 class violation errors from the extended operation.
2909 * Optimization for 'idmap backend = ldap': When asking sid2id
2910 for the wrong type, don't ask ldap when we have the opposite mapping
2912 * Fix ldapsam_compat homeDrive.
2913 * Add usersidlist and allowedusers subcommands to the net tool
2914 in order to support scanning a file server's share and list
2915 all users who have permission to connect there.
2916 * Allow for multiple DC's to be named as #1c names in lmhosts.
2917 * Memory leak fixes.
2918 * Fix checks for the local pid of an smbd process after
2922 o Herb Lewis <herb@samba.org>
2923 * Added tdbtool to be built by default.
2926 o Love <lha@stacken.kth.se>
2927 * BUG 1955: Inconsistent error return.
2930 o Sorin Manolache <sorinm@gmail.com>
2934 o Jim McDonough <jmcd@us.ibm.com>
2935 * Allow 'net ads lookup' to rely on command line arguments
2936 if contacting an ADS server fails; utilize cldap for lookups.
2937 * Fixup formatting errors in TDB_LOG calls; add printf attribute
2938 support to tdb log functions.
2941 o Bill McGonigle <bill+samba@bfccomputing.com>
2942 * BUG 1926: Type in debug message.
2946 * BUG 1822: Add -D_REENTRANT to CPPFLAGS and -lthread to LDFLAGS
2950 o Luke Mewburn <lukem@NetBSD.org>
2951 * BUG 1782: Prevent testparm from displaying parameter synonyms.
2954 o Stefan Metzmacher <metze@samba.org>
2955 * Fix crash in smbcquotas and smbcacls caused by setup_logging().
2956 * Fix client quota support.
2957 * Fix opening of system quota file.
2960 o Lars Mueller <lmuelle@samba.org>
2961 * Small fixes for autogen.sh to deal with version detection
2962 of autoconf and autoheader; fixes for examples using
2963 libtool to adhere to stricter syntax of newer version.
2966 o Henrik Nordstrom <hno@squid-cache.org>
2967 * Allow winbindd to return the correct number of groups
2968 when the groups array must be enlarged.
2971 o Narayana Pattipati <narayana.pattipati@wipro.com>
2972 * Solaris autoconf detection fixes.
2975 o Tim Potter <tpot@samba.org>
2976 * BUG 1360: (correct fix) Use -Wl when passing flags to
2978 * HP-UX compile fixes (from JBravo on #samba-technical).
2979 * BUG 1731: More HP-UX compiles fixes.
2980 * BUG 1778: Include yp_prot.h before ypclnt.h as AIX 5.2
2981 spits the dummy otherwise.
2982 * Fix bug in Python printerdata wrapper.
2983 * BUG 1762: nss_winbind fixes on AIX 5.x (patch from
2984 <bugzilla-samba@thewrittenword.com>).
2985 * Fix parameter confusion in priming of name-to-sid cache
2986 (Found by Qiao Yang).
2987 * BUG 1888: Remove '..' from all pre-processor commands.
2988 * BUG 1903: Change some #if DEBUG_PASSWORD's to #ifdef
2992 o Matt Selsky <selsky@columbia.edu>
2993 * BUG 350: use autoconf 2.57 feature for checking header file
2994 preprocessing (fixes configure warnings on Solaris).
2997 o Richard Renard <rrenard@idealx.com>
2998 * Fix usermgr.exe and trust relationships.
3001 o Paul Szabo <psz@maths.usyd.edu.au>
3002 * Fix to make find_workgroup use the same
3003 truncation as create_workgroup.
3006 o Richard Sharpe <rsharpe@samba.org>
3007 * Ensure cli_write() can support writes >= 65536 bytes.
3010 o Simo Sorce <idra@samba.org>
3011 * Added check password script code in examples/auth/crackcheck/
3012 * Fix memory corruption bug caused in freeing static memory.
3015 o Andrew Tridgell <tridge@samba.org>
3016 * Remove lp_use_mmap() from map_file() since the latter
3017 is for read only and does not require coherence.
3018 * Ensure that the uuid pack/unpack routines do not go past
3019 the end of the structure.
3020 * Converted Samba 3 tree to use the new utf-16 aware iconv
3022 * Changed iconv to recognise UCS-2LE and UTF-16LE as synonyms.
3023 * Ensure configure only uses '=' instead of the bashism '=='.
3024 * Reduces the number of tdb locking calls made on file IO.
3027 o Jelmer Vernooij <jelmer@samba.org>
3028 * Convert internal data to UTF-8 before calling libxml2.
3029 * Complain if 'password chat' doesn't contain the %u variable
3030 (based on a patch by Ronan Waide).
3034 * BUG 1541: Fix recursive ls in smbclient.
3037 o Igor Zhbanov <bsg@uniyar.ac.ru>
3038 * BUG 1797: Prevent winbind and nmbd from ignoring the "-l"
3041 --------------------------------------------------
3043 =============================
3044 Release Notes for Samba 3.0.7
3046 =============================
3048 Common bugs fixed in 3.0.7 include:
3050 o Fixes for two Denial of Service vulnerabilities
3051 (CVE ID# CAN-2004-0807 & CAN-2004-0808).
3052 o Winbind failure to return user entries under certain
3054 o Syntax errors in the OpenLDAP schema file (samba.schema).
3055 o Printing errors caused by not setting default values
3056 for the various printing commands.
3065 Parameter Name Action
3066 -------------- ------
3067 winbind enable local accounts disabled by default
3072 o Jeremy Allison <jra@samba.org>
3073 * Fix parsing of names ending in dot and a few other error
3075 * BUG 1674: Move the symlinks checks into reduce_name().
3076 * Fix memleak when checking the valid names smb.conf option.
3077 * Fix memleak on error return path in the file open code.
3078 * More paranoia checks in the hash2 mangling code.
3079 * Fix syntax error in configure.in.
3080 * Match Win2k3's behavior for pathname parsing error returns.
3081 * Make nmbd more robust against bad netbios packets
3083 * Add more checks for invalid ASN.1 packets for SPNEGO packets
3087 o Andrew Bartlett <abartlet@samba.org>
3088 * Janitor work in loadparm.c -- remove unused parameters.
3091 o Gerald Carter <jerry@samba.org>
3092 * BUG 1464: Ensure that printing commands are initialized even
3093 if the 'printing' parameter is not explicitly set.
3094 * Resolve name conflict on DEC OSF-5.1 (inspired by patch from
3095 Adharsh Praveen <rprav@india.hp.com>)
3096 * Work around parsing error in the print change notify code.
3097 * remove duplicate declaration of getprintprocdir from
3099 * Only use sAMAccountName and not userPrincipalName when looking
3100 up a username in AD since the breaks winbindd (lookup_name()
3101 only works with the sAMAccountName).
3102 * Fix bug with winbindd_getpwnam() caused by Microsoft DC's not
3103 filling in the username in the user_info3.
3104 * Fix logic bug in the check for creating a user's home directory
3105 in register_vuid(); caused home directory to be mismatched to
3106 the first share in smb.conf under certain conditions.
3107 * BUG 1656: rename auto.a to auto.smb.
3108 * Ensure that we assign our pid to print jobs (and not our
3109 parent's pid); ensures that spooling jobs from dead smbds
3110 are removed from the tdb.
3111 * Disable 'winbind enable local accounts' by default.
3112 * Adding some initial checks for DragonFly (same as
3116 o Guenther Deschner <gd@samba.org>
3117 * Use SMB_ASSERT() to track down NULL printer names in
3119 * Revert fix for BUG 1474 to avoid unnecessary packaging
3123 o Olaf Flebbe <o.flebbe@science-computing.de>.
3124 * BUG 1627: fix for NIS compiles on HPUX 11.00, AIX 4.3
3126 * BUG 1626: More compile fixes.
3129 o Rob Foehl <rwf@loonybin.net>
3130 * Don't clear the PRINT_ATTRIBUTE_PUBLISHED was getting reset
3131 by attempts to sanitize the defined attributes.
3134 o SATOH Fumiyasu <fumiya@miraclelinux.com>
3135 * BUG 1546: Preserve errno in MB strupper_m/strlower_m.
3138 o Helmut Heinreichsberger <helmut.heinreichsberger@chello.at>.
3139 * BUG 1657: Remove used initialized variable,
3140 * BUG 1658: Add a little bit of const.
3143 o Volker Lendecke <vl@samba.org>
3144 * If there's garbage in the pidfile, we should not panic
3145 but assume that no one else is around. We can't find the
3149 o Jim McDonough <jmcd@us.ibm.com>
3150 * Fixup format string in the tdb error messages.
3153 o Jonas Olsson <lexicon@lysator.liu.se>
3154 * BUG 1416: Don't reuncture a users list to NGROUPS_MAX when
3155 reporting the list in usrmgr.exe.
3158 o Tim Potter <tpot@samba.org>
3159 * Fix out-of-tree builds (problem with the script to generate
3160 the svn version number).
3161 * BUG 1360: Need to use -Wl when passing flags to the linker.
3162 * BUG 1741: Define a struct nss_groupsbymem for HPUX 11 which
3163 doesn't have one of its own.
3165 o Simo Sorce <idra@samba.org>
3166 * Fixup compile issues on AIX caused by broken strlen() and
3168 * Update debian packaging files.
3171 o Dimitri van der Spek <dwspek@aboveit.nl>
3172 * Use the correct counter when copying group rids from the
3173 user_info3 struct in pam_winbind.
3176 o Qiao Yang <qyang@stbernard.com>
3177 * BUG 1622: Only cache the user
3180 --------------------------------------------------
3182 =============================
3183 Release Notes for Samba 3.0.6
3185 =============================
3187 Common bugs fixed in 3.0.6 include:
3189 o Schannel failure in winbindd.
3190 o Numerous memory leaks.
3191 o Incompatibilities between the 'write list' and 'force user'
3193 o Premature optimization of the open_directory() internal
3194 function that broke tools such as the ArcServe backup
3195 agent, Macromedia HomeSite, and Robocopy.
3196 o Corrupt workgroup names in nmbd's browse.dat.
3197 o Sharing violation errors commonly seen when opening
3198 when serving Microsoft Office documents from a Samba
3200 o Browsing problems caused by an apostrophe (') in the
3201 computer's description field.
3202 o Problems creating special file types from UNIX CIFS
3203 clients and enabling 'unix extensions'.
3204 o Fix stalls in smbd caused by inaccessible LDAP servers.
3205 o Remove various memory leaks.
3206 o Fix issues in the password lockout feature.
3208 New features introduced in this release include:
3210 O Support symlinks created by CIFS clients which
3211 can be followed on the server.
3212 o Using a cups server other than localhost.
3213 o Maintaining the service principal entry in the system
3214 keytab for integration with other kerberized services.
3215 Please refer to the 'use kerberos keytab' entry in
3216 smb.conf(5). When using the heimdal kerberos libraries,
3217 you must also specify the following in /etc/krb5.conf:
3219 default_keytab_name = FILE:/etc/krb5.keytab
3220 o Support for maintaining individual printer names
3221 stored separately from the printer's sharename.
3222 o Support for maintaining user password history.
3223 o Support for honoring the logon times for user in a
3227 ============================================
3228 unix extensions = yes (default) and symlinks
3229 ============================================
3231 Beginning with Samba 3.0.6pre1 (formerly known as 3.0.5pre1),
3232 clients supporting the UNIX extensions to the CIFS protocol
3233 can create symlinks to absolute paths which will be **followed**
3234 by the server. This functionality has been requested in order
3235 to correctly support certain applications when the user's home
3236 directory is mounted using some type of CIFS client (e.g. the
3237 cifsvfs in the Linux 2.6 kernel).
3239 If this behavior is not acceptable for your production environment
3240 you can set 'wide links = no' in the specific share declaration in
3241 the server's smb.conf. Be aware that disabling wide link support
3242 out of a share in Samba may impact the server's performance due
3243 to the fact that smbd will now have to check each path additional
3244 times before traversing it.
3247 ========================
3248 Password History Support
3249 ========================
3251 The new password history feature allows smbd to check the new
3252 password in password change requests against a list of the user's
3253 previous passwords. The number of previous passwords to save can
3254 be set using pdbedit (4 in this example):
3256 root# pdbedit -P "password history" -C 4
3258 When using the ldapsam passdb backend, it is vital to secure the
3259 following attributes from access by non-administrative users:
3263 * sambaPasswordHistory
3265 You should refer to your directory server's documentation on how
3266 to implement this restriction.
3275 Parameter Name Action
3276 -------------- ------
3278 defer sharing violations New
3279 force unknown acl user New
3281 printcap cache time New
3282 use kerberos keytab New
3286 o Jeremy Allison <jra@samba.org>
3287 * Correct path parsing bug that broke DeletePrinterDriverEx().
3288 * Fix bugs in check_path_syntax() caught by asserts.
3289 * Internal change - rearrange internal global case setting
3290 variables to a per connection basis.
3291 * BUG 1345: Fix premature optimization in unix_convert().
3292 * Allow clients to truncate a locked file.
3293 * BUG 1319: Always check to see if a user as write access
3294 to a share, even when 'force user' is set.
3295 * Fix specific case of open that doesn't cause oplock break,
3296 or share mode check.
3297 * Correct sid type is WKN_GROUP, not alias. Added some
3298 more known types (inspired by patch from Jianliang Lu).
3299 * Allow creation of absolute symlink paths via CIFS clients.
3300 * Fix charset bug in when invoking send_mailslot().
3301 * When using widelinks = no, use realpath to canonicalize
3302 the connection path on connection create for the user.
3303 * Enhance stat open code.
3304 * Fix unix extensions mknod code path.
3305 * Allow unix domain socket creation via unix extensions.
3306 * Auto disable the 'store dos attribute' parameter if the
3307 underlying filesystem doesn't support EAs.
3308 * Implement deferred open code to fix a bug with Excel files
3310 * BUG 1427: Catch bad path errors at the right point. Ensure
3311 all our pathname parsing is consistent.
3312 * Fix SMB signing error introduced by the new deferred open
3314 * Change default setting for case sensitivity to "auto". (see
3315 commit message -- r1154 -- for details).
3316 * Add new remote client arch -- CIFSFS.
3317 * Allow smbd to maintain the service principal entry in the
3318 system keytab file (based on patch Dan Perry <dperry@pppl.gov>,
3319 Guenther Deschner, et. al.).
3320 * Fix longstanding memleak bug with logfile name.
3321 * Fix incorrect type in printer publishing (struct uuid,
3323 * Heimdal compile fixes after introduction of the new ketyab
3325 * Ensure we check attributes correctly on rename request.
3326 * Ensure we defer a sharing violation on rename correctly.
3327 * BUG 607: Ensure we remove DNS and DNSFAIL records immediately
3329 * Fix bogus error message when using "mangling method = hash"
3331 * Turn on sendfile by default for non-Win9x clients.
3332 * Handle non-io opens that cause oplock breaks correctly.
3333 * Ensure ldap replication sleep time is not more than 5 seconds.
3334 * Add support for storing a user's password history.
3335 LDAP portion of the code was based on a patch from
3336 Jianliang Lu <j.lu@tiesse.com>.
3337 * Correct memory leaks found in the password change code.
3338 * Fix support for the mknod command with the Linux CIFS client.
3339 * Remove support for passing the new password to smbpasswd
3340 on the command line without using the -s option.
3341 * Ensure home directory service number is correctly reused
3342 (inspired by patches from Michael Collin Nielsen
3343 <michael@hum.aau.dk>).
3344 * Fix to stop printing accounts from resetting the bas
3345 password and account lockout flags.
3346 * If a account was locked out by an admin (and has a bad
3347 password count of zero) leave it locked out until an admin
3348 unlocks it (but log a message).
3349 * Ensure we return the same ACL revision on the wire that
3351 * BUG 1578: Hardcode replacement for invalid characters as '_'
3352 (based on fix from Alexander E. Patrakov <patrakov@ums.usu.ru>).
3353 * Fix hashed password history for LDAP backends.
3354 * Enforce logon hours restrictions if confiogured (based on code
3355 from Richard Renard <rrenard@idealx.com>).
3356 * BUG 1606: Force smbd to disable sendfile with DOS clients
3357 and ensure that the chained header is filled in for ...&X
3359 * BUG 1602: Fix access to shares when all symlink support
3364 o Tom Alsberg <alsbergt@cs.huji.ac.il>
3365 * Allow pdbedit to export a single user from a passdb backend.
3368 o Andrew Bartlett <abartlet@samba.org>
3369 * Fix parsing bug in GetDomPwInfo().
3370 * Fix segfault in 'ntlm_auth --diagnostics'.
3371 * Re-enable code to allow sid_to_gid() to perform a group
3372 mapping lookup before checking with winbindd.
3373 * Fix memory leak in the trans2 signing code.
3374 * Allow more flexible GSS-SPENGO client and server operation
3376 * Improve smbd's internal random number generation.
3377 * Fix a few outstanding long password changes in smbd.
3378 * Fix LANMAN2 session setup code.
3381 o Eric Boehm <boehm@nortelnetworks.com>
3382 BUG 703: Final touches on netgroup case lookups.
3385 o Jerome Borsboom <j.borsboom@erasmusmc.nl>
3386 * Ensure error status codes don't get overwritten in
3387 lsa_lookup_sids() server code.
3388 * Correct bug that caused smbd to overwrite certain error
3389 codes when returning up the call stack.
3390 * Ensure the correct sid type returned for builtin sids.
3393 o Gerald Carter <jerry@samba.org>
3394 * Fix a few bugs in the Fedora Packaging files.
3395 * Fix for setting the called name to by our IP if the
3396 called name was *SMBSERVER and *SMBSERV. Fixes issue
3397 with connecting to printers via \\ip.ad.dr.ess\printer
3399 * BUG 1315: fix for schannel client connections to servers
3400 when we haven't specifically negotiated AUTH_PIPE_SEAL.
3401 * Allow PrinterDriverData valuenames with embedded backslashes
3402 (Fixes bug with one of the Konica Fiery drivers).
3403 * Fixed string length miscalculation in netbios names that
3404 resulted in corrupt workgroup names in browse.dat.
3405 * When running smbd as a daemon, launch child smbd to update
3406 the lpq cache listing in the background.
3407 * Allow printers "Printers..." folder to be renamed to a string
3408 other than the share name.
3409 * Allow winbindd to use domain trust account passwords when
3410 running on a Samba DC to establish an schannel to remote
3412 * Fix bad merge and ensure that we always use tdb_open_log()
3413 instead of tdb_open_ex() (the former call enforce the 'use
3415 * BUG 1221: revert old change that used single and double
3416 quotes as delimeters in next_token(), and change
3417 print_parameter() to print out parm values surrounded by
3418 double quotes (instead of single quotes).
3419 * Prevent home directories added during the SMBsesssetup&X from
3420 being removed as unused services.
3421 * Invalidate the print object cache for open printer handles when
3422 smbd receives a message that an attribute on a given printer
3424 * Cause the configure script to exit if --enable-cups[=yes] is
3425 defined and the system does not have the cups devel files
3427 * BUG 1297: Prevent map_username() from being called twice
3429 * Ensure that we use the userPrincipalName AD attribute
3430 value for LDAP SASL binds.
3431 * Ensure we remove the tdb entry when deleting a job that
3433 * BUG 1520: Work around bug in Windows XP SP2 RC2 where the
3434 client sends a FindNextPrintChangeNotify() request without
3435 previously sending a FindFirstPrintChangeNotify(). Return
3436 the same error code as Windows 2000 SP4.
3437 * BUG 1516: Manually declare ldap_open_with_timeout() to
3438 workaround compiler errors on IRIX (or other systems without
3440 * Merge security fixes for CAN-2004-0600, CAN-2004-0686 from
3442 * Corrected syntax error in the OID for sambaUnixIdPool,
3443 sambaSidEntry, & sambaIdmapEntry object classes.
3444 * Tighten the cache consistency with the ntprinters.tdb entry
3445 an the in memory cache associated with open printer handles.
3446 * Make sure that register_messages_flags() doesn't overwrite
3447 the originally registered flags.
3450 o Fabien Chevalier <fabien.chevalier@supelec.fr>
3451 * Debian BUG 252591: Ensure that the return value from the
3452 number of available interfaces is initialized in case no
3453 interfaces are actually available.
3456 o Guenther Deschner <gd@sernet.de>
3457 * Implement 'rpcclient setprintername'.
3458 * Add local groups to the user's NT_TOKEN since they are
3459 actually supported now.
3460 * Heimdal compile fixes after introduction of the new keytab
3462 * Correctly honor the info level parameter in 'rpcclient
3464 * Reintroduce 'force unknown acl user' parameter. When getting a
3465 security descriptor for a file, if the owner sid is not known,
3466 the owner uid is set to the current uid. Same for group sid.
3467 * Ensure that REG_SZ values in the SetPrinterData actually
3468 get written in UNICODE strings rather than ASCII.
3469 * Ensure that the last kerberos error return is not invalid.
3470 * Display share ACL entries from rpcclient.
3471 * Correct infinite loop in pam_winbind's verification of
3472 group membership in the 'other sids' field in the user_info3
3476 o Fabian Franz <FabianFranz@gmx.de>
3477 * Support specifying a port in the device URL passed to smbspool.
3480 o Steve French <sfrench@us.ibm.com>
3481 * Handle -S and user mount parms in mount.cifs.
3482 * Fix user unmount of shares mount with suid mount.cifs.
3483 * prevent infinite recusion in reopen_logs() when expanding
3484 the smb.conf variable %I.
3487 o Bjoern Jacke <bj@sernet.de>
3488 * Install libsmbclient into $(LIBDIR), not into hard coded
3489 ${prefix}/lib. This helps amd64 systems with /lib and /lib64
3490 and an explicit configure --libdir setting.
3493 o <kawasa_r@itg.hitachi.co.jp>
3494 * Correct more memory leaks and initialization bugs.
3495 * Fix bug that prevented core dumps from being generated
3497 * Connect to the winbind pipe in non-blocking mode to
3498 prevent processes from hanging.
3499 * Memory leak fixes.
3502 o Stephan Kulow <coolo@suse.de>
3503 * Fix crash bug in libsmbclient.
3506 o Volker Lendecke <vl@samba.org>
3507 * Added vfs_full_audit module.
3508 * Add vfs_afsacl.c which can display & set AFS acls via
3509 the NT security editor.
3510 * Fix crash bug caused by trying to Base64 encode a NULL string.
3511 * Fix DOS error code bug in reply_chkpath().
3512 * Correct misunderstanding of the max_size field in
3513 cli_samr_enum_als_groups; it is more like an account_control
3514 field with individual bits what to retrieve.
3515 * Implement 'net rpc group rename' -- rename domain groups.
3516 * Implement the 'cups server' option. This makes it possible
3517 to have virtual smbd's connect to different cups daemons.
3518 * Paranoia fixes when adding local aliases to a user's NT_TOKEN.
3519 * Fix sid_to_gid() calls in winbindd to prevent loops.
3520 * Ensure that local_sid_to_gid() sets the type of the group on
3522 * Make sure that the clients are given back the IP address to
3523 which they connected in the case of a multi-homed host. Only
3524 affects strings the spoolss printing replies.
3525 * Fix the bad password lockout. This has not worked as pdb_ldap.c
3526 did not ask for the modifyTimestamp attribute, so it could
3527 not find it. Try not to regress by not putting that attrib
3528 in the main list but append it manually for the relevant searches.
3529 * Fix two memleaks in login_cache.c.
3530 * fixes memory bloat when unmarshalling strings.
3531 * Fix compile errors using gcc 3.2 on SuSE 8.2.
3532 * Fix the build for systems without kerberos headers.
3533 * Allow winbindd to handle authentication requests only when
3534 started without either an 'idmap uid' or 'idmap gid' range.
3535 * Fix the build for systems without ldap headers.
3536 * Fix interaction between share security descriptor and the
3537 'read only' smb.conf option.
3538 * Fix bug that caused _samr_lookupsids() with more than 32 (
3539 MAX_REF_DOMAINS) SIDs to fail.
3540 * Allow the 'idmap backend' parameter to accept a list of
3541 LDAP servers for failover purposes.
3542 * Revert code in smbd to remove a tdb when it has become
3544 * Add paranoid checks when mapping SIDs to a uid/gid to
3545 ensure that the type is correct.
3546 * Initial work on getting client support for sending mailslot
3548 * Add 'ldap timeout' parameter.
3549 * Dont always uppercase 'afs username map'.
3550 * Expand aliases for getusersids as well.
3551 * Improved NT->AFS ACL mapping VFS module.
3554 o Herb Lewis <herb@samba.org>
3555 * Add the acls debug class.
3556 * Fix logic bug in netbios name truncate routine.
3557 * Fix smbd crash caused by smbtorture IOCTL test.
3558 * Fix errno tromping before calling iconv to reset the
3560 * need to leave empty dacl so we can remove last ACE.
3563 o Jianliang Lu <Jianliang.Lu@getronics.com>
3564 * Fix to stop smbd hanging on missing group member in
3566 * Make sure Samba returns the correct group types.
3567 * Reset the bad password count password counts upon a successful login.
3570 o Jason Mader <jason@ncac.gwu.edu>
3571 * BUG 1385: Don't use non-consts in a structure initialization.
3574 o Jim McDonough <jmcd@us.ibm.com>
3575 * BUG 1279: SMBjobid fix for Samba print servers running on
3576 Big-Endian platforms.
3579 o Joe Meadows <jameadows@webopolis.com>
3580 * Add optional timeout parameter to ldap open calls.
3581 * Allow get_dc_list() to check the negative cache.
3584 o Stefan Metzmacher <metze@samba.org>
3585 * fix a configure logic bug for linux/XFS quotas when
3586 using --with-sys-quotas.
3587 * Use quota debug class in quota code.
3588 * print out the SVN revision by configure,
3591 o Buchan Milne <bgmilne@mandrake.org>
3592 * Mandrake packaging fixes.
3595 o Lars Mueller <lmuelle@samba.org>
3596 * BUG 1279: Added 'printcap cache time' parameter.
3597 * Fix afs related build issues on SuSE.
3598 * Fix compiler warnings in the kerberos client code.
3601 o James Peach <jpeach@sgi.com>
3602 * More iconv detection fixes for IRIX.
3603 * Compile fixed for systems that do not have C99/UNIX98 compliant
3604 vsnprintf by default.
3605 * Prevent smbd from attempting to use sendfile at all if it is
3606 not supported by the server's OS.
3607 * Allow SWAT to search for index.html when serving html files
3612 * Implement NFS quota support on FreeBSD.
3615 o Tim Potter <tpot@samba.org>
3616 * BUG 1360: Use -Bsymbolic when creating shared libraries to
3617 avoid conflicts with identical symbols in the global namespace
3618 when loading libnss_wins.so.
3621 o Richard Renard <rrenard@idealx.com>
3622 * Save the current password as it is being changed into the
3623 password history list.
3626 o Richard Sharpe <rsharpe@samba.org>
3627 * Fix error return codes on some lock messages.
3628 * BUG 1178: Make the libsmbclient routines callable
3630 * BUG 1333: Make sure we return an error code when
3632 * BUG 1301: Return NT_STATUS_SHARING_VIOLATION when
3633 share mode locking requests fail.
3636 o Simo Sorce <idra@samba.org>
3637 * Update Debian stable & unstable packaging.
3638 * Tidy up parametric options in testparm output.
3641 o Richard Sharpe <rsharpe@samba.org>
3642 * Add sigchild handling to winbindd to restart the child
3643 daemon if necessary.
3646 o Tom Shaw <tomisfaraway@gmail.com>
3647 * Use winbindd_fill_pwent() consistently.
3650 o Nick Thompson <nickthompson@agere.com>
3651 * Protect smbd against broken filesystems which return zero
3655 o Andrew Tridgell <tridge@samba.org>
3656 * Fixed bug in handling of timeout in socket connections.
3659 o Nick Wellnhofer <wellnhofer@aevum.de>
3660 * Prevent lp_interfaces() list from being corrupted. Fixes
3661 bug where nmbd would lose the list of network interfaces
3662 on the system and consequently shutdown.
3665 o James Wilkinson <jwilk@alumni.cse.ucsc.edu>
3666 * Fix ntlm_auth memory leaks.
3669 o Jelmer Vernooij <jelmer@samba.org>
3670 * Additional NT status to unix error mappings.
3671 * BUG 478: Rename vsnprintf to smb_vsnprintf so we don't
3672 get duplicate symbol errors.
3673 * Return an error when the last command read from stdin
3675 * Prepare for better error checking in tar.
3676 * BUG 1474: Fix build of --with-expsam stuff on Solaris.
3679 --------------------------------------------------
3681 =============================
3682 Release Notes for Samba 3.0.5
3684 =============================
3686 Please note that Samba 3.0.5 is identical to Samba 3.0.4 with
3687 the exception of correcting the two security issues outlined
3690 ######################## SECURITY RELEASE ########################
3692 Summary: Multiple Potential Buffer Overruns in Samba 3.0.x
3693 CVE ID: CAN-2004-0600, CAN-2004-0686
3694 (http://cve.mitre.org/)
3697 This is the latest stable release of Samba. This is the version
3698 that production Samba servers should be running for all current
3701 It has been confirmed that versions of Samba 3 prior to v3.0.4
3702 are vulnerable to two potential buffer overruns. The individual
3703 details are given below.
3709 Affected Versions: Samba 3.0.2 and later
3711 The internal routine used by the Samba Web Administration
3712 Tool (SWAT v3.0.2 and later) to decode the base64 data
3713 during HTTP basic authentication is subject to a buffer
3714 overrun caused by an invalid base64 character. It is
3715 recommended that all Samba v3.0.2 or later installations
3716 running SWAT either (a) upgrade to v3.0.5, or (b) disable
3717 the swat administration service as a temporary workaround.
3719 This same code is used internally to decode the
3720 sambaMungedDial attribute value when using the ldapsam
3721 passdb backend. While we do not believe that the base64
3722 decoding routines used by the ldapsam passdb backend can
3723 be exploited, sites using an LDAP directory service with
3724 Samba are strongly encouraged to verify that the DIT only
3725 allows write access to sambaSamAccount attributes by a
3726 sufficiently authorized user.
3728 The Samba Team would like to heartily thank Evgeny Demidov
3729 for analyzing and reporting this bug.
3735 Affected Versions: Samba 3.0.0 and later
3737 A buffer overrun has been located in the code used to support
3738 the 'mangling method = hash' smb.conf option. Please be aware
3739 that the default setting for this parameter is 'mangling method
3740 = hash2' and therefore not vulnerable.
3742 Affected Samba 3 installations can avoid this possible security
3743 bug by using the default hash2 mangling method. Server
3744 installations requiring the hash mangling method are encouraged
3745 to upgrade to Samba 3.0.5.
3748 ##################################################################
3750 --------------------------------------------------
3752 =============================
3753 Release Notes for Samba 3.0.4
3755 =============================
3757 Common bugs fixed in Samba 3.0.4 include:
3759 o Password changing after applying the patch described in
3760 the Microsoft KB828741 article to Windows clients.
3762 o Managing print jobs via Windows on Big-Endian servers.
3763 o Several memory leaks in winbindd and smbd.
3764 o Compile issues on AIX and *BSD.
3767 --------------------
3772 o Jeremy Allison <jra@samba.org>
3773 * Fix path processing for DeletePrinterDriverEx().
3774 * BUG 1303: Fix for Microsoft hotfix MS04-011 password change
3778 o Andrew Bartlett <abartlet@samba.org>
3779 * Fix alignment bug in GetDomPwInfo().
3782 o Alexander Bokovoy <ab@samba.org>
3783 * Fix utime[s]() issues in smbwrapper on systems
3784 that can boot both the 2.4 and 2.6 Linux kernels.
3787 o Gerald Carter <jerry@samba.org>
3788 * Fedora packaging fixes.
3789 * BUG 1302: Fix seg fault by not trying to optimize a list of
3790 invalid gids using the wrong array size.
3791 * BUG 1309: fix seg fault caused by trying to strdup(NULL)
3792 seen when 'security = share'.
3793 * Fix problems when using IBM's compiler on AIX.
3794 * Link Developer's Guide, Example Guide, and multi-page HOWTO
3795 into SWAT's welcome page.
3796 * BUG 1293: fix double free in printer publishing code.
3799 o Wim Delvaux <wim.delvaux@adaptiveplanet.com>
3800 * Fix for handling timeouts in socket connections.
3803 o Michel Gravey <michel.gravey@optogone.com>
3804 * BUG 483: patch from to fix password hash creation in SWAT.
3807 o Volker Lendecke <vl@samba.org>
3808 * Close the open NT pipes before the tdis.
3809 * Fix AFS related build issues.
3810 * Handle error conditions when base64 encoding a blob of 0 bytes.
3813 o Herb Lewis <herb@samba.org>
3814 * Added 'acls' debug class.
3816 o kawasa_r@itg.hitachi.co.jp
3817 * Multiple variable initialization and memory leak fixes.
3820 o Stephan Kulow <coolo@suse.de>
3821 * Fix string length bug in libsmbclient that caused KDE's
3823 * BUG 429: More libsmbclient fixes.
3826 o Jim McDonough <jmcd@us.ibm.com>
3827 * BUG 1007, 1279: Store the print job using a little-endian key.
3831 o Compile fix for OpenBSD (ENOTSUP not supported).
3834 o Stefan Metzmacher <metze@samba.org>
3835 * Correct bug in disks quota views from explorer.
3838 o Tim Potter <tpot@samba.org>
3839 BUG 1305: Correct debug output.
3842 o Richard Sharpe <rsharpe@samba.org>
3843 * Fix incorrect error code mapping.
3846 o Jelmer Vernooij <jelmer@samba.org>
3847 * Add additional NT_STATUS errorm mappings.
3850 --------------------------------------------------
3852 =============================
3853 Release Notes for Samba 3.0.3
3855 =============================
3858 Common bugs fixed in Samba 3.0.3 include:
3860 o Crash bugs and change notify issues in Samba's printing code.
3861 o Honoring secondary group membership on domain member servers.
3862 o TDB scalability issue surrounding the TDB_CLEAR_IF_FIRST flag.
3863 o Substitution errors for %[UuGg] in smb.conf.
3864 o winbindd crashes when using ADS security mode.
3865 o SMB signing errors.
3866 o Delays in winbindd startup caused by unnecessary
3867 connections to trusted domain controllers.
3868 o Various small memory leaks.
3869 o Winbindd failing due to expired Kerberos tickets.
3871 New features introduced in Samba 3.0.3 include:
3873 o Improved support for i18n character sets.
3874 o Support for account lockout policy based on
3875 bad password attempts.
3876 o Improved support for long password changes (>14
3877 characters) and strong password enforcement.
3878 o Support for Windows aliases (i.e. nested groups).
3879 o Experimental support for storing DOS attribute on files
3880 and folders in Extended Attributes.
3881 o Support for local nested groups via winbindd.
3882 o Specifying options to be passed directly to the CUPS libraries.
3884 Please be aware that the Samba source code repository was
3885 migrated from CVS to Subversion on April 4, 2004. Details on
3886 accessing the Samba source tree via anonymous svn can be found
3887 at http://svn.samba.org/samba/subversion.html.
3890 Changes since 3.0.2a
3891 --------------------
3895 Parameter Name Action
3896 -------------- ------
3899 only user Deprecated
3900 store dos attributes New
3902 winbind nested groups New
3908 o Jeremy Allison <jra@samba.org>
3909 * Ensure that Kerberos mutex is always properly unlocked.
3910 * Removed Heimdal "in-memory keytab" support.
3911 * Fixup the 'multiple-vuids' bugs in our server code.
3912 * Correct return code from lsa_lookup_sids() on unmapped
3913 sids (based on work by vl@samba.org).
3914 * Fix the "too many fcntl locks" scalability problem
3916 * Fixup correct (as per W2K3) returns for lookupsids
3917 as well as lookupnames.
3918 * Fixups for delete-on-close semantics as per Win2k3 behavior.
3919 * Make SMB_FILE_ACCESS_INFORMATION call work correctly.
3920 * Fix "unable to initialize" bug when smbd hasn't been run with
3921 new system and a user is being added via pdbedit/smbpasswd.
3922 * Added NTrename SMB (0xA5).
3923 * Fixup correct timeout values for blocking lock timeouts.
3924 * Fix various bugs reported by 'gentest'.
3925 * More locking fixes in the case where we own the lock.
3926 * Fix up regression in IS_NAME_VALID and renames.
3927 * Don't set allocation size on directories.
3928 * Return correct error code on fail if file exists and target
3930 * Added client "hardlink" comment to test doing NT rename with
3931 hard links. Added hardlink_internals() code - UNIX extensions
3932 now use this as well.
3933 * Use a common function to parse all pathnames from the wire for
3934 much closer emulation of Win2k3 error return codes.
3935 * Implement check_path_syntax() and rewrite string sub
3936 functions for better multibyte support.
3937 * Ensure msdfs referrals are multibyte safe.
3938 * Allow msdfs symlink syntax to be more forgiving.
3939 eg. sym_link -> msdfs://server/share/path/in/share
3940 or sym_link -> msdfs:\\server\share\path\in\share.
3941 * Cleanup multibyte netbios name support in nmbd ( based on patch
3942 by MORIYAMA Masayuki <moriyama@miraclelinux.com>).
3943 * Fix check_path_syntax() for multibyte encodings which have
3944 no '\' as second byte (based on work by ab@samba.org.
3945 * Fix the "dfs self-referrals as anonymous user" problem
3946 (based on patch from vl@samba.org).
3947 * BUG 1064: Ensure truncate attribute checking is done correctly
3948 on "hidden" dot files.
3949 * Fix bug in anonymous dfs self-referrals again.
3950 * Fix get/set of EA's in client library
3951 * Added support for OS/2 EA's in smbd server.
3952 * Added 'ea support' parameter to smb.conf.
3953 * Added 'store dos attributes' parameter to smb.conf.
3954 * Fix wildcard identical rename.
3955 * Fix reply_ctemp - make compatible with w2k3.
3956 * Fix wildcard unlink.
3957 * Fix wildcard src with wildcard dest renames.
3958 * BUG 1139: Fix based on suggestion by jdev@panix.com.
3959 swap lookups for user and group - group will do an
3960 algorithmic lookup if it fails, user won't.
3961 * Make EA's lookups case independent.
3962 * Fix SETPATHINFO in 'unix extensions' support.
3963 * Make 3.x pass the Samba 4.x RAW-SEARCH tests - except for
3964 the UNIX info levels, and the short case preserve names.
3967 o Timur Bakeyev <timur@com.bat.ru>
3968 * BUG 1144: only set --with-fhs when the argument is 'yes'
3969 * BUG 1152: Allow python modules to build despite libraries added
3970 to LDFLAGS instead of LDPATH.
3971 * BUG 1141: Fix nss*.so names on FreeBSD 5.x.
3974 o Craig Barratt <cbarratt@users.sourceforge.net>
3975 * BUG 389: Allow multiple exclude arguments with smbclient
3976 tar -Xr options (better support for Amanda backup client).
3979 o Andrew Bartlett <abartlet@samba.org>
3980 * Include support for linking with cracklib for enforcing strong
3982 * Add support for >14 character password changes from Windows
3984 * Add 'admin set password' capability to 'net rpc'.
3985 * Allow 'net rpc samdump' to work with any joined domain
3986 regardless of smb.conf settings.
3987 * Use an allocated buffer for count_chars.
3988 * Add sanity checks for changes in the domain SID in an
3990 * Implement python unit tests for Samba's multibyte string
3992 * Remove 'unicode' smb.conf option.
3993 * BUG 1138: Fix support for 'optional' SMB signing and other
3995 * BUG 169: Fix NTLMv2-only behavior.
3996 * Ensure 'net' honors the 'netbios name' in the smb.conf by
3998 * Support SMB signing on connections using only the LANMAN
3999 password and generate the correct the 'session key' for these
4001 * Implement --required-membership-of=, an ntlm_auth option
4002 that restricts all authentication to members of this particular
4004 * Improve our fall back code for password changes.
4005 * Only send the ntlm_auth 'ntlm-server-1' helper client a '.'
4006 after the server had said something (such as an error).
4007 * Add 'ntlm-server-1' helper protocol to ntlm_auth.
4010 o Alexander Bokovoy <ab@samba.org>
4011 * Fix incorrect size calculation of the directory name
4013 * Fix problems with very long filenames in both smbd and smbclient
4014 caused by truncating paths during character conversions.
4015 * Fix smbfs problem with Tree Disconnect issued before smbfs
4019 o Gerald Carter <jerry@samba.org>
4020 * BUG 850: Fix 'make installmodules' bug on True64.
4021 * BUG 66: mark 'only user' deprecated.
4022 * Remove corrupt tdb and shutdown (only for printing tdbs,
4023 connections, sessionid & locking).
4024 * decrement smbd counter in connections.tdb in smb_panic().
4025 * RedHat specfile updates.
4026 * Fix xattr.h build issue on Debian testing and SuSE 8.2.
4027 * BUG 1147; bad pointer case in get_stored_queue_info()
4029 * BUG 761: read the config file before initialized default
4030 values for printing options; don't default to bsd printing
4032 * Allow the 'printing' parameter to be set on a per share basis.
4033 * BUG 503: RedHat/Fedora packaging fixes regarding logrotate.
4034 * BUG 848: don't create winbind local users/groups that already
4036 * BUG 1080: fix declaration of SMB_BIG_UINT (broke compile on
4038 * BUG 488: fix the 'show client in col 1' button and correctly
4039 enumerate active connections.
4040 * BUG 1007 (partial): Fix abort in smbd caused by byte ordering
4041 problem when storing the updating pid for the lpq cache.
4042 * BUG 1007 (partial): Fix print change notify bugs.
4043 * BUG 1165, 1126: Fix bug with secondary groups (security = ads)
4044 and winbind use default domain = yes. Also ensures that
4045 * BUG 1151: Ensure that winbindd users are passed through
4047 * Fix client rpc binds for ASU derived servers (pc netlink,
4049 * BUG 417, 1128: Ensure that the current_user_info is set
4050 consistently so that %[UuGg] is expanded correctly.
4051 * BUG 1195: Fix crash in winbindd when the ADS server is
4053 * BUG 1185: Set reconnect time to be the same as the
4054 'winbind cache time'.
4055 * Ensure that we return the sec_desc in smb_io_printer_info_2.
4056 * Change Samba printers Win32 attribute to PRINTER_ATTRIBUTE_LOCAL.
4057 * BUG 1095: Honor the '-l' option in smbclient.
4058 * BUG 1023: surround get_group_from_gid() with become_unbecome_root()
4060 * Ensure server schannel uses the auth level requested by the
4062 * Removed --with-cracklib option due to potential crash issue.
4063 * Fix -lcrypto linking problem with wbinfo.
4064 * BUG 761: allow printing parameter to set defaults on a per
4066 * Add 'cups options' parameter to allow raw printing without
4067 changing /etc/cups/cupsd.conf.
4068 * BUG 1081, 1183: Added remove_duplicate_gids() to smbd and
4070 * BUG 1246: Fix typo in Fedora /etc/init.d/winbind.
4071 * BUG 1288: resolve any machine netbios name (0x00) and not just
4073 * BUG 1199: Fix potential symlink issue in
4074 examples/printing/smbprint.
4077 o Robert Dahlem <Robert.Dahlem@gmx.net>
4078 * BUG 1048: Don't return short names when when 'mangled names = no'
4081 o Guenther Deschner <gd@suse.com>
4082 * Remove hard coded attribute name in the ads ranged retrieval
4084 * Add --with-libdir and --with-mandir to autoconf script.
4087 o Bostjan Golob <golob@gimb.org>
4088 * BUG 1046: Fix getpwent_list() so that the username is not
4089 overwritten by other fields.
4092 o Landon Fuller <landonf@opendarwin.org>
4093 * BUG 1232: patch from landonf@opendarwin.org (Landon Fuller)
4094 to fix user/group enumeration on systems whose libc does not
4095 call setgrent() before trying to enumerate users (i.e.
4099 o Steve French <sfrench@us.ibm.com>
4100 * Update mount.cifs to version 1.1.
4101 * Disable dev (MS_NODEV) on user mounts from cifs vfs.
4102 * Fixes to minor security bug in the mount helper.
4103 * Fix credential file mounting for cifs vfs.
4104 * Fix free of incremented pointer in cifsvfs mount helper.
4105 * Fix path canonicalization of the mount target path and help
4106 text display in the cifs mount helper.
4107 * Add missing guest mount option for mount.cifs.
4110 o SATOH Fumiyasu <fumiya@miraclelinux.com>
4111 * BUG 1055; formatting fixes for 'net share'.
4112 * BUG 692: correct truncation of share names and workgroup
4114 * BUG 1088: use strchr_m() for query_host (smbclient -L).
4115 * Patch from to internally count characters correctly.
4118 o Paul Green <paulg@samba.org>
4119 * Update VOS _POSIX_C_SOURCE macro to 200112L.
4120 * Fix bug in configure.ion by moving the first use of
4121 AC_CHECK_HEADERS so it is always executed.
4122 * Fix configure.in to only use $BLDSHARED to select whether to
4123 build static or shared libraries.
4126 o Pat Haywarrd <Pat.Hayward@propero.net>
4127 * Make the session_users list dynamic (max of 128K).
4130 o Cal Heldenbrand <calzplace@yahoo.com>
4131 * Fix for for 'pam_smbpass migrate' functionality.
4134 o Chris Hertel <crh@samba.org>
4135 * fix enumeration of shares 12 characters in length via
4139 o Ulrich Holeschak <ulrich@holeschak.de>
4140 * BUG 932: fix local password change using pam_smbpass
4143 o Krischan Jodies <kj@sernet.de>
4144 * Implement 'net rpc group delete'
4147 o John Klinger <john.klinger@lmco.com>
4148 * Return NSS_SUCCESS once the max number of gids possible
4149 has been found in initgroups() on Solaris.
4150 * BUG 1182: Re-enable the -n 'no cache' option for winbindd.
4153 o Volker Lendecke <vl@samba.org>
4154 * Fix success message for net groupmap modify.
4155 * Fix errors when enumerating members of groups in 'net rpc'.
4156 * Match Windows behavior in samr_lookup_names() by returning
4157 ALIAS(4) when you search in BUILTIN.
4158 * Fix server SAMR code to be able to set alias info for
4160 * Fix duplication of logic when creating groups via smbd.
4161 * Ensure that the HWM values are set correctly after running
4163 * Add 'net rpc group add'.
4164 * Implement 'net groupmap set' and 'net groupmap cleanup'.
4165 * Add 'net rpc group [add|del]mem' for domain groups and aliases.
4166 * Fix wb_delgrpmem (wbinfo -o).
4167 * As a DC we should not reply to lsalookupnames on DCNAME\\user.
4168 * Fix sambaUserWorkstations on a Samba DC.
4169 * Implement wbinfo -k: Have winbind generate an AFS token after
4170 authenticating the user.
4171 * Add expand_msdfs VFS module for providing referrals based on the
4172 the client's IP address.
4173 * Implement client side NETLOGON GetDCName function.
4174 * Fix caching of name->sid lookups.
4175 * Add support in winbindd for expanding nested local groups.
4176 * Fix memleak in winbindd.
4178 * Don't list domain groups from BUILTIN.
4179 * Fix memleak in policy handle utility functions.
4180 * Decrease winbindd startup time by only contacting trusted
4181 domains as necessary.
4182 * Allow winbindd to ask the DC for its domain for a trusted
4184 * Fix Netscape DS schema based on comments from
4185 <thomas.mueller@christ-wasser.de>.
4186 * Correct case where adding a domain user to a XP local group
4187 did a lsalookupname on the user without domain prefix, and
4189 * Fix segfault in winbindd caused by 'wbinfo -a'.
4192 o Herb Lewis <herb@samba.org>
4193 * Fix typo for tag in proto file.
4194 * Add missing #ifdef HAVE_BICONV stuff.
4195 * Truncate Samba's netbios name at the first '.' (not
4199 o Derrell Lipman <Derrell.Lipman@UnwiredUniverse.com>
4200 * Bug fixes and enhancements to libsmbclient library.
4203 o Jianliang Lu <j.lu@tiesse.com>
4204 * Enforce the 'user must change password at next login' flag.
4205 * Decode meaning of 'fields present' flags (improves support
4208 * Don't force an upper case domain name in the ntlmssp code.
4211 o L. Lucius <ib@digicron.com>.
4215 o Jim McDonough <jmcd@us.ibm.com>
4216 * Add versioning support to tdbsam.
4217 * Update the IBM Directory Server schema with the OpenLDAP
4219 * Various decoding fixes to improve usrmgr.exe support.
4220 * Fix statfs redeclaration of statfs struct on ppc
4221 * Implement support for password lockout of Samba domain
4222 controllers and standalone servers.
4223 * Get MungedDial attribute actually working with full TS
4224 strings in it for pdb_ldap.
4225 * BUG 1208 (partial): Improvements for working with expired krb5
4226 tickets in winbindd.
4227 * Use timegm, or our already existing replacement instead of
4228 timezone (spotted by Andrzej Tobola <san@iem.pw.edu.pl>).
4229 * Remove modifyTimestamp from list of our attributes.
4230 * Fix lsalookupnames to check for domain users as well as local
4232 * Merge struct uuid replacement for GUID from trunk.
4233 * BUG 1208: Finish support for handling expired tickets in
4234 winbindd (in conjunction with Guenther Deschner <gd@suse.de>).
4237 o Stefan Metzmacher <metze@samba.org>
4238 * Implement new VERSION schema based on subversion revision
4240 * Add shadow_copy vfs module.
4241 * Fix segault in login_cache support.
4244 o Heinrich Mislik <Heinrich.Mislik@univie.ac.at>
4245 o BUG 979 -- Fix quota display on AIX.
4248 o James Peach <jpeach@sgi.com>
4249 * Correct check for printf() format when using the SGI MIPSPro
4251 * BUG 1038: support backtrace for 'panic action' on IRIX.
4252 * BUG 768: Accept profileing arg to IRIX init script.
4253 * BUG 748: Relax arg parsing to sambalp script (IRIX).
4254 * BUG 758: Fix pdma build.
4255 * Search IRIX ABI paths for libiconv. Based on initial fix from
4259 o Kurt Pfeifle <kpfeifle@danka.de>
4260 * Add example shell script for migrating drivers and printers
4261 from a Windows print server to a Samba print server using
4262 smbclient/rpcclient (examples/printing/VamireDriversFunctions).
4265 o Tim Potter <tpot@samba.org>
4266 * Fix logic bug in tdb non-blocking lock routines when
4268 * BUG 1025: Include sys/acl.h in check for broken nisplus
4270 * BUG 1066: s/printf/d_printf/g in SWAT.
4271 * BUG 1098: rename internal msleep() function to fix build
4273 * BUG 1112: Fix for writable printerdata problem in python bindings.
4274 * BUG 1154: Remove reference to <sys/mman.h> in tdbdump.c.
4275 * BUG 1155: enclose use of fchown() with guards.
4276 * Relicense tdb python module as LGPL.
4279 o Richard Sharpe <rsharpe@samba.org>
4280 * Add support to smbclient for multiple logins on the same
4281 session (based on work by abartlet@samba.org).
4282 * Correct blocking condition in smbd's use of accept() on IRIX.
4283 * Add support for printing out the MAC address on nmblookup.
4286 o Simo Sorce <idra@samba.org>
4287 * Replace unknown_3 with fields_present in SAMR code.
4288 * More length checks in strlcat().
4291 o Andrew Tridgell <tridge@samba.org>
4292 * Rewrote the AIX UESS backend for winbindd.
4293 * Fixed compilation with --enable-dmalloc.
4294 * Change tdb license to LGPL (see source/tdb/tdb.c).
4295 * Force winbindd to use schannel in clients connections to
4299 o Jelmer Vernooij <jelmer@samba.org>
4300 * Fix ETA Calculation when resuming downloads in smbget.
4301 * Add -O (for writing downloaded files to standard out)
4302 based on patch by Bas van Sisseren <bas@dnd.utwente.nl>.
4303 * Fix syntax error in example mysql table
4306 o TAKEDA yasuma <yasuma@miraclelinux.com>
4307 * BUG 900: fix token processing in cmd_symlink, cmd_link,
4308 cmd_chown, cmd_chmod smbclient functions.
4311 o Shiro Yamada <shiro@miraclelinux.com>
4312 * BUG 1129: install image files for SWAT.
4315 --------------------------------------------------
4317 ==============================
4318 Release Notes for Samba 3.0.2a
4320 ==============================
4322 Samba 3.0.2a is a minor patch release for the 3.0.2 code base
4323 to address, in particular, a problem when using pdbedit to
4324 sanitize (--force-initialized-passwords) Samba's tdbsam
4325 backend. This is the latest stable release of Samba. This
4326 is the version that all production Samba servers should be
4327 running for all current bug-fixes.
4329 ******************* Attention! Achtung! Kree! *********************
4331 Beginning with Samba 3.0.2, passwords for accounts with a last
4332 change time (LCT-XXX in smbpasswd, sambaPwdLastSet attribute in
4333 ldapsam, etc...) of zero (0) will be regarded as uninitialized
4334 strings. This will cause authentication to fail for such
4335 accounts. If you have valid passwords that meet this criteria,
4336 you must update the last change time to a non-zero value. If you
4337 do not, then 'pdbedit --force-initialized-passwords' will disable
4338 these accounts and reset the password hashes to a string of X's.
4340 ******************* Attention! Achtung! Kree! *********************
4349 Please refer to the CVS log for the SAMBA_3_0 branch for complete
4350 details. The list of changes per contributor are as follows:
4353 o Jeremy Allison <jra@samba.org>
4354 * Added paranoia checks in parsing code.
4357 o Andrew Bartlett <abartlet@samba.org>
4358 * Ensure that changes to uninitialized passwords in ldapsam
4359 are written to the DIT.
4362 o Gerald (Jerry) Carter <jerry@samba.org>
4363 * Fixed iterator in tdbsam.
4364 * Fix bug that disabled accounts with a valid NT password
4365 hash, but no LanMan hash.
4368 o Steve French <sfrench@us.ibm.com>
4369 * Added missing nosetuid and noexec options.
4372 o Bostjan Golob <golob@gimb.org>
4373 * BUG 1046: Don't overwrite usernames of entries returned
4377 o Sebastian Krahmer <krahmer@suse.de>
4378 * Fixed potential crash bug in NTLMSSP parsing code.
4381 o Tim Potter <tpot@samba.org>
4382 * Fixed logic in tdb_brlock error checking.
4385 o Urban Widmark <urban@teststation.com>
4386 * Set nosuid,nodev flags in smbmnt by default.
4389 --------------------------------------------------
4391 =============================
4392 Release Notes for Samba 3.0.2
4394 =============================
4396 It has been confirmed that previous versions of Samba 3.0 are
4397 susceptible to a password initialization bug that could grant an
4398 attacker unauthorized access to a user account created by the
4399 mksmbpasswd.sh shell script.
4401 The Common Vulnerabilities and Exposures project (cve.mitre.org)
4402 has assigned the name CAN-2004-0082 to this issue.
4404 Samba administrators not wishing to upgrade to the current
4405 version should download the 3.0.2 release, build the pdbedit
4408 root# pdbedit-3.0.2 --force-initialized-passwords
4410 This will disable all accounts not possessing a valid password
4411 (e.g. the password field has been set a string of X's).
4413 Samba servers running 3.0.2 are not vulnerable to this bug
4414 regardless of whether or not pdbedit has been used to sanitize
4417 Some of the more visible bugs in 3.0.1 addressed in the 3.0.2
4420 o Joining a Samba domain from Pre-SP2 Windows 2000 clients.
4421 o Logging onto a Samba domain from Windows XP clients.
4422 o Problems with the %U and %u smb.conf variables in relation to
4423 Windows 9x/ME clients.
4424 o Kerberos failures due to an invalid in memory keytab detection
4426 o Updates to the ntlm_auth tool.
4427 o Fixes for various SMB signing errors.
4428 o Better separation of WINS and DNS queries for domain controllers.
4429 o Issues with nss_winbind FreeBSD and Solaris.
4430 o Several crash bugs in smbd and winbindd.
4431 o Output formatting fixes for smbclient for better compatibility
4432 with scripts based on the 2.2 version.
4441 Parameter Name Action
4442 -------------- ------
4443 ldap replication sleep New
4444 read size removed (unused)
4445 source environment removed (unused)
4451 Please refer to the CVS log for the SAMBA_3_0 branch for complete
4452 details. The list of changes per contributor are as follows:
4454 o Jeremy Allison <jra@samba.org>
4455 * Revert change that broke Exchange clear text samlogons.
4456 * Fix gcc 3.4 warning in MS-DFS code.
4457 * Tidy up of NTLMSSP code.
4458 * Fixes for SMB signing errors
4459 * BUG 815: Workaround NT4 bug to support plaintext
4460 password logins and UNICODE.
4461 * Fix SMB signing bug when copying large files.
4462 * Correct error logic in mkdir_internals() (caused a panic
4463 when combined with --enable-developer).
4464 * BUG 830: Protect against crashes due to bad character
4468 o Petri Asikainen <paca@sci.fi>
4469 * BUG 330, 387:Fix single valued attribute updates when
4470 working with Novell NDS.
4473 o Andrew Bartlett <abartlet@samba.org>
4474 * Correctly handle per-pipe NTLMSSP inside a NULL session.
4475 * Fix segfault in gencache
4476 * Fix early free() of encrypted_session_key.
4477 * Change DC lookup routines to more carefully separate
4478 DNS names (realms) from NetBIOS domain names.
4479 * Add new sid_to_dn() function for internal winbindd use.
4480 * Refactor cli_ds_enum_domain_trusts().
4481 * BUG 707: Implement range retrieval of ADS attributes (based
4482 on work from Volker <vl@samba.org> and Guenther Deschner
4484 * Automatically initialize the signing engine if a session key
4486 * BUG 916: Do not perform a + -> ' ' substitution for squid URL
4487 encoded strings, only form input in SWAT.
4488 * Resets the NTLMSSP state for new negotiate packets.
4489 * Add 2-byte alignments in net_samlogon() queries to parse
4490 odd-length plain text passwords.
4491 * Allow Windows groups with no members in winbindd.
4492 * Allow normal authentication in the absence of a server
4493 generated session key.
4494 * More optimizations for looking up UNIX group lists.
4495 * Clean up error codes and return values for pam_winbindd
4496 and winbindd PAM interface.
4497 * Fix string return values in ntlm_auth tool.
4498 * Fix segfault when 'security = ads' but no realm is defined.
4499 * BUG 722: Allow winbindd to map machine accounts to uids.
4500 * More cleanups for winbindd's find_our_domain().
4501 * More clearly detect whether a domain controller is an NT4
4502 or mixed-mode AD DC (additional bug fixes by jerry & jmcd).
4503 * Increase separation between DNS queries for hosts and queries
4504 for AD domain controllers.
4505 * Include additional NT_STATUS to PAM error mappings.
4506 * Password initialization fixes.
4509 o Justin Baugh <justin.baugh@request.com>
4510 * BUG 948: Implement missing functions required for FreeBSD
4511 nss_winbind support.
4514 o Alexander Bokovoy <ab@samba.org>
4515 * BUG 922: Make sure enable fast path for strlower_m() and
4519 o Luca Bolcioni <Luca.Bolcioni@yacme.com>
4520 * Fix crash when using 'security = server' and 'encrypt
4521 passwords = no' by always initializing the session key.
4524 o Dmitry Butskoj <buc@odusz.elektra.ru>
4525 * Fix for special files being hidden from admins.
4528 o Gerald (Jerry) Carter <jerry@samba.org>
4529 * Fix bug in the lanman session key generation. Caused
4530 "decode_pw: incorrect password length" error messages.
4531 * Save the right case for the located user name in
4532 fill_sam_account(). Fixes %U/%u expansion for win9x clients.
4533 * BUG 897: Add well known rid for pre win2k compatible access
4535 * BUG 887: Correct typo in delete user script example.
4536 * Use short lived TALLOC_CTX* for allocating printer objects
4537 from the print handle cache.
4538 * BUG 912: Fix check for HAVE_MEMORY_KEYTAB.
4539 * Fix several warnings reported by the SUN Forte C compiler.
4540 * Fully control DNS queries for AD DC's using 'name resolve order'.
4541 * BUG 770: Send the SMBjobid for UNIX jobs back to the client.
4542 * BUG 972: Fix segfault in cli_ds_getprimarydominfo().
4543 * BUG 936: fix bind credentials for schannel binds in smbd.
4544 * BUG 446: Fix output of smbclient for better compatibility
4545 with scripts based on the 2.2 version (including Amanda).
4546 * BUG 891, 949: Fedora packaging fixes.
4547 * Fix bug that caused rpcclient to incorrectly retrieve
4548 the SID for a server (this causing all calls that required
4549 this information to fail).
4550 * BUG 977: Don't create a homes share for a user if a static
4551 share already exists by the same name.
4552 * Removed unused smb.conf options.
4553 * Password initialization fixes.
4554 * Set the disable flag for template accounts created by
4556 * Disable any account has no passwords and does not have the
4557 ACB_PWNOTREQ bit set.
4560 o Guenther Deschner <gd@suse.com>
4561 * Install smbwrapper.so should be put into the $(libdir)
4563 * Add the capability to specify the new user password
4564 for "net ads password" on the command line.
4565 * Correctly detect AFS headers on SuSE.
4568 o James Flemer <jflemer@uvm.edu>
4569 * Fix AIX compile bug by linking HAVE_ATTR_LIST to
4570 HAVE_SYS_ATTRIBUTES_H.
4573 o Luke Howard <lukeh@PADL.COM>
4574 * Fix segfault in session setup reply caused by a early free().
4577 o Stoian Ivanov <sdr@bultra.com>
4578 * Implement grepable output for smbclient -L.
4581 o LaMont Jones <lamont@debian.org>
4582 * BUG 225328 (Debian): Correct false failure LFS test that resulted
4583 in _GNU_SOURCE not being defined (thus resulting in strndup()
4587 o Volker Lendecke <vl@samba.org>
4588 * BUG 583: Ensure that user names always contain the short
4589 version of the domain name.
4590 * Fix our parsing of the LDAP uri.
4591 * Don't show the 'afs username map' in the SWAT basic view.
4592 * Fix SMB signing issues in relation to failed NTLMSSP logins.
4593 * BUG 924: Fix return codes in smbtorture harness.
4594 * Always lower-case usernames before handing it to AFS code.
4595 * Add a German translation for SWAT.
4596 * Fix a segfaults in winbindd.
4597 * Fix the user's domain passed to register_vuid() from
4598 reply_spnego_kerberos().
4599 * Add NSS example code in nss_winbind to convert UNIX
4600 id's <-> Windows SIDs.
4601 * Display more descriptive error messages for login via 'net'.
4602 * Fix compiler warning in the net tool.
4603 * Fix length bug when decoding base64 strings.
4604 * Ensure we don't call getpwnam() inside a loop that is iterating
4605 over users with getpwent(). This broke on glibc 2.3.2.
4608 o Herb Lewis <herb@samba.org>
4609 * Fix bit rot in psec.
4612 o Jianliang Lu <j.lu@tiesse.com>
4613 * Ensure we delete the group mapping before calling the delete
4615 * Define well known RID for managing the "Power Users" group.
4616 * BUG 381: check builtin (not local) group SID when updating
4618 * BUG 101: set the SV_TYPE_PRINTQ_SERVER flag in host announcement
4622 o John Klinger <john.klinger@lmco.com>
4623 * Implement initgroups() call in nss_winbind on Solaris.
4626 o Jim McDonough <jmcd@us.ibm.com>
4627 * Fix regression in net rpc join caused by recent changes
4628 to cli_lsa_query_info_policy().
4629 * BUG 964: Fix crash bug in 'net rpc join' using a preexisting
4633 o MORIYAMA Masayuki <moriyama@miraclelinux.com>
4634 * BUG 570: Ensure that configure honors the LDFLAGS variable.
4637 o Stefan Metzmacher <metze@samba.org>
4638 * Implement LDAP rebind sleep patch.
4639 * Revert to 2.2 quota code because of so many broken quota files
4641 * Fix XFS quotas: HAVE_XFS_QUOTA -> HAVE_XFS_QUOTAS
4642 XFS_USER_QUOTA -> USRQUOTA
4643 XFS_GROUP_QUOTA -> GRPQUOTA
4644 * Fix disk_free calculation with group quotas.
4645 * Add debug class 'quota' and a lot of DEBUG()'s
4647 * Fix sys_chown() when no chown() is present.
4648 * Add SIGABRT to fault handling in order to catch got a
4649 backtrace if an error occurs the OpenLDAP client libs.
4653 * Allow an existing LDAP machine account to be re-used when
4654 joining an AD domain.
4657 o James Peach <jpeach@sgi.com>
4658 * BUG 889: Change smbd to use pread/pwrite on platforms that
4659 support these calls. Can lead to a significant speed increase.
4662 o Tim Potter <tpot@samba.org>
4663 * BUG 905: Remove POBAD_CC to fix Solaris Forte compiles.
4664 * BUG 924: Fix typo in RW2 torture test.
4667 o Richard Sharpe <rsharpe@samba.org>
4668 * Small fixes to torture.c to cleanup the error handling
4669 and prevent crashes.
4672 o J. Tournier <jerome.tournier@IDEALX.com>
4673 * Small fixes for the smbldap-tool scripts.
4676 o Andrew Tridgell <tridge@samba.org>
4677 * Fix src len check in pull_usc2().
4680 o Jelmer Vernooij <jelmer@samba.org>
4681 * Put functions for generating SQL queries in pdb_sql.c
4682 * Add pgSQL backend (based on patch by Hamish Friedlander)
4683 * BUG 908: Fix -s option to smbcontrol.
4684 * Add smbget utility - a wget-clone for the SMB/CIFS protocol.
4685 * Fix for libnss_wins on IRIX platforms.
4686 * Fix swatdir for --with-fhs.
4689 --------------------------------------------------
4691 =============================
4692 Release Notes for Samba 3.0.1
4694 =============================
4696 Some of the more common bugs in 3.0.0 addressed in the release
4699 o Substitution problems with smb.conf variables.
4700 o Errors in return codes which caused some applications
4701 to fail to open files.
4702 o General Protection Faults on Windows 2000/XP clients
4703 using Samba point-n-print features.
4704 o Several miscellaneous crash bugs.
4705 o Access problems when enumerating group mappings are
4706 stored in an LDAP Directory.
4707 o Several common SWAT bugs when writing changes to
4709 o Internal inconsistencies when 'winbind use default
4715 ----------------------
4717 Parameter Name Action
4718 -------------- ------
4719 hide local users Removed
4720 mangled map Deprecated
4721 mangled stack Removed
4722 passwd chat timeout New
4728 o Change the interface for init_unistr2 to not take a length
4729 but a flags field. We were assuming that
4730 2*strlen(mb_string) == length of ucs2-le string. (bug 480).
4731 o Allow d_printf() to handle strings with escaped quotation
4732 marks since the msg file includes the escape character (bug 489).
4733 o Fix bad html table row termination in SWAT wizard code (bug 413).
4734 o Fix to parse the level-2 strings.
4735 o Fix for "valid users = %S" in [homes]. Fix read/write
4737 o Change AC_CHECK_LIB_EXT to prepend libraries instead of append.
4738 This is the same way AC_CHECK_LIB works (bug 508).
4739 o Testparm output fixes for clarity.
4740 o Fix broken wins hook functionality -- i18n bug (bug 528).
4741 o Take care of condition where DOS and NT error codes must differ.
4742 o Default to using only built-in charsets when a working iconv
4743 implementation cannot be located.
4744 o Wrap internals of sys_setgroups() so the sys_XX() call can
4745 be done unconditionally (bug 550).
4746 o Remove duplicate smbspool link on SWAT's front page (bug 541).
4747 o Save and restore CFLAGS before/after AC_PROG_CC. Ensures that
4748 --enable-debug=[yes|no] works correctly.
4749 o Allow ^C to interrupt smbpasswd if using our getpass
4750 (e.g. smbpasswd command).
4751 o Support signing only on RPC's (bug 167).
4752 o Correct bug that prevented Excel 2000 clients from opening
4753 files marked as read-only.
4754 o Portability fix bugs 546 - 549).
4755 o Explicitly initialize the value of AR for vendor makes that don't
4756 do this (e.g. HPUX 11). (bug 552).
4757 o More i18n fixes for SWAT (bug 413).
4758 o Change the cwd before the postexec script to ensure that a
4759 umount will succeed.
4760 o Correct double free that caused winbindd to crash when a DC
4761 is rebooted (bug 437).
4762 o Fix incorrect mode sum (bug 562).
4763 o Canonicalize SMB_INFO_ALLOCATION in the same was as
4764 SMB_FS_FULL_SIZE_INFORMATION (bug 564).
4765 o Add script to generate *msg files.
4766 o Add Dutch SWAT translation file.
4767 o Make sure to call get_user_groups() with the full winbindd
4768 name for a user if he/she has one (bug 406).
4769 o Fix up error code returns from Samba4 tester. Ensure invalid
4770 paths are validated the same way.
4771 o Allow Samba3 to pass the Samba4 RAW-READ tests.
4772 o Refuse to configure if --with-expsam=$BACKEND was used but no
4773 libraries were found for $BACKEND.
4774 o Move sysquotas autoconf tests to a separate file.
4775 o Match W2K w.r.t. writelock and writeclose. Samba4 torture
4777 o Make sure that the files that contain the static_init_$subsystem;
4778 macro get recompiled after configure by removing the object
4780 o Ensure canceling a blocking lock returns the correct error
4782 o Match Samba 2.2 behavior; make ACB_NORMAL the default ACB value.
4783 o Updated Japanese welcome file in SWAT.
4784 o Fix to nt-time <-> unix-time functions reversible.
4785 o Ensure that winbindd uses the the escaped DN when querying
4787 o Fix portability issues when compiling (bug 505, 550)
4788 o Compile fix for tdbbackup when Samba needs to override
4789 non-C99 compliant implementations of snprintf().
4790 o Use @PICSUFFIX@ instead of .po in Makefile.in (bug 574).
4791 o Make sure we break out of samsync loop on error.
4792 o Ensure error code path doesn't free unmalloc()'d memory
4794 o Add configure test for krb5_keytab_entry keyblock vs key
4797 o Modified testparm so that all output so all debug output goes
4798 to stderr, and all file processing goes to stdout.
4799 o Fix error return code for BUFFER_TOO_SMALL in smbcacls
4801 o Fix "NULL dest in safe_strcpy()" log message by ensuring that
4802 we have a devmode before copying a string to the devicename.
4803 o Support mapping REALM.COM\user to a local user account (without
4804 running winbindd) for compatibility with 2.2.x release.
4805 o Ensure we don't use mmap() on blacklisted systems.
4806 o fixed a number of bugs and memory leaks in the AIX
4808 o Call initgroups() in SWAT before becomming the user so that
4809 secondary group permissions can be used when writing to
4811 o Fix signing problems when reverse connecting back to a
4812 client for printer notify
4813 o Fix signing problems caused by a miss-sequence bug.
4814 o Missing map in errormap for ERROR_MORE_DATA -> ERRDOS, ERRmoredata.
4815 Fixes NEXUS tools running on Win9x clients (bug 64).
4816 o Don't leave the domain field uninitialized in cli_lsa.c if some
4817 SID could not be mapped.
4818 o Fix segfault in mount.cifs helper when there is no options
4819 specified during mount.
4820 o Change the \n after the password prompt to go to tty instead
4821 of stdout (bug 668).
4822 o Stop net -P from prompting for machine account password (bug 451).
4823 o Change in behavior to Not only change the effective uid but also
4824 the real uid when becoming unprivileged.
4825 o Cope with Exchange 5.5 cleartext pop password auth.
4826 o New files for support of initshutdown pipe. Win2k doesn't
4827 respond properly to all requests on the winreg pipe, so we need
4828 to handle this new pipe (bug 534).
4829 o Added more va_copy() checks in configure.in.
4830 o Include fixes for libsmbclient build problems.
4831 o Missing UNIX -> DOS codepage conversion in lanman.c.
4832 o Allow DFMS-S filenames can now have arbitrary case (bug 667).
4833 o Parameterize the listen backlog in smbd and make it larger by
4834 default. A backlog of 5 is way too small these days.
4835 o Check for an invalid fid before dereferencing the fsp pointer
4837 o Remove invalid memory frees and return codes in pdb_ldap.c.
4838 o Prompt for password when invoking --set-auth-user and no
4840 o Bind the nmbd sending socket to the 'socket address'.
4841 o Re-order link command for smbd, rpcclient and smbpasswd to ensure
4842 $LDFLAGS occurs before any library specification (bug 661).
4843 o Fix large number of printf() calls for 64-bit size_t.
4844 o Fix AC_CHECK_MEMBER so that SLES8 does correctly finds the
4845 keyblock in the krb5 structs.
4846 o Remove #include <compat.h> in hopes to avoid problems with
4847 apache header files.
4848 o Correct winbindd build problems on HP-UX 11.
4849 o Lowercase netgroups lookups (bug 703).
4850 o Use the actual size of the buffer in strftime instead of a made
4851 up value which just happens to be less than sizeof(fstring).
4853 o Add ldaplibs to pdbedit link line (bug 651).
4854 o Fix crash bug in smbclient completion (bug 659).
4855 o Fix packet length for browse list reply (bug 771).
4856 o Fix coredump in cli_get_backup_list().
4857 o Make sure that we expand %N (bug 612).
4858 o Allow rpcclient adddriver command to specify printer driver
4860 o Compile tdbdump by default.
4861 o Apply patches to fix iconv detection for FreeBSD.
4862 o Do not allow the 'guest account' to be added to a passdb backend
4863 using smbpasswd or pdbedit (bug 624).
4864 o Save LDFLAGS during iconv detection (bug 57).
4865 o Run krb5 logins through the username map if the winbindd
4866 lookup fails (bug 698).
4867 o Add const for lp_set_name_resolve_order() to avoid compiler
4869 o Add support for the %i macro in smb.conf to stand in for the for
4870 the local IP address to which a client connected.
4871 o Allow winbindd to match local accounts to domain SID when
4872 'winbind trusted domains only = yes' (bug 680).
4873 o Remove code in idmap_ldap that searches the user suffix and group
4874 suffix. It's not needed and provides inconsistent functionality
4875 from the tdb backend.
4876 o Patch to handle munged dial string for Windows 2000 TSE.
4877 Thanks to Gaz de France, Direction de la Recherche, Service
4878 Informatique Métier for their supporting this work by Aurelien
4879 Degrémont <adegremont@idealx.com>.
4880 o Correct the "smbldap_open: cannot access when not root error"
4881 messages when looking up group information (bug 281).
4882 o Skip over the winbind separator when looking up a user.
4883 This fixes the bug that prevented local users from
4884 matching an AD user when not running winbindd (bug 698).
4885 o Fix a problem with configure on *BSD systems. Make sure
4886 we add -liconv etc to LDFLAGS.
4887 o Fix core dump bug when "security = server" and the authentication
4889 o Correct crash bug due to an empty munged dial string.
4890 o Show files locked by a specific user (smbstatus -u 'user')
4892 o Fix bug preventing print jobs from display in the queue
4893 monitor used by Windows NT and later clients (bug 660).
4894 o Fix several reported problems with point-n-print from
4895 Windows 2000/XP clients due to a bug in the EnumPrinterDataEx()
4896 reply (bug 338, 527 & 643).
4897 o Fix a handful of potential memory leaks in the LDAP code used
4898 by ldapsam[_compat] and the LDAP idmap backend.
4899 o Fix for pdbedit error code returns (bug 763).
4900 o Make sure we only enumerate group mapping entries (not
4901 /etc/group) even when doing local aliases.
4902 o Relax check on the pipe name in a dce/rpc bind response to work
4903 around issues with establishing trusts to a Windows 2003 domain.
4904 o Ensure we mangle names ending in '.' in hash2 mangling method.
4905 o Correct parsing issues with munged dial string.
4906 o Fix bugs in quota support for XFS.
4907 o Add a cleaner method for applications that need to provide
4908 name->SID mappings to do this via NSS rather than having to
4909 know the winbindd pipe protocol.
4910 o Adds a variant of the winbindd_getgroups() call called
4911 winbindd_getusersids() that provides direct SID->SIDs listing of
4912 a users supplementary groups. This is enough to allow non-Samba
4913 applications to do ACL checking.
4914 o Make sure we don't append the 'ldap suffix' when writing out the
4915 'ldap XXX suffix' values in SWAT (bug 328).
4916 o Fix renames across file systems.
4917 o Ensure that items in a list of strings containing whitespace are
4918 written out surrounded by single quotes. This means that both
4919 double and single quotes are now used to surround strings in
4921 o Enable SWAT to correctly determine if winbindd is running (bug
4923 o Include WWW-Authenticate field in 401 response for bad auth
4925 o Add support for NTLM2 (NTLMv2 session security).
4926 o Add support for variable-length session keys.
4927 o More privilege fixes for group enumeration in LDAP (bug 281).
4928 o Use the dns name (or IP) as the originating client name when
4929 using CUPS (bug 467).
4930 o Fix various SMB signing bugs.
4931 o Fix ACL propagation on a DFS root (bug 263).
4932 o Disable NTLM2 for RPC pipes.
4933 o Allow the client to specify the NTLM2 flags got NTLMSSP
4935 o Change the name of the job passed off to cups from "Test Page"
4936 to "smbprn.00000033 Test Page" so that we can get the smb
4937 jobid back. This allow users to delete jobs with cups printing
4938 backend (partial work on bug 770).
4939 o Fix build of winbindd with static pdb modules.
4940 o Retrieve the correct ACL group bits if the file has an ACL
4942 o Implement "net rpc group members": Get members of a domain group
4943 in human-readable format.
4944 o Add MacOSX (Darwin) specific charset module code.
4945 o Use samr_dispinfo(level == 1) for enumerating domain users so we
4946 can include the full name in gecos field (bug 587).
4947 o Add support for winbind's NSS library on FeeeBSD 5.1 (bug 797).
4948 o Implement 'net rpc group list [global|local|builtin]*' for a
4949 select listing of the respective user databases.
4950 o Don't automatically set NT status code flag unless client tells
4952 o Add 'net status [sessions|shares] [parseable]'.
4953 o Don't mistake pre-existing UNIX jobs for smb jobs (remainder of
4955 o Add 'Replicator' and 'RAS Servers' to list of builtin SIDs
4957 o Fix inverted logic in hosts allow/deny checks caused by
4958 s/strcmp/strequal/ (bug 846).
4959 o Implement correct version SamrRemoveSidForeignDomain() (bug 252).
4960 o Fix typo in 'hash' mangling algorithm.
4961 o Support munged dial for ldapsam (bug 800).
4962 o Fix process_incoming_data() to return the number of bytes handled
4963 this call whether we have a complete PDU or not; fixes bug
4964 with multiple PDU request rpc's broken over SMBwriteX calls
4966 o Fix incorrect smb flags2 for connections to pre-NT servers
4967 (causes smbclient to fail to OS2 for example) (bug 821).
4968 o Update version string in smbldap-tools Makefile to 0.8.2.
4969 o Correct a problem with "net rpc vampire" mis-parsing the
4970 alias member info reply.
4971 o Ensure the ${libdir} is created by the installclientlib script.
4972 o Fix detection of Windows 2003 client architecture in the smb.conf
4974 o Ensure that smbd calls the add user script for a missing UNIX
4975 user on kerberos auth call (bug 445).
4976 o Fix bugs in hosts allow/deny when using a mismatched
4977 network/netmask pair.
4978 o Protect alloc_sub_basic() from crashing when the source string
4979 is NULL (partial work on bug 687).
4980 o Fix spinlocks on IRIX.
4981 o Corrected some bad destination paths when running "configure
4983 o Add packaging files for Fedora Core 1.
4984 o Correct bug in SWAT install script for non-english languages.
4985 o Support character set ISO-8859-1 internally (bug 558).
4986 o Fixed more LDAP access errors when looking up group mappings
4988 o Fix UNISTR2 length bug in LsaQueryInfo(3) that caused SID
4989 resolution to fail on local files on on domain members
4991 o Fix uninitialized variable in passdb.c.
4992 o Fix formal parameter type in get_static() in nsswitch/wins.c.
4993 o Fix problem mounting directories when mount.cifs is installed
4994 with the setuid bit on.
4995 o Fix bug that prevent --mandir from overriding the defaults
4996 given in the --with-fhs macro.
4997 o Fix bug in in-memory Kerberos keytab detection routines
5002 ######################################################################
5004 The original 3.0.0 release notes follow
5005 =======================================
5006 WHATS NEW IN Samba 3.0.0
5008 =======================================
5014 1) Active Directory support. Samba 3.0 is now able to
5015 join a ADS realm as a member server and authenticate
5016 users using LDAP/Kerberos.
5018 2) Unicode support. Samba will now negotiate UNICODE on the wire
5019 and internally there is now a much better infrastructure for
5020 multi-byte and UNICODE character sets.
5022 3) New authentication system. The internal authentication system
5023 has been almost completely rewritten. Most of the changes are
5024 internal, but the new auth system is also very configurable.
5026 4) New default filename mangling system.
5028 5) A new "net" command has been added. It is somewhat similar to
5029 the "net" command in windows. Eventually we plan to replace
5030 numerous other utilities (such as smbpasswd) with subcommands
5033 6) Samba now negotiates NT-style status32 codes on the wire. This
5034 improves error handling a lot.
5036 7) Better Windows 2000/XP/2003 printing support including publishing
5037 printer attributes in active directory.
5039 8) New loadable module support for passdb backends and character
5042 9) New default dual-daemon winbindd support for better performance.
5044 10) Support for migrating from a Windows NT 4.0 domain to a Samba
5045 domain and maintaining user, group and domain SIDs.
5047 11) Support for establishing trust relationships with Windows NT 4.0
5050 12) Initial support for a distributed Winbind architecture using
5051 an LDAP directory for storing SID to uid/gid mappings.
5053 13) Major updates to the Samba documentation tree.
5055 14) Full support for client and server SMB signing to ensure
5056 compatibility with default Windows 2003 security settings.
5058 15) Improvement of ACL mapping features based on code donated by
5059 Andreas Grünbacher.
5062 Plus lots of other improvements!
5065 Additional Documentation
5066 ------------------------
5068 Please refer to Samba documentation tree (included in the docs/
5069 subdirectory) for extensive explanations of installing, configuring
5070 and maintaining Samba 3.0 servers and clients. It is advised to
5071 begin with the Samba-HOWTO-Collection for overviews and specific
5072 tasks (the current book is up to approximately 400 pages) and to
5073 refer to the various man pages for information on individual options.
5075 We are very glad to be able to include the second edition of
5076 "Using Samba" by Jay Ts, Robert Eckstein, and David Collier-Brown
5077 (O'Reilly & Associates) in this release. The book is available
5078 on-line at http://samba.org/samba/docs/ and is included with
5079 the Samba Web Administration Tool (SWAT). Thanks to the authors and
5080 publisher for making "Using Samba" under the GNU Free Documentation
5084 ######################################################################
5085 Upgrading from a previous Samba 3.0 beta
5086 ########################################
5088 Beginning with Samba 3.0.0beta3, the RID allocation functions
5089 have been moved into winbindd. Previously these were handled
5090 by each passdb backend. This means that winbindd must be running
5091 to automatically allocate RIDs for users and/or groups. Otherwise,
5092 smbd will use the 2.2 algorithm for generating new RIDs.
5094 If you are using 'passdb backend = tdbsam' with a previous Samba
5095 3.0 beta release (or possibly alpha), it may be necessary to
5096 move the RID_COUNTER entry from /usr/local/samba/private/passdb.tdb
5097 to winbindd_idmap.tdb. To do this:
5099 1) Ensure that winbindd_idmap.tdb exists (launch winbindd at least
5101 2) build tdbtool by executing 'make tdbtool' in the source/tdb/
5103 3) run: (note that 'tdb>' is the tool's prompt for input)
5105 root# ./tdbtool /usr/local/samba/private/passdb.tdb
5106 tdb> show RID_COUNTER
5110 [000] 0A 52 00 00 .R.
5112 tdb> move RID_COUNTER /usr/local/samba/var/locks/winbindd_idmap.tdb
5116 If you are using 'passdb backend = ldapsam', it will be necessary to
5117 store idmap entries in the LDAP directory as well (i.e. idmap backend
5118 = ldap). Refer to the 'net idmap' command for more information on
5119 migrating SID<->UNIX id mappings from one backend to another.
5121 If the RID_COUNTER record does not exist, then these instructions are
5122 unneccessary and the new RID_COUNTER record will be correctly generated
5127 ########################
5128 Upgrading from Samba 2.2
5129 ########################
5131 This section is provided to help administrators understand the details
5132 involved with upgrading a Samba 2.2 server to Samba 3.0.
5138 Many of the options to the GNU autoconf script have been modified
5139 in the 3.0 release. The most noticeable are:
5141 * removal of --with-tdbsam (is now included by default; see section
5142 on passdb backends and authentication for more details)
5144 * --with-ldapsam is now on used to provided backward compatible
5145 parameters for LDAP enabled Samba 2.2 servers. Refer to the passdb
5146 backend and authentication section for more details
5148 * inclusion of non-standard passdb modules may be enabled using
5149 --with-expsam. This includes an XML backend and a mysql backend.
5151 * removal of --with-msdfs (is now enabled by default)
5153 * removal of --with-ssl (no longer supported)
5155 * --with-utmp now defaults to 'yes' on supported systems
5157 * --with-sendfile-support is now enabled by default on supported
5164 This section contains a brief listing of changes to smb.conf options
5165 in the 3.0.0 release. Please refer to the smb.conf(5) man page for
5166 complete descriptions of new or modified parameters.
5168 Removed Parameters (order alphabetically):
5171 * alternate permissions
5174 * code page directory
5176 * domain admin group
5177 * domain guest group
5178 * force unknown acl user
5184 * printer driver file
5185 * printer driver location
5187 * source environment
5195 New Parameters (new parameters have been grouped by function):
5199 * abort shutdown script
5202 User and Group Account Management
5203 ---------------------------------
5205 * add machine script
5206 * add user to group script
5207 * algorithmic rid base
5208 * delete group script
5209 * delete user from group script
5211 * set primary group script
5217 * passwd chat timeout
5221 * client lanman auth
5222 * client NTLMv2 auth
5228 * paranoid server security
5237 * hide special files
5238 * hide unwriteable files
5240 * kernel change notify
5250 * max reported print jobs
5252 UNICODE and Character Sets
5253 --------------------------
5259 SID to uid/gid Mappings
5260 -----------------------
5264 * winbind enable local accounts
5265 * winbind trusted domains only
5266 * template primary group
5267 * enable rid algorithm
5274 * ldap machine suffix
5276 * ldap replication sleep
5279 General Configuration
5280 ---------------------
5284 Modified Parameters (changes in behavior):
5286 * encrypt passwords (enabled by default)
5287 * mangling method (set to 'hash2' by default)
5290 * restrict anonymous (integer value)
5291 * security (new 'ads' value)
5292 * strict locking (enabled by default)
5293 * unix extensions (enabled by default)
5294 * winbind cache time (increased to 5 minutes)
5295 * winbind uid (deprecated in favor of 'idmap uid')
5296 * winbind gid (deprecated in favor of 'idmap gid')
5302 This section contains brief descriptions of any new databases
5303 introduced in Samba 3.0. Please remember to backup your existing
5304 ${lock directory}/*tdb before upgrading to Samba 3.0. Samba will
5305 upgrade databases as they are opened (if necessary), but downgrading
5306 from 3.0 to 2.2 is an unsupported path.
5308 Name Description Backup?
5309 ---- ----------- -------
5310 account_policy User policy settings yes
5311 gencache Generic caching db no
5312 group_mapping Mapping table from Windows yes
5313 groups/SID to unix groups
5314 winbindd_idmap ID map table from SIDS to UNIX yes
5316 namecache Name resolution cache entries no
5317 netsamlogon_cache Cache of NET_USER_INFO_3 structure no
5318 returned as part of a successful
5319 net_sam_logon request
5320 printing/*.tdb Cached output from 'lpq no
5321 command' created on a per print
5323 registry Read-only samba registry skeleton no
5324 that provides support for exporting
5325 various db tables via the winreg RPCs
5331 The following issues are known changes in behavior between Samba 2.2 and
5332 Samba 3.0 that may affect certain installations of Samba.
5334 1) When operating as a member of a Windows domain, Samba 2.2 would
5335 map any users authenticated by the remote DC to the 'guest account'
5336 if a uid could not be obtained via the getpwnam() call. Samba 3.0
5337 rejects the connection as NT_STATUS_LOGON_FAILURE. There is no
5338 current work around to re-establish the 2.2 behavior.
5340 2) When adding machines to a Samba 2.2 controlled domain, the
5341 'add user script' was used to create the UNIX identity of the
5342 machine trust account. Samba 3.0 introduces a new 'add machine
5343 script' that must be specified for this purpose. Samba 3.0 will
5344 not fall back to using the 'add user script' in the absence of
5345 an 'add machine script'
5348 ######################################################################
5349 Passdb Backends and Authentication
5350 ##################################
5352 There have been a few new changes that Samba administrators should be
5353 aware of when moving to Samba 3.0.
5355 1) encrypted passwords have been enabled by default in order to
5356 inter-operate better with out-of-the-box Windows client
5357 installations. This does mean that either (a) a samba account
5358 must be created for each user, or (b) 'encrypt passwords = no'
5359 must be explicitly defined in smb.conf.
5361 2) Inclusion of new 'security = ads' option for integration
5362 with an Active Directory domain using the native Windows
5363 Kerberos 5 and LDAP protocols.
5365 MIT kerberos 1.3.1 supports the ARCFOUR-HMAC-MD5 encryption
5366 type which is neccessary for servers on which the
5367 administrator password has not been changed, or kerberos-enabled
5368 SMB connections to servers that require Kerberos SMB signing.
5369 Besides this one difference, either MIT or Heimdal Kerberos
5370 distributions are usable by Samba 3.0.
5373 Samba 3.0 also includes the possibility of setting up chains
5374 of authentication methods (auth methods) and account storage
5375 backends (passdb backend). Please refer to the smb.conf(5)
5376 man page for details. While both parameters assume sane default
5377 values, it is likely that you will need to understand what the
5378 values actually mean in order to ensure Samba operates correctly.
5380 The recommended passdb backends at this time are
5382 * smbpasswd - 2.2 compatible flat file format
5383 * tdbsam - attribute rich database intended as an smbpasswd
5384 replacement for stand alone servers
5385 * ldapsam - attribute rich account storage and retrieval
5386 backend utilizing an LDAP directory.
5387 * ldapsam_compat - a 2.2 backward compatible LDAP account
5390 Certain functions of the smbpasswd(8) tool have been split between the
5391 new smbpasswd(8) utility, the net(8) tool, and the new pdbedit(8)
5392 utility. See the respective man pages for details.
5395 ######################################################################
5399 This section outlines the new features affecting Samba / LDAP
5405 A new object class (sambaSamAccount) has been introduced to replace
5406 the old sambaAccount. This change aids us in the renaming of
5407 attributes to prevent clashes with attributes from other vendors.
5408 There is a conversion script (examples/LDAP/convertSambaAccount) to
5409 modify and LDIF file to the new schema.
5413 $ ldapsearch .... -b "ou=people,dc=..." > sambaAcct.ldif
5414 $ convertSambaAccount --sid=<Domain SID> \
5415 --input=sambaAcct.ldif --output=sambaSamAcct.ldif \
5416 --changetype=[modify|add]
5418 The <DOM SID> can be obtained by running 'net getlocalsid
5419 <DOMAINNAME>' on the Samba PDC as root. The changetype determines
5420 the format of the generated LDIF output--either create new entries
5421 or modify existing entries.
5423 The old sambaAccount schema may still be used by specifying the
5424 "ldapsam_compat" passdb backend. However, the sambaAccount and
5425 associated attributes have been moved to the historical section of
5426 the schema file and must be uncommented before use if needed.
5427 The 2.2 object class declaration for a sambaAccount has not changed
5428 in the 3.0 samba.schema file.
5430 Other new object classes and their uses include:
5432 * sambaDomain - domain information used to allocate rids
5433 for users and groups as necessary. The attributes are added
5434 in 'ldap suffix' directory entry automatically if
5435 an idmap uid/gid range has been set and the 'ldapsam'
5436 passdb backend has been selected.
5438 * sambaGroupMapping - an object representing the
5439 relationship between a posixGroup and a Windows
5440 group/SID. These entries are stored in the 'ldap
5441 group suffix' and managed by the 'net groupmap' command.
5443 * sambaUnixIdPool - created in the 'ldap idmap suffix' entry
5444 automatically and contains the next available 'idmap uid' and
5447 * sambaIdmapEntry - object storing a mapping between a
5448 SID and a UNIX uid/gid. These objects are created by the
5449 idmap_ldap module as needed.
5451 * sambaSidEntry - object representing a SID alone, as a Structural
5452 class on which to build the sambaIdmapEntry.
5455 New Suffix for Searching
5456 ------------------------
5458 The following new smb.conf parameters have been added to aid in directing
5459 certain LDAP queries when 'passdb backend = ldapsam://...' has been
5462 * ldap suffix - used to search for user and computer accounts
5463 * ldap user suffix - used to store user accounts
5464 * ldap machine suffix - used to store machine trust accounts
5465 * ldap group suffix - location of posixGroup/sambaGroupMapping entries
5466 * ldap idmap suffix - location of sambaIdmapEntry objects
5468 If an 'ldap suffix' is defined, it will be appended to all of the
5469 remaining sub-suffix parameters. In this case, the order of the suffix
5470 listings in smb.conf is important. Always place the 'ldap suffix' first
5473 Due to a limitation in Samba's smb.conf parsing, you should not surround
5474 the DN's with quotation marks.
5480 Samba 3.0 supports an ldap backend for the idmap subsystem. The
5481 following options would inform Samba that the idmap table should be
5482 stored on the directory server onterose in the "ou=idmap,dc=plainjoe,
5487 idmap backend = ldap:ldap://onterose/
5488 ldap idmap suffix = ou=idmap,dc=plainjoe,dc=org
5489 idmap uid = 40000-50000
5490 idmap gid = 40000-50000
5492 This configuration allows winbind installations on multiple servers to
5493 share a uid/gid number space, thus avoiding the interoperability problems
5494 with NFS that were present in Samba 2.2.
5498 ######################################################################
5499 Trust Relationships and a Samba Domain
5500 ######################################
5502 Samba 3.0.0beta2 is able to utilize winbindd as the means of
5503 allocating uids and gids to trusted users and groups. More
5504 information regarding Samba's support for establishing trust
5505 relationships can be found in the Samba-HOWTO-Collection included
5506 in the docs/ directory of this release.
5508 First create your Samba PDC and ensure that everything is
5509 working correctly before moving on the trusts.
5511 To establish Samba as the trusting domain (named SAMBA) from a Windows NT
5512 4.0 domain named WINDOWS:
5514 1) create the trust account for SAMBA in "User Manager for Domains"
5515 2) connect the trust from the Samba domain using
5516 'net rpc trustdom establish GLASS'
5518 To create a trustlationship with SAMBA as the trusted domain:
5520 1) create the initial trust account for GLASS using
5521 'smbpasswd -a -i GLASS'. You may need to create a UNIX
5522 account for GLASS$ prior to this step (depending on your
5523 local configuration).
5524 2) connect the trust from a WINDOWS DC using "User Manager
5527 Now join winbindd on the Samba PDC to the SAMBA domain using
5528 the normal steps for adding a Samba server to an NT4 domain:
5529 (note that smbd & nmbd must be running at this point)
5531 root# net rpc join -U root
5532 Password: <enter root password from smbpasswd file here>
5534 Start winbindd and test the join with 'wbinfo -t'.
5536 Now test the trust relationship by connecting to the SAMBA DC
5537 (e.g. POGO) as a user from the WINDOWS domain:
5539 $ smbclient //pogo/netlogon -U Administrator -W WINDOWS
5542 Now connect to the WINDOWS DC (e.g. CRYSTAL) as a Samba user:
5544 $ smbclient //crystal/netlogon -U root -W WINDOWS
5547 ######################################################################
5551 Beginning with Samba3.0.0beta3, winbindd has been given new account
5552 manage functionality equivalent to the 'add user script' family of
5553 smb.conf parameters. The idmap design has also been changed to
5554 centralize control of foreign SID lookups and matching to UNIX
5558 Brief Description of Changes
5559 ----------------------------
5561 1) The sid_to_uid() family of functions (smbd/uid.c) have been
5562 reverted to the 2.2.x design. This means that when resolving a
5563 SID to a UID or similar mapping:
5565 a) First consult winbindd
5566 b) perform a local lookup only if winbindd fails to
5567 return a successful answer
5569 There are some variations to this, but these two rules generally
5572 2) All idmap lookups have been moved into winbindd. This means that
5573 a server must run winbindd (and support NSS) in order to achieve
5574 any mappings of SID to dynamically allocated UNIX ids. This was
5575 a conscious design choice.
5577 3) (OBSOLETE) New functions have been added to winbindd to emulate
5578 the 'add user script' family of smbd functions without requiring
5579 that external scripts be defined. This functionality is controlled
5580 by the 'winbind enable local accounts' smb.conf parameter (enabled
5583 However, this account management functionality is only supported
5584 in a local tdb (winbindd_idmap.tdb). If these new UNIX accounts
5585 must be shared among multiple Samba servers (such as a PDC and BDCs),
5586 it will be necessary to define your own 'add user script', et. al.
5587 programs that place the accounts/groups in some form of directory
5588 such as NIS or LDAP. This requirement was deemed beyond the scope
5589 of winbind's account management functions. Solutions for
5590 distributing UNIX system information have been deployed and tested
5591 for many years. We saw no need to reinvent the wheel.
5593 4) A member of a Samba controlled domain running winbindd is now able
5594 to map domain users directly onto existing UNIX accounts while still
5595 automatically creating accounts for trusted users and groups. This
5596 behavior is controlled by the 'winbind trusted domains only' smb.conf
5597 parameter (disabled by default to provide 2.2.x winbind behavior).
5599 5) Group mapping support is wrapped in the local_XX_to_XX() functions
5600 in smbd/uid.c. The reason that group mappings are not included
5601 in winbindd is because the purpose of Samba's group map is to
5602 match any Windows SID with an existing UNIX group. These UNIX
5603 groups can be created by winbindd (see next section), but the
5604 SID<->gid mapping is retreived by smbd, not winbindd.
5610 * security = server running winbindd to allocate accounts on demand
5612 * Samba PDC running winbindd to handle the automatic creation of UNIX
5613 identities for machine trust accounts
5615 * Automtically creating UNIX user and groups when migrating a Windows NT
5616 4.0 PDC to a Samba PDC. Winbindd must be running when executing
5617 'net rpc vampire' for this to work.
5620 ######################################################################
5624 * There are several bugs currently logged against the 3.0 codebase
5625 that affect the use of NT 4.0 GUI domain management tools when run
5626 against a Samba 3.0 PDC. This bugs should be released in an early
5629 Please refer to https://bugzilla.samba.org/ for a current list of bugs
5630 filed against the Samba 3.0 codebase.
5633 ######################################################################
5634 Reporting bugs & Development Discussion
5635 #######################################
5637 Please discuss this release on the samba-technical mailing list or by
5638 joining the #samba-technical IRC channel on irc.freenode.net.
5640 If you do report problems then please try to send high quality
5641 feedback. If you don't provide vital information to help us track down
5642 the problem then you will probably be ignored.
5644 A new bugzilla installation has been established to help support the
5645 Samba 3.0 community of users. This server, located at
5646 https://bugzilla.samba.org/, has replaced the older jitterbug server
5647 previously located at http://bugs.samba.org/.