/[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.41 - (hide annotations) (download)
Sat Oct 2 09:52:20 2010 UTC (13 years, 8 months ago) by vip-ire
Branch: MAIN
CVS Tags: e-smith-samba-2_2_0-21_el5_sme
Changes since 1.40: +7 -2 lines
* Sat Oct 2 2010 Daniel Berteaud <daniel@firewall-services.com> 2.2.0-21.sme
- Deny access to some attributes for anonymous users [SME: 6254]

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

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