/[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.49 - (hide annotations) (download)
Tue Nov 2 19:49:18 2010 UTC (13 years, 7 months ago) by slords
Branch: MAIN
CVS Tags: e-smith-samba-2_2_0-31_el5_sme
Changes since 1.48: +7 -2 lines
* Tue Nov 2 2010 Shad L. Lords <slords@lordsfam.net 2.2.0-31.sme
- Always use cpu, do unix if ldap{Auth} is disabled [SME: 6321]

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

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