forked from pool/samba
Update to 4.2.3.
Check WHATSNEW.txt from the main tar ball, the web page, or the samba package change log for a detailed list of changes. OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=478
This commit is contained in:
committed by
Git OBS Bridge
parent
62b9420657
commit
70773167e9
@@ -1,3 +1,57 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 14 11:33:07 UTC 2015 - lmuelle@suse.com
|
||||
|
||||
- Update to 4.2.3.
|
||||
+ s4:lib/tls: Fix build with gnutls 3.4; (bso#8780).
|
||||
+ s4.2/fsmo.py: Fixed fsmo transfer exception; (bso#10924).
|
||||
+ winbindd: Sync secrets.ldb into secrets.tdb on startup; (bso#10991).
|
||||
+ Logon via MS Remote Desktop hangs; (bso#11061).
|
||||
+ s3: lib: util: Ensure we read a hex number as %x, not %u; (bso#11068).
|
||||
+ tevent: Add a note to tevent_add_fd(); (bso#11141).
|
||||
+ s3:param/loadparm: Fix 'testparm --show-all-parameters'; (bso#11170).
|
||||
+ s3-unix_msg: Remove socket file after closing socket fd; (bso#11217).
|
||||
+ smbd: Fix a use-after-free; (bso#11218); (bnc#919309).
|
||||
+ s3-rpc_server: Fix rpc_create_tcpip_sockets() processing of interfaces;
|
||||
(bso#11245).
|
||||
+ s3:smb2: Add padding to last command in compound requests; (bso#11277).
|
||||
+ Add IPv6 support to ADS client side LDAP connects; (bso#11281).
|
||||
+ Add IPv6 support for determining FQDN during ADS join; (bso#11282).
|
||||
+ s3: IPv6 enabled DNS connections for ADS client; (bso#11283).
|
||||
+ Fix invalid write in ctdb_lock_context_destructor; (bso#11293).
|
||||
+ Excessive cli_resolve_path() usage can slow down transmission; (bso#11295).
|
||||
+ vfs_fruit: Add option "veto_appledouble"; (bso#11305).
|
||||
+ tstream: Make socketpair nonblocking; (bso#11312).
|
||||
+ idmap_rfc2307: Fix wbinfo '--gid-to-sid' query; (bso#11313).
|
||||
+ Group creation: Add msSFU30Name only when --nis-domain was given;
|
||||
(bso#11315).
|
||||
+ tevent_fd needs to be destroyed before closing the fd; (bso#11316).
|
||||
+ Build fails on Solaris 11 with "‘PTHREAD_MUTEX_ROBUST’ undeclared";
|
||||
(bso#11319).
|
||||
+ smbd/trans2: Add a useful diagnostic for files with bad encoding;
|
||||
(bso#11323).
|
||||
+ Change sharesec output back to previous format; (bso#11324).
|
||||
+ Robust mutex support broken in 1.3.5; (bso#11326).
|
||||
+ Kerberos auth info3 should contain resource group ids available from
|
||||
pac_logon; winbindd: winbindd_raw_kerberos_login - ensure logon_info
|
||||
exists in PAC; (bso#11328); (bnc#912457).
|
||||
+ s3:smb2_setinfo: Fix memory leak in the defer_rename case; (bso#11329).
|
||||
+ tevent: Fix CID 1035381 Unchecked return value; (bso#11330).
|
||||
+ tdb: Fix CID 1034842 and 1034841 Resource leaks; (bso#11331).
|
||||
+ s3: smbd: Use separate flag to track become_root()/unbecome_root() state;
|
||||
(bso#11339).
|
||||
+ s3: smbd: Codenomicon crash in do_smb_load_module(); (bso#11342).
|
||||
+ pidl: Make the compilation of PIDL producing the same results if the
|
||||
content hasn't change; (bso#11356).
|
||||
+ winbindd: Disconnect child process if request is cancelled at main
|
||||
process; (bso#11358).
|
||||
+ vfs_fruit: Check offset and length for AFP_AfpInfo read requests;
|
||||
(bso#11363).
|
||||
+ docs: Overhaul the description of "smb encrypt" to include SMB3
|
||||
encryption; (bso#11366).
|
||||
+ s3:auth_domain: Fix talloc problem in connect_to_domain_password_server();
|
||||
(bso#11367).
|
||||
+ ncacn_http: Fix GNUism; (bso#11371).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 5 10:54:29 UTC 2015 - tchvatal@suse.com
|
||||
|
||||
@@ -292,7 +346,7 @@ Sun Mar 1 13:32:41 UTC 2015 - lmuelle@suse.com
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 24 16:52:36 UTC 2015 - nopower@suse.com
|
||||
|
||||
- Fix usage of freed memory on server exit; (bnc#919309).
|
||||
- Fix usage of freed memory on server exit; (bso#11218); (bnc#919309).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 24 16:23:16 UTC 2015 - ddiss@suse.com
|
||||
|
Reference in New Issue
Block a user