OBS User unknown
2008-07-11 21:15:18 +00:00
committed by Git OBS Bridge
parent 52e1357862
commit 16619efe0f
8 changed files with 281 additions and 48 deletions

View File

@@ -1,3 +1,136 @@
-------------------------------------------------------------------
Wed Jul 2 21:31:38 CEST 2008 - lmuelle@suse.de
- Call the libsmbclient testsuite from the %check instead of the %build
script.
-------------------------------------------------------------------
Wed Jul 2 10:44:21 CEST 2008 - boyang@suse.de
- Use machine account and machine password from our domain when
contacting trusted domains; [bnc#404667].
-------------------------------------------------------------------
Tue Jul 1 22:02:31 CEST 2008 - anschneider@suse.de
- Add a %check section move the test of the PAM modules to this section
and add more tests.
-------------------------------------------------------------------
Tue Jul 1 14:51:04 CEST 2008 - anschneider@suse.de
- Add a recommendation to the samba and samba-winbind package to install
cron for openSUSE 11.0 and later.
-------------------------------------------------------------------
Tue Jul 1 14:06:17 CEST 2008 - anschneider@suse.de
- Use a variable for syslog and add missing $remote_fs dependency for
Require-Start in the init information of the init scripts.
-------------------------------------------------------------------
Tue Jul 1 11:34:57 CEST 2008 - lmuelle@suse.de
- Update to 3.2.0.
+ Support for establishing interdomain trust relationships with Windows
2008.
+ All changes from the pre and rc releases as noted in here earlier.
-------------------------------------------------------------------
Tue Jul 1 11:28:40 CEST 2008 - lmuelle@suse.de
- Move header files from the devel sub package to lib*-devel.
-------------------------------------------------------------------
Mon Jun 30 16:53:35 CEST 2008 - schwab@suse.de
- Work around bad use of autoconf interna.
-------------------------------------------------------------------
Mon Jun 30 14:41:41 CEST 2008 - anschneider@suse.de
- Build Samba with debug symbols to get working debuginfo packages.
-------------------------------------------------------------------
Thu Jun 26 21:08:35 CEST 2008 - lmuelle@suse.de
- Add /etc/openldap to the file list and not only the schema directory.
-------------------------------------------------------------------
Wed Jun 25 10:34:09 CEST 2008 - anschneider@suse.de
- Improve samba-winbindd and dhcpcd-hook-samba interface scripts for faster
booting; [fate#304967], [fate#304965].
-------------------------------------------------------------------
Wed Jun 18 15:21:38 CEST 2008 - anschneider@suse.de
- Move sysconfig variable DHCLIENT_MODIFY_SMB_CONF from Other to
'Network/DHCP/DHCP client'; [bnc#400467].
-------------------------------------------------------------------
Wed Jun 11 11:39:46 CEST 2008 - boyang@suse.de
- pam_winbind: Update cached creds during password change; [bnc#395578].
-------------------------------------------------------------------
Tue Jun 10 12:14:47 CEST 2008 - lmuelle@suse.de
- Update to 3.2.0rc2.
+ BUG 5504: Fix behaviour of winbindd children receiving a SIGTERM.
+ BUG 5489: Split the winbindd_passdb backend into a 'builtin' and a 'sam'.
+ Make sure we take account of the large read/write SMB headers as well as
the buffer space when allocating cli buffers for large read/write.
+ Fix tag as a goto target we were not reinitializing the array counts.
+ BUG 5451: Fix for using the correct machine domain when looking up trust
credentials in our tdb.
+ Fix spnego SPN when contacting trusted domains.
+ BUG 5285: Fix libcap header mismatch.
+ Fix pam_sm_chauthtok for storing modified cached creds.
+ Fix joining issue in setups with "config backend = registry".
+ BUG 4544: Add new parameter 'ldap connection timeout' to prevent waiting
for TCP connection timeouts if no LDAP server is available.
+ BUG 5502: Fix security=server.
+ Fix coverity IDs 552, 553, 570, 571, 572.
+ Shrink ldbtools.
+ Fix reset of password last set time just because the expired flag is set
to 0.
+ Remove support for symbol versioning in shared libraries.
+ Fix autogen for autoconf 2.62.
+ BUG 5515: Fix empty input fields in SWAT.
+ BUG 5516: Fix saving of the config file in SWAT.
+ Fix winbindd trusted domain child not keeping primary domain online status
up to date.
-------------------------------------------------------------------
Tue Jun 10 10:21:57 CEST 2008 - boyang@suse.de
- pam_winbind: fix pam_sm_chauthtok for storing modified cached creds;
[bnc#395578].
-------------------------------------------------------------------
Mon Jun 9 21:08:17 CEST 2008 - jmcdonough@suse.de
- Don't reset "password last set time" when unlocking an autolocked
account; [bnc#382111].
-------------------------------------------------------------------
Fri Jun 6 22:40:38 CEST 2008 - jmcdonough@suse.de
- Fix winbind sigterm handling and make init script send sighup to
all child winbind processes; [bnc#382027].
-------------------------------------------------------------------
Thu Jun 5 12:01:51 CEST 2008 - boyang@suse.de
- Fix bug with winbindd trusted domain child not keeping primary domain
online status up to date, merge to trunk from reversion 1801; [bnc#373560].
-------------------------------------------------------------------
Fri May 30 22:38:05 CEST 2008 - jmcdonough@suse.de
- Make winbind children reopen logs on SIGHUP; [bnc#382027].
-------------------------------------------------------------------
Fri May 30 19:18:17 CEST 2008 - lmuelle@suse.de
@@ -397,6 +530,12 @@ Wed Jan 9 04:30:56 CET 2008 - boyang@novell.com
- Remove duplicate domain name prepend when user SID is in winbindd cache;
[#336854].
-------------------------------------------------------------------
Tue Jan 8 10:26:31 CET 2008 - anschneider@suse.de
- Prevent winbindd from segfaulting due to corrupted cache tdb on flushing
caches; [#340332].
-------------------------------------------------------------------
Thu Dec 20 16:32:32 CET 2007 - anschneider@suse.de