OBS User unknown
2009-02-09 00:13:06 +00:00
committed by Git OBS Bridge
parent 1ba40bfdd6
commit 210f5ac27b
8 changed files with 179 additions and 67 deletions

View File

@@ -1,3 +1,61 @@
-------------------------------------------------------------------
Sun Feb 8 12:59:50 CET 2009 - jmcdonough@suse.de
- Update to 3.2.8.
+ Fix and streamline join and DC detection
+ BUG 4308: Excel save operation corrupts file ACLs.
+ BUG 5933: Fix incrementing/decrementing num_validated_vuids.
+ BUG 5953: Fix smbclient crashes.
+ BUG 5953: Make cli_send_smb_direct_writeX use writev.
+ BUG 5965: Fix creation of the first share using SWAT.
+ BUG 5969: Optimize smbclient put command.
+ BUG 5979: Fix level 2 oplocks.
+ BUG 5980: Fix race condition when granting level2 oplocks
+ BUG 5986: Fix renaming of streams.
+ BUG 5990: Strict allocate should be checked before ftruncate.
+ BUG 6000: Avoid bashism in perfcount.init.
+ BUG 6009: Setting "min receivefile size = 1" breaks writes.
+ BUG 6014: mget shouldn't segfault without arguments.
+ BUG 6016: Alternate Data Streams / Extended Attributes seem to conflict.
+ BUG 6017: Fix magic scripts.
+ BUG 6021: smbclient du command does not recuse properly.
+ BUG 6030: Add missing <th> header in Status page.
+ BUG 6035: Fix possible race between fcntl F_SETLKW and alarm delivery.
+ BUG 6040: Calling Samba print server with an aliased DNS-name fails.
+ BUG 6058: Use 'make distclean' instead of 'make clean' in build_docs.
+ Fix "allow trusted domain" so it disables trusted domains.
+ Fix error code when smbclient puts a file over an existing directory.
+ Don't return 0 on error in smbcacls - bad for scripts.
+ Determine case sensitivity based on file system attributes.
+ Add vfs_fileid manpage.
+ Adjust regex to match variable names including underscores.
+ Fix stream marshalling to return the correct streaminfo status.
+ Fix a delete on close divergence from Windows.
+ Allow renames of streams via NTRENAME and fix stream error codes.
+ Fix a segfault if ? is there but the options are NULL.
+ Avoid flooding of syslog with failing pam_putenv messages.
+ Document default of the printing config variable.
+ Change default value for "ldap ssl" to "start tls".
+ Check if Unix account exists before asking for the password in smbpasswd.
+ Add manpage for vfs_shadow_copy2.
+ Clean event context after child is forked.
+ Refresh sequence number as soon as possible.
+ Don't set child->requests to NULL in parent after fork.
+ Clean event context after fork and fix krb5 refresh chain.
+ Fix null pointer refrence in event context.
+ Don't send message to any other child in child process.
+ Fix bug in get_dc_name_via_netlogon(), null pointer refrence.
-------------------------------------------------------------------
Tue Feb 3 22:08:03 CET 2009 - jmcdonough@suse.de
- Backport 3.2.8 fixes.
+ cups leaks and crashes
+ various winbind child handling fixes
+ join fixes
+ ACL fixes for Excel
+ allow usrmgr with non-root
-------------------------------------------------------------------
Mon Feb 2 22:31:32 CET 2009 - lmuelle@suse.de