/[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.59 - (hide annotations) (download)
Tue Nov 30 18:55:58 2010 UTC (13 years, 6 months ago) by vip-ire
Branch: MAIN
Changes since 1.58: +6 -1 lines
* Tue Nov 30 2010 Daniel Berteaud <daniel@firewall-services.com> 2.2-0-39.sme
- Migrate existing machine uid in the DB (patch from Shad Lords) [SME: 6415]

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

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