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

Contents of /rpms/e-smith-samba/sme10/e-smith-samba.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.16 - (show annotations) (download)
Sat Jan 2 05:41:40 2021 UTC (3 years, 5 months ago) by jpp
Branch: MAIN
CVS Tags: e-smith-samba-2_6_0-15_el7_sme
Changes since 1.15: +6 -2 lines
* Sat Jan 02 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-15.sme
- add Restart=always [SME: 11118]
- add Restart=always [SME: 11117]

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

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