SHA256
1
0
forked from pool/samba

- Update to 4.1.15.

+ pam_winbind: Fix warn_pwd_expire implementation; (bso#9056).
  + nsswitch: Fix soname of linux nss_*.so.2 modules; (bso#9299).
  + Fix profiles tool; (bso#9629).
  + s3-lib: Do not require a password with --use-ccache; (bso#10279).
  + s4:dsdb/rootdse: Expand extended dn values with the AS_SYSTEM control;
    (bso#10949).
  + s4-rpc: dnsserver: Fix enumeration of IPv4 and IPv6 addresses; (bso#10952).
  + s3:smb2_server: Allow reauthentication without signing; (bso#10958).
  + s3-smbclient: Return success if we listed the shares; (bso#10960).
  + s3-smbstatus: Fix exit code of profile output; (bso#10961).
  + libcli: SMB2: Pure SMB2-only negprot fix to make us behave as a Windows
    client does; (bso#10966).
  + s3: smbd/modules: Fix *allocate* calls to follow POSIX error return
    convention; (bso#10982).
  + Fix 'domain join' by adding 'drsuapi.DsBindInfoFallBack' attribute
    'supported_extensions'; (bso#11006).
  + idl:drsuapi: Manage all possible lengths of drsuapi_DsBindInfo;
    (bso#11006).
  + winbind: Retry LogonControl RPC in ping-dc after session expiration;
    (bso#11034).

- yast2-samba-client should be able to specify osName and osVer on
  AD domain join; (bnc#873922).

- Fix spoolss error response marshalling; (bso#10984).

- Fix spoolss EnumJobs and GetJob responses; (bso#10905); (bnc#898031).
  + Fix handling of bad EnumJobs levels; (bso#10898).

- Prune idle or hung connections older than "winbind request timeout";
  (bso#3204); (bnc#872912).

OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=446
This commit is contained in:
Lars Müller
2015-01-13 14:23:25 +00:00
committed by Git OBS Bridge
parent 65900754fb
commit fdc8fa7283
8 changed files with 65 additions and 17 deletions

View File

@@ -1,3 +1,34 @@
-------------------------------------------------------------------
Tue Jan 13 13:01:11 UTC 2015 - lmuelle@suse.com
- Update to 4.1.15.
+ pam_winbind: Fix warn_pwd_expire implementation; (bso#9056).
+ nsswitch: Fix soname of linux nss_*.so.2 modules; (bso#9299).
+ Fix profiles tool; (bso#9629).
+ s3-lib: Do not require a password with --use-ccache; (bso#10279).
+ s4:dsdb/rootdse: Expand extended dn values with the AS_SYSTEM control;
(bso#10949).
+ s4-rpc: dnsserver: Fix enumeration of IPv4 and IPv6 addresses; (bso#10952).
+ s3:smb2_server: Allow reauthentication without signing; (bso#10958).
+ s3-smbclient: Return success if we listed the shares; (bso#10960).
+ s3-smbstatus: Fix exit code of profile output; (bso#10961).
+ libcli: SMB2: Pure SMB2-only negprot fix to make us behave as a Windows
client does; (bso#10966).
+ s3: smbd/modules: Fix *allocate* calls to follow POSIX error return
convention; (bso#10982).
+ Fix 'domain join' by adding 'drsuapi.DsBindInfoFallBack' attribute
'supported_extensions'; (bso#11006).
+ idl:drsuapi: Manage all possible lengths of drsuapi_DsBindInfo;
(bso#11006).
+ winbind: Retry LogonControl RPC in ping-dc after session expiration;
(bso#11034).
-------------------------------------------------------------------
Tue Jan 6 10:33:44 CET 2015 - nopower@suse.de
- yast2-samba-client should be able to specify osName and osVer on
AD domain join; (bnc#873922).
-------------------------------------------------------------------
Mon Dec 8 12:01:35 UTC 2014 - ddiss@suse.com
@@ -10,6 +41,11 @@ Fri Dec 5 13:12:47 UTC 2014 - ddiss@suse.com
- Specify soft dependency for network-online.target in Winbind systemd service
file; (bnc#889175).
-------------------------------------------------------------------
Thu Dec 4 19:08:11 UTC 2014 - ddiss@suse.com
- Fix spoolss error response marshalling; (bso#10984).
-------------------------------------------------------------------
Tue Dec 2 10:19:26 UTC 2014 - lmuelle@suse.de
@@ -51,6 +87,12 @@ Wed Nov 5 13:02:57 CET 2014 - nopower@suse.de
- Fix leak when closing file descriptor returned from dirfd; (bso#10918).
-------------------------------------------------------------------
Thu Oct 30 10:29:04 UTC 2014 - ddiss@suse.com
- Fix spoolss EnumJobs and GetJob responses; (bso#10905); (bnc#898031).
+ Fix handling of bad EnumJobs levels; (bso#10898).
-------------------------------------------------------------------
Tue Oct 28 16:13:45 UTC 2014 - lmuelle@suse.com
@@ -172,6 +214,12 @@ Thu Sep 18 16:59:49 UDT 2014 - jmcdonough@suse.com
- Wait for network-online.target to prevent caching of
pre-network failures; (bnc#889175).
-------------------------------------------------------------------
Thu Sep 11 17:26:26 UTC 2014 - ddiss@suse.com
- Prune idle or hung connections older than "winbind request timeout";
(bso#3204); (bnc#872912).
-------------------------------------------------------------------
Thu Aug 28 10:03:21 UTC 2014 - ddiss@suse.com