/[smeserver]/rpms/e-smith-samba/sme8/e-smith-samba.spec
ViewVC logotype

Contents of /rpms/e-smith-samba/sme8/e-smith-samba.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.65 - (show annotations) (download)
Wed Mar 16 08:48:51 2011 UTC (13 years, 2 months ago) by snetram
Branch: MAIN
CVS Tags: e-smith-samba-2_2_0-43_el5_sme
Changes since 1.64: +7 -2 lines
* Wed Mar 15 2011 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-41.sme
- Fix separator in general smb.conf section for recycle:exclude* [SME: 6571]

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

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed