/[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.19 - (hide annotations) (download)
Mon Feb 22 04:52:16 2021 UTC (3 years, 3 months ago) by jpp
Branch: MAIN
CVS Tags: e-smith-samba-2_6_0-18_el7_sme
Changes since 1.18: +7 -2 lines
* Sun Feb 21 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-18.sme
- fix noise in message log from nmbd and smbd redirected to dedicated logs [SME: 11349]

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

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