1 |
# $Id: e-smith-samba.spec,v 1.57 2010/11/14 16:46:46 slords Exp $ |
2 |
|
3 |
Summary: e-smith specific Samba configuration files and templates |
4 |
%define name e-smith-samba |
5 |
Name: %{name} |
6 |
%define version 2.2.0 |
7 |
%define release 38 |
8 |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
10 |
License: GPL |
11 |
Group: Networking/Daemons |
12 |
Source: %{name}-%{version}.tar.gz |
13 |
Patch1: e-smith-samba-2.2.0-sambaRole.patch |
14 |
Patch2: e-smith-samba-2.2.0-migratefix.patch |
15 |
Patch3: e-smith-samba-2.2.0-fixwarnings.patch |
16 |
Patch4: e-smith-samba-2.2.0-win7samba.patch |
17 |
Patch5: e-smith-samba-2.2.0-recylebin_perms.patch |
18 |
Patch6: e-smith-samba-2.2.0-enable-bind-interfaces.patch |
19 |
Patch7: e-smith-samba-2.2.0-profilev2.patch |
20 |
Patch8: e-smith-samba-2.2.0-refactor-profilev2.patch |
21 |
Patch9: e-smith-samba-2.2.0-quote-manually.patch |
22 |
Patch10: e-smith-samba-2.2.0-fail-silently-on-non-existent-folder.patch |
23 |
Patch11: e-smith-samba-2.2.0-tdb_backup.patch |
24 |
Patch12: e-smith-samba-2.2.0-private_dir.patch |
25 |
Patch13: e-smith-samba-2.2.0-backup-all-tdb-files.patch |
26 |
Patch14: e-smith-samba-2.2.0-strongkey.patch |
27 |
Patch15: e-smith-samba-2.2.0-slapd_support.patch |
28 |
Patch16: e-smith-samba-2.2.0-lanman_password_as_an_option.patch |
29 |
Patch17: e-smith-samba-2.2.0-anonymous_acls.patch |
30 |
Patch18: e-smith-samba-2.2.0-add_sambasid_to_sensible_attrs.patch |
31 |
Patch19: e-smith-samba-2.2.0-samba_attr_no_output.patch |
32 |
Patch20: e-smith-samba-2.2.0-fix_limited_anon_access.patch |
33 |
Patch21: e-smith-samba-2.2.0-fix_modify.patch |
34 |
Patch22: e-smith-samba-2.2.0-enable-cpu.patch |
35 |
Patch23: e-smith-samba-2.2.0-ldap-auth.patch |
36 |
Patch24: e-smith-samba-2.2.0-remove-domains.patch |
37 |
Patch25: e-smith-samba-2.2.0-better-ldap.patch |
38 |
Patch26: e-smith-samba-2.2.0-store_ldap_pw.patch |
39 |
Patch27: e-smith-samba-2.2.0-usergroup-mapping.patch |
40 |
Patch28: e-smith-samba-2.2.0-fixe_create_machine_accounts.patch |
41 |
Patch29: e-smith-samba-2.2.0-force_uid_gid.patch |
42 |
Obsoletes: e-smith-netlogon |
43 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
44 |
BuildArchitectures: noarch |
45 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
46 |
Obsoletes: e-smith-regedit |
47 |
Requires: e-smith-lib >= 2.2.0-2 |
48 |
Requires: e-smith-formmagick >= 1.4.0-9 |
49 |
Requires: samba3x >= 3.3.8 |
50 |
Requires: samba3x-client >= 3.3.8 |
51 |
Requires: samba3x-common >= 3.3.8 |
52 |
Obsoletes: samba <= 3.1.0 |
53 |
Obsoletes: samba-client <= 3.1.0 |
54 |
Obsoletes: samba-common <= 3.1.0 |
55 |
Obsoletes: samba = 3.4.3-1.1.el5.sme |
56 |
Obsoletes: samba-client = 3.4.3-1.1.el5.sme |
57 |
Obsoletes: samba-common = 3.4.3-1.1.el5.sme |
58 |
Requires: /usr/bin/tdbbackup |
59 |
AutoReqProv: no |
60 |
|
61 |
%changelog |
62 |
* Tue Nov 30 2010 Daniel Berteaud <daniel@firewall-services.com> 2.2.0-38.sme |
63 |
- Force uid/gid on machine accounts creation [SME: 6415] |
64 |
|
65 |
* Wed Nov 10 2010 Daniel Berteaud <daniel@firewall-services.com> 2.2.0-37.sme |
66 |
- Fix create-machine-accounts script [SME: 6358] |
67 |
|
68 |
* Fri Nov 5 2010 Shad L. Lords <slords@lordsfam.net> 2.2.0-36.sme |
69 |
- Call samba-group-mapping after user events too [SME: 6339] |
70 |
|
71 |
* Wed Nov 3 2010 Shad L. Lords <slords@lordsfam.net> 2.2.0-35.sme |
72 |
- Fix cpu critical patch missing ' [SME: 6330] |
73 |
|
74 |
* Wed Nov 3 2010 Daniel Berteaud <daniel@firewall-services.com> 2.2.0-34.sme |
75 |
- rename store-ldap-passwd and link it in other events [SME: 6332] |
76 |
|
77 |
* Wed Nov 3 2010 Daniel Berteaud <daniel@firewall-services.com> 2.2.0-33.sme |
78 |
- Store the ldap admin pw early in the bootstrap-ldap-save event [SME: 6332] |
79 |
|
80 |
* Wed Nov 3 2010 Shad L. Lords <slords@lordsfam.net> 2.2.0-32.sme |
81 |
- Make cpu calls critical only with ldap{Auth} is enabled [SME: 6330] |
82 |
|
83 |
* Tue Nov 2 2010 Shad L. Lords <slords@lordsfam.net> 2.2.0-31.sme |
84 |
- Always use cpu, do unix if ldap{Auth} is disabled [SME: 6321] |
85 |
|
86 |
* Tue Nov 2 2010 Daniel Berteaud <daniel@firewall-services.com> 2.2.0-30.sme |
87 |
- Fix a typo in create-machine-account [SME: 6321] |
88 |
|
89 |
* Tue Nov 2 2010 Shad L. Lords <slords@mail.com> 2.2.0-29.sme |
90 |
- Clean up old domain entries when using ldap [SME: 6322] |
91 |
|
92 |
* Mon Nov 1 2010 Shad L. Lords <slords@mail.com> 2.2.0-28.sme |
93 |
- Auth against ldap if it is master [SME: 6321] |
94 |
|
95 |
* Mon Nov 1 2010 Shad L. Lords <slords@mail.com> 2.2.0-27.sme |
96 |
- Change the way groups are modified on samba3x [SME: 6314] |
97 |
|
98 |
* Wed Oct 27 2010 Shad L. Lords <slords@mail.com> 2.2.0-26.sme |
99 |
- Change the way groups are modified on samba3x [SME: 6314] |
100 |
|
101 |
* Thu Oct 14 2010 Daniel Berteaud <daniel@firewall-services.com> 2.2.0-25.sme |
102 |
- Fix anonymous access [SME: 6254] |
103 |
|
104 |
* Fri Oct 8 2010 Shad L. Lords <slords@mail.com> 2.2.0-24.sme |
105 |
- Fix moving secrets.tdb file [SME: 6057] |
106 |
|
107 |
* Sat Oct 2 2010 Daniel Berteaud <daniel@firewall-services.com> 2.2.0-23.sme |
108 |
- Empty output when listing sensible attribtues [SME: 6254] |
109 |
|
110 |
* Sat Oct 2 2010 Daniel Berteaud <daniel@firewall-services.com> 2.2.0-22.sme |
111 |
- Add sambaSID to the list of sensible attributes [SME: 6254] |
112 |
|
113 |
* Sat Oct 2 2010 Daniel Berteaud <daniel@firewall-services.com> 2.2.0-21.sme |
114 |
- Deny access to some attributes for anonymous users [SME: 6254] |
115 |
|
116 |
* Thu Sep 23 2010 Daniel Berteaud <daniel@firewall-services.com> 2.2.0-20.sme |
117 |
- povide an option to enable lanman passwords [SME: 6229] |
118 |
|
119 |
* Thu Sep 23 2010 Daniel Berteaud <daniel@firewall-services.com> 2.2.0-19.sme |
120 |
- Add slapd support [SME: 6228] |
121 |
|
122 |
* Wed Jul 08 2010 Shad L. Lords <slords@mail.com> 2.2.0-18.sme |
123 |
- Remove require strong key part of regedit file [SME: 6119] |
124 |
|
125 |
* Wed Jun 23 2010 Shad L. Lords <slords@mail.com> 2.2.0-17.sme |
126 |
- Use samba3x package for windows 7 compatibility [SME: 5964] |
127 |
|
128 |
* Mon Jun 14 2010 Federico Simoncelli <federico.simoncelli@gmail.com> 2.2.0-16.sme |
129 |
- Backup all the tdb files (thanks Daniel) [SME: 5856] |
130 |
- Post scriptlet fix [SME: 6057] |
131 |
|
132 |
* Tue Mar 30 2010 Filippo Carletti <filippo.carletti@gmail.com> 2.2.0-15.sme |
133 |
- Explicitly declare samba private dir [SME: 5857] |
134 |
|
135 |
* Fri Mar 26 2010 Filippo Carletti <filippo.carletti@gmail.com> 2.2.0-14.sme |
136 |
- Fix tdb file paths to backup in run script [SME: 5856] |
137 |
|
138 |
* Wed Mar 17 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-13.sme |
139 |
- Add dependency /usr/bin/tdbbackup [SME: 5851] |
140 |
|
141 |
* Sat Mar 6 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-12.sme |
142 |
- Add missing comma in previous patch [SME: 5821] |
143 |
- Silently skip non-existent profile folder [SME: 5821] |
144 |
|
145 |
* Sat Mar 6 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-11.sme |
146 |
- Properly quote the profile folders manually [SME: 5821] |
147 |
|
148 |
* Sat Mar 6 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-10.sme |
149 |
- Rework V2 profile patch to fix error on user-delete event [SME: 5821] |
150 |
|
151 |
* Sun Feb 7 2010 Shad L. Lords <slords@mail.com> 2.2.0-9.sme |
152 |
- Create/remove V2 profile directories [SME: 3666] |
153 |
|
154 |
* Sun Jan 31 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-8.sme |
155 |
- Enable bindinterfaces by default [SME: 3325] |
156 |
|
157 |
* Sun Jan 31 2010 Stephen Noble <support@dungog.net> 2.2.0-7.sme |
158 |
- Set recyle bin permissions [SME: 1734] |
159 |
|
160 |
* Sat Dec 26 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-6.sme |
161 |
- Add registry file to server-resources to allow windows 7 to |
162 |
join Samba 3.x domains [SME: 5425] |
163 |
|
164 |
* Tue Jun 2 2009 Shad L. Lords <slords@mail.com> 2.2.0-5.sme |
165 |
- Fix warnings in template expansion [SME: 5309] |
166 |
|
167 |
* Sun Nov 23 2008 Shad L. Lords <slords@mail.com> 2.2.0-4.sme |
168 |
- Fix migrate fragments for samba [SME: 4777] |
169 |
|
170 |
* Tue Oct 28 2008 Shad L. Lords <slords@mail.com> 2.2.0-3.sme |
171 |
- Fix oslevel fragment for server roles [SME: 4730] |
172 |
|
173 |
* Mon Oct 13 2008 Shad L. Lords <slords@mail.com> 2.2.0-2.sme |
174 |
- Add patch to support multiple samba roles [SME: 4172] |
175 |
|
176 |
* Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.2.0-1.sme |
177 |
- Roll new stream to separate sme7/sme8 trees [SME: 4633] |
178 |
|
179 |
* Sun Aug 3 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.14.1-8 |
180 |
- Fix oslevel template expansion. [SME: 4470] |
181 |
|
182 |
* Thu Apr 3 2008 Charlie Brady <charlieb@e-smith.com> 1.14.1-7 |
183 |
- Disable unix extensions. [SME: 4164] |
184 |
|
185 |
* Fri Mar 21 2008 Shad L. Lords <slords@mail.com> 1.14.1-6 |
186 |
- Hide normally hidden profile files [SME: 4082] |
187 |
|
188 |
* Thu Mar 13 2008 Shad L. Lords <slords@mail.com> 1.14.1-5 |
189 |
- Fix shadowcopy with < 2 ibays/users [SME: 3862] |
190 |
|
191 |
* Wed Feb 13 2008 Stephen Noble <support@dungog.net> 1.14.1-4 |
192 |
- Remove <base> tags now in general [SME: 3925] |
193 |
|
194 |
* Wed Jan 09 2008 Stephen Noble <support@dungog.net> 1.14.1-3 |
195 |
- Allow browsable to be disabled per ibay [SME: 2966] |
196 |
|
197 |
* Sat Dec 15 2007 Shad L. Lords <slords@mail.com> 1.14.1-2 |
198 |
- Only create admin group if Domain Admins exists [SME: 3646] |
199 |
|
200 |
* Sat Dec 15 2007 Shad L. Lords <slords@mail.com> 1.14.1-1 |
201 |
- Roll new tarball and bump version for 3.0.25b version [SME: 3495] |
202 |
|
203 |
* Fri Dec 14 2007 Shad L. Lords <slords@mail.com> 1.14.0-36 |
204 |
- admin user no longer needed in 3.0.25 [SME: 3645] |
205 |
|
206 |
* Fri Dec 14 2007 Shad L. Lords <slords@mail.com> 1.14.0-35 |
207 |
- Expand smb.conf in group events to complete #33 [SME: 3495] |
208 |
- Add rid to groupmap command to fix 3.0.25b groupmap [SME: 3644] |
209 |
- Add pam.d/samba to fix broken upstream package [SME: 3641] |
210 |
|
211 |
* Fri Nov 30 2007 Gavin Weight <gweight@gmail.com> 1.14.0-34 |
212 |
- Removed printer admin template. [SME: 3605] |
213 |
|
214 |
* Fri Oct 26 2007 Shad L. Lords <slords@mail.com> 1.14.0-33 |
215 |
- Add "Domain Admins" to admin users [SME: 3495] |
216 |
|
217 |
* Thu Oct 11 2007 Charlie Brady <charlie_brady@mitel.com> 1.14.0-32 |
218 |
- Delete smbpasswd file prior to restore. [SME: 2313] |
219 |
|
220 |
* Wed Oct 10 2007 Charlie Brady <charlie_brady@mitel.com> 1.14.0-31 |
221 |
- Delete printer tdb file on printer delete. [SME: 3336] |
222 |
|
223 |
* Thu Jun 2 2007 Shad L. Lords <slords@mail.com> 1.14.0-30 |
224 |
- revert last change. Breaks sme8 and is caught by pass check lib. |
225 |
|
226 |
* Sat Jun 2 2007 Shad L. Lords <slords@mail.com> 1.14.0-29 |
227 |
- pam_unix requires passwords >= 6 [SME: 3039] |
228 |
|
229 |
* Sun Apr 29 2007 Shad L. Lords <slords@mail.com> |
230 |
- Clean up spec so package can be built by koji/plague |
231 |
|
232 |
* Mon Apr 9 2007 Stephen Noble <support@dungog.net> 1.14.0-28 |
233 |
- remove use client driver in smb.conf [SME: 1583] |
234 |
|
235 |
* Fri Feb 16 2007 Shad L. Lords <slords@mail.com> 1.14.0-27 |
236 |
- Change runsvctrl to sv to support runit v1.7.x [SME: 1179] |
237 |
|
238 |
* Tue Jan 30 2007 Charlie Brady <charlie_brady@mitel.com> 1.14.0-26 |
239 |
- Use full path to 'net' command consistently in update-domain-group-maps. |
240 |
[SME: 2400] |
241 |
|
242 |
* Fri Jan 26 2007 Shad L. Lords <slords@mail.com> 1.14.0-25 |
243 |
- Set ServerName to SystemName after inital configuration [SME: 543] |
244 |
|
245 |
* Thu Jan 25 2007 Shad L. Lords <slords@mail.com> 1.14.0-24 |
246 |
- Allow oplocks to be disabled per ibay [SME: 543] |
247 |
- Allow veto oplock files per ibay [SME: 1784] |
248 |
|
249 |
* Thu Jan 25 2007 Shad L. Lords <slords@mail.com> 1.14.0-23 |
250 |
- Disable csc policy for roaming profiles and make optional for |
251 |
ibays [SME: 1507] |
252 |
|
253 |
* Thu Jan 11 2007 Shad L. Lords <slords@mail.com> 1.14.0-22 |
254 |
- Include admin in user groups. [SME: 1950] |
255 |
|
256 |
* Wed Jan 10 2007 Shad L. Lords <slords@mail.com> 1.14.0-21 |
257 |
- Make smb fragment have same logic as copy script. |
258 |
|
259 |
* Wed Jan 10 2007 Shad L. Lords <slords@mail.com> 1.14.0-20 |
260 |
- Initial attempt at shadow copy script. [SME: 1549] |
261 |
|
262 |
* Wed Jan 10 2007 Shad L. Lords <slords@mail.com> 1.14.0-19 |
263 |
- Add success tick to workgroup panel. [SME: 1565] |
264 |
|
265 |
* Wed Jan 10 2007 Shad L. Lords <slords@mail.com> 1.14.0-18 |
266 |
- Allow workgroup name be begin with numbers. [SME: 1607] |
267 |
|
268 |
* Sat Jan 06 2007 Shad L. Lords <slords@mail.com> 1.14.0-17 |
269 |
- Rework vfs modules to allow more then just recycle bin to work. [SME: 1549] |
270 |
|
271 |
* Thu Jan 04 2007 Shad L. Lords <slords@mail.com> 1.14.0-16 |
272 |
- Backup important tdb files. [SME: 2201] |
273 |
|
274 |
* Wed Jan 03 2007 Shad L. Lords <slords@mail.com> 1.14.0-15 |
275 |
- Add template to specify logon drive. [SME: 1155] |
276 |
|
277 |
* Thu Dec 14 2006 Shad L. Lords <slords@mail.com> 1.14.0-14 |
278 |
- Fix patch to map users to groups |
279 |
|
280 |
* Tue Dec 12 2006 Federico Simoncelli <federico.simoncelli@gmail.com> 1.14.0-13 |
281 |
- Modified the samba_check_password script to use the new validatePassword |
282 |
function in esmith::util. [SME: 2100] |
283 |
|
284 |
* Thu Dec 07 2006 Shad L. Lords <slords@mail.com> |
285 |
- Update to new release naming. No functional changes. |
286 |
- Make Packager generic |
287 |
|
288 |
* Thu Dec 07 2006 Shad L. Lords <slords@mail.com> 1.14.0-12 |
289 |
- Don't delete samba database. Instead rename them. |
290 |
|
291 |
* Fri Dec 01 2006 Shad L. Lords <slords@mail.com> 1.14.0-11 |
292 |
- Map user groups so roaming profiles work [SME: 1950] |
293 |
|
294 |
* Tue Aug 22 2006 Gordon Rowell <gordonr@gormand.com.au> 1.14.0-09 |
295 |
* Tue Nov 14 2006 Gordon Rowell <gordonr@gormand.com.au> 1.14.0-10 |
296 |
- Add Requires: samba{,-client,-common} to complete dependency tree [SME: 2062] |
297 |
|
298 |
* Tue Aug 22 2006 Gordon Rowell <gordonr@gormand.com.au> 1.14.0-09 |
299 |
- Added templates.metadata/etc/smb.conf so that |
300 |
expand-template /etc/smb.conf generates the file in /etc/samba/ [SME: 87] |
301 |
|
302 |
* Tue Jul 18 2006 Gordon Rowell <gordonr@gormand.com.au> 1.14.0-08 |
303 |
- Default smb ports to 139 only to reduce log noise [SME: 1562] |
304 |
|
305 |
* Thu Jun 29 2006 Shad L. Lords <slords@mail.com> 1.14.0-07 |
306 |
- Remove samba caches if getlocalsid fails [SME: 1487] |
307 |
|
308 |
* Fri Jun 09 2006 Charlie Brady <charlie_brady@mitel.com> 1.14.0-06 |
309 |
- Fix case conversion in last change. [SME: 1523] |
310 |
|
311 |
* Fri Jun 09 2006 Charlie Brady <charlie_brady@mitel.com> 1.14.0-05 |
312 |
- Add password strength checking to password change via samba (thanks |
313 |
Federico Simoncelli and Filippo Carletti. [SME: 1523] |
314 |
|
315 |
* Wed May 31 2006 Gordon Rowell <gordonr@gormand.com.au> 1.14.0-04 |
316 |
- Remove -S flag from smbd so we get useful logs from Samba [SME: 1521] |
317 |
|
318 |
* Tue Apr 18 2006 Charlie Brady <charlie_brady@mitel.com> 1.14.0-03 |
319 |
- Clean up log noise from migrate fragment. [SME: 1257] |
320 |
- Clean up prep section of spec file (and renumber patches). |
321 |
|
322 |
* Mon Apr 10 2006 Gordon Rowell <gordonr@gormand.com.au> 1.14.0-02 |
323 |
- Ensure that Samba notices printer add/delete [SME: 1167] |
324 |
|
325 |
* Thu Mar 16 2006 Gordon Rowell <gordonr@gormand.com.au> 1.14.0-01 |
326 |
- Roll stable stream version. [SME: 1016] |
327 |
|
328 |
* Wed Mar 1 2006 Gordon Rowell <gordonr@gormand.com.au> 1.13.2-16 |
329 |
- Revert veto appletalk files change. The patch is still in the SPEC |
330 |
file so we can apply it later. [SME: 668] |
331 |
|
332 |
* Thu Feb 23 2006 Charlie Brady <charlie_brady@mitel.com> 1.13.2-15 |
333 |
- Fix problem with creating user profile dir. [SME: 761,874] |
334 |
|
335 |
* Tue Feb 21 2006 Gordon Rowell <gordonr@gormand.com.au> 1.13.2-14 |
336 |
- Relocate netlogon.bat from old location in post, not pre [SME: 768] |
337 |
- Remove empty /home/netlogon directory, if we can [SME: 768] |
338 |
|
339 |
* Fri Feb 17 2006 Gavin Weight <gweight@gmail.com> 1.13.2-13 |
340 |
- Fix Roaming profiles strange permissions problem. [SME: 761] |
341 |
|
342 |
* Thu Feb 16 2006 Gavin Weight <gweight@gmail.com> 1.13.2-12 |
343 |
- Added veto files line. [SME: 668] |
344 |
|
345 |
* Sat Feb 4 2006 Gordon Rowell <gordonr@gormand.com.au> 1.13.2-11 |
346 |
- Adjusted passwd chat [SME: 652] |
347 |
|
348 |
* Wed Jan 25 2006 Gordon Rowell <gordonr@gormand.com.au> 1.13.2-10 |
349 |
- Add passwd and passwd chat definition so that password sync works [SME: 565] |
350 |
|
351 |
* Wed Jan 25 2006 Gordon Rowell <gordonr@gormand.com.au> 1.13.2-09 |
352 |
- Fix logic in last change w.r.t. KeepVersions [SME: 429] |
353 |
- Add default smb{KeepVersions} == disabled [SME: 429] |
354 |
|
355 |
* Tue Jan 24 2006 Gordon Rowell <gordonr@gormand.com.au> 1.13.2-08 |
356 |
- Add fragment to add recycle bin if smb{RecycleBin} == enabled [SME: 429] |
357 |
- Default smb{RecycleBin} == disabled [SME: 429] |
358 |
|
359 |
* Wed Dec 14 2005 Gordon Rowell <gordonr@gormand.com.au> 1.13.2-07 |
360 |
- Default smb{OpLocks} == enabled. Setting it to disabled will |
361 |
disable oplocks [SME: 318] |
362 |
|
363 |
* Mon Dec 05 2005 Filippo Carletti <carletti@mobilia.it> 1.13.2-06 |
364 |
- Better smb.conf readability [SME067] |
365 |
|
366 |
* Wed Nov 30 2005 Gordon Rowell <gordonr@gormand.com.au> 1.13.2-05 |
367 |
- Bump release number only |
368 |
|
369 |
* Sun Nov 20 2005 Gordon Rowell <gordonr@e-smith.com> |
370 |
- [1.13.2-04] |
371 |
- Correct typo and escape the $ in [print$] in last fix [SF: 1357840] |
372 |
|
373 |
* Tue Nov 15 2005 Gordon Rowell <gordonr@e-smith.com> |
374 |
- [1.13.2-03] |
375 |
- Create and use default for smb{UseClientDriver} [SF: 1357840] |
376 |
|
377 |
* Tue Nov 15 2005 Gordon Rowell <gordonr@e-smith.com> |
378 |
- [1.13.2-02] |
379 |
- Change browsable -> browseable for consistency [SF: 1357840] |
380 |
|
381 |
* Fri Oct 14 2005 Gordon Rowell <gordonr@e-smith.com> |
382 |
- [1.13.2-01] |
383 |
- Remove L10Ns from base packages [SF: 1309520] |
384 |
|
385 |
* Fri Oct 14 2005 Gordon Rowell <gordonr@e-smith.com> |
386 |
- [1.13.1-01] |
387 |
- New dev stream before relocating L10Ns |
388 |
|
389 |
* Fri Sep 30 2005 Gordon Rowell <gordonr@e-smith.com> |
390 |
- [1.13.0-28] |
391 |
- Added Italian L10N - Thanks Filippo Carletti [SF: 1309266] |
392 |
|
393 |
* Mon Sep 26 2005 Gordon Rowell <gordonr@e-smith.com> |
394 |
- [1.13.0-27] |
395 |
- Added German L10N - Thanks Dietmar Berteld [SF: 1293325] |
396 |
|
397 |
* Mon Sep 19 2005 Charlie Brady <charlieb@e-smith.com> |
398 |
- [1.13.0-26] |
399 |
- Fix hosts allow specification. [SF: 1295752] |
400 |
|
401 |
* Tue Aug 9 2005 Charlie Brady <charlieb@e-smith.com> |
402 |
- [1.13.0-25] |
403 |
- Roll in content from e-smith-regedit, and obsolete it. |
404 |
|
405 |
* Tue Aug 2 2005 Charlie Brady <charlieb@e-smith.com> |
406 |
- [1.13.0-24] |
407 |
- Remove redundent and deprecated use of esmith::config and esmith::db |
408 |
from action scripts. |
409 |
|
410 |
* Tue Aug 2 2005 Shad Lords <slords@email.com> |
411 |
- [1.13.0-23] |
412 |
- Add TCPPorts/UDPPorts and access to smbd/nmbd [SF: 1246986] |
413 |
|
414 |
* Tue Jul 19 2005 Charlie Brady <charlieb@e-smith.com> |
415 |
- [1.13.0-22] |
416 |
- Fix missing comma [SF: 1216546] |
417 |
|
418 |
* Mon Jul 18 2005 Charlie Brady <charlieb@e-smith.com> |
419 |
- [1.13.0-21] |
420 |
- Avoid use of deprecated tie interface to accounts db. Use "config" |
421 |
rather than "db" to fetch status in run script. [SF: 1216546] |
422 |
|
423 |
* Mon Jul 18 2005 Charlie Brady <charlieb@e-smith.com> |
424 |
- [1.13.0-20] |
425 |
- Charset changes from Gordon: on new installs, default to UTF8. |
426 |
- Default smb{UnixCharSet} == UTF8 |
427 |
- If smb record exists (i.e. upgrade), but UnixCharSet is not defined, |
428 |
set it to ISO8859-1 to maintain filenames on upgrade [SF: 1204695] |
429 |
|
430 |
* Wed Jun 15 2005 Charlie Brady <charlieb@e-smith.com> |
431 |
- [1.13.0-19] |
432 |
- Restart nmbd during workgroup-update event. [SF: 1220928] |
433 |
|
434 |
* Tue Apr 19 2005 Charlie Brady <charlieb@e-smith.com> |
435 |
- [1.13.0-18] |
436 |
- Need to open accounts db r/w in create-machine-account script. |
437 |
|
438 |
* Thu Mar 31 2005 Charlie Brady <charlieb@e-smith.com> |
439 |
- [1.13.0-17] |
440 |
- Fix missing "use" in create-machine-account script. |
441 |
|
442 |
* Thu Mar 17 2005 Charlie Brady <charlieb@e-smith.com> |
443 |
- [1.13.0-16] |
444 |
- Last fix was wrong. Real problem was typo in default property setup. |
445 |
- Remove redundent restart-samba action. |
446 |
|
447 |
* Wed Mar 16 2005 Charlie Brady <charlieb@e-smith.com> |
448 |
- [1.13.0-15] |
449 |
- Fix typo in workgroup property lookup in workgroup panel. |
450 |
|
451 |
* Sun Mar 13 2005 Charlie Brady <charlieb@e-smith.com> |
452 |
- [1.13.0-14] |
453 |
- Group mapping fix from Shad. [MN00070553] |
454 |
|
455 |
* Fri Mar 11 2005 Charlie Brady <charlieb@e-smith.com> |
456 |
- [1.13.0-13] |
457 |
- Add service entries for smbd and nmbd, which slave their own |
458 |
status from the smb entry. This allows the generic service |
459 |
restart stuff to work. [MN00065576] |
460 |
- Fix dangling restart-dhcpd symlink. [MN00064130] |
461 |
|
462 |
* Wed Feb 23 2005 Charlie Brady <charlieb@e-smith.com> |
463 |
- [1.13.0-12] |
464 |
- Unify the three group mapping scripts into one. [MN00070553] |
465 |
|
466 |
* Tue Feb 22 2005 Charlie Brady <charlieb@e-smith.com> |
467 |
- [1.13.0-11] |
468 |
- Fix template expansion location of smb.conf [MN00063515] |
469 |
|
470 |
* Tue Feb 22 2005 Charlie Brady <charlieb@e-smith.com> |
471 |
- [1.13.0-10] |
472 |
- Fix typo in post scriptlet. [MN00063515] |
473 |
|
474 |
* Tue Feb 22 2005 Charlie Brady <charlieb@e-smith.com> |
475 |
- [1.13.0-09] |
476 |
- Add domain group mapping, contributed by Shad/Greg. [MN00070553] |
477 |
- Remove anachronisms in create-machine-account script. |
478 |
|
479 |
* Fri Feb 18 2005 Charlie Brady <charlieb@e-smith.com> |
480 |
- [1.13.0-08] |
481 |
- Fix small template breakages if $LocalIP is not defined. |
482 |
- Fix warnings from post install script. [MN00070549] |
483 |
- Remove obsolete "domain admin group" entry from /etc/smb.conf template. |
484 |
[MN00063515] |
485 |
- Revert to standard /etc/samba/smb.conf location for config file. |
486 |
[MN00063515] |
487 |
|
488 |
* Fri Feb 18 2005 Charlie Brady <charlieb@e-smith.com> |
489 |
- [1.13.0-07] |
490 |
- Fix various smb.conf template expansion probs. [MN00063515] |
491 |
|
492 |
* Fri Feb 18 2005 Charlie Brady <charlieb@e-smith.com> |
493 |
- [1.13.0-06] |
494 |
- Fix typo in template fragment. Commit new files omitted from previous |
495 |
checkin in error. [MN00063515] |
496 |
|
497 |
* Thu Feb 17 2005 Charlie Brady <charlieb@e-smith.com> |
498 |
- [1.13.0-05] |
499 |
- Update samba configuration to use samba 3 features. Update to |
500 |
current APIs. [MN00063515] |
501 |
- Start nmbd before smbd. [MN00070113] |
502 |
|
503 |
* Thu Feb 17 2005 Charlie Brady <charlieb@e-smith.com> |
504 |
- [1.13.0-04] |
505 |
- Use defaults mechanism to initialise database entries, and migrate |
506 |
fragment to convert from deprecated db entries to current style |
507 |
Obsolete conf-netlogon script. [MN00062545] |
508 |
- Use generic_template_expand action where possible, in place |
509 |
of specific actions. Update e-smith-lib dependency. [MN00064130] |
510 |
- Use generic service adjust action for reload/restart. [MN00065576] |
511 |
|
512 |
* Mon Feb 7 2005 Charlie Brady <charlieb@e-smith.com> |
513 |
- [1.13.0-03] |
514 |
- Run smbd and nmbd's multilogs as smelog user. [MN00063836] |
515 |
|
516 |
* Thu Feb 5 2004 Michael Soulier <msoulier@e-smith.com> |
517 |
- [1.13.0-02] |
518 |
- Updated build dependencies. [msoulier 10992] |
519 |
|
520 |
* Wed Feb 4 2004 Michael Soulier <msoulier@e-smith.com> |
521 |
- [1.13.0-01] |
522 |
- rolling to dev - 1.13.0 |
523 |
|
524 |
* Wed Feb 4 2004 Michael Soulier <msoulier@e-smith.com> |
525 |
- [1.12.0-01] |
526 |
- rolling to stable - 1.12.0 |
527 |
|
528 |
* Wed Feb 4 2004 Mark Knox <markk@e-smith.com> |
529 |
- [1.11.0-16] |
530 |
- Include rc1.d/K35smb symlink for proper shutdown in single user mode |
531 |
[markk 10958] |
532 |
|
533 |
* Tue Nov 25 2003 Michael Soulier <msoulier@e-smith.com> |
534 |
- [1.11.0-15] |
535 |
- Removing client driver option, to move to [printers] section. |
536 |
[msoulier 10623] |
537 |
|
538 |
* Mon Nov 17 2003 Michael Soulier <msoulier@e-smith.com> |
539 |
- [1.11.0-14] |
540 |
- Rolling again to pick up genfilelist change. [msoulier 10648] |
541 |
|
542 |
* Mon Nov 17 2003 Michael Soulier <msoulier@e-smith.com> |
543 |
- [1.11.0-13] |
544 |
- Moved the e-smith-smb script to supervise/smb, to plan ahead. |
545 |
[msoulier 6442] |
546 |
|
547 |
* Mon Nov 17 2003 Michael Soulier <msoulier@e-smith.com> |
548 |
- [1.11.0-12] |
549 |
- Stopped sourcing /etc/sysconfig/samba, and fixed a syntax error in the |
550 |
initscript. [msoulier 6442] |
551 |
|
552 |
* Mon Nov 17 2003 Michael Soulier <msoulier@e-smith.com> |
553 |
- [1.11.0-11] |
554 |
- Rollback on serviceControl-using scripts. They were not broken. |
555 |
[msoulier 6442] |
556 |
|
557 |
* Mon Nov 17 2003 Michael Soulier <msoulier@e-smith.com> |
558 |
- [1.11.0-10] |
559 |
- Changed the action script code for the new initscript. [msoulier 6442] |
560 |
|
561 |
* Mon Nov 17 2003 Michael Soulier <msoulier@e-smith.com> |
562 |
- [1.11.0-09] |
563 |
- Tweaked the smbd run script, and e-smith-smb. [msoulier 6442] |
564 |
|
565 |
* Mon Nov 17 2003 Michael Soulier <msoulier@e-smith.com> |
566 |
- [1.11.0-08] |
567 |
- Added e-smith-smb wrapper to manage both services. [msoulier 6442] |
568 |
|
569 |
* Sun Nov 16 2003 Michael Soulier <msoulier@e-smith.com> |
570 |
- [1.11.0-07] |
571 |
- Added run files for multilog. [msoulier 6442] |
572 |
|
573 |
* Sun Nov 16 2003 Michael Soulier <msoulier@e-smith.com> |
574 |
- [1.11.0-06] |
575 |
- Fixing broken specfile resulting in near-empty filelist. [msoulier 6442] |
576 |
|
577 |
* Fri Nov 14 2003 Michael Soulier <msoulier@e-smith.com> |
578 |
- [1.11.0-05] |
579 |
- Added supervision of smbd and nmbd. First attempt. [msoulier 6442] |
580 |
- Updated createlinks script for new build library. |
581 |
|
582 |
* Fri Nov 14 2003 Michael Soulier <msoulier@e-smith.com> |
583 |
- [1.11.0-04] |
584 |
- Added "use client driver" to printer conf. [msoulier 10623] |
585 |
|
586 |
* Fri Nov 7 2003 Michael Soulier <msoulier@e-smith.com> |
587 |
- [1.11.0-03] |
588 |
- *sigh* Really added this time. TGIF. [msoulier 10486] |
589 |
|
590 |
* Fri Nov 7 2003 Michael Soulier <msoulier@e-smith.com> |
591 |
- [1.11.0-02] |
592 |
- Added a "deadtime" option to kill connections, by default, after one week if |
593 |
they are no longer active. [msoulier 10486] |
594 |
|
595 |
* Fri Nov 7 2003 Michael Soulier <msoulier@e-smith.com> |
596 |
- [1.11.0-01] |
597 |
- rolling to dev stream - 1.11.0 |
598 |
|
599 |
* Thu Sep 11 2003 Gordon Rowell <gordonr@e-smith.com> |
600 |
- [1.10.0-04] |
601 |
- Relocated /etc/secrets.tdb to /etc/samba [gordonr 9759] |
602 |
|
603 |
* Wed Sep 10 2003 Gordon Rowell <gordonr@e-smith.com> |
604 |
- [1.10.0-03] |
605 |
- Always return "logon path" line, so that we return |
606 |
"logon path =" if roaming profiles are off [gordonr 9913] |
607 |
|
608 |
* Wed Jul 2 2003 Gordon Rowell <gordonr@e-smith.com> |
609 |
- [1.10.0-02] |
610 |
- Use samba defaults for preferred master and local master [gordonr 9208] |
611 |
- Turn on wins support if we are the domain master [gordonr 9208] |
612 |
|
613 |
* Thu Jun 26 2003 Charlie Brady <charlieb@e-smith.com> |
614 |
- [1.10.0-01] |
615 |
- Changing version to stable stream number - 1.10.0 |
616 |
|
617 |
* Wed Jun 18 2003 Gordon Rowell <gordonr@e-smith.com> |
618 |
- [1.9.0-32] |
619 |
- Fix confusion in smb{DomainMaster} w.r.t. netlogons [gordonr 9064] |
620 |
|
621 |
* Thu Jun 12 2003 Gordon Rowell <gordonr@e-smith.com> |
622 |
- [1.9.0-31] |
623 |
- Added missing 02setupDomainMaster [gordonr 5053] |
624 |
- Corrected 11winsServer to deal with WINSServer == me [gordonr 5053] |
625 |
|
626 |
* Fri May 30 2003 Michael Soulier <msoulier@e-smith.com> |
627 |
- [1.9.0-30] |
628 |
- Removed dangling symlink to conf-samba-startup. [msoulier 8808] |
629 |
|
630 |
* Wed May 28 2003 Gordon Rowell <gordonr@e-smith.com> |
631 |
- [1.9.0-29] |
632 |
- Move smbpasswd file to /etc/samba/smbpasswd [gordonr 8747] |
633 |
|
634 |
* Mon May 26 2003 Charlie Brady <charlieb@e-smith.com> |
635 |
- [1.9.0-28] |
636 |
- Added 'type' default fragment for the smb service. [charlieb 8785] |
637 |
|
638 |
* Wed May 21 2003 Lijie Deng <lijied@e-smith.com> |
639 |
- [1.9.0-27] |
640 |
- fix en-us, fr and es roaming profile text [lijied 5311] |
641 |
|
642 |
* Tue May 20 2003 Gordon Rowell <gordonr@e-smith.com> |
643 |
- [1.9.0-26] |
644 |
- Don't worry if the use doesn't have a profile directory [gordonr 6414] |
645 |
|
646 |
* Tue May 20 2003 Michael Soulier <msoulier@e-smith.com> |
647 |
- [1.9.0-25] |
648 |
- Added a defaults fragment. [msoulier 8785] |
649 |
- Removed conf-samba-startup. [msoulier 8785] |
650 |
|
651 |
* Thu May 15 2003 Gordon Rowell <gordonr@e-smith.com> |
652 |
- [1.9.0-24] |
653 |
- Made use of esmith::ConfigDB::wins_server [gordonr 5053] |
654 |
|
655 |
* Tue May 13 2003 Gordon Rowell <gordonr@e-smith.com> |
656 |
- [1.9.0-23] |
657 |
- Rationalised smb{WINSServer} and smb{DomainMaster} handling [gordonr 5053] |
658 |
|
659 |
* Tue May 6 2003 Lijie Deng <lijied@e-smith.com> |
660 |
- [1.9.0-22] |
661 |
- Add Spanish lexicon for workgroup [lijied 3793] |
662 |
|
663 |
* Mon Apr 14 2003 Gordon Rowell <gordonr@e-smith.com> |
664 |
- [1.9.0-21] |
665 |
- preferred master should not be set if WINSServer is set [gordonr 6849] |
666 |
|
667 |
* Mon Apr 14 2003 Lijie Deng <lijied@e-smith.com> |
668 |
- [1.9.0-20] |
669 |
- Limited the workgroup name to 15 characters [lijied 4971] |
670 |
|
671 |
* Fri Apr 11 2003 Lijie Deng <lijied@e-smith.com> |
672 |
- [1.9.0-19] |
673 |
- Changed workgroup and servername to lower case again [lijied 7371] |
674 |
|
675 |
* Wed Apr 9 2003 Michael Soulier <msoulier@e-smith.com> |
676 |
- [1.9.0-18] |
677 |
- Fixed french lexicon for workgroup question. [msoulier 5311] |
678 |
|
679 |
* Wed Apr 9 2003 Lijie Deng <lijied@e-smith.com> |
680 |
- [1.9.0-17] |
681 |
- Changed workgroup and servername to lower case before validation |
682 |
and storage [lijied 7371] |
683 |
|
684 |
* Mon Apr 7 2003 Gordon Rowell <gordonr@e-smith.com> |
685 |
- [1.9.0-16] |
686 |
- Create new netlogon directory before trying to relocate netlogon.bat |
687 |
[gordonr 8060] |
688 |
|
689 |
* Thu Apr 3 2003 Lijie Deng <lijied@e-smith.com> |
690 |
- [1.9.0-15] |
691 |
- Removed Mitel Networks branding [lijied 8016] |
692 |
|
693 |
* Tue Apr 1 2003 Gordon Rowell <gordonr@e-smith.com> |
694 |
- [1.9.0-14] |
695 |
- Fix c&p error in %pre [gordonr 5241] |
696 |
|
697 |
* Tue Apr 1 2003 Gordon Rowell <gordonr@e-smith.com> |
698 |
- [1.9.0-13] |
699 |
- Do the relocation in the SPEC file so we don't have a stray |
700 |
directory [gordonr 5241] |
701 |
|
702 |
* Tue Apr 1 2003 Gordon Rowell <gordonr@e-smith.com> |
703 |
- [1.9.0-12] |
704 |
- Relocate netlogon.bat -> /home/e-smith/files/samba/netlogon/netlogon.bat |
705 |
[gordonr 5241] |
706 |
|
707 |
* Tue Apr 1 2003 Gordon Rowell <gordonr@e-smith.com> |
708 |
- [1.9.0-11] |
709 |
- Removed conf-dhcpd symlinks - now done in run script [gordonr 7771] |
710 |
|
711 |
* Fri Mar 28 2003 Michael Soulier <msoulier@e-smith.com> |
712 |
- [1.9.0-10] |
713 |
- Re-worded the text in the workgroup panel. [msoulier 5311] |
714 |
- Added french translation of that re-wording. [msoulier 5311] |
715 |
|
716 |
* Fri Mar 28 2003 Lijie Deng <lijied@e-smith.com> |
717 |
- [1.9.0-09] |
718 |
- Modified French lexicon to use lang="fr", rename the lexicon |
719 |
directory to fr [lijied 6787] |
720 |
|
721 |
* Tue Mar 11 2003 Mike Dickson <miked@e-smith.com> |
722 |
- [1.9.0-08] |
723 |
- restricted length of workgroup entry to 15 characters [miked 4388] |
724 |
|
725 |
* Thu Mar 6 2003 Lijie Deng <lijied@e-smith.com> |
726 |
- [1.9.0-07] |
727 |
- Modified workgroup panel order [lijied 7356] |
728 |
|
729 |
* Wed Mar 5 2003 Lijie Deng <lijied@e-smith.com> |
730 |
- [1.9.0-06] |
731 |
- Split en-us lexicon from workgroup panel [lijied 4030] |
732 |
|
733 |
* Fri Feb 28 2003 Lijie Deng <lijied@e-smith.com> |
734 |
- [1.9.0-05] |
735 |
- Added French lexicon for workgroup. [lijied 5003] |
736 |
|
737 |
* Wed Jan 29 2003 Charlie Brady <charlieb@e-smith.com> |
738 |
- [1.9.0-04] |
739 |
- Delete obsolete special case "primary" fragment in smb.conf. |
740 |
[charlieb 5652] |
741 |
|
742 |
* Thu Jan 2 2003 Gordon Rowell <gordonr@e-smith.com> |
743 |
- [1.9.0-03] |
744 |
- Split conf-samba-startup from e-smith-base/conf-startup |
745 |
- Relocated reload-samba from e-smith-base [gordonr 5509] |
746 |
|
747 |
* Mon Dec 9 2002 Mike Dickson <miked@e-smith.com> |
748 |
- [1.9.0-02] |
749 |
- updates for new UI [miked 5494] |
750 |
|
751 |
* Wed Nov 20 2002 Mike Dickson <miked@e-smith.com> |
752 |
- [1.9.0-01] |
753 |
- Changing to development stream; version upped to 1.9.0 |
754 |
|
755 |
* Fri Oct 11 2002 Charlie Brady <charlieb@e-smith.com> |
756 |
- [1.8.0-01] |
757 |
- Roll to maintained version number to 1.8.0 |
758 |
|
759 |
* Tue Oct 8 2002 Mark Knox <markk@e-smith.com> |
760 |
- [1.7.2-08] |
761 |
- Removed stray DESCRIPTION tag from panel [markk 5135] |
762 |
|
763 |
* Thu Sep 19 2002 Charlie Brady <charlieb@e-smith.com> |
764 |
- [1.7.2-07] |
765 |
- Fix i-bay section of smb.conf template [charlieb 4949] |
766 |
|
767 |
* Fri Sep 13 2002 Gordon Rowell <gordonr@e-smith.com> |
768 |
- [1.7.2-06] |
769 |
- Allow smb|WINSServerOverride property which is automagically pushed into |
770 |
the smb|WINSServer property before expanding Samba templates [gordonr 4590] |
771 |
|
772 |
* Fri Sep 13 2002 Gordon Rowell <gordonr@e-smith.com> |
773 |
- [1.7.2-05] |
774 |
- Allow domain master setting if smb|WINSServer set to this box [gordonr 4840] |
775 |
|
776 |
* Tue Sep 10 2002 Mark Knox <markk@e-smith.com> |
777 |
- [1.7.2-04] |
778 |
- Minor refactoring of the last change [markk 3786] |
779 |
|
780 |
* Tue Sep 10 2002 Mark Knox <markk@e-smith.com> |
781 |
- [1.7.2-03] |
782 |
- Remove deprecated split on pipe [markk 3786] |
783 |
|
784 |
* Fri Aug 23 2002 Charlie Brady <charlieb@e-smith.com> |
785 |
- [1.7.2-02] |
786 |
- Add -M flag to useradd, to prevent creation of /noexistingpath [charlieb 4660] |
787 |
|
788 |
* Wed Aug 7 2002 Charlie Brady <charlieb@e-smith.com> |
789 |
- [1.7.2-01] |
790 |
- Change default for oplocks from false to true, and add enable of kernel |
791 |
oplocks (although it's the default anyway. [charlieb 4520] |
792 |
|
793 |
* Wed Jul 31 2002 Charlie Brady <charlieb@e-smith.com> |
794 |
- [1.7.1-01] |
795 |
- Use PAM password change rather than external passwd program and chat |
796 |
script. [charlieb 4433] |
797 |
|
798 |
* Wed Jun 5 2002 Charlie Brady <charlieb@e-smith.com> |
799 |
- [1.7.0-01] |
800 |
- Changing version to maintained stream number to 1.7.0 |
801 |
|
802 |
* Mon Jun 3 2002 Charlie Brady <charlieb@e-smith.com> |
803 |
- [1.6.2-01] |
804 |
- Add "pid directory" template fragment to smb.conf, to make samba 2.2.4 |
805 |
happy (it otherwise wants to use the non-existent /var/run/samba). |
806 |
[charlie 3685] |
807 |
|
808 |
* Mon Jun 3 2002 Charlie Brady <charlieb@e-smith.com> |
809 |
- [1.6.1-01] |
810 |
- Revert the posix locking change to the Profile share. We have rebuilt |
811 |
samba 2.2.4 under the 2.2.19 kernel as a better fix to the locking problem. |
812 |
[charlie 3685] |
813 |
|
814 |
* Mon Jun 3 2002 Charlie Brady <charlieb@e-smith.com> |
815 |
- [1.6.0-01] |
816 |
- Changing version to maintained stream number to 1.6.0 |
817 |
|
818 |
* Thu May 30 2002 Charlie Brady <charlieb@e-smith.com> |
819 |
- [1.5.11-01] |
820 |
- Disable posix locking for the Profile share, as a workaround for |
821 |
some locking wierdness with Win2K when saving roaming profiles. |
822 |
[charlie 3685] |
823 |
|
824 |
* Tue May 28 2002 Kirrily Robert <skud@e-smith.com> |
825 |
- [1.5.10-01] |
826 |
- Fixed servername validation so dots are not allowed [skud 3695] |
827 |
|
828 |
* Thu May 23 2002 Gordon Rowell <gordonr@e-smith.com> |
829 |
- [1.5.8-01] |
830 |
- RPM rebuild forced by cvsroot2rpm |
831 |
|
832 |
* Thu May 23 2002 Charlie Brady <charlieb@e-smith.com> |
833 |
- [1.5.7-01] |
834 |
- Update workgroup panel test code to no longer refer to legacy Samba* |
835 |
config entries. [charlieb 3160] |
836 |
|
837 |
* Wed May 22 2002 Charlie Brady <charlieb@e-smith.com> |
838 |
- [1.5.6-01] |
839 |
- Migrate obsolete Samba{DomainMaster,Workgroup,ServerName} settings |
840 |
in conf-samba then delete any of these if found. [charlieb 3160] |
841 |
|
842 |
* Tue May 7 2002 Gordon Rowell <gordonr@e-smith.com> |
843 |
- [1.5.5-01] |
844 |
- Further rework of the 11logon{Home,Path} fragments to allow setting |
845 |
of smb|LogonPath and smb|LogonHome without having to choose |
846 |
smb|RoamingProfiles [gordonr 3072] |
847 |
|
848 |
* Mon May 6 2002 Gordon Rowell <gordonr@e-smith.com> |
849 |
- [1.5.4-01] |
850 |
- Localise SAVE button [gordonr 3220] |
851 |
- Added nav bar entries [gordonr 3155] |
852 |
|
853 |
* Fri May 3 2002 Charlie Brady <charlieb@e-smith.com> |
854 |
- [1.5.3-01] |
855 |
- Woops, create empty /etc/e-smith/tests in %build. [charlieb 3343] |
856 |
|
857 |
* Fri May 3 2002 Charlie Brady <charlieb@e-smith.com> |
858 |
- [1.5.2-01] |
859 |
- Remove /etc/e-smith/tests/.dummy, and instead create empty |
860 |
/etc/e-smith/tests in %build. [charlieb 3343] |
861 |
|
862 |
* Wed May 1 2002 Gordon Rowell <gordonr@e-smith.com> |
863 |
- [1.5.1-01] |
864 |
- restart-nmbd should exit 0 nicely if smb service is disabled [gordonr 3325] |
865 |
|
866 |
* Mon Apr 29 2002 Gordon Rowell <gordonr@e-smith.com> |
867 |
- [1.5.0-01] |
868 |
- Rolling to development stream |
869 |
- Always set up logon home and logon path. The Samba defaults are not |
870 |
particularly useful, and we want them to be defined to empty if |
871 |
not defined in the config db and we are not domain master [gordonr 3072] |
872 |
|
873 |
* Wed Apr 17 2002 Adrian Chung <adrianc@e-smith.com> |
874 |
- [1.4.2-01] |
875 |
- Stop workgroup panel from getting and setting old legacy Samba* values. |
876 |
- Panel now gets/sets 'smb' properties. |
877 |
|
878 |
* Mon Apr 15 2002 Gordon Rowell <gordonr@e-smith.com> |
879 |
- [1.4.1-01] |
880 |
- Language en->en-us |
881 |
|
882 |
* Wed Apr 10 2002 Adrian Chung <adrianc@e-smith.com> |
883 |
- [1.4.0-01] |
884 |
- Remerging text change for domain controller setting into i18n'd panel. |
885 |
[mac #3020] |
886 |
|
887 |
* Wed Apr 10 2002 Kirrily Robert <skud@e-smith.com> |
888 |
- [1.3.9-01] |
889 |
- Added i18n'd workgroup panel [skud #3032] |
890 |
|
891 |
* Tue Apr 9 2002 Adrian Chung <mac@e-smith.com> |
892 |
- [1.3.8-01] |
893 |
- Change quoting of %u to use single quotes in addUserScript template for |
894 |
smb.conf. [adrianc #3023] |
895 |
|
896 |
* Wed Apr 3 2002 Adrian Chung <adrianc@e-smith.com> |
897 |
- [1.3.7-01] |
898 |
- Quote %u in add user script directive in smb.conf and remove unnecessary |
899 |
first line. [adrianc #3023] |
900 |
|
901 |
* Tue Apr 02 2002 Gordon Rowell <gordonr@e-smith.com> |
902 |
- [1.3.6-01] |
903 |
- D'Oh sama -> samba |
904 |
|
905 |
* Tue Apr 02 2002 Gordon Rowell <gordonr@e-smith.com> |
906 |
- [1.3.5-01] |
907 |
- Create missing profiles and printer driver directories |
908 |
|
909 |
* Tue Apr 02 2002 Gordon Rowell <gordonr@e-smith.com> |
910 |
- [1.3.4-01] |
911 |
- fix restart-nmbd to still start if it can't be stopped [tonyc #2764] |
912 |
|
913 |
* Tue Mar 26 2002 Adrian Chung <adrianc@e-smith.com> |
914 |
- [1.3.3-01] |
915 |
- Modify text in web panel to say "leave set to default, or no if another |
916 |
server is already performing this function" with respect to domain master |
917 |
setting. [mac - #3020] |
918 |
|
919 |
* Tue Mar 12 2002 Adrian Chung <adrianc@e-smith.com> |
920 |
- [1.3.2-01] |
921 |
- Make WINSServer property override value for DomainMaster, PreferredMaster, |
922 |
and LocalMaster. |
923 |
|
924 |
* Tue Mar 12 2002 Adrian Chung <mac@e-smith.com> |
925 |
- [1.3.1-01] |
926 |
- rollRPM: Rolled version number to 1.3.1-01. Includes patches up to 1.3.0-02. |
927 |
|
928 |
* Fri Feb 15 2002 Charlie Brady <charlieb@e-smith.com> |
929 |
- [1.3.0-02] |
930 |
- Migrate Samba* configuration items to properties of the smb service. |
931 |
|
932 |
* Thu Feb 14 2002 Charlie Brady <charlieb@e-smith.com> |
933 |
- [1.3.0-01] |
934 |
- rollRPM: Rolled version number to 1.3.0-01. Includes patches up to 1.2.0-02. |
935 |
|
936 |
* Thu Jan 03 2002 Charlie Brady <charlieb@e-smith.com> |
937 |
- [1.2.0-02] |
938 |
- Reconfigure and restart dhcpd in workgroup update event, in case a |
939 |
WINS server has been added. See #2364. |
940 |
- Purge prep section of lots of stuff which is no longer required |
941 |
since the rollRPM. |
942 |
|
943 |
* Tue Dec 11 2001 Jason Miller <jay@e-smith.com> |
944 |
- [1.2.0-01] |
945 |
- rollRPM: Rolled version number to 1.2.0-01. Includes patches up to 1.1.0-34. |
946 |
|
947 |
* Tue Dec 4 2001 Adrian Chung <adrianc@e-smith.com> |
948 |
- [1.1.0-34] |
949 |
- Adding workgroup panel, removed from e-smith-base. |
950 |
- Minor text change, s/a Windows server/another server |
951 |
|
952 |
* Mon Dec 03 2001 Charlie Brady <charlieb@e-smith.com> |
953 |
- [1.1.0-33] |
954 |
- Add conf-samba back into post-install event. Required for initial |
955 |
password set. |
956 |
|
957 |
* Fri Nov 30 2001 Gordon Rowell <gordonr@e-smith.com> |
958 |
- [1.1.0-32] |
959 |
- Check for user-deleted type in user-delete-profiledir |
960 |
|
961 |
* Fri Nov 30 2001 Gordon Rowell <gordonr@e-smith.com> |
962 |
- [1.1.0-31] |
963 |
- Extra slosh required in 11logonPath |
964 |
|
965 |
* Fri Nov 30 2001 Gordon Rowell <gordonr@e-smith.com> |
966 |
- [1.1.0-30] |
967 |
- Changed group of profiles parent directory to shared to make it searchable |
968 |
- Replaced %N (NIS server) with %L (Netbios name) in 11logon{Home,Path} |
969 |
- Reinstated [profiles] share and change logon path to use it |
970 |
- Added action to user-{create,delete} to add/remove the profile subdirectory |
971 |
- Added action to post-upgrade to create profiles for existing users |
972 |
- New smb property RoamingProfiles - defaulting to "no" in conf-samba, |
973 |
which disables logon {home,path} and [profiles] share |
974 |
|
975 |
* Wed Nov 28 2001 Gordon Rowell <gordonr@e-smith.com> |
976 |
- [1.1.0-29] |
977 |
- Reduced "printer admin" and "domain admin group" to the "admin" user |
978 |
|
979 |
* Tue Nov 27 2001 Charlie Brady <charlieb@e-smith.com> |
980 |
- [1.1.0-28] |
981 |
- Undo the "Adminstrator" => "admin" mapping |
982 |
- Remove smb.conf fragment which adds reference to smbusers |
983 |
- Replace smbusers fragment so that the file now says "# this |
984 |
file is not used". |
985 |
|
986 |
* Mon Nov 26 2001 Gordon Rowell <gordonr@e-smith.com> |
987 |
- [1.1.0-27] |
988 |
- Remove /etc/smbusers - created empty in init-passwords, but never used |
989 |
until now |
990 |
|
991 |
* Mon Nov 26 2001 Gordon Rowell <gordonr@e-smith.com> |
992 |
- [1.1.0-26] |
993 |
- Templated /etc/samba/smbusers |
994 |
- Map "Administrator" for domain logons -> admin |
995 |
- Note: a local (non-domain) logon still gets treated/ignored as guest |
996 |
- The property smb|AdminstratorAccount (default Administrator) can be |
997 |
used to specify an alternate Administrator account when that account is |
998 |
renamed on the Win* clients |
999 |
|
1000 |
* Tue Nov 20 2001 Gordon Rowell <gordonr@e-smith.com> |
1001 |
- [1.1.0-25] |
1002 |
- Make printer$ share writable in the normal way, restricted by Unix |
1003 |
permissions (admin:admin) |
1004 |
|
1005 |
* Tue Nov 20 2001 Gordon Rowell <gordonr@e-smith.com> |
1006 |
- [1.1.0-24] |
1007 |
- Make /etc/smbpasswd 0600,admin,root - allows "admin" to join domains |
1008 |
- create-machine-account: SUID/SGID root - the script is called as |
1009 |
"admin" by Samba, but needs to be "root" to add Unix accounts |
1010 |
- create-machine-account: setRealToEffective really become root or locking |
1011 |
the Unix account fails with "Only root can do that" |
1012 |
- create-machine-account: Auto-create machine account in accounts database. |
1013 |
This should be fixed by allowing admin to write to the db fragments |
1014 |
|
1015 |
* Mon Nov 19 2001 Gordon Rowell <gordonr@e-smith.com> |
1016 |
- [1.1.0-23] |
1017 |
- Added extra slosh to strings in 11logon{Home,Path} and fixed c&p typo |
1018 |
|
1019 |
* Mon Nov 19 2001 Gordon Rowell <gordonr@e-smith.com> |
1020 |
- [1.1.0-22] |
1021 |
- Check for smb|...|LogonHome and smb|...|LogonPath in those fragments |
1022 |
Default to ~/._winprofile as before, but allow overrides, for example |
1023 |
set to empty for local profiles. 4.1.2+e-smith-netlogon and 5.0 both |
1024 |
defaulted to roaming profiles |
1025 |
- Explicitly return an empty string from some fragments if |
1026 |
$SambaDomainMaster=no, just to be tidy |
1027 |
- Used new e-smith-devtools to set /home/e-smith/files/samba to |
1028 |
02755,admin,admin and removed explicit chmod from prep |
1029 |
|
1030 |
* Thu Nov 15 2001 Gordon Rowell <gordonr@e-smith.com> |
1031 |
- [1.1.0-21] |
1032 |
- Commented out code in create-machine-account which called smbpasswd. |
1033 |
- Samba does this by itself, but we may want to enable it later if this |
1034 |
script is ever called outside Samba. |
1035 |
|
1036 |
* Wed Nov 14 2001 Gordon Rowell <gordonr@e-smith.com> |
1037 |
- [1.1.0-20] |
1038 |
- Moved profiles to ~user/._winprofile - somewhat better that .profile :-) |
1039 |
- Commented out [Profiles] share, since we are no longer using it |
1040 |
|
1041 |
* Wed Nov 14 2001 Gordon Rowell <gordonr@e-smith.com> |
1042 |
- [1.1.0-19] |
1043 |
- Made printer driver directories 0755, per "Samba Unleashed" |
1044 |
|
1045 |
* Wed Nov 14 2001 Gordon Rowell <gordonr@e-smith.com> |
1046 |
- [1.1.0-18] |
1047 |
- Removed conf-samba from post-install - done in bootstrap-console-save |
1048 |
- Moved all profiles (Win9x and WinNT/2K) under ~user/.profile |
1049 |
- Rewrote machine-account-create as an event |
1050 |
- Note: Unfortunately Samba currently requires the user "root" to |
1051 |
create machine accounts (i.e. enter "root" as the user on the client machine) |
1052 |
A SUID script allows 'admin' to do all of the tasks, but the client gets: |
1053 |
"Unable to add or change accounts on the domain. The account information |
1054 |
entered does not grant sufficient privilege to create or change accounts". |
1055 |
- Made printer driver directories world-writable |
1056 |
|
1057 |
* Mon Nov 12 2001 Gordon Rowell <gordonr@e-smith.com> |
1058 |
- [1.1.0-17] |
1059 |
- %L (logon server) -> %N (this server) in 11logonPath (as for 11logonHome) |
1060 |
|
1061 |
* Mon Nov 12 2001 Gordon Rowell <gordonr@e-smith.com> |
1062 |
- [1.1.0-16] |
1063 |
- Swapped 11logon{Home,Path}, added extra backslashes - thanks Greg Zartman |
1064 |
and others |
1065 |
|
1066 |
* Fri Nov 9 2001 Gordon Rowell <gordonr@e-smith.com> |
1067 |
- [1.1.0-15] |
1068 |
- Left-justified output |
1069 |
- Removed some redundant use esmith::db lines and implied "return" statements |
1070 |
|
1071 |
* Fri Nov 2 2001 Gordon Rowell <gordonr@e-smith.com> |
1072 |
- [1.1.0-14] |
1073 |
- Suppressed more comments from output file |
1074 |
- Renamed all [global] fragments to 11* |
1075 |
|
1076 |
* Fri Nov 2 2001 Gordon Rowell <gordonr@e-smith.com> |
1077 |
- [1.1.0-13] |
1078 |
- Hid all commented-out parameters from output file (remove fragments later) |
1079 |
- Removed more comments from output file |
1080 |
- Unified indentation |
1081 |
|
1082 |
* Thu Nov 1 2001 Gordon Rowell <gordonr@e-smith.com> |
1083 |
- [1.1.0-12] |
1084 |
- Added 11level2Oplocks fragment to disable level2 oplocks |
1085 |
- Removed "share modes" options from [netlogon] share and cleaned up template |
1086 |
|
1087 |
* Thu Nov 1 2001 Gordon Rowell <gordonr@e-smith.com> |
1088 |
- [1.1.0-11] |
1089 |
- Added 61Profilesshare fragment |
1090 |
|
1091 |
* Thu Nov 1 2001 Gordon Rowell <gordonr@e-smith.com> |
1092 |
- [1.1.0-10] |
1093 |
- Removed netlogon comments from output file |
1094 |
|
1095 |
* Thu Nov 1 2001 Gordon Rowell <gordonr@e-smith.com> |
1096 |
- [1.1.0-09] |
1097 |
- Protect logon {home,path} with hard quotes and indent to match others |
1098 |
|
1099 |
* Thu Nov 1 2001 Gordon Rowell <gordonr@e-smith.com> |
1100 |
- [1.1.0-08] |
1101 |
- Added printers and profiles directories |
1102 |
- Need to verify permissions on these directories, Darrell had 777 for all |
1103 |
|
1104 |
* Thu Nov 1 2001 Gordon Rowell <gordonr@e-smith.com> |
1105 |
- [1.1.0-07] |
1106 |
- Merged in changes from dmc-mitel-samba-2.2.2-0 - Thanks Darrell May |
1107 |
- Moved machine-account-create from e-smith-base |
1108 |
|
1109 |
* Thu Nov 1 2001 Gordon Rowell <gordonr@e-smith.com> |
1110 |
- [1.1.0-06] |
1111 |
- Merged (and Obsoleted) e-smith-netlogon |
1112 |
|
1113 |
* Thu Nov 1 2001 Gordon Rowell <gordonr@e-smith.com> |
1114 |
- [1.1.0-05] |
1115 |
- guest ok = no, map to guest = never |
1116 |
|
1117 |
* Mon Oct 22 2001 Charlie Brady <charlieb@e-smith.com> |
1118 |
- [1.1.0-04] |
1119 |
- Add action scripts and workgroup web panel plus associated symlinks |
1120 |
|
1121 |
* Thu Oct 4 2001 Gordon Rowell <gordonr@e-smith.com> |
1122 |
- [1.1.0-03] |
1123 |
- Removed comments from output file |
1124 |
|
1125 |
* Thu Oct 4 2001 Gordon Rowell <gordonr@e-smith.com> |
1126 |
- [1.1.0-02] |
1127 |
- Removed template-{begin,end} |
1128 |
|
1129 |
* Thu Oct 4 2001 Gordon Rowell <gordonr@e-smith.com> |
1130 |
- [1.1.0-01] |
1131 |
- Split from e-smith-base |
1132 |
- This version only contains the smb.conf template fragments |
1133 |
|
1134 |
%description |
1135 |
Configuration files and templates for the Samba daemon. |
1136 |
|
1137 |
%prep |
1138 |
%setup |
1139 |
%patch1 -p1 |
1140 |
%patch2 -p1 |
1141 |
%patch3 -p1 |
1142 |
%patch4 -p1 |
1143 |
%patch5 -p1 |
1144 |
%patch6 -p1 |
1145 |
%patch7 -p1 |
1146 |
%patch8 -p1 |
1147 |
%patch9 -p1 |
1148 |
%patch10 -p1 |
1149 |
%patch11 -p1 |
1150 |
%patch12 -p1 |
1151 |
%patch13 -p1 |
1152 |
%patch14 -p1 |
1153 |
%patch15 -p1 |
1154 |
%patch16 -p1 |
1155 |
%patch17 -p1 |
1156 |
%patch18 -p1 |
1157 |
%patch19 -p1 |
1158 |
%patch20 -p1 |
1159 |
%patch21 -p1 |
1160 |
%patch22 -p1 |
1161 |
%patch23 -p1 |
1162 |
%patch24 -p1 |
1163 |
%patch25 -p1 |
1164 |
%patch26 -p1 |
1165 |
%patch27 -p1 |
1166 |
%patch28 -p1 |
1167 |
%patch29 -p1 |
1168 |
|
1169 |
%build |
1170 |
mkdir -p root/etc/e-smith/tests |
1171 |
perl createlinks |
1172 |
|
1173 |
# Manage supervise and multilog for smbd. |
1174 |
mkdir -p root/service |
1175 |
ln -s ../var/service/smbd root/service/smbd |
1176 |
mkdir -p root/var/service/smbd/supervise |
1177 |
touch root/var/service/smbd/down |
1178 |
mkdir -p root/var/service/smbd/log/supervise |
1179 |
mkdir -p root/var/log/smbd |
1180 |
|
1181 |
# Manage supervise and multilog for nmbd. |
1182 |
mkdir -p root/service |
1183 |
ln -s ../var/service/nmbd root/service/nmbd |
1184 |
mkdir -p root/var/service/nmbd/supervise |
1185 |
touch root/var/service/nmbd/down |
1186 |
mkdir -p root/var/service/nmbd/log/supervise |
1187 |
mkdir -p root/var/log/nmbd |
1188 |
|
1189 |
# Make storage point for shadowcopies |
1190 |
mkdir -p root/home/e-smith/files/.shadow |
1191 |
|
1192 |
touch root/etc/e-smith/templates/etc/smb.conf/ibays/template-begin |
1193 |
|
1194 |
%install |
1195 |
rm -rf $RPM_BUILD_ROOT |
1196 |
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
1197 |
/sbin/e-smith/genfilelist \ |
1198 |
--dir '/var/service/smbd' 'attr(1755,root,root)' \ |
1199 |
--file '/var/service/smbd/down' 'attr(0644,root,root)' \ |
1200 |
--file '/var/service/smbd/run' 'attr(0755,root,root)' \ |
1201 |
--dir '/var/service/smbd/supervise' 'attr(0700,root,root)' \ |
1202 |
--dir '/var/service/smbd/log' 'attr(1755,root,root)' \ |
1203 |
--file '/var/service/smbd/log/run' 'attr(0755,root,root)' \ |
1204 |
--dir '/var/log/smbd' 'attr(2750,smelog,smelog)' \ |
1205 |
--dir '/var/service/nmbd' 'attr(1755,root,root)' \ |
1206 |
--file '/var/service/nmbd/down' 'attr(0644,root,root)' \ |
1207 |
--file '/var/service/nmbd/run' 'attr(0755,root,root)' \ |
1208 |
--dir '/var/service/nmbd/supervise' 'attr(0700,root,root)' \ |
1209 |
--dir '/var/service/nmbd/log' 'attr(1755,root,root)' \ |
1210 |
--file '/var/service/nmbd/log/run' 'attr(0755,root,root)' \ |
1211 |
--dir '/var/log/nmbd' 'attr(2750,smelog,smelog)' \ |
1212 |
--file '/sbin/e-smith/samba_check_password' 'attr(0555,root,root)' \ |
1213 |
$RPM_BUILD_ROOT \ |
1214 |
> %{name}-%{version}-filelist |
1215 |
echo "%doc COPYING" >> %{name}-%{version}-filelist |
1216 |
|
1217 |
%clean |
1218 |
rm -rf $RPM_BUILD_ROOT |
1219 |
|
1220 |
%post |
1221 |
if [ -f /home/netlogon/netlogon.bat ] |
1222 |
then |
1223 |
mkdir -p /home/e-smith/files/samba/netlogon |
1224 |
mv /home/netlogon/netlogon.bat \ |
1225 |
/home/e-smith/files/samba/netlogon/netlogon.bat |
1226 |
|
1227 |
rmdir /home/netlogon || echo "Couldn't rmdir /home/netlogon" |
1228 |
fi |
1229 |
|
1230 |
# Revert to canonical place for smb.conf |
1231 |
if [ -f /etc/smb.conf ] |
1232 |
then |
1233 |
rm /etc/smb.conf |
1234 |
ln -s /etc/samba/smb.conf /etc/smb.conf |
1235 |
fi |
1236 |
if [ -L /etc/samba/smb.conf ] |
1237 |
then |
1238 |
rm /etc/samba/smb.conf |
1239 |
fi |
1240 |
if [ -f /etc/smbusers ] |
1241 |
then |
1242 |
rm /etc/smbusers |
1243 |
fi |
1244 |
if [ -f /etc/samba/smbpasswd ] |
1245 |
then |
1246 |
/bin/chown admin.root /etc/samba/smbpasswd |
1247 |
fi |
1248 |
chown -R smelog.smelog /var/log/{smbd,nmbd} |
1249 |
# Move back secrets.tdb to private dir |
1250 |
if [ -f /var/lib/samba/private/secrets.tdb ] |
1251 |
then |
1252 |
mv -f /var/lib/samba/private/secrets.tdb /etc/samba |
1253 |
fi |
1254 |
|
1255 |
%files -f %{name}-%{version}-filelist |
1256 |
%defattr(-,root,root) |