/[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.35 - (hide annotations) (download)
Tue Mar 30 11:29:43 2010 UTC (14 years, 2 months ago) by filippocarletti
Branch: MAIN
CVS Tags: e-smith-samba-2_2_0-15_el5_sme
Changes since 1.34: +9 -2 lines
* Tue Mar 30 2010 Filippo Carletti <filippo.carletti@gmail.com> 2.2.0-15.sme
- Explicitly declare samba private dir [SME: 5857]

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

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