- s3:winbindd fix a return code check; (bso#8406).

- s3: Add rmdir operation to streams_depot; (bso#8733).
- s3:smbd:smb2: fix an assignment-instead-of-check bug conn_snum_used();
  (bso#8738).
- s3:auth: fill the sids array of the info3 in
  wbcAuthUserInfo_to_netr_SamInfo3(); (bso#8739).
- s3:client: ignore SMBecho errors (the server may not support it);
  (bso#8139).
- Be more strict when using PAM_AUTH API from winbind if Kerberos auth is
  enabled and don't unintentionally use a bogus domain name; (bso#8734).
- smbclient fails with posix large reads; (bso#8727).
- Fixes various deadlocks in if-up.d / if-down.d when running under
  systemd; (bnc#732395).

OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=221
This commit is contained in:
Lars Müller
2012-02-09 13:15:53 +00:00
committed by Git OBS Bridge
parent 98ae601d34
commit 07fe6fc054
6 changed files with 77 additions and 32 deletions

View File

@@ -1,3 +1,42 @@
-------------------------------------------------------------------
Mon Feb 6 13:39:48 UTC 2012 - lmuelle@suse.de
- s3:winbindd fix a return code check; (bso#8406).
-------------------------------------------------------------------
Mon Feb 6 13:36:38 UTC 2012 - lmuelle@suse.de
- s3: Add rmdir operation to streams_depot; (bso#8733).
-------------------------------------------------------------------
Mon Feb 6 13:34:09 UTC 2012 - lmuelle@suse.de
- s3:smbd:smb2: fix an assignment-instead-of-check bug conn_snum_used();
(bso#8738).
-------------------------------------------------------------------
Mon Feb 6 13:30:53 UTC 2012 - lmuelle@suse.de
- s3:auth: fill the sids array of the info3 in
wbcAuthUserInfo_to_netr_SamInfo3(); (bso#8739).
-------------------------------------------------------------------
Mon Feb 6 13:26:26 UTC 2012 - lmuelle@suse.de
- s3:client: ignore SMBecho errors (the server may not support it);
(bso#8139).
-------------------------------------------------------------------
Mon Feb 6 13:14:05 UTC 2012 - lmuelle@suse.de
- Be more strict when using PAM_AUTH API from winbind if Kerberos auth is
enabled and don't unintentionally use a bogus domain name; (bso#8734).
-------------------------------------------------------------------
Mon Feb 6 13:07:57 UTC 2012 - lmuelle@suse.de
- smbclient fails with posix large reads; (bso#8727).
-------------------------------------------------------------------
Thu Feb 2 20:27:25 UTC 2012 - lmuelle@suse.de
@@ -9,6 +48,12 @@ Mon Jan 30 15:03:43 UTC 2012 - lmuelle@suse.de
- s3: Compile IDL files in autogen, some configure tests need this.
-------------------------------------------------------------------
Mon Jan 30 15:46:17 CET 2012 - fcrozat@suse.com
- Fixes various deadlocks in if-up.d / if-down.d when running under
systemd; (bnc#732395).
-------------------------------------------------------------------
Sun Jan 29 21:06:24 UTC 2012 - lmuelle@suse.de