OBS User unknown
2008-08-16 00:33:14 +00:00
committed by Git OBS Bridge
parent 3449f49c67
commit c4d725ee5e
8 changed files with 209 additions and 57 deletions

View File

@@ -1,3 +1,77 @@
-------------------------------------------------------------------
Thu Aug 14 14:53:28 CEST 2008 - lmuelle@suse.de
- Set Required- and Should-Stop in the init info part of all init scripts.
-------------------------------------------------------------------
Thu Aug 14 03:15:25 CEST 2008 - jmcdonough@suse.de
- Fix libsmbclient to older servers; (bnc#402776).
-------------------------------------------------------------------
Tue Aug 5 22:03:11 CEST 2008 - lmuelle@suse.de
- Update to 3.2.1.
+ BUG 5594: Fix "make test" by adding and using a new testparm switch
"--skip-logic-checks".
+ Fix creation of libaddns.a, libsmbclient.a and libsharemodes.a.
+ Update the section about net conf in the net(8) manpage.
+ Improve processing of registry shares.
+ Fix listing of registry shares with testparm.
+ Fix several build issues.
+ BUG 5578: Fix error from strlcat.
+ BUG 5613: Fix flushing of smb.conf when creating a new share using SWAT.
+ Ensure consistent use of pdb_get_nt_passwd instead of
pdb_get_lanman_passwd.
+ Remove worrying warning message when safe_strcpy tries to copy a pseaudo
interface name that's too long.
+ Canonicalize servername in the printer functions to remove leading '\\'
characters.
+ Fix option processing in smbcacls - add POPT_COMMON_CONNECTION.
+ Fix bug creating files using DOS clients with mixed case files.
+ Fix uninitialized variable.
+ BUG 5616: Fix session keys also in rpccli_netr_LogonSamLogonEx wrapper.
+ BUG 5570: Fix bogus error message during AD domain join.
+ Fix trusted domain handling in Winbindd.
+ Fix build warning.
+ BUG 5202: Fix setting of ACEs for users/groups with write access in setups
with 'dos filemode = yes'.
+ Re-activate 'acl group control' parameter and make it only apply to owning
group.
+ Make ntimes function more like POSIX and allow NULL arg.
+ BUG 5512: Fix alignment problems on sparc.
+ BUG 5616: Fix share connections in setups with
"server signing = mandatory" or SMB signing set on the client side.
+ Fix a race condition in Winbind leading to a crash.
+ Fix a segfault in base64_encode_data_blob.
+ Fix some uninitialized variable references via ndr_print.
+ Fix error message if trying to join with a non-privileged user.
+ Fix setups using "include = registry" without [global] settings in the
registry.
+ Fix "net sam rights" on domain member servers.
+ Add documentation for the vfs streams modules.
+ Cleanup some duplicate code by passing the password to the wbinfo_auth*
functions.
+ Allow SID with 0 in subauthority to be converted properly.
+ Set sin[6]_family instead of ss_family in in[6]_addr_to_sockaddr_storage.
+ Fix realpath() check so that it doesn't generate a core() when it fails.
+ Fix overwriting of winbind logfiles.
+ Fix "vfs_full_audit.c: name table not in sync with vfs.h" panic.
+ Add broadcasting of the debug message to all winbindd children.
+ BUG 5635: Fix updating of printer queues.
+ Release still reachable memory if the smbclient context is freed.
+ Remove trailing withespace from wbinfo -m which breaks gdm auth.
+ BUG 5540: Fix "set primary group script" user option substitution.
+ Fix regression in Winbindd offline mode.
+ Allow authentication and memory credential refresh after password
change from gdm/xdm.
+ Allow %u parameters for print job username.
-------------------------------------------------------------------
Tue Jul 29 09:59:36 CEST 2008 - anschneider@suse.de
- Fix a race condition in winbind leading to a crash; (bnc#406623).
-------------------------------------------------------------------
Mon Jul 28 17:00:42 CEST 2008 - anschneider@suse.de
@@ -7,7 +81,7 @@ Mon Jul 28 17:00:42 CEST 2008 - anschneider@suse.de
-------------------------------------------------------------------
Sun Jul 27 08:53:56 CEST 2008 - anschneider@suse.de
- Fix emptying the printing queue; [bnc#411493].
- Fix emptying the printing queue; (bnc#411493).
-------------------------------------------------------------------
Fri Jul 25 09:22:13 CEST 2008 - anschneider@suse.de
@@ -90,7 +164,7 @@ Thu Jul 17 18:10:03 CEST 2008 - lmuelle@suse.de
Tue Jul 8 08:14:38 CEST 2008 - boyang@suse.de
- Allow authentication and memory credential refresh after password change
from gdm/xdm. Patch from boyang <boyang@novell.com>. Jeremy; [bnc#395578].
from gdm/xdm; [bnc#395578].
-------------------------------------------------------------------
Fri Jul 4 16:22:17 CEST 2008 - lmuelle@suse.de