/[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.34 - (hide annotations) (download)
Fri Mar 26 16:09:17 2010 UTC (14 years, 2 months ago) by filippocarletti
Branch: MAIN
CVS Tags: e-smith-samba-2_2_0-14_el5_sme
Changes since 1.33: +10 -5 lines
* Fri Mar 26 2010 Filippo Carletti <filippo.carletti@gmail.com> 2.2.0-14.sme
- Fix tdb file paths to backup in run script [SME: 5856]

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

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