/[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.38 - (hide annotations) (download)
Thu Jul 8 19:12:07 2010 UTC (13 years, 10 months ago) by slords
Branch: MAIN
CVS Tags: e-smith-samba-2_2_0-18_el5_sme
Changes since 1.37: +7 -2 lines
* Wed Jul 08 2010 Shad L. Lords <slords@mail.com> 2.2.0-18.sme
- Remove require strong key part of regedit file [SME: 6119]

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

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