/[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.18 - (hide annotations) (download)
Fri Sep 4 13:56:10 2015 UTC (8 years, 9 months ago) by vip-ire
Branch: MAIN
CVS Tags: e-smith-samba-2_4_0-17_el6_sme
Changes since 1.17: +8 -2 lines
* Fri Sep 4 2015 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-17.sme
- Replace syslog template to rsyslog so samba audits are logged in the correct
  file [SME: 9037]

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

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