/[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.73 - (show annotations) (download)
Wed Feb 13 05:04:07 2013 UTC (11 years, 3 months ago) by wellsi
Branch: MAIN
CVS Tags: e-smith-samba-2_2_0-51_el5_sme
Changes since 1.72: +10 -2 lines
* Tue Feb 12 2013 Ian Wells <esmith@wellsi.com> 2.2.0-51.sme
- Remove samba_audit specific loglotate configuration [SME: 7335]

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

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