/[smeserver]/rpms/e-smith-base+ldap/sme7/e-smith-base+ldap.spec
ViewVC logotype

Contents of /rpms/e-smith-base+ldap/sme7/e-smith-base+ldap.spec

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


Revision 1.8 - (show annotations) (download)
Tue Apr 22 21:22:38 2008 UTC (16 years, 1 month ago) by slords
Branch: MAIN
CVS Tags: e-smith-base+ldap-4_19_1-11_el4_sme
Changes since 1.7: +7 -1 lines
* Tue Apr 22 2008 Daniel B. <daniel@firewall-services.com> 4.19.1-11
- Import samba information in ldap (for users)
- Import samba machine accounts

1 Summary: e-smith server and gateway - base module
2 %define name e-smith-base+ldap
3 Name: %{name}
4 %define version 4.19.1
5 %define release 11
6 Version: %{version}
7 Release: %{release}%{?dist}
8 License: GPL
9 Group: Networking/Daemons
10 Source: %{name}-%{version}.tar.gz
11 Patch1: e-smith-base+ldap-4.19.1-ldap.patch
12 Patch2: e-smith-base-4.18.1-insertmode.patch
13 Patch3: e-smith-base+ldap-4.19.1-freebusy.patch
14 Patch4: e-smith-base-4.18.1-frames.patch
15 Patch5: e-smith-base+ldap-4.19.1-convert_ldap-init-accounts_to_template.patch
16 Patch6: e-smith-base+ldap-4.19.1-nss_policy-post_install-ssl_fix.patch
17 Patch7: e-smith-base-4.18.1-quitconsole.patch
18 Patch8: e-smith-base-4.18.1-freebusy.patch2
19 Patch9: e-smith-base+ldap-4.19.1-ldap_fixes.patch
20 Patch10: e-smith-base+ldap-4.19.1-import_fixes.patch
21 BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
22 Requires: mod_auth_external
23 Requires: e-smith-lib >= 1.18.0-19
24 Requires: server-manager-images, server-manager
25 Requires: e-smith-formmagick >= 1.4.0-9
26 Requires: initscripts >= 6.67-1es17
27 Requires: e-smith-daemontools >= 1.7.1-04
28 Requires: perl(Locale::gettext)
29 Requires: perl(Crypt::Cracklib)
30 Requires: perl(Date::Manip)
31 Requires: perl(Data::UUID)
32 Requires: perl(Net::IPv4Addr)
33 Requires: /usr/sbin/irqbalance
34 Requires: /usr/sbin/cpuspeed
35 Requires: /sbin/microcode_ctl
36 Requires: dbus
37 Requires: hal
38 Requires: acpid
39 Requires: whiptail
40 Requires: rssh
41 Requires: bridge-utils
42 Requires: vconfig
43 Requires: e-smith-bootloader
44 Requires: mdadm
45 Requires: pv
46 Requires: pam_abl
47 Conflicts: e-smith-manager < 1.13.1-04
48 Conflicts: e-smith-apache < 1.2.0-02
49 Obsoletes: rlinetd, e-smith-mod_ssl
50 Obsoletes: e-smith-serial-console
51 Obsoletes: sshell
52 Obsoletes: e-smith-rp-pppoe
53 Obsoletes: e-smith-base
54 Provides: e-smith-base = 4.18.1-5
55 Obsoletes: e-smith-ldap
56 Provides: e-smith-ldap = 4.12.0-9
57 Requires: nss_ldap
58 Requires: e-smith-samba+ldap
59 Requires: cpu
60 %if "%{?rhel}" == "5"
61 Obsoletes: perl-Data-UUID
62 %endif
63 BuildRequires: perl, perl(Test::Inline) >= 0.12
64 BuildRequires: e-smith-devtools >= 1.13.1-03
65 BuildRequires: gettext
66 %ifarch i386
67 Requires: apmd
68 %endif
69
70 %define dbfiles accounts configuration domains hosts networks
71 AutoReqProv: no
72
73 %description
74 e-smith server and gateway software - base module.
75
76 %changelog
77 * Tue Apr 22 2008 Daniel B. <daniel@firewall-services.com> 4.19.1-11
78 - Import samba information in ldap (for users)
79 - Import samba machine accounts
80
81 * Tue Apr 22 2008 Daniel B. <daniel@firewall-services.com> 4.19.1-10
82 - Updated samba.schema (necessary for substr search on sambaSID)
83 - configured salpd to use md5crypt as hash
84 - configure ldap.conf to use exop as hash (negociated with ldap server => md5crypt)
85 - ACL for sambaLMPassword and sambaNTPassword
86 - Allow unix account lookup in ou=Computers (for machine accounts)
87 - Remove warnings in ldap.conf template
88
89 * Sat Apr 19 2008 Shad L. Lords <slords@mail.com> 4.19.1-9
90 - Fix FreeBusy param when disabled [SME: 1806]
91 - Remove .orig file [SME: 4228]
92
93 * Wed Apr 2 2008 Shad L. Lords <slords@mail.com> 4.19.1-8
94 - Remove quitConsole from menu [SME: 4154]
95
96 * Wed Apr 2 2008 Sebastien F. <sebast@firewall-services.com> 4.19.1-7
97 - Really fix free/busy in usermanager [SME: 4157]
98
99 * Wed Apr 2 2008 Sebastien F. <sebast@firewall-services.com> 4.19.1-6
100 - Set nss "bind_policy" to "soft" to be able to access to
101 /etc/{passwd,groups,shadow} informations when ldap is down.
102 - Set /etc/openldap/ldap.conf host to "localhost" and remove unnecessary
103 use of SSL. [SME: 1543].
104 - Cleanly handle need of ldap directory generation after e-smith-base+ldap
105 package: add prop "generateDb" to ldap key and modify /var/service/ldap/run.
106
107 * Wed Apr 2 2008 Sebastien F. <sebast@firewall-services.com> 4.19.1-5
108 - Convert ldap-init-accounts action to /home/e-smith/db/ldap/ldif template
109 [SME: 3439].
110 - New template is able to import after package install sme accounts from
111 /etc/{passwd,group,shadow} files to ldap directory.
112
113 * Wed Apr 2 2008 Shad L. Lords <slords@mail.com> 4.19.1-4
114 - Use frames in elinks [SME: 4156]
115 - Set homepage for elinks [SME: 4160]
116
117 * Wed Apr 2 2008 Shad L. Lords <slords@mail.com> 4.19.1-3
118 - Fix free/busy field in useraccounts [SME: 4157]
119
120 * Tue Apr 1 2008 Shad L. Lords <slords@mail.com> 4.19.1-2
121 - Add free/busy URL entry to help kronolith contribs [SME: 1806]
122
123 * Mon Mar 31 2008 Shad L. Lords <slords@mail.com> 4.19.1-1
124 - Re-base off of e-smith-base-1.18.1 & e-smith-ldap-4.12.0
125 - Roll to development stream numbering
126
127 * Sat Mar 29 2008 Sebastien F. <sebast@firewall-services.com> 4.18.09sf05
128 - Fix some bugfixes to ldap authentication [SME: 1543]:
129 - In ldap-delete, $domain is compulsory to compute ldap base.
130 - In ldap-init-accounts, add absolute paths for consistency.
131 - Assure that ssl is not locally used (/etc/ldap.conf/10ssl).
132 - Temporary fix ldap access issue (/etc/ldap.conf/55initgroups_ignoreusers):
133 it seems that slapd cannot start as ldap user because ldap user
134 information is not avaiable. This seems to be caused by bad nss
135 configuration (ldap is looked up first) cf [SME: 3439].
136 - Remove cpu groupdel call from group-delete-unix because cpu delete
137 group with previous userdel call and this reach to an error.
138
139 * Mon Mar 17 2008 Sebastien F. <sebast@firewall-services.com> 4.18.09sf04
140 - As ldap replication and bdb seems to meet instability with openldap
141 2.2, for now remove them from the package. They should be reintroduced
142 when openldap will be updated to 2.3. [SME: 3444]
143
144 * Mon Mar 17 2008 Sebastien F. <sebast@firewall-services.com> 4.18.09sf03
145 - Bugfix to e-smith-base+ldap-4.18.0-domain_change.patch. [SME: 1543]
146
147 * Mon Mar 17 2008 Sebastien F. <sebast@firewall-services.com> 4.18.09sf02
148 - Remove /etc/e-smith/templates/etc/smb.conf/11ldapScripts and
149 /etc/e-smith/templates/etc/smb.conf/11passdbBackend of fix conflicts
150 with e-smith-samba+ldap. [SME: 1543]
151
152 * Mon Mar 17 2008 Sebastien F. <sebast@firewall-services.com> 4.18.09sf01
153 - Sync with e-smith-base-4.18-99.
154
155 * Mon Oct 15 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-09
156 - Use localhost for ldap.conf and cpu.conf, and for directory panel
157 accesses. There's no point in wasting CPU on SSL over a loopback
158 connection. [SME: 1543]
159
160 * Mon Oct 15 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-08
161 - Sync with recent updates to e-smith-ldap:
162 - Fix format error in ldif template. [SME: 3107]
163 - Don't tell slapd to create pid and args files that we don't need
164 and don't use (and can't create with later openldap version).
165 [SME: 2477]
166 - Make success/failure messages standard [SME: 2289]
167
168 * Mon Oct 15 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-07
169 - Avoid use of slapcat to determine previous domain name - won't
170 work if ldap backend storage configuration has changed. We use
171 readlink instead.
172
173 * Mon Oct 15 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-06
174 - Add initial support for master->slave replication (from Sebastien).
175 [SME: 3444]
176
177 * Mon Oct 15 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-05
178 - Updated patch from Sebastien (simplify calls to 'cpu'). [SME: 1543]
179
180 * Mon Oct 01 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-04
181 - Remove obsolete comment headers about tech support being available
182 from Mitel's website.
183
184 * Mon Oct 01 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-03
185 - Incorporate Sebastien's patches. [SME: 1543]
186
187 * Sat Sep 29 2007 Sebastien F. <sebast@firewall-services.com> 4.18.0-02sf03
188 - Change ldap backend from ldbm to bdb:
189 - "The Berkeley Database backend is the prefered database backend to use with
190 OpenLDAP. However, it requires a lot of (correct) configuration in order
191 for the backend to perform well." (mainly /var/lib/ldap/DB_CONFIG file
192 addition);
193 - bdb or hdb backend is compulsory for syncrepl replication with openldap 2.2
194 and advised with openldap 2.3.
195 - /home/e-smith/db/ldap/ldif/ template now initialize ldap domain only.
196 - ldap-init-accounts action is no longer associed with post-upgrade and
197 post-install events (thus any events), it is now called by /service/ldap/run
198 only.
199
200 * Fri Sep 28 2007 Sebastien F. <sebast@firewall-services.com> 4.18.0-02sf02
201 - Correction of schema checking issues (incompatibilities between "account"
202 and "organizationalPerson" objectClass, lack of "organizationalPerson" and
203 "inetOrgPerson" objectClass needed by several attributes like "street").
204 - Move person relative ldap information (ie information added to ldap directory
205 by ldap-update action) to ou=People organizational unit.
206 - Organization units summary :
207 - ou=Users is now only used to store unix/samba/etc user relative
208 informations;
209 - ou=People correspond to person relative information (like contacts in mail
210 clients);
211 - ou=Groups is used to store unix/samba groups.
212
213 * Thu Sep 13 2007 Sebastien F. <sebast@firewall-services.com> 4.18.0-02sf01
214 - Correct cpu bad behaviour (cpu usermod called without option -G remove all
215 user's supplementary groups and -G option need at least one argument).
216 - Remove "passwd -l" call from user-create-unix action because cpu create an
217 already locked user.
218 - Redirect slapd logs to /var/log/slapd to keep /var/log/messages easily
219 readable.
220
221 * Wed Sep 05 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-02
222 - Merge patch incorporating updates to e-smith-base through 4.18.0-65.
223
224 * Wed Sep 05 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-01
225 - Roll new tarball, incorporating all patches (4.17.0-02 through
226 4.17.0-46sf03).
227
228 * Tue Aug 28 2007 Sebastien F. <sebast@firewall-services.com> 4.17.0-46sf03
229 - Unix/Samba users/groups are now stored, in addition to sme db, in ldap
230 directory. [SME: 1543]
231 - Events and actions relative to "Users", "Groups" and "Directory"
232 server-manager panels of have been updated (patches 20 and 21 should no
233 longer be applied).
234 - Add ldap-init-accounts action to initialize unix/samba accounts and samba
235 group mappings.
236 - Add ldap.pm to factorize ldap function code.
237 - Actions user-lock-passwd, group-modify-unix, user-modify-unix and
238 update-passwd are no longer called during post-upgrade and
239 bootstrap-console-save events.
240
241 * Wed Aug 8 2007 Sebastien F. <sebast@firewall-services.com> 4.17.0-46sf02
242 - Slapd now uses a copy of /home/e-smith/ssl.pem self-signed certificate,
243 located in /var/service/ldap/ssl, as server certificate. [SME: 3169]
244
245 * Mon Jul 23 2007 Sebastien F. <sebast@firewall-services.com> 4.17.0-46sf01
246 - Configure slapd, PAM, NSS and common clients (like ldapsearch) to use TLS
247 with server certificate. [SME: 3169]
248 - Server certificate has to be done manually.
249 - Port 389 (unsecured access to slapd) is still open for compatibility
250 concerns.
251
252 * Sun Apr 29 2007 Shad L. Lords <slords@mail.com>
253 - Clean up spec so package can be built by koji/plague
254
255 * Mon Dec 11 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-46
256 - Add pam_abl config to tui-auth configuration.
257
258 * Fri Dec 08 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-45
259 - Fix template expansion of {tui,gui}-conf pam.d files [MN00162892]
260 - fix password section of tui-conf pam.d file. [MN00162897]
261
262 * Fri Dec 08 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-44
263 - Fix sed script problem in ldap run script which broken change
264 of primary domain.
265
266 * Fri Dec 01 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-43
267 - Remove diald service default fragments - no longer required.
268
269 * Fri Dec 01 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-42
270 - Fix set_prop method call in 10EnableMasq migrate fragment.
271
272 * Mon Nov 27 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-41
273 - Configure sshd to use PAM for password auth (via "UsePAM" set to
274 "yes").
275
276 * Thu Nov 23 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-40
277 - Fix typo (nss_base_passwd in place of nss_base_group) in ldap.conf.
278
279 * Mon Nov 20 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-39
280 - Fix template expansion of {tui,gui}-conf pam.d files.
281 - Create empty /var/run/abl directory for pam_abl state databases.
282
283 * Mon Nov 20 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-38
284 - Remove obsolete templates.metadata file for diald init script.
285
286 * Thu Nov 16 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-37
287 - Add LDAP container ou for user records with passcodes.
288
289 * Wed Nov 15 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-36
290 - Fix GATEWATDEV so that serveronly mode has correct routing. [SME: 2068]
291
292 * Wed Nov 15 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-35
293 - Fix post-install warning from EnableMasq migrate fragment.
294
295 * Tue Nov 14 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-34
296 - remove console.pm, which overlaps with file in e-smith-lib RPM.
297
298 * Tue Nov 14 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-33
299 - Removed remnants of earlier console refactor attempt.
300 - Add default config properties for pppoe service.
301 - Remove special case code in console config wizard for 'smb' service.
302
303 * Tue Nov 14 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-32
304 - Bug fixes in bootstrap-console.
305 - Change "restore from backup" default to "no"
306 - Use links rather than lynx to access manager from console.
307
308 * Thu Nov 09 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-31
309 - Add support for use of pam_tally and/or pam_abl modules. Both
310 are disabled by default.
311
312 * Thu Nov 09 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-30
313 - Complete removal of server-manager templates (this time for sure, Rocky!).
314 [SME: 2023]
315
316 * Wed Nov 08 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-29
317 - Fix typo in ldap.conf templates.
318
319 * Wed Nov 08 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-28
320 - Complete removal of server-manager templates. [SME: 2023]
321
322 * Wed Nov 08 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-27
323 - Add configuration files for tui apps to authenticate v ldap.
324
325 * Wed Nov 08 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-26
326 - Correct permissions on slapd.conf. [SME: 2037]
327
328 * Wed Nov 08 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-25
329 - Remove server-manager templates and scripts - move to e-smith-manager.
330 [SME: 2023]
331
332 * Mon Nov 06 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-24
333 - Update ldap schema so that user records are contained within
334 ou=Users,... and groups within ou=Groups,...
335
336 * Thu Nov 02 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-23
337 - Remove dangling group/useraccounts symlinks.
338
339 * Tue Oct 24 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-22
340 - Remove user and group create/modify/delete stuff. Those bits can
341 be re-added if required in a different RPM.
342
343 * Mon Oct 23 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-21
344 - Combine dhcp client, pppoe, dialup and static WAN connections into
345 "wan" service. [SME 1795]
346
347 * Mon Oct 23 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-20
348 - Add missing include of Locale::gettext in two of the esmith::console::*
349 modules.
350
351 * Fri Oct 20 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-19
352 - Fix taint issues in perform_restore.pm.
353
354 * Fri Oct 20 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-18
355 - Add a bootstrap-console restore from removable storage option.
356
357 * Thu Oct 19 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-17
358 - Refactor console considerably.
359
360 * Wed Oct 18 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-16
361 - Remove deprecated %conf use in console (port from e-smith-base-4.17.0-05).
362
363 * Mon Oct 16 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-15
364 - Remove special "keep" options, and use --default-item feature
365 of dialog's menu widget in its place.
366
367 * Mon Oct 16 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-14
368 - Include esmith::console.pm, modified to run with dialog rather
369 than whiptail. Currently clashes with e-smith-lib, and must
370 be installed with --force.
371
372 * Thu Oct 12 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-13
373 - Change ldap run script so that base dn is rewritten in existing
374 directory data when domain name is changed.
375
376 * Fri Sep 29 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-12
377 - More updates to ldif template.
378
379 * Thu Sep 28 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-11
380 - Enable schema checking. Update ldif templates to ensure valid
381 directory contents before adding users/groups.
382
383 * Thu Sep 28 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-10
384 - pam_ldap changes to allow password change by root.
385
386 * Wed Sep 27 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-09
387 - Add acls to slapd.conf
388 - Update actions to use cpu for {user,group}{add,del,mod}.
389 - Update /etc/pam.d/passwd templates.
390
391 * Thu Jul 06 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-08
392 - Update actions to use smbldap-{user,group}{add,del,mod}.
393
394 * Thu Jul 06 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-07
395 - Fix warnings during template expansion.
396
397 * Thu Jul 06 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-06
398 - Fix typo in nss_ldap dependency.
399
400 * Thu Jul 06 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-05
401 - Configure nsswitch.conf and pam for ldap authentication.
402
403 * Wed Jul 05 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-04
404 - Add samba schema to ldap configuration.
405
406 * Wed Jul 05 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-03
407 - Fix templated config for smbldap_tools.
408
409 * Wed Jul 05 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-02
410 - Update Obsoletes/Provides headers to allow upgrade.
411 - Add templated config for smbldap_tools.
412
413 * Wed Jul 05 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-01
414 - Include e-smith-ldap content, as base for LDAP authentication development.
415
416 * Wed Jun 28 2006 Gavin Weight <gweight@gmail.com> 4.16.0-26
417 - Menu text in console is incorrect for RAID5 installs. [SME: 404]
418
419 * Wed Jun 14 2006 Gavin Weight <gweight@gmail.com> 4.16.0-25
420 - Modify user create page to show henry:miller not henry_miller. [SME: 531]
421
422 * Fri Jun 9 2006 Gavin Weight <gweight@gmail.com> 4.16.0-24
423 - Remove lines for creating symlink to statusreport from spec file. [SME: 450]
424
425 * Mon Jun 6 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-23
426 - Allow for admin account when locking null passwords, and perform
427 check in post-upgrade so that the password screen will be presented
428 after the reboot [SME: 1529]
429
430 * Mon Jun 6 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-22
431 - Correct argument ordering in last change [SME: 790, SME: 1541]
432
433 * Sun May 28 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-21
434 - Increase cert serial number when new certificate is generated. [SME: 790]
435
436 * Sun May 28 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-20
437 - Change ssl.crt template so that cert is regenerated if issuer information
438 has changed. [SME: 1484]
439
440 * Thu Apr 27 2006 Gavin Weight <gweight@gmail.com> 4.16.0-19
441 - Change default shutdown value from shutdown to reboot. [SME: 1320]
442
443 * Sun Apr 23 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-18
444 - Fix syntax error introduced in last change (and reuse $rc and $choice in
445 raidManage.pl). [SME: 1285,1300]
446
447 * Fri Apr 21 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-17
448 - Force masq service to enabled for servergateway modes, but
449 leave at current setting for serveronly. Revises -09 change [SME: 1209]
450
451 * Wed Apr 19 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-16
452 - Add big warning about wiping disk to raid management screen.
453 [SME: 1285]
454
455 * Tue Apr 18 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-15
456 - Ensure that rmmod-bonding doesn't return error status if
457 bonding is not enabled (e.g. during upgrade) [SME: 935]
458
459 * Tue Apr 18 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-14
460 - Avoid warning from NICBondingOptions migrate fragment. [SME: 1271]
461
462 * Tue Apr 18 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-13
463 - Always save ssh property changes, even if sshd is disabled [SME: 1210]
464
465 * Thu Apr 13 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-12
466 - Don't run kudzu at every bootup. [SME: 727]
467
468 * Tue Apr 11 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-11
469 - More fixes to dhclient configuration (courtesy of Richard Schiffelers).
470 [SME: 881]
471
472 * Mon Apr 10 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-10
473 - Fixes to dhclient configuration (courtesy of Richard Schiffelers).
474 [SME: 881]
475
476 * Thu Apr 6 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-09
477 - Enable the masq service to ensure that installs and upgrades
478 are consistent. If someone really wants to disable it, they can
479 add a force fragment [SME: 1209]
480
481 * Thu Apr 6 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-08
482 - Lock accounts with bad SMB passwords [SME: 1193]
483
484 * Thu Apr 6 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-07
485 - Revert password length restriction changes [SME: 1193]
486
487 * Thu Apr 6 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-06
488 - Adjust plural in page title in last patch [SME: 1193]
489
490 * Thu Apr 6 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-05
491 - Adjust console logic for 14 character password restriction [SME: 1193]
492
493 * Wed Apr 5 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-04
494 - Only process 'network' entries in route-eth0 template [SME: 1182]
495
496 * Wed Apr 5 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-03
497 - Restrict passwords to 14 characters [SME: 1193]
498
499 * Tue Mar 14 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-02
500 - Rename anaconda logs, but leave a symlink. Do nothing if the log
501 is already a symlink or missing [SME: 808]
502
503 * Tue Mar 14 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-01
504 - Roll stable stream version. [SME: 1016]
505
506 * Tue Mar 14 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-20
507 - Ensure that each user has a Shell property in post-upgrade.
508 If they didn't have one before, set it to the current value in
509 /etc/passwd. [SME: 859]
510
511 * Tue Mar 14 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-19
512 - Copy anaconda logs instead of renaming them in post-upgrade [SME: 808]
513 - Adjust timestamp of copied logs to logfiles2timestamp format [SME: 808]
514
515 * Mon Mar 13 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-18
516 - Change modSSL to be private in Private Server and Gateway mode [SME: 328]
517
518 * Mon Mar 13 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-17
519 - And remove now redundant calls to wherenext [SME: 986]
520
521 * Fri Mar 10 2006 Charlie Brady <charlie_brady@mitel.com> 4.15.9-16
522 - Fix FM page name (FirstPage => First) in a few places. [SME: 986]
523
524 * Tue Mar 7 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-15
525 - Correct typo in -13 change which hid message [SME: 964]
526
527 * Tue Mar 7 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-14
528 - Display a message for single disk installs which catches that
529 case and tells people that they can add a second disk and produce
530 a mirrored pair [SME: 958]
531
532 * Tue Mar 7 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-13
533 - Display a nicer message when a spare disk is available to be
534 added to the pair [SME: 964]
535 - Blank line for consistency with other messages [SME: 964]
536
537 * Tue Mar 7 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-12
538 - Check whether a resync is in progress so we don't state that
539 intervention is required when it is not [SME: 958]
540
541 * Tue Mar 7 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-11
542 - Check whether destination drive of add_mirror is already part
543 of a RAID device. If so, complain and exit [SME: 870]
544 - Also ensure that /sbin is in the PATH
545
546 * Sun Mar 5 2006 Charlie Brady <charlie_brady@mitel.com> 4.15.9-10
547 - Fixes to dhclient configuration. [SME: 881]
548
549 * Fri Mar 03 2006 Mark Knox <mark_knox@mitel.com> 4.15.9-09
550 - Added NIC Bonding options screen in console [SME: 935]
551 - Migrate old NICBondingOptions to new defaults, and added new default
552 options [SME: 935]
553 - rmmod bonding.ko in bootstrap-console-save so new options work
554 without extra reboot [SME: 935]
555
556 * Wed Mar 01 2006 Mark Knox <mark_knox@mitel.com> 4.15.9-08
557 - Allow NICBondingOptions in 10bonding template fragment [SME: 918]
558
559 * Wed Mar 01 2006 Charlie Brady <charlie_brady@mitel.com> 4.15.9-07
560 - Bump pppoe run script mlimit from 10M to 25M. [SME: 907]
561
562 * Fri Feb 24 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-06
563 - Re-do -04 change as a patch so it sticks [SME: 863]
564
565 * Thu Feb 23 2006 Charlie Brady <charlieb@e-smith.com> 4.15.9-05
566 - Add templates for dhclient configuration file. [SME: 881]
567
568 * Wed Feb 22 2006 Charlie Brady <charlieb@e-smith.com> 4.15.9-04
569 - Remove default fragment for AdminEmail [SME: 863]
570
571 * Mon Feb 21 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-03
572 - Change 'Reconfigure' to lower case in menu [SME: 2]
573
574 * Mon Feb 20 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-02
575 - Add requires for mdadm. We use it in the console and raid monitor
576 and it won't get installed for 5.x upgrades [SME: 767]
577
578 * Fri Feb 17 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-01
579 - Roll patches to 4.15.8-60
580 - Trim changelog before 4.15.3-01 [SME: 828]
581
582 * Fri Feb 17 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-60
583 - Also rotate /var/log/anaconda.{log,syslog} in post-upgrade [SME: 808]
584
585 * Fri Feb 17 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-59
586 - Change 'Reconfigure' to lower case in -57 change [SME: 2]
587
588 * Fri Feb 17 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-58
589 - Add /root/upgrade.log and /root/upgrade.log.syslog to
590 logfiles2timestamp in post-upgrade event so we preserve
591 them across multiple upgrades [SME: 808]
592
593 * Fri Feb 17 2006 Gavin Weight <gweight@gmail.com> 4.15.8-57
594 - Added Reconfigure and Reboot option in console, changed
595 main console menu to reflect Reconfigure option [SME: 2]
596
597 * Thu Feb 16 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-56
598 - Default EmailForward to 'local' in case that part of the panel
599 is hidden from view [SME: 704]
600
601 * Thu Feb 16 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-55
602 - Adjust console title bar to 'SME Server' [SME: 726]
603 - Change title on "Choose administrator password" screens
604
605 * Mon Feb 13 2006 Mark Knox <mark_knox@mitel.com> 4.15.8-54
606 - Set EthernetDriver2 property when bonding is enabled [SME: 776]
607
608 * Mon Feb 13 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-53
609 - Remove cpuspeed.contrib ClearCase droppings [SME: 754]
610
611 * Sun Feb 12 2006 Charlie Brady <charlie_brady@mitel.com> 4.15.8-52
612 - Start bootstrap-console earlier - in particular before raidmonitor.
613 Don't try to restart 'random'. [SME: 743]
614
615 * Sun Feb 12 2006 Charlie Brady <charlie_brady@mitel.com> 4.15.8-51
616 - Obsolete keytable service. [SME: 746]
617
618 * Sat Feb 11 2006 Shad L. Lords <slords@mail.com> 4.15.8-50
619 - Run kudzu -q from inittab [SME: 727]
620
621 * Tue Feb 9 2006 Charlie Brady <charlie_brady@mitel.com> 4.15.8-49
622 - Make bootp support optional, defaulting to 'deny'. [SME: 660]
623
624 * Thu Feb 9 2006 Gavin Weight <gweight@gmail.com> 4.15.8-48
625 - Removed the online-manual. [SME: 407]
626
627 * Thu Feb 9 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-47
628 - Hide email forwarding options on useraccounts page if there is
629 no 'smtpd' record [SME: 704]
630
631 * Wed Feb 8 2006 Charlie Brady <charlie_brady@mitel.com> 4.15.8-46
632 - Fix conversion of user shell from sshell to rssh. [SME: 699]
633
634 * Tue Feb 7 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-45
635 - Fix up location of 00openRW fragments from change 41 [SME: 659. 679]
636
637 * Mon Feb 6 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-44
638 - Change logic for determining RAID partitions in use [SME: 516]
639 - Add detailed output of the RAID state to messages log [SME: 516]
640
641 * Mon Feb 6 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-43
642 - Only say that a RAID device is clean if truly clean [SME: 516]
643 - Adjusted warning to say 'may be required' instead of 'is'
644
645 * Mon Feb 6 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-42
646 - Delete 'deny bootp' fragment from dhcpd.conf, reverting to
647 default, which is to allow bootp. [SME: 660]
648
649 * Sun Feb 5 2006 Charlie Brady <charlie_brady@mitel.com> 4.15.8-41
650 - Use appropriate esmith::*DB class for 00openRW migrate fragments.
651 [SME: 659]
652
653 * Tue Jan 31 2006 Gavin Weight <gweight@gmail.com> 4.15.8-40
654 - Added EmailForward migrate fragment [SME: 598]
655
656 * Tue Jan 31 2006 Gavin Weight <gweight@gmail.com> 4.15.8-39
657 - Added text periods and underscores in useraccounts [SME: 531]
658
659 * Tue Jan 31 2006 Gavin Weight <gweight@gmail.com> 4.15.8-38
660 - Updated copyright text in server-manager [SME: 459]
661
662 * Tue Jan 31 2006 Gavin Weight <gweight@gmail.com> 4.15.8-37
663 - The menu text incorrect for RAID5 configurations [SME: 404]
664
665 * Tue Jan 31 2006 Shad L. Lords <slords@mail.com> 4.15.8-36
666 - Disable zeroconf so 169.254.0.0/16 route isn't created [SME: 613]
667
668 * Sun Jan 29 2006 Charlie Brady <charlie_brady@mitel.com> 4.15.8-35
669 - Fix flip of access settings to default on first post-upgrade (e.g.
670 sshd from public to private). [SME: 495]
671
672 * Sun Jan 29 2006 Charlie Brady <charlie_brady@mitel.com> 4.15.8-34
673 - Remove remnants of statustest. [SME: 450]
674
675 * Wed Jan 25 2006 Charlie Brady <charlie_brady@mitel.com> 4.15.8-33
676 - Add templated elinks config file. [SME: 444]
677
678 * Mon Jan 23 2006 Shad L. Lords <slords@mail.com> 4.15.8-32
679 - Help raidmonitor report more than just failures [SME: 496]
680
681 * Mon Jan 23 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-31
682 - Create ~/.ssh as part of skeleton home directory [SME: 456]
683
684 * Wed Jan 18 2006 Charlie Brady <charlieb@e-smith.com> 4.15.8-30
685 - Fix reboot problem when switching WAN from dynamic to static
686 address. [SME: 500]
687
688 * Fri Jan 13 2006 Mark Knox <mark_knox@mitel.com> 4.15.8-29
689 - New migrate fragment to clean up NIC bonding property [SME: 449]
690
691 * Fri Jan 13 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-28
692 - Fix account regexp for set_password case [SME: 24]
693
694 * Wed Jan 11 2006 Mark Knox <mark_knox@mitel.com> 4.15.8-27
695 - New console option for ethernet bonding [SME: 449]
696
697 * Mon Jan 9 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-26
698 - Allow dot and underscore in account names [SME: 24]
699 - Default maxAcctNameLength and maxGroupNameLength to 31 [SME: 24]
700
701 * Thu Jan 5 2006 Charlie Brady <charlieb@e-smith.com> 4.15.8-25
702 - Avoid generating warning messages during interfaces migration
703 template fragment. [SME: 354]
704
705 * Thu Jan 5 2006 Charlie Brady <charlieb@e-smith.com> 4.15.8-24
706 - Don't add obsolete ipsec net-pf aliases to modprobe.conf, and
707 remove them if found. [SME: 390]
708
709 * Sun Jan 2 2006 Charlie Brady <charlieb@e-smith.com> 4.15.8-23
710 - Use regexp as well as cracklib to check admin password in console.
711 [SME: 335]
712
713 * Mon Jan 2 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-22
714 - Change heuristic for finding disks in manageRAID.pl [SME: 342]
715
716 * Sat Dec 25 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-21
717 - Move testInternet console menu item to smeserver-support [SME: 364]
718
719 * Fri Dec 16 2005 Charlie Brady <charlieb@e-smith.com> 4.15.8-20
720 - Fix localization bug in add_mirror. [SME: 341]
721
722 * Thu Dec 15 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-19
723 - Remove the "In eight seconds" untruth from shutdown/reboot [SME: 86]
724
725 * Thu Dec 15 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-18
726 - Added modSSL{CipherSuite} default [SME: 194]
727
728 * Wed Dec 14 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-17
729 - Enable microcode_ctl service by default [SME: 74]
730
731 * Wed Dec 14 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-16
732 - Removed accounts db default for 'common'
733 - Added accounts db defaults for server-common and server-resources [SME: 77]
734
735 * Wed Dec 14 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-15
736 - Ensure that Nameservers==localhost is set for the primary domain [SME: 137]
737
738 * Wed Dec 14 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-14
739 - And remove db defaults for sysstat service [SME: 327]
740
741 * Wed Dec 14 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-13
742 - Remove sysstat startup symlink [SME: 327]
743
744 * Wed Dec 14 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-12
745 - Default sysconfig{PreviousSystemMode} == unknown [SME: 75]
746
747 * Wed Dec 14 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-11
748 - Remove Requires: sysstat [SME: 327]
749
750 * Sat Dec 10 2005 Charlie Brady <charlieb@e-smith.com> 4.15.8-10
751 - Move code for testing internet access into menu item file.
752 [SME: 261]
753
754 * Thu Dec 8 2005 Charlie Brady <charlieb@e-smith.com> 4.15.8-09
755 - Fix looping in console at swap ethernet choice page. [SME: 68]
756
757 * Wed Dec 7 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-08
758 - Fix taint issues with RAID management menu item [SME: 253]
759
760 * Mon Dec 05 2005 Filippo Carletti <carletti@mobilia.it> 4.15.8-07
761 - console: DHCP range (wrong path chosen for non-English) [SME: 157]
762
763 * Fri Dec 2 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-06
764 - Initial cut at console menu item to (re)add RAID-1 mirror [SME: 253]
765 - Needs to move to /sbin/e-smith/console-menu-items, once I work out
766 what I believe is a taint issue.
767
768 * Wed Nov 30 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-05
769 - Change 'standby' to 'stand by' in console [SME: 66]
770
771 * Wed Nov 30 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-04
772 - Fix routing on eth0 for multiple local networks [SME: 203]
773
774 * Wed Nov 30 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-03
775 - Bump release number only
776
777 * Mon Nov 28 2005 Charlie Brady <charlieb@e-smith.com>
778 - [4.15.8-02]
779 - Re-import head to CVS.
780 - Regenerate both key and cert when cert expires, not just crt. [SF: 1365965]
781
782 * Sun Nov 20 2005 Gordon Rowell <gordonr@e-smith.com>
783 - [4.15.8-01]
784 - Default cpuspeed to disabled [MN00107779]
785
786 * Wed Nov 16 2005 Mark Knox <mark_knox@mitel.com>
787 - [4.15.7-01]
788 - Imported to ClearCase
789 - Changed console sort order from ASCII to numeric [MN00107120]
790
791 * Sun Nov 13 2005 Gordon Rowell <gordonr@e-smith.com>
792 - [4.15.6-09]
793 - Add -f option to add_mirror to allow use of disks with existing
794 partition tables [MN00101667]
795
796 * Sun Nov 13 2005 Gordon Rowell <gordonr@e-smith.com>
797 - [4.15.6-08]
798 - Add reconfiguration reboot option to reboot panel [SF: 1349946]
799 - TODO: Cleanup so that the red warning header doesn't display since
800 the reboot is going to happen anyway
801
802 * Mon Nov 7 2005 Gordon Rowell <gordonr@e-smith.com>
803 - [4.15.6-07]
804 - Only signal-event ip-change on the BOUND action of dhclient [SF: 1344853]
805
806 * Tue Nov 1 2005 Charlie Brady <charlieb@e-smith.com>
807 - [4.15.6-06]
808 - Change DISABLED -> OFF in init script messages, and go back to standard
809 alignment. [SF: 1264702, 134543]
810
811 * Mon Oct 24 2005 Charlie Brady <charlieb@e-smith.com>
812 - [4.15.6-05]
813 - Add default value of SYSFONTACM to /etc/sysconfig/i18n. [SF: 1295293]
814
815 * Mon Oct 24 2005 Charlie Brady <charlieb@e-smith.com>
816 - [4.15.6-04]
817 - Replace grub setup commands in add_mirror with an exec of an external
818 script. This script will be provided by a bootloader specific package,
819 e.g. e-smith-lilo or e-smith-grub. That package should include a
820 "Provides: e-smith-bootloader" header, to satisfy a Requires in this
821 package. [SF: 1335937]
822
823 * Thu Oct 20 2005 Charlie Brady <charlieb@e-smith.com>
824 - [4.15.6-03]
825 - Unload network drivers immediately after rc.sysinit runs, so that
826 we can control the order of allocation of eth0 and eth1. [SF: 1332366]
827
828 * Mon Oct 17 2005 Charlie Brady <charlieb@e-smith.com>
829 - [4.15.6-02]
830 - Disable raid monitor if /boot/grub/device.map suggests that the system
831 is a single disk system. [SF: 1269091]
832
833 * Fri Oct 14 2005 Gordon Rowell <gordonr@e-smith.com>
834 - [4.15.6-01]
835 - Remove L10Ns from base packages [SF: 1309520]
836
837 * Fri Oct 14 2005 Gordon Rowell <gordonr@e-smith.com>
838 - [4.15.5-01]
839 - New dev stream before relocating L10Ns
840
841 * Thu Oct 13 2005 Gordon Rowell <gordonr@gormand.com.au>
842 - [4.15.4-52]
843 - Add /sbin/e-smith/add_mirror [SF: 1325479]
844
845 * Tue Oct 11 2005 Charlie Brady <charlieb@e-smith.com>
846 - [4.15.4-51]
847 - Untaint menu choice when ethernet driver is chosen from menu. [SF: 1323270]
848
849 * Tue Oct 11 2005 Charlie Brady <charlieb@e-smith.com>
850 - [4.15.4-50]
851 - Move user-create-unix action before template expansions, so
852 that getpwnam can be used in template fragments. Ditto
853 for group-create-unix. [SF. 1322231]
854
855 * Sun Oct 9 2005 Charlie Brady <charlieb@e-smith.com>
856 - [4.15.4-49]
857 - Fix spelling mistake in useraccounts panel. [SF: 1320002]
858
859 * Fri Sep 30 2005 Gordon Rowell <gordonr@e-smith.com>
860 - [4.15.4-48]
861 - Revised translation of groups panel, reordered to match
862 the English lexicon - Thanks Didier Rambeau [SF: 1305184]
863
864 * Fri Sep 30 2005 Gordon Rowell <gordonr@e-smith.com>
865 - [4.15.4-47]
866 - Added foot.tmpl for Italian [SF: 1309266]
867
868 * Fri Sep 30 2005 Gordon Rowell <gordonr@e-smith.com>
869 - [4.15.4-46]
870 - Added Italian L10Ns - Thanks Filippo Carletti [SF: 1309266]
871
872 * Fri Sep 30 2005 Gordon Rowell <gordonr@e-smith.com>
873 - [4.15.4-45]
874 - Added Italian for Please wait - we should do this through gettext
875 or similar [SF: 1309288]
876
877 * Thu Sep 29 2005 Gordon Rowell <gordonr@e-smith.com>
878 - [4.15.4-44]
879 - Reword Master DNS Server screen as "Corporated DNS Server", in
880 line with domains panel [gordonr MN00096914]
881
882 * Mon Sep 26 2005 Gordon Rowell <gordonr@e-smith.com>
883 - [4.15.4-43]
884 - German L10Ns for userpassword and console - Thanks Dietmar Berteld
885 [SF: 1293325]
886
887 * Sun Sep 25 2005 Gordon Rowell <gordonr@e-smith.com>
888 - [4.15.4-42]
889 - Added German L10N - Thanks Dietmar Berteld [SF: 1293325]
890
891 * Sun Sep 25 2005 Gordon Rowell <gordonr@e-smith.com>
892 - [4.15.4-41]
893 - Added "de" to pleasewait ugliness case statement and
894 sorted the list alphabetically [SF: 1293325]
895
896 * Fri Sep 23 2005 Gordon Rowell <gordonr@e-smith.com>
897 - [4.15.4-40]
898 - Convert [s]smtpfront-qmail to [s]smtpd in migrate fragment [SF: 1291265]
899
900 * Thu Sep 22 2005 Charlie Brady <charlieb@e-smith.com>
901 - [4.15.4-39]
902 - Add preliminary support for ethernet bonding on local interface.
903 - Modify user-modify-unix so that usermod is not called to change
904 shell or GCOS field unless they need to change.
905
906 * Mon Sep 12 2005 Charlie Brady <charlieb@e-smith.com>
907 - [4.15.4-38]
908 - Update filelist entries for databases which have moved
909 from /home/e-smith to /home/e-smith/db [SF: 1216546]
910
911 * Tue Sep 6 2005 Tony Clayton <apc@e-smith.com>
912 - [4.15.4-37]
913 - Create /mnt/floppy symlink if required in post-{install,upgrade}.
914 [MN00095821]
915 - Haldaemon race conditions seem quite recalcitrant, so don't try to create
916 /mnt/cdrom symlink. [SF: 1260322]
917 - Disable CTRL-C in console [tonyc SF: 1264697]
918 - Catch CTRL-C in console during Test Internet [tonyc SF: 1264697]
919
920 * Tue Sep 6 2005 Charlie Brady <charlieb@e-smith.com>
921 - [4.15.4-36]
922 - Rework user-group-modify to work around perl bug in getgrent(). [SF 1276553]
923
924 * Tue Sep 6 2005 Charlie Brady <charlieb@e-smith.com>
925 - [4.15.4-35]
926 - Also create /mnt/floppy symlink if required. [MN00095821]
927
928 * Mon Sep 5 2005 Gordon Rowell <gordonr@e-smith.com>
929 - [4.15.4-34]
930 - Re-add Master DNS Server console screen [gordonr MN00096910, MN00088222]
931
932 * Fri Sep 2 2005 Charlie Brady <charlieb@e-smith.com>
933 - [4.15.4-33]
934 - Fix race condition in /mnt/cdrom symlink creation, by creating
935 symlink from haldaemon action. [SF: 1260322]
936
937 * Thu Sep 1 2005 Charlie Brady <charlieb@e-smith.com>
938 - [4.15.4-32]
939 - Really create /mnt/cdrom symlink if required. [SF: 1260322]
940
941 * Tue Aug 30 2005 Shad Lords <slords@mail.com>
942 - [4.15.4-31]
943 - Update services entries to conform with RHEL4 services [SF: 1276479]
944
945 * Mon Aug 29 2005 Charlie Brady <charlieb@e-smith.com>
946 - [4.15.4-30]
947 - Correctly handle multiple net specification in ValidFrom for httpd-admin.
948 [SF: 1273756]
949
950 * Tue Aug 23 2005 Charlie Brady <charlieb@e-smith.com>
951 - [4.15.4-29]
952 - Fix taint problem in license text in option 6 of the console menu.
953 [SF: 1267284]
954
955 * Tue Aug 23 2005 Gordon Rowell <gordonr@gormand.com.au>
956 - [4.15.4-28]
957 - Respect Shell property of user accounts [SF: 1266706]
958
959 * Thu Aug 18 2005 Charlie Brady <charlieb@e-smith.com>
960 - [4.15.4-27]
961 - Modify /sbin/e-smith/service so that it runs /sbin/service unless
962 runlevel is 7. [SF: 1237968]
963 - Only prefix /sbin/e-smith to PATH if user is root. [SF: 1250579]
964
965 * Tue Aug 16 2005 Charlie Brady <charlieb@e-smith.com>
966 - [4.15.4-26]
967 - Add Requires for bridge-utils and vconfig.
968
969 * Tue Aug 16 2005 Charlie Brady <charlieb@e-smith.com>
970 - [4.15.4-25]
971 - Add "Requires: rssh".
972
973 * Mon Aug 15 2005 Charlie Brady <charlieb@e-smith.com>
974 - [4.15.4-24]
975 - Update %ghost filelist entries for databases which have moved
976 from /home/e-smith to /home/e-smith/db [SF: 1216546]
977
978 * Mon Aug 15 2005 Charlie Brady <charlieb@e-smith.com>
979 - [4.15.4-23]
980 - Create /mnt/cdrom symlink if required. [SF: 1260322]
981
982 * Thu Aug 11 2005 Charlie Brady <charlieb@e-smith.com>
983 - [4.15.4-22]
984 - Add Requires: whiptail so that the out fork of whiptail from the
985 newt package is installed on upgrade.
986
987 * Tue Aug 9 2005 Charlie Brady <charlieb@e-smith.com>
988 - [4.15.4-21]
989 - Add Requires: headers for all the additional standard daemons, to
990 ensure they are installed on upgrade.
991
992 * Tue Aug 9 2005 Shad Lords <slords@mail.com>
993 - [4.15.4-20]
994 - Change httpd-admin access from local to localhost [SF: 1246986]
995 - Change console to use 980 instead of https to avoid warnings [SF: 1246182]
996 - tie console to new httpd-admin{TCPPort} property. [SF: 1246986]
997
998 * Tue Aug 2 2005 Shad Lords <slords@email.com>
999 - [4.15.4-19]
1000 - Add TCPPort and access for httpd-admin [SF: 1246986]
1001 - Fix UnsavedChanges in console [SF: 1245238]
1002
1003 * Thu Jul 28 2005 Charlie Brady <charlieb@e-smith.com>
1004 - [4.15.4-18]
1005 - Remove all use db_ API except in console (which will come later).
1006
1007 * Wed Jul 27 2005 Shad Lords <slords@mail.com>
1008 - [4.15.4-17]
1009 - Add systemid property to sysconfig db record. [SF: 1246367]
1010
1011 * Wed Jul 27 2005 Shad Lords <slords@mail.com>
1012 - [4.15.4-16]
1013 - Upgrade database APIs to latest standard.
1014 - Move databases from /home/e-smith to /home/e-smith/db [SF: 1216546]
1015
1016 * Wed Jul 27 2005 Shad Lords <slords@mail.com>
1017 - [4.15.4-15]
1018 - Use https to access server-manager from console, to avoid redirect
1019 problems. [SF: 1246182]
1020
1021 * Wed Jul 27 2005 Shad Lords <slords@mail.com>
1022 - [4.15.4-14]
1023 - Remove hwconfig db default entry. [SF: 1246180]
1024
1025 * Wed Jul 27 2005 Charlie Brady <charlieb@e-smith.com>
1026 - [4.15.4-13]
1027 - Remove checking against 32 group limit from UI. Thanks to Gordon Rowell
1028 for the main patch. [SF: 1245421]
1029
1030 * Tue Jul 26 2005 Charlie Brady <charlieb@e-smith.com>
1031 - [4.15.4-12]
1032 - Patches from Shad Lords.
1033 - Complete fix of user password validation started in 4.15.3-06.
1034 [SF: 1242098]
1035 - Change default password strength to "strong". [SF: 1246178]
1036
1037 * Tue Jul 19 2005 Charlie Brady <charlieb@e-smith.com>
1038 - [4.15.4-11]
1039 - Patches submitted by Gordon Rowell.
1040 - Change /etc/modules.conf templates to /etc/modprobe.conf
1041 and add templates.metadata/etc/modprobe.conf [SF: 1227251]
1042 - Remove fragments 10appletalk and 95ModulePaths, since they are
1043 for very old migrations of /etc/modules.conf
1044
1045 * Tue Jul 19 2005 Charlie Brady <charlieb@e-smith.com>
1046 - [4.15.4-10]
1047 - Move quota setup in fstab template into e-smith-quota, where it
1048 belongs.
1049
1050 * Tue Jul 12 2005 Charlie Brady <charlieb@e-smith.com>
1051 - [4.15.4-09]
1052 - Add default db entries for messagebus and haldaemon. [SF: 1225899]
1053
1054 * Tue Jul 12 2005 Charlie Brady <charlieb@e-smith.com>
1055 - [4.15.4-08]
1056 - Add messagebus and haldaemon services, so that cdrom mount point
1057 etc is created as required. [SF: 1225899]
1058
1059 * Fri Jul 8 2005 Charlie Brady <charlieb@e-smith.com>
1060 - [4.15.4-07]
1061 - Add miscelleous performance related standard RHEL/CentOS services.
1062
1063 * Thu Jul 7 2005 Charlie Brady <charlieb@e-smith.com>
1064 - [4.15.4-06]
1065 - Add RAID monitoring service. [SF: 1222143]
1066
1067 * Tue Jul 5 2005 Charlie Brady <charlieb@e-smith.com>
1068 - [4.15.4-05]
1069 - Fix log noise from DynDNS update script. [SF: 1231871]
1070
1071 * Fri Jun 24 2005 Charlie Brady <charlieb@e-smith.com>
1072 - [4.15.4-04]
1073 - Change default domain name setting - I'm sure that xxx is deprecated.
1074
1075 * Tue Jun 21 2005 Charlie Brady <charlieb@e-smith.com>
1076 - [4.15.4-03]
1077 - Deal gracefully with missing /etc/sysconfig/keyboard file.
1078
1079 * Tue Jun 21 2005 Charlie Brady <charlieb@e-smith.com>
1080 - [4.15.4-02]
1081 - Remove "random" service startup symlink - no longer required, as
1082 prng is seeded by rc.sysinit.
1083
1084 * Tue Jun 21 2005 Charlie Brady <charlieb@e-smith.com>
1085 - [4.15.4-01]
1086 - Make new development stream - 4.15.4
1087
1088 * Mon Jun 20 2005 Charlie Brady <charlieb@e-smith.com>
1089 - [4.15.3-07]
1090 - Move httpd-admin logging from inside /var/log/httpd to /var/log/httpd-admin.
1091 - Remove mouseconfig hack. [MN00057145]
1092
1093 * Fri Jun 17 2005 Charlie Brady <charlieb@e-smith.com>
1094 - [4.15.3-06]
1095 - Fix password strength checking of user passwords. [SF: 1222255]
1096
1097 * Thu Jun 16 2005 Charlie Brady <charlieb@e-smith.com>
1098 - [4.15.3-05]
1099 - Prefix /sbin/e-smith to $PATH, rather than append. [SF: 1222092]
1100
1101 * Tue Jun 14 2005 Charlie Brady <charlieb@e-smith.com>
1102 - [4.15.3-04]
1103 - Fix set-external-ip in case of missing ExternalIP db record. [SF: 1217877]
1104
1105 * Tue Jun 14 2005 Charlie Brady <charlieb@e-smith.com>
1106 - [4.15.3-03]
1107 - Remove smbpasswd references from chap-secrets file. Don't re-expand
1108 chap-secrets file during various user related events. [SF: 1215401]
1109
1110 * Tue Jun 14 2005 Charlie Brady <charlieb@e-smith.com>
1111 - [4.15.3-02]
1112 - Break up template for /etc/shells into fragments, and add
1113 /usr/bin/rssh. [SF: 1220145]
1114
1115 * Thu Jun 9 2005 Charlie Brady <charlieb@e-smith.com>
1116 - [4.15.3-01]
1117 - Roll new development stream - 4.15.3
1118
1119 %prep
1120 %setup
1121 %patch1 -p1
1122 %if "%{?rhel}" == "5"
1123 %patch2 -p1
1124 %endif
1125 %patch3 -p1
1126 %patch4 -p1
1127 %patch5 -p1
1128 %patch6 -p1
1129 %patch7 -p1
1130 %patch8 -p1
1131 %patch9 -p1
1132 %patch10 -p1
1133
1134 %pre
1135 if [ -d /etc/e-smith/locale/fr-ca -a ! -L /etc/e-smith/locale/fr-ca ]
1136 then
1137 cd /etc/e-smith/locale
1138
1139 [ -L fr ] && rm fr
1140 mkdir fr
1141 mv fr-ca/* fr
1142 rmdir fr-ca
1143 fi
1144
1145 [ ! -L /etc/e-smith/locale/fr-ca ] && ln -s fr /etc/e-smith/locale/fr-ca
1146
1147 /sbin/e-smith/create-system-user smelog 1002 \
1148 'smelog log user' /var/log/smelog /bin/false
1149 /sbin/e-smith/create-system-user smelastsys 2999 \
1150 'sme last system user marker' /tmp /bin/false
1151
1152 %post
1153
1154 %build
1155 # Force creation of potentially empty directories
1156 mkdir -p root/etc/e-smith/licenses
1157 mkdir -p root/etc/e-smith/skel/user/.ssh
1158 mkdir -p root/etc/e-smith/skel/user/home
1159 mkdir -p root/etc/e-smith/skel/user/Maildir/{cur,new,tmp}
1160 mkdir -p root/etc/e-smith/skel/e-smith/files/users
1161 mkdir -p root/etc/e-smith/skel/e-smith/files/users/admin/home
1162 mkdir -p root/etc/e-smith/skel/e-smith/files/primary/{cgi-bin,files,html}
1163 mkdir -p root/etc/e-smith/skel/e-smith/Maildir/{cur,new,tmp}
1164 mkdir -p root/etc/e-smith/templates{,-custom,-user,-user-custom}
1165 mkdir -p root/home/e-smith/files/{users,server-resources}
1166 mkdir -p root/home/e-smith/files/users/admin/home
1167 mkdir -p root/home/e-smith/Maildir/{cur,new,tmp}
1168 mkdir -p root/root/.ssh
1169 mkdir -p root/var/log/wan
1170
1171 %if "%_build_arch" == "i386"
1172 echo "enabled" > root/etc/e-smith/db/configuration/defaults/apmd/status
1173 %else
1174 echo "disabled" > root/etc/e-smith/db/configuration/defaults/apmd/status
1175 %endif
1176
1177 LEXICONS=$(find root/etc/e-smith/web/{functions,panels/password/cgi-bin} \
1178 -type f | grep -v CVS)
1179
1180 for lexicon in $LEXICONS
1181 do
1182 /sbin/e-smith/validate-lexicon $lexicon
1183 done
1184
1185 /sbin/e-smith/generate-lexicons
1186
1187 perl createlinks
1188 /sbin/e-smith/buildtests 10e-smith-base
1189 ln -s /etc/rc.d/rc.local root/etc/rc.d/init.d/local
1190 mkdir -p root/etc/rc6.d
1191 mkdir -p root/etc/rc.d/rc7.d
1192 ln -s /etc/rc.d/rc7.d root/etc/rc7.d
1193 # Improve "telinit 1 behaviour
1194 mkdir -p root/etc/rc.d/rc1.d
1195
1196 mkdir -p root/usr/share/locale/en_US/LC_MESSAGES
1197 xgettext -o root/usr/share/locale/en_US/LC_MESSAGES/server-console.po root/sbin/e-smith/console
1198
1199 mkdir -p root/etc/e-smith/locale
1200 # Make the fr-ca link in %pre to ease upgrades
1201 # ln -s fr root/etc/e-smith/locale/fr-ca
1202 ln -s fr root/etc/e-smith/locale/fr-fr
1203 ln -s en-us root/etc/e-smith/locale/en
1204 ln -s en-us root/etc/e-smith/locale/en-au
1205 ln -s en-us root/etc/e-smith/locale/en-gb
1206 ln -s en-us root/etc/e-smith/locale/en-nz
1207
1208 mkdir -p root/etc/e-smith/templates/etc/dhcpc/dhcpcd.exe
1209 ln -s /etc/e-smith/templates-default/template-begin-shell \
1210 root/etc/e-smith/templates/etc/dhcpc/dhcpcd.exe/template-begin
1211
1212 for file in imap login passwd pwauth system-auth
1213 do
1214 mkdir -p root/etc/e-smith/templates/etc/pam.d/$file
1215 ln -s /etc/e-smith/templates-default/template-begin-pam \
1216 root/etc/e-smith/templates/etc/pam.d/$file/template-begin
1217 done
1218
1219 mkdir -p root/service
1220 mkdir -p root/etc/rc.d/init.d/supervise
1221
1222 for service in dhcpd wan ippp syslog klogd
1223 do
1224 ln -s /var/service/$service root/service/$service
1225 mkdir -p root/var/service/$service/supervise
1226 touch root/var/service/$service/down
1227 if [ -d root/var/service/$service/log ]
1228 then
1229 mkdir -p root/var/service/$service/log/supervise
1230 mkdir -p root/var/log/$service
1231 fi
1232 ln -s ../daemontools root/etc/rc.d/init.d/supervise/$service
1233 done
1234
1235 # Remove (for now) supervised syslog and klogd services
1236 rm root/etc/rc.d/init.d/supervise/{syslog,klogd}
1237 rm root/service/{syslog,klogd}
1238
1239 mkdir -p root/etc/e-smith/events/local
1240 mkdir -p root/etc/e-smith/events/user-modify-admin
1241 mkdir -p root/home/e-smith/db
1242 touch root/home/e-smith/db/configuration
1243
1244 mkdir -p root/etc/e-smith/pam
1245 mkdir -p root/home/e-smith/ssl.key
1246 mkdir -p root/home/e-smith/ssl.crt
1247 mkdir -p root/home/e-smith/ssl.pem
1248
1249 mkdir -p root/var/state/e-smith
1250
1251 for file in %{dbfiles}
1252 do
1253 mkdir -p root/etc/e-smith/db/$file/{defaults,migrate,force}
1254 # Create ghost file for rpm
1255 touch root/home/e-smith/db/$file
1256 done
1257
1258 mkdir -p root/etc/tcprules
1259
1260 mkdir -p root/service
1261 touch root/var/service/wan/down
1262
1263 ln -s /var/service/raidmonitor root/service/raidmonitor
1264
1265 mkdir -p root/var/service/raidmonitor/supervise
1266 touch root/var/service/raidmonitor/down
1267
1268 mkdir -p root/var/service/raidmonitor/log/supervise
1269
1270 mkdir -p root/var/log/raidmonitor
1271
1272 mkdir -p root/etc/e-smith/tests
1273 mkdir -p root/etc/rc.d/rc7.d
1274 ln -s /etc/rc.d/init.d/e-smith-service root/etc/rc.d/rc7.d/S42ldap
1275 mkdir -p root/home/e-smith/db/ldap
1276
1277 mkdir -p root/etc/rc.d/init.d/supervise
1278 ln -s ../daemontools root/etc/rc.d/init.d/supervise/ldap
1279
1280 mkdir -p root/service
1281 ln -s /var/service/ldap root/service/ldap
1282 touch root/var/service/ldap/down
1283 mkdir -p root/var/service/ldap/ssl
1284
1285 %install
1286 rm -rf $RPM_BUILD_ROOT
1287 (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
1288 /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
1289 --file /etc/cron.daily/conf-mod_ssl 'attr(0544,root,root)' \
1290 --file /etc/rc.d/rc.e-smith 'attr(0750,root,root)' \
1291 --dir /var/service/dhcpd 'attr(01755,root,root)' \
1292 --file /var/service/dhcpd/down 'attr(0644,root,root)' \
1293 --file /var/service/dhcpd/run 'attr(0755,root,root)' \
1294 --dir /var/service/dhcpd/log 'attr(0755,root,root)' \
1295 --dir /var/service/dhcpd/log/supervise 'attr(0700,root,root)' \
1296 --dir /var/service/dhcpd/supervise 'attr(0700,root,root)' \
1297 --file /var/service/dhcpd/log/run 'attr(0755,root,root)' \
1298 --dir /var/log/dhcpd 'attr(2750,smelog,smelog)' \
1299 --dir /var/service/raidmonitor 'attr(01755,root,root)' \
1300 --file /var/service/raidmonitor/down 'attr(0644,root,root)' \
1301 --file /var/service/raidmonitor/run 'attr(0755,root,root)' \
1302 --dir /var/service/raidmonitor/log 'attr(0755,root,root)' \
1303 --dir /var/service/raidmonitor/log/supervise 'attr(0700,root,root)' \
1304 --dir /var/service/raidmonitor/supervise 'attr(0700,root,root)' \
1305 --file /var/service/raidmonitor/log/run 'attr(0755,root,root)' \
1306 --dir /var/log/raidmonitor 'attr(2750,smelog,smelog)' \
1307 --file /var/service/syslog/run 'attr(0755,root,root)' \
1308 --file /var/service/syslog/down 'attr(0644,root,root)' \
1309 --file /var/service/klogd/run 'attr(0755,root,root)' \
1310 --file /var/service/klogd/down 'attr(0644,root,root)' \
1311 --dir /etc/e-smith/pam 'attr(0700,root,root)' \
1312 --dir /home/e-smith/ssl.key 'attr(0700,root,root)' \
1313 --dir /home/e-smith/ssl.crt 'attr(0700,root,root)' \
1314 --dir /home/e-smith/ssl.pem 'attr(0700,root,root)' \
1315 --file /var/service/ldap/run 'attr(0750,root,root)' \
1316 --file /var/service/ldap/finish 'attr(0750,root,root)' \
1317 --dir /var/service/ldap/control 'attr(0750,root,root)' \
1318 --file /var/service/ldap/control/1 'attr(0750,root,root)' \
1319 --dir /var/service/ldap/ssl 'attr(0750,root,ldap)' \
1320 --dir /var/lib/ldap 'attr(0700,ldap,ldap)' \
1321 --dir /var/service/wan 'attr(1755,root,root)' \
1322 --file /var/service/wan/down 'attr(0644,root,root)' \
1323 --file /var/service/wan/run 'attr(0750,root,root)' \
1324 --file /var/service/wan/run.dhclient 'attr(0750,root,root)' \
1325 --file /var/service/wan/run.pppoe 'attr(0750,root,root)' \
1326 --file /var/service/wan/run.static 'attr(0750,root,root)' \
1327 --file /var/service/wan/run.dialup 'attr(0750,root,root)' \
1328 --file /var/service/wan/run.disabled 'attr(0750,root,root)' \
1329 --dir /var/service/wan/supervise 'attr(0700,root,root)' \
1330 --dir /var/service/wan/log 'attr(1755,root,root)' \
1331 --file /var/service/wan/log/run 'attr(0750,root,root)' \
1332 --dir /var/service/wan/log/supervise 'attr(0700,root,root)' \
1333 --dir /var/log/wan 'attr(2750,smelog,smelog)' \
1334 --dir /var/service/ippp 'attr(1755,root,root)' \
1335 --file /var/service/ippp/down 'attr(0644,root,root)' \
1336 --file /var/service/ippp/run 'attr(0750,root,root)' \
1337 --dir /var/service/ippp/supervise 'attr(0700,root,root)' \
1338 --dir /var/service/ippp/log 'attr(1755,root,root)' \
1339 --file /var/service/ippp/log/run 'attr(0750,root,root)' \
1340 --dir /var/service/ippp/log/supervise 'attr(0700,root,root)' \
1341 --dir /var/log/ippp 'attr(2750,smelog,smelog)' \
1342 --dir /etc/e-smith/skel/user/.ssh 'attr(0700,root,root)' \
1343 > %{name}-%{version}-%{release}-filelist
1344
1345 mkdir -p $RPM_BUILD_ROOT/home/e-smith/db
1346 for file in %{dbfiles}
1347 do
1348 # Create ghost file for rpm
1349 touch $RPM_BUILD_ROOT/home/e-smith/db/$file
1350 echo "%config(noreplace) %attr(0640,root,admin) /home/e-smith/db/$file" \
1351 >> %{name}-%{version}-%{release}-filelist
1352 done
1353 echo "%doc COPYING" >> %{name}-%{version}-%{release}-filelist
1354
1355 %clean
1356 rm -rf $RPM_BUILD_ROOT
1357
1358 %files -f %{name}-%{version}-%{release}-filelist
1359 %defattr(-,root,root)

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