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

Annotation 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.36 - (hide annotations) (download)
Mon Jun 14 15:15:07 2010 UTC (14 years ago) by filippocarletti
Branch: MAIN
CVS Tags: e-smith-samba-2_2_0-16_el5_sme
Changes since 1.35: +9 -3 lines
* Mon Jun 14 2010 Federico Simoncelli <federico.simoncelli@gmail.com> 2.2.0-16.sme
- Backup all the tdb files (thanks Daniel) [SME: 5856]
- Post scriptlet fix [SME: 6057]

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

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