/[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.22 - (hide annotations) (download)
Wed Sep 16 18:45:02 2015 UTC (8 years, 8 months ago) by stephdl
Branch: MAIN
CVS Tags: e-smith-samba-2_4_0-21_el6_sme
Changes since 1.21: +5 -2 lines
* Wed Sep 16 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 2.4.0-21.sme
- The samba performance registry is now added in the win10samba.reg

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

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