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

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

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


Revision 1.25 - (show annotations) (download)
Wed Sep 21 10:03:44 2016 UTC (7 years, 8 months ago) by vip-ire
Branch: MAIN
CVS Tags: e-smith-samba-2_4_0-23_el6_sme
Changes since 1.24: +7 -2 lines
* Wed Sep 21 2016 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-23.sme
- Create V6 profile dir (for Win10 roaming profiles) [SME: 9772]

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

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