/[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.37 - (show annotations) (download)
Wed Jun 23 14:51:19 2010 UTC (13 years, 11 months ago) by slords
Branch: MAIN
CVS Tags: e-smith-samba-2_2_0-17_el5_sme
Changes since 1.36: +14 -5 lines
* Wed Jun 23 2010 Shad L. Lords <slords@mail.com> 2.2.0-17.sme
- Use samba3x package for windows 7 compatibility [SME: 5964]

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

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