/[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.20 - (show annotations) (download)
Tue Mar 16 20:52:16 2021 UTC (3 years, 2 months ago) by jpp
Branch: MAIN
CVS Tags: e-smith-samba-2_6_0-19_el7_sme
Changes since 1.19: +5 -2 lines
* Tue Mar 16 2021 Jean-Philippe Pialasse <tests@pialasse.com> 2.6.0-19.sme
- clean rsyslog syntax for smbd and nmbd [SME: 11422]

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

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