10 | | o Michael Adam <obnox@samba.org> |
11 | | * BUG 11366: docs: Overhaul the description of "smb encrypt" to include SMB3 |
12 | | encryption. |
13 | | |
14 | | |
15 | | o Jeremy Allison <jra@samba.org> |
16 | | * BUG 11068: s3: lib: util: Ensure we read a hex number as %x, not %u. |
17 | | * BUG 11295: Excessive cli_resolve_path() usage can slow down transmission. |
18 | | * BUG 11328: winbindd: winbindd_raw_kerberos_login - ensure logon_info |
19 | | exists in PAC. |
20 | | * BUG 11339: s3: smbd: Use separate flag to track |
| 22 | • BUG 11366: docs: Overhaul the description of "smb encrypt" to |
| 23 | include SMB3 encryption. |
| 24 | • BUG 11068: s3: lib: util: Ensure we read a hex number as %x, not |
| 25 | %u. |
| 26 | • BUG 11295: Excessive cli_resolve_path() usage can slow down |
| 27 | transmission. |
| 28 | • BUG 11328: winbindd: winbindd_raw_kerberos_login - ensure |
| 29 | logon_info exists in PAC. |
| 30 | • BUG 11339: s3: smbd: Use separate flag to track |
22 | | * BUG 11342: s3: smbd: Codenomicon crash in do_smb_load_module(). |
23 | | |
24 | | |
25 | | o Christian Ambach <ambi@samba.org> |
26 | | * BUG 11170: s3:param/loadparm: Fix 'testparm --show-all-parameters'. |
27 | | |
28 | | |
29 | | o Andrew Bartlett <abartlet@samba.org> |
30 | | * BUG 10991: winbindd: Sync secrets.ldb into secrets.tdb on startup. |
31 | | |
32 | | |
33 | | o Ralph Boehme <slow@samba.org> |
34 | | * BUG 11277: s3:smb2: Add padding to last command in compound requests. |
35 | | * BUG 11305: vfs_fruit: Add option "veto_appledouble". |
36 | | * BUG 11323: smbd/trans2: Add a useful diagnostic for files with bad |
| 32 | • BUG 11342: s3: smbd: Codenomicon crash in do_smb_load_module(). |
| 33 | • BUG 11170: s3:param/loadparm: Fix 'testparm |
| 34 | --show-all-parameters'. |
| 35 | • BUG 10991: winbindd: Sync secrets.ldb into secrets.tdb on startup. |
| 36 | • BUG 11277: s3:smb2: Add padding to last command in compound |
| 37 | requests. |
| 38 | • BUG 11305: vfs_fruit: Add option "veto_appledouble". |
| 39 | • BUG 11323: smbd/trans2: Add a useful diagnostic for files with bad |
40 | | * BUG 11371: ncacn_http: Fix GNUism. |
41 | | |
42 | | |
43 | | o Günther Deschner <gd@samba.org> |
44 | | * BUG 11245: s3-rpc_server: Fix rpc_create_tcpip_sockets() processing of |
45 | | interfaces. |
46 | | |
47 | | |
48 | | o Alexander Drozdov <al.drozdov@gmail.com> |
49 | | * BUG 11331: tdb: version 1.3.5: ABI change: tdb_chainlock_read_nonblock() |
50 | | has been added. |
51 | | |
52 | | |
53 | | o Evangelos Foutras <evangelos@foutrelis.com> |
54 | | * BUG 8780: s4:lib/tls: Fix build with gnutls 3.4. |
55 | | |
56 | | |
57 | | o David Holder <david.holder@erion.co.uk> |
58 | | * BUG 11281: Add IPv6 support to ADS client side LDAP connects. |
59 | | * BUG 11282: Add IPv6 support for determining FQDN during ADS join. |
60 | | * BUG 11283: s3: IPv6 enabled DNS connections for ADS client. |
61 | | |
62 | | |
63 | | o Steve Howells <steve.howells@moscowfirst.com> |
64 | | * BUG 10924: s4.2/fsmo.py: Fixed fsmo transfer exception. |
65 | | |
66 | | |
67 | | o Amitay Isaacs <amitay@gmail.com> |
68 | | * BUG 11293: Fix invalid write in ctdb_lock_context_destructor. |
69 | | |
70 | | |
71 | | o Volker Lendecke <vl@samba.org> |
72 | | * BUG 11218: smbd: Fix a use-after-free. |
73 | | * BUG 11312: tstream: Make socketpair nonblocking. |
74 | | * BUG 11330: tevent: Fix CID 1035381 Unchecked return value. |
75 | | * BUG 11331: tdb: Fix CID 1034842 and 1034841 Resource leaks. |
76 | | |
77 | | |
78 | | o Stefan Metzmacher <metze@samba.org> |
79 | | * BUG 11061: Logon via MS Remote Desktop hangs. |
80 | | * BUG 11141: tevent: Add a note to tevent_add_fd(). |
81 | | * BUG 11293: Fix invalid write in ctdb_lock_context_destructor. |
82 | | * BUG 11316: tevent_fd needs to be destroyed before closing the fd. |
83 | | * BUG 11319: Build fails on Solaris 11 with "‘PTHREAD_MUTEX_ROBUST’ |
| 43 | • BUG 11371: ncacn_http: Fix GNUism. |
| 44 | • BUG 11245: s3-rpc_server: Fix rpc_create_tcpip_sockets() |
| 45 | processing of interfaces. |
| 46 | • BUG 11331: tdb: version 1.3.5: ABI change: |
| 47 | tdb_chainlock_read_nonblock() has been added. |
| 48 | • BUG 8780: s4:lib/tls: Fix build with gnutls 3.4. |
| 49 | • BUG 11281: Add IPv6 support to ADS client side LDAP connects. |
| 50 | • BUG 11282: Add IPv6 support for determining FQDN during ADS join. |
| 51 | • BUG 11283: s3: IPv6 enabled DNS connections for ADS client. |
| 52 | • BUG 10924: s4.2/fsmo.py: Fixed fsmo transfer exception. |
| 53 | • BUG 11293: Fix invalid write in ctdb_lock_context_destructor. |
| 54 | • BUG 11218: smbd: Fix a use-after-free. |
| 55 | • BUG 11312: tstream: Make socketpair nonblocking. |
| 56 | • BUG 11330: tevent: Fix CID 1035381 Unchecked return value. |
| 57 | • BUG 11331: tdb: Fix CID 1034842 and 1034841 Resource leaks. |
| 58 | • BUG 11061: Logon via MS Remote Desktop hangs. |
| 59 | • BUG 11141: tevent: Add a note to tevent_add_fd(). |
| 60 | • BUG 11293: Fix invalid write in ctdb_lock_context_destructor. |
| 61 | • BUG 11316: tevent_fd needs to be destroyed before closing the fd. |
| 62 | • BUG 11319: Build fails on Solaris 11 with "‘PTHREAD_MUTEX_ROBUST’ |
85 | | * BUG 11326: Robust mutex support broken in 1.3.5. |
86 | | * BUG 11329: s3:smb2_setinfo: Fix memory leak in the defer_rename case. |
87 | | * BUG 11330: Backport tevent-0.9.25. |
88 | | * BUG 11331: Backport tdb-1.3.6. |
89 | | * BUG 11367: s3:auth_domain: Fix talloc problem in |
| 64 | • BUG 11326: Robust mutex support broken in 1.3.5. |
| 65 | • BUG 11329: s3:smb2_setinfo: Fix memory leak in the defer_rename |
| 66 | case. |
| 67 | • BUG 11330: Backport tevent-0.9.25. |
| 68 | • BUG 11331: Backport tdb-1.3.6. |
| 69 | • BUG 11367: s3:auth_domain: Fix talloc problem in |
91 | | |
92 | | |
93 | | o Marc Muehlfeld <mmuehlfeld@samba.org> |
94 | | * BUG 11315: Group creation: Add msSFU30Name only when --nis-domain was |
95 | | given. |
96 | | |
97 | | o Matthieu Patou <mat@matws.net> |
98 | | * BUG 11356: pidl: Make the compilation of PIDL producing the same results |
99 | | if the content hasn't change. |
100 | | |
101 | | |
102 | | o Noel Power <noel.power@suse.com> |
103 | | * BUG 11328: Kerberos auth info3 should contain resource group ids available |
104 | | from pac_logon. |
105 | | |
106 | | |
107 | | o Gordon Ross <gordon.w.ross@gmail.com> |
108 | | * BUG 11330: lib: tevent: Fix compile error in Solaris ports backend. |
109 | | |
110 | | |
111 | | o Christof Schmitt <cs@samba.org> |
112 | | * BUG 11313: idmap_rfc2307: Fix wbinfo '--gid-to-sid' query. |
113 | | * BUG 11324: Change sharesec output back to previous format. |
114 | | |
115 | | |
116 | | o Uri Simchoni <urisimchoni@gmail.com> |
117 | | * BUG 11358: winbindd: Disconnect child process if request is cancelled at |
118 | | main process. |
119 | | |
120 | | |
121 | | o Petr Viktorin <pviktori@redhat.com> |
122 | | * BUG 11330: Backport tevent-0.9.25. |
123 | | |
124 | | |
125 | | o Youzhong Yang <yyang@mathworks.com> |
126 | | * BUG 11217: s3-unix_msg: Remove socket file after closing socket fd. |
127 | | |
| 71 | • BUG 11315: Group creation: Add msSFU30Name only when --nis-domain |
| 72 | was given. |
| 73 | • BUG 11356: pidl: Make the compilation of PIDL producing the same |
| 74 | results if the content hasn't change. |
| 75 | • BUG 11328: Kerberos auth info3 should contain resource group ids |
| 76 | available from pac_logon. |
| 77 | • BUG 11330: lib: tevent: Fix compile error in Solaris ports |
| 78 | backend. |
| 79 | • BUG 11313: idmap_rfc2307: Fix wbinfo '--gid-to-sid' query. |
| 80 | • BUG 11324: Change sharesec output back to previous format. |
| 81 | • BUG 11358: winbindd: Disconnect child process if request is |
| 82 | cancelled at main process. |
| 83 | • BUG 11330: Backport tevent-0.9.25. |
| 84 | • BUG 11217: s3-unix_msg: Remove socket file after closing socket fd. |