/[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.61 - (hide annotations) (download)
Tue Nov 30 22:09:40 2010 UTC (13 years, 6 months ago) by vip-ire
Branch: MAIN
CVS Tags: e-smith-samba-2_2_0-40_el5_sme
Changes since 1.60: +7 -2 lines
* Tue Nov 30 2010 Daniel Berteaud <daniel@firewall-services.com> 2.2-0-40.sme
- Create samba account during event for machine [SME: 6418]

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

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