/[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.64 - (hide annotations) (download)
Wed Mar 16 08:17:28 2011 UTC (13 years, 2 months ago) by snetram
Branch: MAIN
CVS Tags: e-smith-samba-2_2_0-42_el5_sme
Changes since 1.63: +7 -2 lines
* Wed Mar 15 2011 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-42.sme
- recycle:exclude_dir should contain directories [SME: 6432]

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

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