/[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.21 - (hide annotations) (download)
Sat Apr 17 01:32:01 2021 UTC (3 years, 1 month ago) by jpp
Branch: MAIN
CVS Tags: e-smith-samba-2_6_0-20_el7_sme
Changes since 1.20: +5 -2 lines
* Fri Apr 16 2021 Jean-Philippe Pialasse <tests@pialasse.com> 2.6.0-20.sme
- fix double entries for min protocol [SME: 11558]

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

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