/[smeserver]/rpms/e-smith-samba/sme9/e-smith-samba.spec
ViewVC logotype

Annotation of /rpms/e-smith-samba/sme9/e-smith-samba.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.31 - (hide annotations) (download)
Mon Jun 29 02:12:45 2020 UTC (3 years, 11 months ago) by terryfage
Branch: MAIN
CVS Tags: e-smith-samba-2_4_0-27_el6_sme, HEAD
Changes since 1.30: +9 -4 lines
* Mon Jun 29 2020 Terry Fage <terry.fage@gmail.com 2.4.0-27.sme
- smb2 protocols needs port 445[SME: 10970]

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

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