/[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.66 - (hide annotations) (download)
Thu Mar 17 20:47:58 2011 UTC (13 years, 2 months ago) by snetram
Branch: MAIN
CVS Tags: e-smith-samba-2_2_0-44_el5_sme
Changes since 1.65: +7 -6 lines
* Thu Mar 17 2011 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-44.sme
- Revert changes made in 2.2.0-42 [SME: 6432]

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

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