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

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

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


Revision 1.29 - (hide annotations) (download)
Wed Jun 20 02:50:46 2018 UTC (5 years, 11 months ago) by jpp
Branch: MAIN
Changes since 1.28: +30 -5 lines
Prep for DCC import

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

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