/[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.55 - (show annotations) (download)
Fri Nov 5 19:06:46 2010 UTC (13 years, 7 months ago) by slords
Branch: MAIN
CVS Tags: e-smith-samba-2_2_0-36_el5_sme
Changes since 1.54: +7 -2 lines
* Fri Nov 5 2010 Shad L. Lords <slords@lordsfam.net 2.2.0-36.sme
- Call samba-group-mapping after user events too [SME: 6339]

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

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