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

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

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


Revision 1.17 - (hide annotations) (download)
Sun Jan 3 06:59:48 2021 UTC (3 years, 5 months ago) by jpp
Branch: MAIN
CVS Tags: e-smith-samba-2_6_0-16_el7_sme
Changes since 1.16: +5 -2 lines
* Sun Jan 03 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-16.sme
- fix log noise for smb.service [SME: 11157]

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

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