/[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.54 - (hide annotations) (download)
Wed Nov 3 18:55:20 2010 UTC (13 years, 7 months ago) by slords
Branch: MAIN
CVS Tags: e-smith-samba-2_2_0-35_el5_sme
Changes since 1.53: +5 -2 lines
* Wed Nov 3 2010 Shad L. Lords <slords@lordsfam.net 2.2.0-35.sme
- Fix cpu critical patch missing ' [SME: 6330]

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

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