/[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.62 - (hide annotations) (download)
Sat Mar 12 17:40:12 2011 UTC (13 years, 3 months ago) by bytegw
Branch: MAIN
CVS Tags: e-smith-samba-2_2_0-41_el5_sme
Changes since 1.61: +7 -2 lines
* Sat Mar 12 2011 Gavin Weight <gweight@gmail.com> 2.2-0-41.sme
- Fix Recycle Bin VFS Excludes syntax. [SME: 6432]

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

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