/[smeserver]/rpms/e-smith-samba/sme8/e-smith-samba.spec
ViewVC logotype

Contents 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.56 - (show annotations) (download)
Wed Nov 10 18:51:10 2010 UTC (13 years, 6 months ago) by vip-ire
Branch: MAIN
CVS Tags: e-smith-samba-2_2_0-37_el5_sme
Changes since 1.55: +7 -2 lines
* Wed Nov 10 2010 Daniel Berteaud <daniel@firewall-services.com> 2.2.0-37.sme
- Fix create-machine-accounts script [SME: 6358]

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

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