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

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

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


Revision 1.67 - (hide annotations) (download)
Thu Mar 17 21:00:11 2011 UTC (13 years, 2 months ago) by snetram
Branch: MAIN
CVS Tags: e-smith-samba-2_2_0-45_el5_sme
Changes since 1.66: +5 -2 lines
* Thu Mar 17 2011 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-45.sme
- Revert directory requirement from 2.2.0-43 [SME: 6571]

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

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