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

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

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


Revision 1.130 - (show annotations) (download)
Sat Feb 19 04:49:01 2022 UTC (2 years, 5 months ago) by jpp
Branch: MAIN
CVS Tags: e-smith-base-5_8_1-8_el7_sme
Changes since 1.129: +4 -3 lines
* Thu Feb 17 2022 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.1-8.sme
- make rsyslog listen journald which listen /dev/log [SME: 11813]
  template for /etc/systemd/journald.conf
- properly configure /etc/logrotate.conf [SME: 10484]
  template for /etc/logrotate.conf
  use of size to limit max size of file and rotate earlier
- drop e-smith logrotate actions creating dangling links [SME: 946]

1 # $Id: e-smith-base.spec,v 1.129 2022/02/17 22:06:31 jpp Exp $
2
3 Summary: e-smith server and gateway - base module
4 %define name e-smith-base
5 Name: %{name}
6 %define version 5.8.1
7 %define release 8
8 Version: %{version}
9 Release: %{release}%{?dist}
10 License: GPL
11 Group: Networking/Daemons
12 Source: %{name}-%{version}.tar.xz
13 Patch0: e-smith-base-5.8.1-bz11624-altdomains.patch
14 Patch1: e-smith-base-5.8.1-bz11722-add-instance-support.patch
15 Patch2: e-smith-base-5.8.1-bz11766-group-modify-unix.patch
16 #keeping this one for SME11
17 # Patch: e-smith-base-5.8.1-bz11772-ellipticcert.patch
18 Patch3: e-smith-base-5.8.1-bz11795-persistent-journald.patch
19 Patch4: e-smith-base-5.8.1-bz946-bz10484-bz11813-logs.patch
20
21 BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
22 Requires: pwauth
23 Requires: e-smith-lib >= 2.2.0-2
24 Requires: server-manager-images, server-manager
25 Requires: e-smith-formmagick >= 1.4.0-12
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(Net::IPv4Addr)
32 Requires: perl(Digest::SHA1)
33 Requires: perl(Net::Netmask)
34 Requires: /usr/sbin/irqbalance
35 Requires: /usr/sbin/smartd
36 Requires: dbus
37 Requires: acpid
38 Requires: rssh
39 Requires: bridge-utils
40 Requires: vconfig
41 Requires: e-smith-bootloader
42 Requires: mdadm
43 Requires: pv
44 Requires: dhcp
45 Requires: diald
46 Requires: /usr/bin/passwd
47 Requires: nss-pam-ldapd
48 Requires: uuid-perl
49 Requires: kbd
50 Requires: bash-completion
51 Requires: bash-completion-extras
52 Requires: e-smith-runit >= 2.6.0-7
53 Requires: smeserver-php >= 3.0.0-22
54 Requires: smeserver-yum >= 2.6.0-43
55 Obsoletes: nss_ldap < 254
56 Requires: cpu >= 1.4.3
57 Obsoletes: rlinetd, e-smith-mod_ssl
58 Obsoletes: e-smith-serial-console
59 Obsoletes: sshell
60 Obsoletes: e-smith-rp-pppoe
61 Obsoletes: e-smith-pptpd
62 Obsoletes: e-smith-dynamicdns-yi
63 Obsoletes: e-smith-dynamicdns-tzo
64 Obsoletes: e-smith-dynamicdns-dyndns.org
65 Obsoletes: e-smith-dynamicdns-dyndns
66 BuildRequires: perl, perl(Test::Inline) >= 0.12
67 BuildRequires: e-smith-devtools >= 1.13.1-03
68 BuildRequires: gettext
69 Requires: gdisk
70
71 %define dbfiles accounts configuration domains hosts networks
72 AutoReqProv: no
73
74 %description
75 e-smith server and gateway software - base module.
76
77 %prep
78 %setup
79 %patch0 -p1
80 %patch1 -p1
81 %patch2 -p1
82 %patch3 -p1
83 %patch4 -p1
84
85 %build
86
87 LEXICONS=$(find root/etc/e-smith/web/functions -type f| grep -v CVS)
88
89 for lexicon in $LEXICONS
90 do
91 /sbin/e-smith/validate-lexicon $lexicon
92 done
93
94 /sbin/e-smith/generate-lexicons
95
96 xgettext -L perl -o root/usr/share/locale/en_US/LC_MESSAGES/server-console.po root/sbin/e-smith/console.pl
97
98 perl createlinks
99 /sbin/e-smith/buildtests 10e-smith-base
100
101 gcc -o root/sbin/e-smith/console console_wrapper.c
102
103 # Force creation of potentially empty directories
104 mkdir -p root/etc/e-smith/web/panels/password/cgi-bin
105 ln -s ../../../functions/wrapper root/etc/e-smith/web/panels/password/cgi-bin/userpassword
106
107 %install
108 rm -rf $RPM_BUILD_ROOT
109 mkdir -p $RPM_BUILD_ROOT/etc/selinux
110 (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
111 /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
112 --file /sbin/e-smith/systemd/mdmonitor-pre 'attr(0554,root,root)' \
113 --file /sbin/e-smith/systemd/rsyslog-pre 'attr(0554,root,root)' \
114 --file /etc/cron.daily/conf-mod_ssl 'attr(0544,root,root)' \
115 --dir /var/log/dhcpd 'attr(2750,smelog,smelog)' \
116 --dir /etc/e-smith/pam 'attr(0700,root,root)' \
117 --dir /home/e-smith/ssl.key 'attr(0700,root,root)' \
118 --dir /home/e-smith/ssl.crt 'attr(0700,root,root)' \
119 --dir /home/e-smith/ssl.pem 'attr(0700,root,root)' \
120 --dir /var/service/wan 'attr(1755,root,root)' \
121 --file /var/service/wan/down 'attr(0644,root,root)' \
122 --file /var/service/wan/run 'attr(0750,root,root)' \
123 --file /var/service/wan/run.dhclient 'attr(0750,root,root)' \
124 --file /var/service/wan/run.pppoe 'attr(0750,root,root)' \
125 --file /var/service/wan/run.static 'attr(0750,root,root)' \
126 --file /var/service/wan/run.dialup 'attr(0750,root,root)' \
127 --file /var/service/wan/run.disabled 'attr(0750,root,root)' \
128 --dir /var/service/wan/supervise 'attr(0700,root,root)' \
129 --dir /var/service/wan/log 'attr(1755,root,root)' \
130 --file /var/service/wan/log/run 'attr(0750,root,root)' \
131 --dir /var/service/wan/log/supervise 'attr(0700,root,root)' \
132 --dir /var/log/wan 'attr(2750,smelog,smelog)' \
133 --dir /var/service/ippp 'attr(1755,root,root)' \
134 --file /var/service/ippp/down 'attr(0644,root,root)' \
135 --file /var/service/ippp/run 'attr(0750,root,root)' \
136 --dir /var/service/ippp/supervise 'attr(0700,root,root)' \
137 --dir /var/service/ippp/log 'attr(1755,root,root)' \
138 --file /var/service/ippp/log/run 'attr(0750,root,root)' \
139 --dir /var/service/ippp/log/supervise 'attr(0700,root,root)' \
140 --dir /var/log/ippp 'attr(2750,smelog,smelog)' \
141 --dir /etc/e-smith/skel/user/.ssh 'attr(0700,root,root)' \
142 --file /etc/sysconfig/modules/dummy.modules 'attr(0755,root,root)' \
143 --dir /etc/selinux 'attr(0755,root,root)' \
144 > %{name}-%{version}-%{release}-filelist
145
146 mkdir -p $RPM_BUILD_ROOT/home/e-smith/db
147 for file in %{dbfiles}
148 do
149 # Create ghost file for rpm
150 touch $RPM_BUILD_ROOT/home/e-smith/db/$file
151 echo "%config(noreplace) %attr(0640,root,admin) /home/e-smith/db/$file" \
152 >> %{name}-%{version}-%{release}-filelist
153 done
154 echo "%doc COPYING" >> %{name}-%{version}-%{release}-filelist
155
156 %clean
157 rm -rf $RPM_BUILD_ROOT
158
159 %files -f %{name}-%{version}-%{release}-filelist
160 %defattr(-,root,root)
161
162 %pre
163 /sbin/e-smith/create-system-user smelastsys 2999 \
164 'sme last system user marker' /tmp /bin/false
165
166 %post
167 LEXICONS=$(find /etc/e-smith/locale/*/etc/e-smith/web/panels/password/cgi-bin/userpassword -type f 2>/dev/null)
168
169 for lexicon in $LEXICONS
170 do
171 if [ -f $lexicon ]
172 then
173 cd $(dirname "$lexicon")
174 mv ./userpassword ../../../functions
175 fi
176 done
177
178 if [ -d "/var/service/dhcpd" ]; then
179 rm -rf /var/service/dhcpd
180 fi
181 if [ -d "/var/service/raidmonitor" ]; then
182 rm -rf /var/service/raidmonitor
183 fi
184 if [ -d "/var/service/local" ]; then
185 rm -rf /var/service/local
186 fi
187
188
189 %changelog
190 * Thu Feb 17 2022 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.1-8.sme
191 - make rsyslog listen journald which listen /dev/log [SME: 11813]
192 template for /etc/systemd/journald.conf
193 - properly configure /etc/logrotate.conf [SME: 10484]
194 template for /etc/logrotate.conf
195 use of size to limit max size of file and rotate earlier
196 - drop e-smith logrotate actions creating dangling links [SME: 946]
197
198 * Mon Dec 20 2021 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.1-6.sme
199 - make journald log permanent by creating /var/log/journal [SME: 11795]
200
201 * Tue Nov 23 2021 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.1-4.sme
202 - allow group-modify-unix on update event [SME: 11766]
203
204 * Mon Nov 15 2021 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.1-3.sme
205 - fix typo in last patch [SME: 11722]
206
207 * Wed Oct 27 2021 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.1-2.sme
208 - add support for systemd service with instance service@instance.service [SME: 11722]
209
210 * Sun Jun 06 2021 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.1-1.sme
211 - add local domains in self signed cert alt subjects [SME: 11624]
212 add local hosts in self signed cert alt subjects
213 modSSL property to disable hosts domains addition : AddDomains AddHosts
214 default is enabled when empty
215
216 * Fri Jun 04 2021 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.0-99.sme
217 - fix missing export [SME: 11620]
218
219 * Tue Jun 01 2021 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.0-97.sme
220 - fix issue with adding new user to the ldap db [SME: 11607]
221
222 * Tue Jun 01 2021 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.0-96.sme
223 - always renew self signed certificate [SME: 11552]
224 update key / crt if not signed with the right key size
225 default to self signed if custom cert and key are not files or not rigth type
226 add perl module to help handle certificates and keys
227 TODO: check if both key and cert are related, if not default to self signed
228
229 * Wed Apr 21 2021 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.0-95.sme
230 - fix openssl.conf not generated when openldap field are empty [SME: 11569]
231
232 * Thu Apr 08 2021 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.0-94.sme
233 - fix missing path to systemctl for add-wants [SME: 11537]
234
235 * Tue Mar 30 2021 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.0-93.sme
236 - merge dhcpdmanager custom template fragments with core [SME: 10657]
237 - remove templates-custom previously owned by a contrib [SME: 11508]
238 they got migrated as part as normal backup restore
239
240 * Sun Mar 21 2021 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.0-92.sme
241 - fix masq failing on initial boot [SME: 11479]
242
243 * Fri Mar 19 2021 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.0-91.sme
244 - removing weekly cron for ddns update, targeted script has been removed [SME: 11470]
245
246 * Thu Mar 18 2021 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.0-90.sme
247 - revert e-smith-service file [SME: 9692]
248 - add systemctl wrapper [SME: 11345]
249
250 * Tue Mar 16 2021 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.0-89.sme
251 - clean rsyslog syntax for dhcpd [SME: 11422]
252
253 * Tue Mar 16 2021 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.0-88.sme
254 - cleanup /etc/rc.d and /var/service [SME: 9692]
255
256 * Wed Mar 03 2021 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.0-87.sme
257 - remove klogd references [SME: 11363]
258 - restore part of pptp code and move to generik vpn entry [SME: 11374]
259
260 * Wed Mar 03 2021 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.0-85.sme
261 - drop dyndns core support [SME: 11415]
262
263 * Thu Feb 18 2021 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.0-84.sme
264 - fix enabled service not started on reboot [SME: 11355]
265 unless a power outage, as long as you reboot, halt or shutdown systemd will
266 be in sync
267 - fix console::startup run twice [SME: 11358 ]
268 - improve run order in systemd-default [SME: 11356]
269
270 * Wed Feb 17 2021 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.0-83.sme
271 - fix uninitialized value during post-install [SME: 11350]
272
273 * Sun Feb 14 2021 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.0-81.sme
274 - fix user with rssh shell need to be member of rsshusers group [SME: 9155]
275
276 * Fri Feb 12 2021 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.0-80.sme
277 - add missing /sbin/e-smith/bootstrap-runlevel7 [SME: 11318]
278
279 * Mon Jan 11 2021 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.0-79.sme
280 - fix typo for isolate [SME: 11246]
281
282 * Mon Jan 11 2021 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.0-78.sme
283 - separate bootstrap-console from run level service launch [SME: 11318]
284
285 * Fri Jan 08 2021 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.0-75.sme
286 - only run isolate if sme-server.target is not active [SME: 11246]
287 - update system-preset usr/lib file [SME: 10958]
288
289 * Wed Jan 06 2021 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.0-72.sme
290 - fix loss of httpd basic auth [SME: 11309]
291
292 * Fri Dec 25 2020 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.0-71.sme
293 - fix services starting when they are in Wants= for sme-server.target and preset disabled [SME: 11247]
294
295 * Wed Dec 23 2020 Chris Sansom-Ninnes <chris@sansom.ninnes.net> 5.8.0-70.sme
296 - rewrite of manageRAID.pl and add_drive_to_raid for SME10 [SME:10918]
297 - added gdisk as a dependency to support GPT systems
298
299 * Fri Dec 11 2020 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.0-69.sme
300 - fix modSSL key crt and keychain files really exist [SME: 11252]
301 - add ldap.init as exception for preset
302
303 * Fri Dec 11 2020 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.0-68.sme
304 - fix init-accounts [SME: 9642]
305
306 * Fri Dec 11 2020 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.0-67.sme
307 - validate modSSL key crt and keychain files really exist [SME: 11252]
308 if not we use self generated
309
310 * Fri Dec 11 2020 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.0-66.sme
311 - drop pptpd support [SME: 11250]
312
313 * Wed Dec 09 2020 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.0-65.sme
314 - add bash-completion [SME: 11244]
315 - improve local service to systemd [SME: 11119]
316 now run rc.local file as part of the event
317
318 * Wed Dec 09 2020 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.0-64.sme
319 - move local service to systemd [SME: 11119]
320 make it run /etc/rc.d/rc.local
321 cleaning /var/service/syslog still there
322
323 * Sat Dec 05 2020 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.0-63.sme
324 - workaround drop-in install section ignored by systemctl preset [SME: 11231]
325 some cleanup
326
327 * Thu Dec 03 2020 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.0-61.sme
328 - remove S95reset-unsavedflag [SME: 11229]
329 - add exclusion for lpd [SME: 11006]
330
331 * Thu Dec 03 2020 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.0-60.sme
332 - execute systemd-reload before service adjust in events [SME: 11228]
333
334 * Tue Dec 01 2020 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.0-59.sme
335 - fix ExecStart for raidmonitor [SME: 11094]
336
337 * Sun Nov 29 2020 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.0-58.sme
338 - fix permission for /sbin/e-smith/systemd/mdmonitor-pre [SME: 11094]
339
340 * Wed Nov 25 2020 Chris Sansom-Ninnes <chris@sansom.ninnes.net> 5.8.0-57.sme
341 - Don't ask for confirmation to save changes on first install configuration [SME: 11193]
342
343 * Wed Nov 25 2020 Chris Sansom-Ninnes <chris@sansom.ninnes.net> 5.8.0-56.sme
344 - Fix RAID detection regex for disk redundancy screen [SME: 10918]
345
346 * Wed Nov 18 2020 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.0-55.sme
347 - add Install part of systemd unit [SME: 11100]
348
349 * Tue Nov 17 2020 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.0-54.sme
350 - move dhcpd to systemd [SME: 11100]
351 - get dhcpd log out of message [SME: 2408]
352 also configure logrotate for /var/log/dhcpd/dhcpd.log and /var/log/dhcpd/current
353
354 * Tue Nov 17 2020 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.0-53.sme
355 - reverte previous changes for service2adjust and util.pm [SME: 11177]
356 files are owned by e-smith-lib
357
358 * Mon Nov 16 2020 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.0-52.sme
359 - allow more systemctl controls [SME: 11177]
360 convert unrecognized signals from service2adjust in events for systemd
361 handle unsupervised services the same way supervised were in adjust-services
362 make service-status only log when service disabled and not fail it
363
364 * Sat Nov 14 2020 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.0-51.sme
365 - add template for /etc/systemd/system-preset/49koozali.preset [SME: 11174]
366 this will help systemd integration in enabling and disabling services
367 remove wan link
368
369 * Wed Nov 11 2020 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.0-50.sme
370 - move raidmonitor to systemd [SME: 11094]
371
372 * Tue Nov 10 2020 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.0-49.sme
373 - move network service to systemd [SME: 11090]
374 - move wan service to systemd [SME: 11091]
375
376 * Wed Sep 30 2020 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.0-48.sme
377 - create e-smith-base-update event [SME: 11012]
378 - create sme-server.target [SME: 10957]
379 make sme-server.target default target
380 change default target on signal-event post-upgrade, post-install, e-smith-base-update
381 requires update or smeserver-php and e-smith-runit
382 - add an executable to check if service is enabled in e-smith db
383
384 * Sat Jun 27 2020 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.0-47.sme
385 - validate submask on remote access panel [SME: 6536]
386 accept netmask bit and convert it
387 - validate subnet mask on local network panel [SME: 10974]
388 accept netmask bit and convert it
389
390 * Tue Jun 23 2020 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.0-45.sme
391 - remove info.txt [SME: 9590]
392
393 * Sun May 24 2020 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.0-44.sme
394 - wildcard self-signed certificate [SME: 8156]
395 * ip in self-signed certificate
396 * subject altname in self-signed certificate
397 * ability to define Country code and State using
398 modSSL{Country} and modSSL{State} properties
399 * /etc/openssl.conf is used now and templated for self-signed certificate
400
401 * Sat May 23 2020 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.0-43.sme
402 - enable smartd for existing installation [SME: 5890]
403
404 * Sun May 17 2020 Chris Sansom-Ninnes <chris@sansom.ninnes.net> 5.8.0-42.sme
405 - Enable smartd by default [SME: 5890]
406 - Credit to Chris Burnat
407
408 * Wed Dec 18 2019 Michel Begue <mab974@gmail.com> 5.8.0-41.sme
409 - Add a link to manager C wrapper to execute userpassword's cgi to replace perl-suid [SME: 9677]
410
411 * Fri Nov 22 2019 John Crisp <jcrisp@safeandsoundit.co.uk> 5.8.0-40.sme
412 - fix SystemName [SME: 8876]
413
414 * Tue Jan 22 2019 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.0-39.sme
415 - modify the default city and company [SME: 10715]
416
417 * Tue Feb 13 2018 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.0-38.sme
418 - cleaning xinetd.conf fragment out of the package [SME: 10219]
419
420 * Wed Nov 15 2017 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.0-37.sme
421 - revert previous change - wrong package
422
423 * Tue Nov 14 2017 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.0-36.sme
424 - added post transaction rule for ntp [SME: 10190]
425 - thank you to Stefano Zamboni for this work
426
427 * Thu May 4 2017 Daniel Berteaud <daniel@firewall-services.com> 5.8.0-35.sme
428 - Expand route-bond0 when nic bonding is enabled [SME: 10272]
429
430 * Sat Apr 15 2017 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.0-34.sme
431 - improve regex to catch local [SME: 9724]
432
433 * Wed Apr 12 2017 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.0-33.sme
434 - change smtpd to qpsmtpd for default service access [SME: 9478]
435
436 * Mon Feb 27 2017 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.0-32.sme
437 - add translation links for manager to most language variations we support [SME: 11121]
438
439 * Fri Feb 17 2017 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.0-31.sme
440 - prevent restoration from being called on regular and post-upgrade reboot [SME: 9550]
441 - console restoration can be launched again from console
442
443 * Thu Feb 9 2017 Daniel Berteaud <daniel@firewall-services.com> 5.8.0-30.sme
444 - Use ip route syntax to define routes to local network [SME: 10083]
445
446 * Tue Sep 6 2016 Daniel Berteaud <daniel@firewall-services.com> 5.8.0-29.sme
447 - Allow /32 masks on the external interface, in which case we don't
448 check if the gateway is on the correct network) [SME: 9610]
449
450 * Thu Aug 04 2016 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.0-28.sme
451 - fix config db locale property [SME: 9724]
452
453 * Sat Jul 23 2016 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.0-27.sme
454 - adapt e-smith service command to systemd [SME: 9672]
455
456 * Fri Jul 22 2016 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.0-26.sme
457 - add systemd skip redirect to e-smith-service [SME: 9688]
458
459 * Thu Jul 21 2016 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.0-25.sme
460 - fix broken link /etc/init.d/supervise/local link [SME: 9687]
461
462 * Mon Jul 18 2016 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.0-22.sme
463 - fix mysqld to mariadb [SME: 9438]
464
465 * Sat Jul 16 2016 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.0-21.sme
466 - fix missing path to chkconfig [SME: 9641]
467
468 * Thu Jul 14 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 5.8.0-20.sme
469 - Fix deprecated syntax '*' in rsyslog [SME: 9398]
470 - Added e-smith-base-5.8.0.bz9398.DeprecatedRsyslogSyntax.patch
471
472 * Mon Jul 4 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 5.8.0-19.sme
473 - Set the hostname by hostnamectl [SME: 9631]
474 - Stefano Zamboni <zamboni@mind-at-work.it>
475
476 * Sun Jun 12 2016 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.0-18.sme
477 - fix Lang and keyboard layout configured are not used [SME: 9539]
478
479 * Thu Jun 2 2016 Daniel Berteaud <daniel@firewall-services.com> 5.8.0-17.sme
480 - Fix display of email forward fields since smtpd entry has been merged
481 qpsmtpd [SME: 9552]
482
483 * Sun May 29 2016 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.0-16.sme
484 - Allow bootstrap to start services after post-install configuration [SME: 9530]
485
486 * Thu May 12 2016 Daniel Berteaud <daniel@firewall-services.com> 5.8.0-15.sme
487 - Use a C wrapper for the console to replace perl-suid [SME: 9393]
488
489 * Wed Apr 13 2016 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.0-14.sme
490 - fix password not asked after signal-event post-install [SME: 9445]
491
492 * Wed Apr 13 2016 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.0-13.sme
493 - only start services on regular boot [SME: 9436]
494
495 * Tue Apr 12 2016 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.0-12.sme
496 - fix getting locale for db configuration [SME: 9378]
497
498 * Mon Apr 11 2016 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.0-11.sme
499 - rearange startup [SME: 9352]
500 - let systemd handle following unsupervised services:
501 - bootstrap-console, rsyslog, irqbalance, crond, acpid, smartd
502 - disable from systemd services whith link in rc7.d
503 - let bootstrap-console run at every reboot and handle surpevised services startup
504
505 * Mon Apr 11 2016 Daniel Berteaud <daniel@firewall-services.com> 5.8.0-9.sme
506 - Remove ctrlaltdel service entry [SME: 9437]
507
508 * Mon Apr 11 2016 Daniel Berteaud <daniel@firewall-services.com> 5.8.0-8.sme
509 - Remove obsolete services [SME: 9420]
510
511 * Tue Mar 29 2016 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.0-7.sme
512 - added requires dhcp [SME: 9392]
513
514 * Wed Mar 23 2016 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.0-6.sme
515 - add Requires perl(Digest::SHA1) for console [SME: 9372]
516
517 * Fri Mar 18 2016 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.0-5.sme
518 - fix conflict perl-Data-UUID vs uuid-perl [SME: 9344]
519
520 * Fri Mar 18 2016 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.0-3.sme
521 - remove cpuspeed Requires and support [SME: 9337]
522 - remove pam_abl Requires [SME: 9341]
523
524 * Fri Mar 18 2016 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.0-2.sme
525 - Remove Requires: hal [SME: 9342]
526 - Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday,
527 by assuming the date is correct and changing the weekday.
528 Sat Dec 25 2005 --> Sat Dec 24 2005 or Sun Dec 25 2005 or Sat Dec 31 2005 or ....
529 Mon Feb 21 2006 --> Mon Feb 20 2006 or Tue Feb 21 2006 or Mon Feb 27 2006 or ....
530 Sat Mar 07 2008 --> Sat Mar 01 2008 or Fri Mar 07 2008 or Sat Mar 08 2008 or ....
531 Sat Mar 10 2008 --> Sat Mar 08 2008 or Mon Mar 10 2008 or Sat Mar 15 2008 or ....
532 Mon Apr 21 2013 --> Mon Apr 15 2013 or Sun Apr 21 2013 or Mon Apr 22 2013 or ....
533 Tue Sep 30 2015 --> Tue Sep 29 2015 or Wed Sep 30 2015 or Tue Oct 06 2015 or ....
534
535 * Fri Feb 5 2016 Daniel Berteaud <daniel@firewall-services.com> 5.8.0-1.sme
536 - Roll new stream for sme10
537
538 * Sun Jan 31 2016 Daniel Berteaud <daniel@firewall-services.com> 5.6.0-28.sme
539 - Add a column to display forwarding address [SME: 9174]
540
541 * Sun Jan 31 2016 Daniel Berteaud <daniel@firewall-services.com> 5.6.0-27.sme
542 - Correctly display http URL to the server-manager in the console [SME: 9163]
543
544 * Sun Jan 17 2016 Daniel Berteaud <daniel@firewall-services.com> 5.6.0-26.sme
545 - Fire ssl-update event when default cert is renewed [SME: 2257]
546
547 * Sun Jan 17 2016 Daniel Berteaud <daniel@firewall-services.com> 5.6.0-25.sme
548 - Expand /home/e-smith/ssl.pem/pem during ssl-update [SME: 9152]
549
550 * Wed Sep 30 2015 Daniel Berteaud <daniel@firewall-services.com> 5.6.0-24.sme
551 Tue Sep 30 2015 --> Tue Sep 29 2015 or Wed Sep 30 2015 or Tue Oct 06 2015 or ....
552 - Update /etc/mime.types templates [SME: 9078]
553
554 * Mon Aug 24 2015 Charlie Brady <charlie_brady@mitel.com> 5.6.0-23.sme
555 - Use sha256 algorithm for signature of SSL cert. [SME: 8615]
556
557 * Thu Jun 25 2015 Daniel Berteaud <daniel@firewall-services.com> 5.6.0-22.sme
558 - Fix including /etc/selinux directory [SME: 8954]
559
560 * Thu Jun 25 2015 Daniel Berteaud <daniel@firewall-services.com> 5.6.0-21.sme
561 - Add templates for /etc/selinux/config [SME: 8954]
562
563 * Thu Jun 11 2015 Daniel Berteaud <daniel@firewall-services.com> 5.6.0-20.sme
564 - Add dummy NIC support as InternalInterface [SME: 7200]
565
566 * Tue Mar 31 2015 Daniel Berteaud <daniel@firewall-services.com> 5.6.0-19.sme
567 - Only fire the ip-change event when IP is assigned to WAN nic
568 (Code by Charlie Brady and John Crisp) [SME: 8896]
569
570 * Tue Mar 31 2015 Daniel Berteaud <daniel@firewall-services.com> 5.6.0-18.sme
571 - Only reset service access when switching to or from private server mode
572 (Code by Charlie Brady) [SME: 8879]
573
574 * Sun Jan 11 2015 Stephane de Labrusse <stephdl@de-labrusse.fr> 5.6.0-17.sme
575 - When quiting the console app with unsaved changes set the default selected
576 - answer to NO Hsing-Foo Wang <hsingfoo@gmail.com> [SME: 8616]
577
578 * Tue Jan 6 2015 Stephane de Labrusse <stephdl@de-labrusse.fr> 5.6.0-16.sme
579 - Added a comment to specify the real configuration file of dhcpd [SME: 8386]
580
581 * Sat Jan 3 2015 Stephane de Labrusse <stephdl@de-labrusse.fr> 5.6.0-15.sme
582 - Modified the patch of daniel e-smith-base-5.6.0-ensure_apache_alias_www.patch
583 - Ensure www group exists and that apache is an alias of www [SME: 8549]
584
585 * Sun Nov 2 2014 Daniel Berteaud <daniel@firewall-services.com> 5.6.0-13.sme
586 - Ensure www group exists and that apache is an alias of www [SME: 8549]
587
588 * Sun Nov 2 2014 Daniel Berteaud <daniel@firewall-services.com> 5.6.0-12.sme
589 - Check were running runlevel 4, not 7 in service wrapper [SME: 8637]
590
591 * Sun Sep 21 2014 Daniel Berteaud <daniel@firewall-services.com> 5.6.0-11.sme
592 - Correctly update NIC configuration on single NIC systems [SME: 8561]
593
594 * Wed Sep 10 2014 Daniel Berteaud <daniel@firewall-services.com> 5.6.0-10.sme
595 - Symlink udev-post service in rc7 [SME: 8542]
596
597 * Fri Jul 25 2014 Daniel Berteaud <daniel@firewall-services.com> 5.6.0-9.sme
598 - Fix PPPoE after a post-upgrade [SME: 8493]
599
600 * Thu Jul 3 2014 Ian Wells <esmith@wellsi.com> 5.6.0-8.sme
601 - Remove dependency on microcode_ctl [SME: 8468]
602
603 * Sun May 11 2014 stephane de Labrusse <stephdl@de-labrusse.fr> 5.6.0-7.sme
604 - Prevent emailing about the normal, weekly, checks of RAID arrays, by Mark Casey
605 - [SME: 7748]
606
607 * Tue May 06 2014 stephane de Labrusse <stephdl@de-labrusse.fr> 5.6.0-6.sme
608 - remove /etc/e-smith/templates/etc/crontab/10runparts for anacron compatibility
609 - [SME: 8364]
610
611 * Wed Apr 23 2014 stephane de Labrusse <stephdl@de-labrusse.fr> 5.6.0-5.sme
612 - Add a verification in the console of number of pptp clients against ip allowed in dhcpd
613 - [SME: 8312]
614
615 * Sun Apr 6 2014 stephane de Labrusse <stephdl@de-labrusse.fr> 5.6.0-4.sme
616 - Add a verification in remoteaccess panel of number of pptp clients against ip allowed in dhcpd
617 - [SME: 8312]
618
619 * Sat Apr 5 2014 Ian Wells <esmith@wellsi.com> 5.6.0-3.sme
620 - Ensure console is run with taint checking [SME: 8311]
621 - Non-functional perl::Critic changes.
622
623 * Sun Mar 23 2014 Ian Wells <esmith@wellsi.com> 5.6.0-2.sme
624 - Roll new stream to really remove obsolete images [SME: 7962]
625
626 * Sun Mar 23 2014 Ian Wells <esmith@wellsi.com> 5.6.0-1.sme
627 - Roll new stream to remove obsolete images [SME: 7962]
628
629 * Thu Mar 20 2014 Ian Wells <esmith@wellsi.com> 5.4.0-62.sme
630 - Move console backup to e-smith-backup [SME: 3324]
631
632 * Sun Mar 16 2014 Ian Wells <esmith@wellsi.com> 5.4.0-61.sme
633 - Remove support.pl from e-smith-base and move to smeserver-support [SME: 8264]
634
635 * Sat Mar 15 2014 Ian Wells <esmith@wellsi.com> 5.4.0-60.sme
636 - Console restore should reboot [SME: 8259]
637
638 * Sat Mar 8 2014 Ian Wells <esmith@wellsi.com> 5.4.0-59.sme
639 - Boostrap console should only offer restore if no password set [SME: 8259]
640
641 * Thu Mar 6 2014 Ian Wells <esmith@wellsi.com> 5.4.0-58.sme
642 - Add restore backup as a console item for freshly installed servers [SME: 8259]
643 - Non-code changes to perform_restore.pm
644
645 * Sun Feb 16 2014 Ian Wells <esmith@wellsi.com> 5.4.0-57.sme
646 - Refer to removable media not CDROM in console restore [SME: 8214]
647
648 * Tue Jan 28 2014 Ian Wells <esmith@wellsi.com> 5.4.0-56.sme
649 - Remove insecure SSL ciphers [SME: 8138]
650
651 * Sun Dec 15 2013 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-55.sme
652 - Restart rsyslog in logrotate event [SME: 8065]
653
654 * Sun Dec 15 2013 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-54.sme
655 - Set smb ServerName if unset (patch from Ian Wells) [SME: 8030]
656
657 * Mon Dec 9 2013 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-53.sme
658 - Don't reload init in bootstrap-console-save and console-save [SME: 8050]
659
660 * Mon Dec 9 2013 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-52.sme
661 - Re-add missing templates metadata for bond0 [SME: 7990]
662
663 * Sat Nov 30 2013 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-51.sme
664 - Load the bonding module if NIC bonding is enabled [SME: 7996]
665
666 * Sat Nov 30 2013 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-50.sme
667 - Define the udev-post service in the DB [SME: 7992]
668
669 * Sat Nov 30 2013 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-49.sme
670 - Remove the "swap interface" feature [SME: 7993]
671
672 * Sat Nov 30 2013 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-48.sme
673 - Do not hardcode NIC names to eth0 and eth1 [SME: 7990]
674 - Remove obsolete VLAN code [SME: 7994]
675
676 * Sat Nov 30 2013 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-47.sme
677 - Remove HWAddress prop from interfaces [SME: 7991]
678
679 * Thu Nov 14 2013 Chris Burnat <devlist@burnat.com> 5.4.0-46.sme
680 - Fix add_new_disk_to_raid1 (codes by Charlie Brady - patch by Terje Edseth)
681 [SME: 7960]
682
683 * Wed Oct 30 2013 Charlie Brady <charlie_brady@mitel.com> 5.4.0-45.sme
684 - Fix parsing issues with "manage RAID" menu option in the console.
685 [SME: 7953]
686
687 * Mon Sep 30 2013 John H. Bennett III <bennettj@johnbennettservices.com> 5.4.0-44.sme
688 - Patch to correct issue with not being able to access a password protected
689 ibay [SME: 7794]
690
691 * Sun Jul 7 2013 Ian Wells <esmith@wellsi.com> 5.4.0-43.sme
692 - Improve text in console backup for success and failure [SME: 7770]
693
694 * Fri Jul 5 2013 Ian Wells <esmith@wellsi.com> 5.4.0-42.sme
695 - Console USB Backup, allow user setting of compression level [SME: 7745]
696 Compression level of the console backup is now -6 by default
697
698 * Fri Jul 5 2013 Ian Wells <esmith@wellsi.com> 5.4.0-41.sme
699 - Update ServerName (Samba netbios name) when SystemName is updated [SME: 7746]
700
701 * Fri Jul 5 2013 Ian Wells <esmith@wellsi.com> 5.4.0-40.sme
702 - Remove old System Name from the Hosts DB, by Charlie Brady [SME: 7747]
703
704 * Sun Jun 23 2013 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-39.sme
705 - Fix group creation when LDAP auth is enabled [SME: 7672]
706
707 * Sat Jun 8 2013 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-38.sme
708 - Disable IPv6 on a default install (patch by Shad Lords) [SME: 7531]
709
710 * Sat Jun 8 2013 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-37.sme
711 - Continue escaping control chars in rsyslog, just replace LF with space [SME: 7662]
712
713 * Fri Jun 7 2013 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-36.sme
714 - Don't escape control characters in rsyslog [SME: 7662]
715
716 * Thu Jun 6 2013 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-35.sme
717 - Use UTF-8 in the console [SME: 7591]
718
719 * Sun May 19 2013 Ian Wells <esmith@wellsi.com> 5.4.0-34.sme
720 - Remove redundant parts of init-accounts [SME: 3550]
721
722 * Sat May 18 2013 chris burnat <devlist@burnat.com> 5.4.0-33.sme
723 - Add_template_to_ssl.pem, codes by JP Pialasse [SME: 7601]
724
725 * Tue May 07 2013 Ian Wells <esmith@wellsi.com> 5.4.0-32.sme
726 - Require diald [SME: 7279]
727
728 * Mon May 06 2013 Ian Wells <esmith@wellsi.com> 5.4.0-31.sme
729 - Removal of rc.e-smith now functionality is in e-smith-service [SME: 7267]
730
731 * Sun May 05 2013 Ian Wells <esmith@wellsi.com> 5.4.0-30.sme
732 - Revert last change. [SME: 7227]
733
734 * Sat May 04 2013 Ian Wells <esmith@wellsi.com> 5.4.0-29.sme
735 - Suppress template text from /etc/inittab [SME: 7227]
736
737 * Mon Apr 22 2013 Ian Wells <esmith@wellsi.com> 5.4.0-28.sme
738 - Replacement of rc.e-smith by moving code into e-smith-service [SME: 7267]
739
740 * Sun Apr 21 2013 chris burnat <devlist@burnat.com> 5.4.0-27.sme
741 Mon Apr 21 2013 --> Mon Apr 15 2013 or Sun Apr 21 2013 or Mon Apr 22 2013 or ....
742 - Fix the way '.' works in bash [SME: 7532]
743
744 * Fri Mar 22 2013 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-26.sme
745 - rename /etc/ldap.conf to /etc/pam_ldap.conf (and same for .secret) [SME: 7289]
746
747 * Sat Mar 16 2013 Ian Wells <esmith@wellsi.com> 5.4.0-25.sme
748 - Always define InternalInterface NICBonding [SME: 7498]
749
750 * Sat Mar 16 2013 Terry Fage <trex1512@yahoo.com.au> 5.4.0-24.sme
751 - In the console refer to removable media instead of USB disk [SME: 7414]
752
753 * Sat Mar 16 2013 Shad L. Lords <slords@mail.com> 5.4.0-23.sme
754 - Fix a few more syslog => rsyslog items [SME: 7221]
755
756 * Sat Mar 16 2013 Shad L. Lords <slords@mail.com> 5.4.0-22.sme
757 - Remove modprobe stuff [SME: 7261]
758
759 * Sat Mar 16 2013 Shad L. Lords <slords@mail.com> 5.4.0-21.sme
760 - Don't be as agressive on rate limiting [SME: 7470]
761
762 * Sat Mar 16 2013 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-20.sme
763 - Change syslog templates to rsyslog [SME: 7221]
764
765 * Fri Mar 15 2013 Ian Wells <esmith@wellsi.com> 5.4.0-19.sme
766 - Ensure existing_hwaddr is always initialized [SME: 7471]
767
768 * Thu Mar 14 2013 Ian Wells <esmith@wellsi.com> 5.4.0-18.sme
769 - Change System Name from mitel-networks-server to sme-server [SME: 7485]
770
771 * Sat Mar 9 2013 Shad L. Lords <slords@mail.com> 5.4.0-17.sme
772 - Fix user www creation in init-accounts [SME: 7319]
773
774 * Wed Mar 6 2013 Shad L. Lords <slords@mail.com> 5.4.0-16.sme
775 - Update package and path for pwauth [SME: 7319]
776 - Update init-accounts to set uid/gid correctly for pwauth
777
778 * Thu Feb 28 2013 Shad L. Lords <slords@mail.com> 5.4.0-15.sme
779 - Remove fragments in inittab that are no longer needed [SME: 7227]
780
781 * Mon Feb 25 2013 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-14.sme
782 - Post-upgrades not fired after restore from console [SME: 7390]
783
784 * Sat Feb 23 2013 Ian Wells <esmith@wellsi.com> 5.4.0-13.sme
785 - Remove microcode_ctl service as now udev-driven [SME: 7397]
786
787 * Thu Feb 21 2013 Ian Wells <esmith@wellsi.com> 5.4.0-12.sme
788 - Increase memory limit for pppoe to 100Mb matching SME8 solution [SME: 7391]
789
790 * Thu Feb 21 2013 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-11.sme
791 - Optimize user-modify-unix script and link it in bootstrap-ldap-save [SME: 7387]
792
793 * Tue Feb 19 2013 Shad L. Lords <slords@mail.com> 5.4.0-10.sme
794 - Add /usr/bin/passwd as a required package [SME: 7350]
795
796 * Sat Feb 9 2013 Ian Wells <esmith@wellsi.com> 5.4.0-9.sme
797 - Update symlink to not conflict with /etc/init.d [SME: 7322]
798
799 * Thu Feb 7 2013 Ian Wells <esmith@wellsi.com> 5.4.0-8.sme
800 - Add symbolic links from rsyslog to syslog to start the
801 the transition from syslog to rsyslog [SME: 7322]
802
803 * Wed Feb 6 2013 Shad L. Lords <slords@mail.com> 5.4.0-7.sme
804 - Remove apmd service and change package to noarch [SME: 7312]
805
806 * Sun Feb 3 2013 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-6.sme
807 - Add a daemontools service to run signal-event local [SME: 7230]
808
809 * Sat Feb 2 2013 Shad L. Lords <slords@mail.com> 5.4.0-5.sme
810 - Obsolete nss_ldap so upgrades work [SME: 7273]
811
812 * Sat Feb 2 2013 Shad L. Lords <slords@mail.com> 5.4.0-4.sme
813 - Helps to spell requirements correctly
814
815 * Sat Feb 2 2013 Shad L. Lords <slords@mail.com> 5.4.0-3.sme
816 - Change nss_ldap to nss-pam-ldapd [SME: 7272]
817
818 * Thu Jan 31 2013 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-2.sme
819 - Change default runlevel to 4 [SME: 7266]
820
821 * Thu Jan 31 2013 Shad L. Lords <slords@mail.com> 5.4.0-1.sme
822 - Roll new stream for sme9
823
824 * Tue Jan 22 2013 Ian Wells <esmith@wellsi.com> 5.2.0-67.sme
825 - Increase memory limit for pppoe to 100Mb [SME: 7000]
826
827 * Sun Dec 30 2012 Ian Wells <esmith@wellsi.com> 5.2.0-66.sme
828 - Template /etc/updatedb.conf [SME: 7090]
829
830 * Wed Jul 18 2012 Ian Wells <esmith@wellsi.com> 5.2.0-65.sme
831 - Make CipherSuite secure by default [SME: 7026]
832
833 * Fri Mar 16 2012 Ian Wells <esmith@wellsi.com> 5.2.0-64.sme
834 - Add MAC address into console network selection [SME: 6844]
835
836 * Sun Nov 6 2011 Shad L. Lords <slords@mail.com> 5.2.0-63.sme
837 - Initialize ExternalInterface db structure so hwaddr in console works
838 [SME: 6775]
839
840 * Mon Mar 14 2011 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-62.sme
841 - Stop using gecos attribute in LDAP [SME: 6539]
842
843 * Mon Mar 14 2011 Jonathan Martens <smeserver-contribs@snetram.nl> 5.2.0-61.sme
844 - Fix a typo in strings [SME: 5932]
845
846 * Mon Mar 14 2011 Jonathan Martens <smeserver-contribs@snetram.nl> 5.2.0-60.sme
847 - Rework text changes in console screen in previous revision [SME: 5932]
848
849 * Mon Mar 14 2011 Jonathan Martens <smeserver-contribs@snetram.nl> 5.2.0-59.sme
850 - Only list backup targets that are writeable [SME: 5932]
851
852 * Sun Mar 13 2011 Jonathan Martens <smeserver-contribs@snetram.nl> 5.2.0-58.sme
853 - Revert admin password change through user-manager [SME: 3759]
854
855 * Sun Mar 13 2011 Jonathan Martens <smeserver-contribs@snetram.nl> 5.2.0-57.sme
856 - Allow admin password change through user-manager [SME: 3759]
857
858 * Wed Mar 2 2011 Jonathan Martens <smeserver-contribs@snetram.nl> 5.2.0-57.sme
859 - Handle no network interface scenario in console and bootstrap-console [SME: 6023]
860
861 * Mon Dec 6 2010 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-56.sme
862 - change apache uid and gid so they become aliases for www [SME: 6425]
863
864 * Tue Nov 30 2010 Shad L. Lords <slords@lordsfam.net> 5.2.0-55.sme
865 - Only remove dangling symlinks in weak-updates directories [SME: 6376]
866
867 * Tue Nov 30 2010 Shad L. Lords <slords@lordsfam.net> 5.2.0-54.sme
868 - Fix create user gid parameter [SME: 6416]
869
870 * Mon Nov 29 2010 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-53.sme
871 - Fix gpasswd path [SME: 6412]
872
873 * Mon Nov 22 2010 Shad L. Lords <slords@lordsfam.net> 5.2.0-52.sme
874 - Fix relocation of dhclient conf file [SME: 6385]
875
876 * Sun Nov 7 2010 Shad L. Lords <slords@lordsfam.net> 5.2.0-51.sme
877 - No longer need to pass supplemental groups to cpu [SME: 6349]
878
879 * Fri Nov 5 2010 Shad L. Lords <slords@lordsfam.net> 5.2.0-50.sme
880 - Allow cpu to remove empty attributes [SME: 6343]
881
882 * Thu Nov 4 2010 Shad L. Lords <slords@lordsfam.net> 5.2.0-49.sme
883 - Fix maxUsers patch (again) to not break setting passwords [SME: 5537]
884
885 * Thu Nov 4 2010 Shad L. Lords <slords@lordsfam.net> 5.2.0-48.sme
886 - Fix maxUsers patch to not break setting passwords [SME: 5537]
887
888 * Thu Nov 4 2010 Shad L. Lords <slords@lordsfam.net> 5.2.0-47.sme
889 - Don't put empty attributes in file for cpu [SME: 6334]
890
891 * Thu Nov 4 2010 Shad L. Lords <slords@lordsfam.net> 5.2.0-46.sme
892 - Add flush to tmpfile so that data is available to cpu [SME: 6334]
893
894 * Thu Nov 4 2010 Shad L. Lords <slords@lordsfam.net> 5.2.0-45.sme
895 - Add extra attributes to ldap objects with cpu call [SME: 6334]
896
897 * Wed Nov 3 2010 Shad L. Lords <slords@lordsfam.net> 5.2.0-44.sme
898 - Fix cpu critical patch missing ' [SME: 6330]
899
900 * Wed Nov 3 2010 Shad L. Lords <slords@lordsfam.net> 5.2.0-43.sme
901 - Make cpu calls critical only with ldap{Auth} is enabled [SME: 6330]
902 - Add cpu.conf and cpu-system.conf to post-upgrade event [SME: 6327]
903
904 * Tue Nov 2 2010 Shad L. Lords <slords@lordsfam.net> 5.2.0-42.sme
905 - Always use cpu, do unix if ldap{Auth} is disabled [SME: 6328]
906
907 * Mon Nov 1 2010 Shad L. Lords <slords@lordsfam.net> 5.2.0-41.sme
908 - Switch to cpu commands if ldap is master [SME: 6328]
909
910 * Mon Nov 1 2010 Shad L. Lords <slords@lordsfam.net> 5.2.0-40.sme
911 - Add templates for ldap authentication if enabled [SME: 6329]
912
913 * Mon Nov 1 2010 Shad L. Lords <slords@lordsfam.net> 5.2.0-39.sme
914 - Add cpu.conf and cpu-system.conf template/program to SME [SME: 6327]
915
916 * Thu Oct 14 2010 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-38.sme
917 - Fix empty leases file test [SME: 6274]
918
919 * Tue Oct 12 2010 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-37.sme
920 - Relocate dhcpd leases file [SME: 6274]
921
922 * Mon Oct 11 2010 Shad L. Lords <slords@mail.com> 5.2.0-36.sme
923 - Add migrate script to add missing HWaddr to interface records [SME: 6267]
924
925 * Mon Oct 11 2010 Shad L. Lords <slords@mail.com> 5.2.0-35.sme
926 - Make lcp options configurable [SME: 6277]
927
928 * Mon Oct 11 2010 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-34.sme
929 - Relocate dhclient conf file [SME: 5833]
930
931 * Fri Oct 8 2010 Shad L. Lords <slords@mail.com> 5.2.0-33.sme
932 - Disable apmd on 64-bit arch [SME: 6170]
933
934 * Fri Oct 8 2010 Shad L. Lords <slords@mail.com> 5.2.0-32.sme
935 - Remove check for maxUsers [SME: 5537]
936
937 * Wed Oct 6 2010 Shad L. Lords <slords@mail.com> 5.2.0-31.sme
938 - Try and keep same external address for pppoe connections [SME: 6263]
939
940 * Mon Sep 27 2010 Shad L. Lords <slords@mail.com> 5.2.0-30.sme
941 - Add ibay groups to group membership [SME: 6247]
942
943 * Thu Sep 23 2010 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-29.sme
944 - Prepare nss_ldap [SME: 6227]
945
946 * Sun Aug 8 2010 Ian Wells <esmith@wellsi.com> 5.2.0-28.sme
947 - Enable cpuspeed by default [SME: 6066]
948
949 * Sun Jul 25 2010 Charlie Brady <charlie_brady@mitel.com> 5.2.0-27.sme
950 - Fix syntax error in last patch. [SME: 5830]
951
952 * Mon Jul 19 2010 Charlie Brady <charlie_brady@mitel.com> 5.2.0-26.sme
953 - Don't exit 99 from e-smith-service script when called with 'condrestart'
954 and service is disabled. [SME: 5830]
955
956 * Fri Jun 11 2010 Federico Simoncelli <federico.simoncelli@gmail.com> 5.2.0-25.sme
957 - FreeBusy patch fix (save account changes) [SME: 5941]
958
959 * Fri Jun 11 2010 Ian Wells <esmith@wellsi.com> 5.2.0-24.sme
960 - Remove checkMaxUsers patch due to regression. [SME: 5537]
961
962 * Tue Jun 8 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 5.2.0-23.sme
963 - Fix translation of local nic string in console [SME: 5571]
964
965 * Sun Jun 6 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 5.2.0-22.sme
966 - Handle no network interface scenario in console [SME: 6023]
967
968 * Sat Jun 5 2010 Ian Wells <esmith@wellsi.com> 5.2.0-21.sme
969 - Remove checkMaxUsers(). [SME: 5537]
970
971 * Mon May 10 2010 John H. Bennett III <bennettj@johnbennettservices.com> 5.2.0-20.sme
972 - Patch that will remove all FreeBusy references from e-smith-base. [SME: 5941]
973
974 * Wed Mar 3 2010 Federico Simoncelli <federico.simoncelli@gmail.com> 5.2.0-19.sme
975 - Restate smartd dependency. [SME: 5814]
976
977 * Mon Mar 1 2010 Shad L. Lords <slords@mail.com> 5.2.0-18.sme
978 - Fix gettext errors in WAN/LAN subnet error message [SME: 5501]
979
980 * Sun Feb 14 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 5.2.0-17.sme
981 - Really fix template expansion error [SME: 4528]
982
983 * Sun Feb 14 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 5.2.0-16.sme
984 - Fix template expansion error [SME: 4528]
985
986 * Mon Feb 8 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 5.2.0-15.sme
987 - Improve security by using SHA1 algorithm for certificate signing [SME: 5737]
988
989 * Fri Feb 5 2010 Stephen Noble <support@dungog.net> 5.2.0-14.sme
990 - Fix eth? swapping [SME: 4528]
991
992 * Sun Jan 31 2010 Stephen Noble <support@dungog.net> 5.2.0-13.sme
993 - Fix console backup from removable media [SME: 4809]
994
995 * Sat Jan 30 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 5.2.0-12.sme
996 - Bump certificate encryption from 1024 bits to 2048 bits [SME: 5735]
997
998 * Thu Jan 14 2010 Filippo Carletti <filippo.carletti@gmail.com> 5.2.0-11.sme
999 - Fix console restore from removable media (Federico Simoncelli) [SME: 4809]
1000
1001 * Mon Nov 23 2009 Gavin Weight <gweight@gmail.com> 5.2.0-10.sme
1002 - Add a dummy call so xgettext can pull translated $ifName in console configuration pages. [SME: 5571]
1003
1004 * Fri Nov 6 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 5.2.0-9.sme
1005 - Translate $ifName in console configuration pages [SME: 5571]
1006
1007 * Sat Oct 24 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 5.2.0-8.sme
1008 - Prevent IP conflicts between local and external interface in server gateway mode [SME: 5501]
1009
1010 * Tue Oct 20 2009 Filippo Carletti <filippo.carletti@gmail.com> 5.2.0-7.sme
1011 - Clean up: remove unused nonetworkdrivers [SME: 5521]
1012
1013 * Sat Jun 6 2009 Shad L. Lords <slords@mail.com> 5.2.0-6.sme
1014 - Clean up stray symlinks in /lib/modules before depmod [SME: 5336]
1015
1016 * Mon May 18 2009 Gavin Weight <gweight@gmail.com> 5.2.0-5.sme
1017 - Allow for different mdadm output formats for DeviceSize. [SME: 5230]
1018
1019 * Sat Feb 14 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 5.2.0-4.sme
1020 - Auto-mount USB REV70-drive as usbdisk [SME: 5006]
1021
1022 * Sat Oct 25 2008 Stephen Noble <support@dungog.net> 5.2.0-3.sme
1023 - create service link for smartd [SME: 1445]
1024
1025 * Mon Oct 13 2008 Shad L. Lords <slords@mail.com> 5.2.0-2.sme
1026 - Add patch to support multiple samba roles [SME: 4172]
1027
1028 * Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 5.2.0-1.sme
1029 - Roll new stream to separate sme7/sme8 trees [SME: 4633]
1030
1031 * Tue Sep 23 2008 Stephen Noble <support@dungog.net> 4.19.0-6
1032 - Add locale tags for email in review panel [SME: 4267]
1033
1034 * Sat Sep 20 2008 Shad L. Lords <slords@mail.com> 4.19.0-5
1035 - Correct gettext type during build process [SME: 570]
1036
1037 * Mon Sep 15 2008 Shad L. Lords <slords@mail.com> 4.19.0-4
1038 - Fix screen corruption in console [SME: 4155]
1039
1040 * Sat Sep 13 2008 Shad L. Lords <slords@mail.com> 4.19.0-3
1041 - Fix detection of xen instance against newer kernels [SME: 4555]
1042
1043 * Thu Aug 28 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.19.0-2
1044 - Fixed warnings generated during build process [SME: 570]
1045
1046 * Wed Aug 20 2008 Shad L. Lords <slords@mail.com> 4.19.0-1
1047 - Roll new dev stream.
1048
1049 * Sun Aug 17 2008 Gavin Weight <gweight@gmail.com> 4.18.1-22
1050 - Add gettext to creating backup file title for localization. [SME: 4467]
1051
1052 * Mon Aug 11 2008 Charlie Brady <charlie_brady@mitel.com> 4.18.1-21
1053 - Fix race condition in VPN ip-down handling which could cause loss of
1054 LAN connectivity. [SME: 4405]
1055
1056 * Sat Aug 9 2008 Shad L. Lords <slords@mail.com> 4.18.1-20
1057 - Remove requires for whiptail. No longer needed [SME: 4491]
1058
1059 * Fri Aug 8 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.18.1-19
1060 - Change userpassword panel to use PASSWORD_VERIFY_NEW instead of PASSWORD_NEW_VERIFY [SME: 4487]
1061
1062 * Thu Aug 7 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.18.1-18
1063 - Revert locale key PASSWORD_RESET_TITLE to RESET_PASSWORD_TITLE and move it
1064 to e-smith-formmagick's general [SME: 4475]
1065 - Reverting all *PASSWORD_NO_MATCH to *PASSWORD_VERIFY_ERROR locale keys [SME: 4476]
1066 - Remove invalid entry tag from userpassword's locale file preventing the
1067 form from displaying properly [SME: 4479]
1068
1069 * Tue Aug 5 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.18.1-17
1070 - Revert previous invalid locale changes (reverting to 4.18.1-15) [SME: 4472]
1071
1072 * Mon Aug 4 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.18.1-16
1073 - Revert some locale changes
1074
1075 * Tue Jul 22 2008 Gavin Weight <gweight@gmail.com> 4.18.1-15
1076 - Add regex to support cciss device names in manageRAID.pl. [SME: 4455]
1077
1078 * Sat Jul 5 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.18.1-14
1079 - Add common <base> tags to e-smith-formmagick's general [SME: 4279]
1080
1081 * Sun Apr 27 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.18.1-13
1082 - Add common <base> tags to e-smith-formmagick's general [SME: 4279]
1083
1084 * Wed Apr 23 2008 Shad L. Lords <slords@mail.com> 4.18.1-12
1085 - Fix for > 5 nics detected [SME: 4232]
1086
1087 * Tue Apr 22 2008 Shad L. Lords <slords@mail.com> 4.18.1-11
1088 - Remove use of Date::Manip from ssl.crt [SME: 3155]
1089
1090 * Sat Apr 19 2008 Shad L. Lords <slords@mail.com> 4.18.1-10
1091 - Fix FreeBusy param when disabled [SME: 1806]
1092 - Remove .orig file [SME: 4228]
1093
1094 * Wed Apr 2 2008 Shad L. Lords <slords@mail.com> 4.18.1-9
1095 - Remove quitConsole from menu [SME: 4154]
1096
1097 * Wed Apr 2 2008 Shad L. Lords <slords@mail.com> 4.18.1-8
1098 - Really fix free/busy in usermanager [SME: 4157]
1099
1100 * Wed Apr 2 2008 Shad L. Lords <slords@mail.com> 4.18.1-7
1101 - Use frames in elinks [SME: 4156]
1102 - Set homepage for elinks [SME: 4160]
1103
1104 * Wed Apr 2 2008 Shad L. Lords <slords@mail.com> 4.18.1-6
1105 - Fix free/busy field in useraccounts [SME: 4157]
1106
1107 * Tue Apr 1 2008 Shad L. Lords <slords@mail.com> 4.18.1-5
1108 - Add free/busy URL entry to help kronolith contribs [SME: 1806]
1109
1110 * Fri Mar 28 2008 Shad L. Lords <slords@mail.com> 4.18.1-4
1111 - Fix insert_mode for elinks on el5 platform [SME: 4127]
1112
1113 * Wed Mar 26 2008 Shad L. Lords <slords@mail.com> 4.18.1-3
1114 - Set accounts to deleted before template expansion [SME: 4122]
1115
1116 * Wed Mar 26 2008 Shad L. Lords <slords@mail.com> 4.18.1-2
1117 - Fix gettext strings returned by password checks [SME: 4104]
1118
1119 * Wed Mar 26 2008 Shad L. Lords <slords@mail.com> 4.18.1-1
1120 - Roll new stable stream consolidating patches.
1121
1122 * Mon Mar 24 2008 Shad L. Lords <slords@mail.com> 4.18.0-104
1123 - Finish removing pleasewait [SME: 126]
1124
1125 * Tue Mar 18 2008 Shad L. Lords <slords@mail.com> 4.18.0-103
1126 - Add gettext to console titles. [SME: 4089]
1127
1128 * Sat Mar 15 2008 Stephen Noble <support@dungog.net> 4.18.0-102
1129 - Minor translation fixes [SME: 4058] [SME: 4059]
1130
1131 * Wed Mar 12 2008 Shad L. Lords <slords@mail.com> 4.18.0-101
1132 - Remove tests for removed FORM_TITLE's [SME: 4050]
1133
1134 * Wed Mar 12 2008 Shad L. Lords <slords@mail.com> 4.18.0-100
1135 - Cleanup SAVE/ADD tag mixup [SME: 4045]
1136
1137 * Mon Mar 10 2008 Shad L. Lords <slords@mail.com> 4.18-99
1138 Sat Mar 10 2008 --> Sat Mar 08 2008 or Mon Mar 10 2008 or Sat Mar 15 2008 or ....
1139 - Fix dyndns custom gettext [SME: 4032]
1140
1141 * Fri Mar 07 2008 Stephen Noble <support@dungog.net> 4.18-98
1142 Sat Mar 07 2008 --> Sat Mar 01 2008 or Fri Mar 07 2008 or Sat Mar 08 2008 or ....
1143 - revised gettext messages [SME: 631]
1144
1145 * Fri Mar 07 2008 Stephen Noble <support@dungog.net> 4.18-97
1146 Sat Mar 07 2008 --> Sat Mar 01 2008 or Fri Mar 07 2008 or Sat Mar 08 2008 or ....
1147 - gettext messages [SME: 631]
1148
1149 * Fri Mar 07 2008 Stephen Noble <support@dungog.net> 4.18-96
1150 Sat Mar 07 2008 --> Sat Mar 01 2008 or Fri Mar 07 2008 or Sat Mar 08 2008 or ....
1151 - remove duplicate system password has been changed [SME: 3974]
1152
1153 * Fri Mar 07 2008 Stephen Noble <support@dungog.net> 4.18-95
1154 Sat Mar 07 2008 --> Sat Mar 01 2008 or Fri Mar 07 2008 or Sat Mar 08 2008 or ....
1155 - EthernetAssign shouldn't be translated [SME: 3947]
1156
1157 * Sun Feb 17 2008 Stephen Noble <support@dungog.net> 4.18-94
1158 - Remove pleasewait function [SME: 126]
1159
1160 * Sun Feb 17 2008 Stephen Noble <support@dungog.net> 4.18-93
1161 - fix gettext formatting in three files [SME: 3938]
1162
1163 * Wed Feb 13 2008 chris burnat <devlist@burnat.com> 4.18-92
1164 - Fix creation of usernames and pseudonyms with one character
1165 - [SME: 2451]
1166
1167 * Wed Feb 13 2008 Stephen Noble <support@dungog.net> 4.18-91
1168 - Remove <base> tags now in general [SME: 3911]
1169
1170 * Sun Feb 10 2008 Stephen Noble <support@dungog.net> 4.18-90
1171 - Remove duplicate <base> entries [SME: 3894]
1172
1173 * Sat Feb 09 2008 Stephen Noble <support@dungog.net> 4.18-89
1174 - remove unused ROUTER_DESC token from lexicon [SME: 3879]
1175
1176 * Sat Jan 12 2008 Shad L. Lords <slords@mail.com> 4.18-88
1177 - remove default of 1400 MTU for interfaces [SME: 549]
1178
1179 * Wed Jan 09 2008 Stephen Noble <support@dungog.net> 4.18-87
1180 - db prop to dissociate admin password from root in useraccounts.pm [SME: 3117]
1181
1182 * Wed Jan 09 2008 Stephen Noble <support@dungog.net> 4.18-86
1183 - pptp connections setting mtu/mru > 1400 [SME: 549]
1184
1185 * Tue Jan 08 2008 Stephen Noble <support@dungog.net> 4.18-85
1186 - console to strength validate password choice on first entry [SME: 3131]
1187
1188 * Tue Jan 08 2008 Stephen Noble <support@dungog.net> 4.18-84
1189 - Auto-mount USB REV-drive as usbdisk [SME: 2972]
1190
1191 * Sun Jan 06 2008 Stephen Noble <support@dungog.net> 4.18-83
1192 - ignore error returns from tar [SME: 3127]
1193
1194 * Sun Jan 06 2008 Stephen Noble <support@dungog.net> 4.18-82
1195 - Use esmith::util::validatePassword on console [SME: 2173]
1196
1197 * Mon Dec 24 2007 Gavin Weight <gweight@gmail.com> 4.18.0-81
1198 - Link smartd.conf to bootstrap-save-console and console-save. [SME: 1445]
1199
1200 * Mon Dec 24 2007 Stephen Noble <support@dungog.net> 4.18-80
1201 - Add smartd as a disabled service with template [SME: 1445]
1202
1203 * Sun Dec 16 2007 Shad L. Lords <slords@mail.com> 4.18.0-79
1204 - Lock user accounts with usermod instead of passwd [SME: 3595]
1205
1206 * Sun Dec 16 2007 Gavin Weight <gweight@gmail.com> 4.18.0-78
1207 - Add symlink to fr-fr locale. [SME: 3648]
1208
1209 * Mon Nov 12 2007 Shad L. Lords <slords@mail.com> 4.18.0-77
1210 - Add fix for varying partition sizes in add_raid [SME: 3547]
1211
1212 * Sun Nov 11 2007 Gavin Weight <gweight@gmail.com> 4.18.0-76
1213 - Fix removal of Corporate DNS from console. [SME: 3532]
1214
1215 * Fri Nov 02 2007 Gavin Weight <gweight@gmail.com> 4.18.0-75
1216 - Remove previous change, applied to wrong package. [SME: 3512]
1217
1218 * Fri Nov 02 2007 Gavin Weight <gweight@gmail.com> 4.18.0-74
1219 - Add WPAD feature for DHCP (Thanks Hector Perez). [SME: 3512]
1220
1221 * Tue Oct 16 2007 Gavin Weight <gweight@gmail.com> 4.18.0-73
1222 - Make non-Removable pseudonyms point to admin when reassigned. [SME: 2214]
1223
1224 * Sun Oct 14 2007 Gavin Weight <gweight@gmail.com> 4.18.0-72
1225 - Adjust success text when changing admin password. [SME: 2442]
1226
1227 * Thu Oct 11 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-71
1228 - Fix comparison of expected to actual SSL cert data. Also change
1229 truncation point for email address from 40 chars to 64. [SME: 1736].
1230 [Note that -70 was inadvertently skipped.]
1231
1232 * Tue Sep 11 2007 Gavin Weight <gweight@gmail.com> 4.18.0-69
1233 - Move httpd logrotate.d directory to e-smith-apache. [SME: 3380]
1234
1235 * Tue Sep 11 2007 Gavin Weight <gweight@gmail.com> 4.18.0-68
1236 - Rename in logrotate.d directory apache to httpd. [SME: 3380]
1237
1238 * Fri Sep 07 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-67
1239 - Fix pod in groups.pm file. [SME: 3379]
1240
1241 * Wed Aug 22 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-66
1242 - Relax restrictions on restore devices, to allow CDR and DVDR.
1243 [SME: 3126]
1244
1245 * Fri Aug 03 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-65
1246 - Ensure that depmod is run for all installed kernels. [SME: 3235]
1247
1248 * Wed Jul 04 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-64
1249 - Really really clear devices variable [SME: 3116]
1250
1251 * Sun Jul 1 2007 Shad L. Lords <slords@mail.com> 4.18.0-63
1252 - Really clear devices variable [SME: 3116]
1253
1254 * Sun Jul 1 2007 Shad L. Lords <slords@mail.com> 4.18.0-62
1255 - Clean up loop var and mount point for backup/restore [SME: 3116]
1256
1257 * Thu Jun 28 2007 Shad L. Lords <slords@mail.com> 4.18.0-61
1258 - Improve usb backup error reporting [SME: 2772]
1259
1260 * Tue Jun 26 2007 Gavin Weight <gweight@gmail.com> 4.18.0-60
1261 - Move the pam.d ftp/proftpd templates to e-smith-proftpd.
1262 [SME: 2762]
1263
1264 * Tue Jun 19 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-59
1265 - Have nonetworkdrivers script exit silently if kmodule bin not found.
1266 [SME: 2549]
1267
1268 * Mon Jun 11 2007 Shad L. Lords <slords@mail.com> 4.18.0-58
1269 - Start messagebus/haldaemon so restore works [SME: 3058]
1270
1271 * Sun Jun 10 2007 Stephen Noble <support@dungog.net> 4.18.0-57
1272 - expand /etc/pam.d/login [SME: 2831]
1273
1274 * Wed Jun 06 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-56
1275 - Prevent backout from console config during initial setup.
1276 [SME: 2540]
1277
1278 * Sun Jun 3 2007 Shad L. Lords <slords@mail.com> 4.18.0-55
1279 - Clean up some more newlines [SME: 3035]
1280 - Make raid failures more verbose [SME: 3032]
1281 - Fix add_drive_to_raid and partition issues [SME: 2155, 2232]
1282
1283 * Wed May 30 2007 Gavin Weight <gweight@gmail.com> 4.18.0-54
1284 - Update noraid text and add newline after text. [SME: 3035]
1285
1286 * Thu May 24 2007 Shad L. Lords <slords@mail.com> 4.18.0-53
1287 - Don't use cracklib in system-auth [SME: 2686]
1288
1289 * Fri May 18 2007 Shad L. Lords <slords@mail.com> 4.18.0-52
1290 - Use correct lib for modules
1291
1292 * Thu May 17 2007 Shad L. Lords <slords@mail.com> 4.18.0-51
1293 - Updates to support xenU instance
1294
1295 * Wed May 9 2007 Shad L. Lords <slords@mail.com> 4.18.0-50
1296 - Updates to support SME Server 8
1297
1298 * Sat May 05 2007 Gavin Weight <gweight@gmail.com> 4.18.0-49
1299 - Fix service match RE in /sbin/e-smith/service. [SME: 2959]
1300
1301 * Sun Apr 29 2007 Shad L. Lords <slords@mail.com>
1302 - Clean up spec so package can be built by koji/plague
1303
1304 * Sun Apr 29 2007 Shad L. Lords <slords@mail.com> 4.18.0-48
1305 - Change to dist for tagging release
1306 - Only include apmd for i386 platforms
1307
1308 * Fri Apr 27 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-47
1309 - Validate GatewayIP address more carefully. [SME: 2928]
1310
1311 * Sat Apr 14 2007 Stephen Noble <support@dungog.net> 4.18.0-46
1312 - Field to change ssh port [SME: 2382]
1313
1314 * Sat Apr 14 2007 Stephen Noble <support@dungog.net> 4.18.0-45
1315 - Change fm to self in remoteaccess.pm [SME: 2382]
1316
1317 * Fri Apr 13 2007 Shad L. Lords <slords@mail.com> 4.18.0-44
1318 - Make configuration dbs config(noreplace) [SME: 2527]
1319
1320 * Fri Apr 13 2007 Shad L. Lords <slords@mail.com> 4.18.0-43
1321 - Adjust perm for dhcpd.conf again [SME: 2715]
1322
1323 * Thu Apr 12 2007 Shad L. Lords <slords@mail.com> 4.18.0-42
1324 - Put usbback patch back in. [SME: 2483]
1325
1326 * Thu Apr 12 2007 Stephen Noble <support@dungog.net> 4.18.0-41
1327 - Remove enable slocate patch [SME: 102]
1328
1329 * Thu Apr 12 2007 Stephen Noble <support@dungog.net> 4.18.0-40
1330 - Change Try Again to gettext(Back) in perform backup [SME: 2483]
1331
1332 * Thu Apr 12 2007 Stephen Noble <support@dungog.net> 4.18.0-39
1333 - Enable slocate in /etc/updatedb.conf [SME: 102]
1334
1335 * Wed Apr 11 2007 Stephen Noble <support@dungog.net> 4.18.0-38
1336 - Make console text consistent 'Please stand by' [SME: 2493]
1337
1338 * Wed Apr 11 2007 Stephen Noble <support@dungog.net> 4.18.0-37
1339 - Fix missing en-au & en-nz language noise. [SME: 2093]
1340
1341 * Wed Apr 11 2007 Stephen Noble <support@dungog.net> 4.18.0-36
1342 - Fix missing list items for console [SME: 2642]
1343
1344 * Mon Apr 09 2007 Shad L. Lords <slords@mail.com> 4.18.0-35
1345 - Don't attempt to add_raid_device if no raid [SME: 2484]
1346
1347 * Fri Apr 06 2007 Shad L. Lords <slords@mail.com> 4.18.0-34
1348 - Add fix for perms on dhcpd.conf file [SME: 2715]
1349
1350 * Fri Apr 06 2007 Shad L. Lords <slords@mail.com> 4.18.0-33
1351 - Remove fix for ftpusers. Belongs in e-smith-proftpd. [SME: 2841]
1352
1353 * Fri Apr 06 2007 Shad L. Lords <slords@mail.com> 4.18.0-32
1354 - Fix permissions on ftpusers file [SME: 2841]
1355 - Fix permissions on pwauth file [SME: 2842]
1356
1357 * Thu Apr 05 2007 Shad L. Lords <slords@mail.com> 4.18.0-31
1358 - Simplify depmod call in conf-modules [SME: 2554]
1359
1360 * Wed Apr 04 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-30
1361 - Fix login pam configuration file. TODO - expand the template
1362 during bootstrap-console-save. [SME: 2831]
1363
1364 * Mon Mar 26 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-29
1365 - Add rotate_timestamped_logfiles action, split from
1366 generic_template_expand. [SME: 2795]
1367
1368 * Thu Mar 22 2007 Shad L. Lords <slords@mail.com> 4.18.0-28
1369 - Fix rc.e-smith to work with el4 and el5 [SME: 2510]
1370
1371 * Mon Mar 19 2007 Shad L. Lords <slords@mail.com> 4.18.0-27
1372 - Add missing elements in prior pam updates [SME: 2551]
1373
1374 * Mon Mar 19 2007 Shad L. Lords <slords@mail.com> 4.18.0-26
1375 - Update pam_stack to new include for el5 [SME: 2551]
1376
1377 * Thu Mar 08 2007 Gavin Weight <gweight@gmail.com> 4.18.0-25
1378 - Fix missing en-gb language noise. [SME: 2633]
1379
1380 * Thu Mar 08 2007 Shad L. Lords <slords@mail.com> 4.18.0-24
1381 - Call cropLeft function correctly in crt expansion [SME: 1689]
1382
1383 * Wed Mar 07 2007 Shad L. Lords <slords@mail.com> 4.18.0-23
1384 - Make elinks display correctly with xterm display [SME: 444]
1385
1386 * Wed Mar 07 2007 Shad L. Lords <slords@mail.com> 4.18.0-22
1387 - Add db override for crt common name [SME: 1689]
1388
1389 * Wed Mar 07 2007 Shad L. Lords <slords@mail.com> 4.18.0-21
1390 - Default adding drive to raid to no [SME: 2644]
1391
1392 * Tue Mar 06 2007 Shad L. Lords <slords@mail.com> 4.18.0-20
1393 - Allow nics to swap if different LAN chosen [SME: 2612]
1394
1395 * Tue Mar 06 2007 Shad L. Lords <slords@mail.com> 4.18.0-19
1396 - Default WAN NIC to the *other* NIC than the one selected for LAN [SME: 2612]
1397
1398 * Tue Mar 06 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-18
1399 - Combine two similar loops in selectEthernet and break overly
1400 long string constant. [SME: 2612]
1401
1402 * Tue Mar 06 2007 Shad L. Lords <slords@mail.com> 4.18.0-17
1403 - Fix network selection dialog to include all drivers. [SME: 2612]
1404
1405 * Thu Mar 01 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-16
1406 - Fix run.static file in wan service directory. [SME: 2580]
1407
1408 * Fri Feb 23 2007 Shad L. Lords <slords@mail.com> 4.18.0-15
1409 - Fix glob for selecting backup devices. [SME: 2521]
1410
1411 * Fri Feb 23 2007 Shad L. Lords <slords@mail.com> 4.18.0-14
1412 - User new console infobox for console backup. [SME: 2533]
1413
1414 * Thu Feb 22 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-13
1415 - Use new esmith::console::infobox widget in console. [SME: 2533]
1416
1417 * Fri Feb 16 2007 Shad L. Lords <slords@mail.com> 4.18.0-12
1418 - Change runsvctrl to sv to support runit v1.7.x
1419
1420 * Fri Feb 16 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-11
1421 - Restate microcode_ctl/irqbalance/cpuspeed dependencies. [SME: 2490]
1422
1423 * Sun Feb 11 2007 Shad L. Lords <slords@mail.com> 4.18.0-10
1424 - Set db value for external ip before expanding templates [SME: 1977]
1425
1426 * Sun Feb 11 2007 Shad L. Lords <slords@mail.com> 4.18.0-9
1427 - Do better detection of possible devices for backup/restore [SME: 2317]
1428
1429 * Sun Feb 11 2007 Shad L. Lords <slords@mail.com> 4.18.0-8
1430 - Set ENV{HOME} so mysql dump works for backup [SME: 2412]
1431
1432 * Wed Feb 07 2007 Charlie Brady <charlieb@e-smith.com> 4.18.0-7
1433 - Remove unused remnant dhcpcd templates. [SME: 2445]
1434
1435 * Wed Feb 07 2007 Charlie Brady <charlieb@e-smith.com> 4.18.0-6
1436 - Configure elinks to obey cache control directives. I have
1437 no idea why that would not be the default! [SME: 2443]
1438
1439 * Tue Jan 30 2007 Shad L. Lords <slords@mail.com> 4.18.0-5
1440 - Ensure gateway dev is correct for server-only [SME: 2404]
1441
1442 * Mon Jan 29 2007 Shad L. Lords <slords@mail.com> 4.18.0-4
1443 - Add cancel button to backup/restore panels [SME: 2393]
1444
1445 * Mon Jan 29 2007 Shad L. Lords <slords@mail.com> 4.18.0-3
1446 - Add console backup to USB [SME: 2317]
1447
1448 * Sun Jan 28 2007 Shad L. Lords <slords@mail.com> 4.18.0-2
1449 - Fix backtitle for saving changes [SME: 2328]
1450
1451 * Fri Jan 26 2007 Shad L. Lords <slords@mail.com> 4.18.0-1
1452 - Roll stable stream. [SME: 2328]
1453
1454 * Tue Jan 23 2007 Charlie Brady <charlieb@e-smith.com> 4.17.2-8
1455 - Remove unused ifcfg-log:0 templates. [SME: 2368]
1456
1457 * Tue Jan 23 2007 Charlie Brady <charlieb@e-smith.com> 4.17.2-7
1458 - Add template fragments to allow forcing of ethernet negotiation
1459 parameters [SME: 2362]
1460
1461 * Tue Jan 23 2007 Charlie Brady <charlieb@e-smith.com> 4.17.2-6
1462 - Remove unused pam and abl templates (remnants of some stuff I
1463 was prototyping).
1464
1465 * Fri Jan 19 2007 Shad L. Lords <slords@mail.com> 4.17.2-5
1466 - [Forward-ported from 4.17.0]
1467 - Refactor console code considerably, and add restore from CDROM/USB
1468 backup capability to console.
1469 - Remove deprecated %conf use in console. [SME: 1856]
1470
1471 * Fri Jan 19 2007 Shad L. Lords <slords@mail.com> 4.17.2-4
1472 - [Ported from e-smith-base+ldap]
1473 - Add support for use of pam_tally and/or pam_abl modules. Both
1474 are disabled by default.
1475 - Update /etc/pam.d/{ftp,passwd} templates.
1476 - Add template for /etc/pam.d/system-auth.
1477
1478 * Fri Jan 19 2007 Shad L. Lords <slords@mail.com> 4.17.2-3
1479 - [Forward-ported from 4.17.0]
1480 - Move masq fragments to e-smith-packetfilter rpm.
1481
1482 * Fri Jan 19 2007 Shad L. Lords <slords@mail.com> 4.17.2-2
1483 - [Forward-ported from 4.17.0]
1484 - Remove server-manager templates and scripts - move to e-smith-manager.
1485 [SME: 2023]
1486
1487 * Fri Jan 19 2007 Shad L. Lords <slords@mail.com> 4.17.2-1
1488 - [Forward-ported from 4.17.0]
1489 - Combine dhcp client, pppoe, dialup and static WAN connections into
1490 "wan" service. [SME 1795]
1491
1492 * Fri Jan 19 2007 Shad L. Lords <slords@mail.com> 4.17.2-0
1493 - Make new development stream. Based from 4.16.0-39.
1494
1495 * Sun Jan 14 2007 Shad L. Lords <slords@mail.com> 4.16.0-39
1496 - [Back-port from 4.17.0-23]
1497 - Add admin email forwarding to modify user panel [SME: 827]
1498
1499 * Sat Jan 13 2007 Shad L. Lords <slords@mail.com> 4.16.0-38
1500 - [Back-port from 4.17.0-22]
1501 - Fix last patch so that data is pulled correctly [SME: 1034]
1502
1503 * Sat Jan 13 2007 Shad L. Lords <slords@mail.com> 4.16.0-37
1504 - [Back-port from 4.17.0-21]
1505 - Make purge-old-logs configurable via db [SME: 1034]
1506
1507 * Wed Jan 10 2007 Shad L. Lords <slords@mail.com> 4.16.0-36
1508 - [Back-port from 4.17.0-20]
1509 - Don't regenerate key and only regenerate crt when expired. [SME: 2035]
1510
1511 * Tue Dec 26 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-35
1512 - [Back-port from 4.17.0-19]
1513 - And mark admin_raidreport as only available for local mail [SME: 2139]
1514
1515 * Tue Dec 26 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-34
1516 - [Back-port from 4.17.0-17, 4.17.0-18]
1517 - Send raidmonitor output to admin_raidreport pseudonym [SME: 2139]
1518 - And mark admin_raidreport as non-Removable [SME: 2139]
1519
1520 * Sat Dec 23 2006 Shad L. Lords <slords@mail.com> 4.16.0-33
1521 - Disable raid based on /proc/partitions (which is dynamic) instead
1522 of grub/device.map (which is static) [SME: 2131]
1523
1524 * Fri Dec 22 2006 Shad L. Lords <slords@mail.com> 4.16.0-32
1525 - Check device size after calculating space needed. [SME: 2131]
1526
1527 * Fri Dec 08 2006 Shad L. Lords <slords@mail.com> 4.16.0-31
1528 - Create partitions in order of size. This makes sure boot is first and
1529 / is last. Also last partitions fills all available space making resizing
1530 easier. [SME: 2131]
1531
1532 * Thu Dec 07 2006 Shad L. Lords <slords@mail.com>
1533 - Update to new release naming. No functional changes.
1534 - Make Packager generic
1535
1536 * Tue Dec 05 2006 Shad L. Lords <slords@mail.com> 4.16.0-30
1537 - Update manage raid console functions to handle all raid types [SME: 2131]
1538
1539 * Tue Nov 21 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-29
1540 - Fix warning from dhclient.conf template expansion.
1541
1542 * Wed Aug 30 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-28
1543 - Add missing LocalModule for mod_proxy_http to admin apache conf.
1544 [SME: 1853]
1545
1546 * Fri Jul 14 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-27
1547 - Prevent daily regeneration of SSL cert if City/Company/Department are
1548 empty. [SME: 1602]
1549
1550 * Wed Jun 28 2006 Gavin Weight <gweight@gmail.com> 4.16.0-26
1551 - Menu text in console is incorrect for RAID5 installs. [SME: 404]
1552
1553 * Wed Jun 14 2006 Gavin Weight <gweight@gmail.com> 4.16.0-25
1554 - Modify user create page to show henry:miller not henry_miller. [SME: 531]
1555
1556 * Fri Jun 9 2006 Gavin Weight <gweight@gmail.com> 4.16.0-24
1557 - Remove lines for creating symlink to statusreport from spec file. [SME: 450]
1558
1559 * Tue Jun 6 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-23
1560 - Allow for admin account when locking null passwords, and perform
1561 check in post-upgrade so that the password screen will be presented
1562 after the reboot [SME: 1529]
1563
1564 * Tue Jun 6 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-22
1565 - Correct argument ordering in last change [SME: 790, SME: 1541]
1566
1567 * Sun May 28 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-21
1568 - Increase cert serial number when new certificate is generated. [SME: 790]
1569
1570 * Sun May 28 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-20
1571 - Change ssl.crt template so that cert is regenerated if issuer information
1572 has changed. [SME: 1484]
1573
1574 * Thu Apr 27 2006 Gavin Weight <gweight@gmail.com> 4.16.0-19
1575 - Change default shutdown value from shutdown to reboot. [SME: 1320]
1576
1577 * Sun Apr 23 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-18
1578 - Fix syntax error introduced in last change (and reuse $rc and $choice in
1579 raidManage.pl). [SME: 1285,1300]
1580
1581 * Fri Apr 21 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-17
1582 - Force masq service to enabled for servergateway modes, but
1583 leave at current setting for serveronly. Revises -09 change [SME: 1209]
1584
1585 * Wed Apr 19 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-16
1586 - Add big warning about wiping disk to raid management screen.
1587 [SME: 1285]
1588
1589 * Tue Apr 18 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-15
1590 - Ensure that rmmod-bonding doesn't return error status if
1591 bonding is not enabled (e.g. during upgrade) [SME: 935]
1592
1593 * Tue Apr 18 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-14
1594 - Avoid warning from NICBondingOptions migrate fragment. [SME: 1271]
1595
1596 * Tue Apr 18 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-13
1597 - Always save ssh property changes, even if sshd is disabled [SME: 1210]
1598
1599 * Thu Apr 13 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-12
1600 - Don't run kudzu at every bootup. [SME: 727]
1601
1602 * Tue Apr 11 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-11
1603 - More fixes to dhclient configuration (courtesy of Richard Schiffelers).
1604 [SME: 881]
1605
1606 * Mon Apr 10 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-10
1607 - Fixes to dhclient configuration (courtesy of Richard Schiffelers).
1608 [SME: 881]
1609
1610 * Thu Apr 6 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-09
1611 - Enable the masq service to ensure that installs and upgrades
1612 are consistent. If someone really wants to disable it, they can
1613 add a force fragment [SME: 1209]
1614
1615 * Thu Apr 6 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-08
1616 - Lock accounts with bad SMB passwords [SME: 1193]
1617
1618 * Thu Apr 6 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-07
1619 - Revert password length restriction changes [SME: 1193]
1620
1621 * Thu Apr 6 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-06
1622 - Adjust plural in page title in last patch [SME: 1193]
1623
1624 * Thu Apr 6 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-05
1625 - Adjust console logic for 14 character password restriction [SME: 1193]
1626
1627 * Wed Apr 5 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-04
1628 - Only process 'network' entries in route-eth0 template [SME: 1182]
1629
1630 * Wed Apr 5 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-03
1631 - Restrict passwords to 14 characters [SME: 1193]
1632
1633 * Tue Mar 14 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-02
1634 - Rename anaconda logs, but leave a symlink. Do nothing if the log
1635 is already a symlink or missing [SME: 808]
1636
1637 * Tue Mar 14 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-01
1638 - Roll stable stream version. [SME: 1016]
1639
1640 * Tue Mar 14 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-20
1641 - Ensure that each user has a Shell property in post-upgrade.
1642 If they didn't have one before, set it to the current value in
1643 /etc/passwd. [SME: 859]
1644
1645 * Tue Mar 14 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-19
1646 - Copy anaconda logs instead of renaming them in post-upgrade [SME: 808]
1647 - Adjust timestamp of copied logs to logfiles2timestamp format [SME: 808]
1648
1649 * Mon Mar 13 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-18
1650 - Change modSSL to be private in Private Server and Gateway mode [SME: 328]
1651
1652 * Mon Mar 13 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-17
1653 - And remove now redundant calls to wherenext [SME: 986]
1654
1655 * Fri Mar 10 2006 Charlie Brady <charlie_brady@mitel.com> 4.15.9-16
1656 - Fix FM page name (FirstPage => First) in a few places. [SME: 986]
1657
1658 * Tue Mar 7 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-15
1659 - Correct typo in -13 change which hid message [SME: 964]
1660
1661 * Tue Mar 7 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-14
1662 - Display a message for single disk installs which catches that
1663 case and tells people that they can add a second disk and produce
1664 a mirrored pair [SME: 958]
1665
1666 * Tue Mar 7 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-13
1667 - Display a nicer message when a spare disk is available to be
1668 added to the pair [SME: 964]
1669 - Blank line for consistency with other messages [SME: 964]
1670
1671 * Tue Mar 7 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-12
1672 - Check whether a resync is in progress so we don't state that
1673 intervention is required when it is not [SME: 958]
1674
1675 * Tue Mar 7 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-11
1676 - Check whether destination drive of add_mirror is already part
1677 of a RAID device. If so, complain and exit [SME: 870]
1678 - Also ensure that /sbin is in the PATH
1679
1680 * Sun Mar 5 2006 Charlie Brady <charlie_brady@mitel.com> 4.15.9-10
1681 - Fixes to dhclient configuration. [SME: 881]
1682
1683 * Fri Mar 03 2006 Mark Knox <mark_knox@mitel.com> 4.15.9-09
1684 - Added NIC Bonding options screen in console [SME: 935]
1685 - Migrate old NICBondingOptions to new defaults, and added new default
1686 options [SME: 935]
1687 - rmmod bonding.ko in bootstrap-console-save so new options work
1688 without extra reboot [SME: 935]
1689
1690 * Wed Mar 01 2006 Mark Knox <mark_knox@mitel.com> 4.15.9-08
1691 - Allow NICBondingOptions in 10bonding template fragment [SME: 918]
1692
1693 * Wed Mar 01 2006 Charlie Brady <charlie_brady@mitel.com> 4.15.9-07
1694 - Bump pppoe run script mlimit from 10M to 25M. [SME: 907]
1695
1696 * Fri Feb 24 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-06
1697 - Re-do -04 change as a patch so it sticks [SME: 863]
1698
1699 * Thu Feb 23 2006 Charlie Brady <charlieb@e-smith.com> 4.15.9-05
1700 - Add templates for dhclient configuration file. [SME: 881]
1701
1702 * Wed Feb 22 2006 Charlie Brady <charlieb@e-smith.com> 4.15.9-04
1703 - Remove default fragment for AdminEmail [SME: 863]
1704
1705 * Tue Feb 21 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-03
1706 Mon Feb 21 2006 --> Mon Feb 20 2006 or Tue Feb 21 2006 or Mon Feb 27 2006 or ....
1707 - Change 'Reconfigure' to lower case in menu [SME: 2]
1708
1709 * Mon Feb 20 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-02
1710 - Add requires for mdadm. We use it in the console and raid monitor
1711 and it won't get installed for 5.x upgrades [SME: 767]
1712
1713 * Fri Feb 17 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-01
1714 - Roll patches to 4.15.8-60
1715 - Trim changelog before 4.15.3-01 [SME: 828]
1716
1717 * Fri Feb 17 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-60
1718 - Also rotate /var/log/anaconda.{log,syslog} in post-upgrade [SME: 808]
1719
1720 * Fri Feb 17 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-59
1721 - Change 'Reconfigure' to lower case in -57 change [SME: 2]
1722
1723 * Fri Feb 17 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-58
1724 - Add /root/upgrade.log and /root/upgrade.log.syslog to
1725 logfiles2timestamp in post-upgrade event so we preserve
1726 them across multiple upgrades [SME: 808]
1727
1728 * Fri Feb 17 2006 Gavin Weight <gweight@gmail.com> 4.15.8-57
1729 - Added Reconfigure and Reboot option in console, changed
1730 main console menu to reflect Reconfigure option [SME: 2]
1731
1732 * Thu Feb 16 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-56
1733 - Default EmailForward to 'local' in case that part of the panel
1734 is hidden from view [SME: 704]
1735
1736 * Thu Feb 16 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-55
1737 - Adjust console title bar to 'SME Server' [SME: 726]
1738 - Change title on "Choose administrator password" screens
1739
1740 * Mon Feb 13 2006 Mark Knox <mark_knox@mitel.com> 4.15.8-54
1741 - Set EthernetDriver2 property when bonding is enabled [SME: 776]
1742
1743 * Mon Feb 13 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-53
1744 - Remove cpuspeed.contrib ClearCase droppings [SME: 754]
1745
1746 * Sun Feb 12 2006 Charlie Brady <charlie_brady@mitel.com> 4.15.8-52
1747 - Start bootstrap-console earlier - in particular before raidmonitor.
1748 Don't try to restart 'random'. [SME: 743]
1749
1750 * Sun Feb 12 2006 Charlie Brady <charlie_brady@mitel.com> 4.15.8-51
1751 - Obsolete keytable service. [SME: 746]
1752
1753 * Sat Feb 11 2006 Shad L. Lords <slords@mail.com> 4.15.8-50
1754 - Run kudzu -q from inittab [SME: 727]
1755
1756 * Thu Feb 9 2006 Charlie Brady <charlie_brady@mitel.com> 4.15.8-49
1757 - Make bootp support optional, defaulting to 'deny'. [SME: 660]
1758
1759 * Thu Feb 9 2006 Gavin Weight <gweight@gmail.com> 4.15.8-48
1760 - Removed the online-manual. [SME: 407]
1761
1762 * Thu Feb 9 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-47
1763 - Hide email forwarding options on useraccounts page if there is
1764 no 'smtpd' record [SME: 704]
1765
1766 * Wed Feb 8 2006 Charlie Brady <charlie_brady@mitel.com> 4.15.8-46
1767 - Fix conversion of user shell from sshell to rssh. [SME: 699]
1768
1769 * Tue Feb 7 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-45
1770 - Fix up location of 00openRW fragments from change 41 [SME: 659. 679]
1771
1772 * Mon Feb 6 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-44
1773 - Change logic for determining RAID partitions in use [SME: 516]
1774 - Add detailed output of the RAID state to messages log [SME: 516]
1775
1776 * Mon Feb 6 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-43
1777 - Only say that a RAID device is clean if truly clean [SME: 516]
1778 - Adjusted warning to say 'may be required' instead of 'is'
1779
1780 * Mon Feb 6 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-42
1781 - Delete 'deny bootp' fragment from dhcpd.conf, reverting to
1782 default, which is to allow bootp. [SME: 660]
1783
1784 * Sun Feb 5 2006 Charlie Brady <charlie_brady@mitel.com> 4.15.8-41
1785 - Use appropriate esmith::*DB class for 00openRW migrate fragments.
1786 [SME: 659]
1787
1788 * Tue Jan 31 2006 Gavin Weight <gweight@gmail.com> 4.15.8-40
1789 - Added EmailForward migrate fragment [SME: 598]
1790
1791 * Tue Jan 31 2006 Gavin Weight <gweight@gmail.com> 4.15.8-39
1792 - Added text periods and underscores in useraccounts [SME: 531]
1793
1794 * Tue Jan 31 2006 Gavin Weight <gweight@gmail.com> 4.15.8-38
1795 - Updated copyright text in server-manager [SME: 459]
1796
1797 * Tue Jan 31 2006 Gavin Weight <gweight@gmail.com> 4.15.8-37
1798 - The menu text incorrect for RAID5 configurations [SME: 404]
1799
1800 * Tue Jan 31 2006 Shad L. Lords <slords@mail.com> 4.15.8-36
1801 - Disable zeroconf so 169.254.0.0/16 route isn't created [SME: 613]
1802
1803 * Sun Jan 29 2006 Charlie Brady <charlie_brady@mitel.com> 4.15.8-35
1804 - Fix flip of access settings to default on first post-upgrade (e.g.
1805 sshd from public to private). [SME: 495]
1806
1807 * Sun Jan 29 2006 Charlie Brady <charlie_brady@mitel.com> 4.15.8-34
1808 - Remove remnants of statustest. [SME: 450]
1809
1810 * Wed Jan 25 2006 Charlie Brady <charlie_brady@mitel.com> 4.15.8-33
1811 - Add templated elinks config file. [SME: 444]
1812
1813 * Mon Jan 23 2006 Shad L. Lords <slords@mail.com> 4.15.8-32
1814 - Help raidmonitor report more than just failures [SME: 496]
1815
1816 * Mon Jan 23 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-31
1817 - Create ~/.ssh as part of skeleton home directory [SME: 456]
1818
1819 * Wed Jan 18 2006 Charlie Brady <charlieb@e-smith.com> 4.15.8-30
1820 - Fix reboot problem when switching WAN from dynamic to static
1821 address. [SME: 500]
1822
1823 * Fri Jan 13 2006 Mark Knox <mark_knox@mitel.com> 4.15.8-29
1824 - New migrate fragment to clean up NIC bonding property [SME: 449]
1825
1826 * Fri Jan 13 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-28
1827 - Fix account regexp for set_password case [SME: 24]
1828
1829 * Wed Jan 11 2006 Mark Knox <mark_knox@mitel.com> 4.15.8-27
1830 - New console option for ethernet bonding [SME: 449]
1831
1832 * Mon Jan 9 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-26
1833 - Allow dot and underscore in account names [SME: 24]
1834 - Default maxAcctNameLength and maxGroupNameLength to 31 [SME: 24]
1835
1836 * Thu Jan 5 2006 Charlie Brady <charlieb@e-smith.com> 4.15.8-25
1837 - Avoid generating warning messages during interfaces migration
1838 template fragment. [SME: 354]
1839
1840 * Thu Jan 5 2006 Charlie Brady <charlieb@e-smith.com> 4.15.8-24
1841 - Don't add obsolete ipsec net-pf aliases to modprobe.conf, and
1842 remove them if found. [SME: 390]
1843
1844 * Mon Jan 2 2006 Charlie Brady <charlieb@e-smith.com> 4.15.8-23
1845 - Use regexp as well as cracklib to check admin password in console.
1846 [SME: 335]
1847
1848 * Mon Jan 2 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-22
1849 - Change heuristic for finding disks in manageRAID.pl [SME: 342]
1850
1851 * Sun Dec 25 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-21
1852 Sat Dec 25 2005 --> Sat Dec 24 2005 or Sun Dec 25 2005 or Sat Dec 31 2005 or ....
1853 - Move testInternet console menu item to smeserver-support [SME: 364]
1854
1855 * Fri Dec 16 2005 Charlie Brady <charlieb@e-smith.com> 4.15.8-20
1856 - Fix localization bug in add_mirror. [SME: 341]
1857
1858 * Thu Dec 15 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-19
1859 - Remove the "In eight seconds" untruth from shutdown/reboot [SME: 86]
1860
1861 * Thu Dec 15 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-18
1862 - Added modSSL{CipherSuite} default [SME: 194]
1863
1864 * Wed Dec 14 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-17
1865 - Enable microcode_ctl service by default [SME: 74]
1866
1867 * Wed Dec 14 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-16
1868 - Removed accounts db default for 'common'
1869 - Added accounts db defaults for server-common and server-resources [SME: 77]
1870
1871 * Wed Dec 14 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-15
1872 - Ensure that Nameservers==localhost is set for the primary domain [SME: 137]
1873
1874 * Wed Dec 14 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-14
1875 - And remove db defaults for sysstat service [SME: 327]
1876
1877 * Wed Dec 14 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-13
1878 - Remove sysstat startup symlink [SME: 327]
1879
1880 * Wed Dec 14 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-12
1881 - Default sysconfig{PreviousSystemMode} == unknown [SME: 75]
1882
1883 * Wed Dec 14 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-11
1884 - Remove Requires: sysstat [SME: 327]
1885
1886 * Sat Dec 10 2005 Charlie Brady <charlieb@e-smith.com> 4.15.8-10
1887 - Move code for testing internet access into menu item file.
1888 [SME: 261]
1889
1890 * Thu Dec 8 2005 Charlie Brady <charlieb@e-smith.com> 4.15.8-09
1891 - Fix looping in console at swap ethernet choice page. [SME: 68]
1892
1893 * Wed Dec 7 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-08
1894 - Fix taint issues with RAID management menu item [SME: 253]
1895
1896 * Mon Dec 05 2005 Filippo Carletti <carletti@mobilia.it> 4.15.8-07
1897 - console: DHCP range (wrong path chosen for non-English) [SME: 157]
1898
1899 * Fri Dec 2 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-06
1900 - Initial cut at console menu item to (re)add RAID-1 mirror [SME: 253]
1901 - Needs to move to /sbin/e-smith/console-menu-items, once I work out
1902 what I believe is a taint issue.
1903
1904 * Wed Nov 30 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-05
1905 - Change 'standby' to 'stand by' in console [SME: 66]
1906
1907 * Wed Nov 30 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-04
1908 - Fix routing on eth0 for multiple local networks [SME: 203]
1909
1910 * Wed Nov 30 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-03
1911 - Bump release number only
1912
1913 * Mon Nov 28 2005 Charlie Brady <charlieb@e-smith.com>
1914 - [4.15.8-02]
1915 - Re-import head to CVS.
1916 - Regenerate both key and cert when cert expires, not just crt. [SF: 1365965]
1917
1918 * Sun Nov 20 2005 Gordon Rowell <gordonr@e-smith.com>
1919 - [4.15.8-01]
1920 - Default cpuspeed to disabled [MN00107779]
1921
1922 * Wed Nov 16 2005 Mark Knox <mark_knox@mitel.com>
1923 - [4.15.7-01]
1924 - Imported to ClearCase
1925 - Changed console sort order from ASCII to numeric [MN00107120]
1926
1927 * Sun Nov 13 2005 Gordon Rowell <gordonr@e-smith.com>
1928 - [4.15.6-09]
1929 - Add -f option to add_mirror to allow use of disks with existing
1930 partition tables [MN00101667]
1931
1932 * Sun Nov 13 2005 Gordon Rowell <gordonr@e-smith.com>
1933 - [4.15.6-08]
1934 - Add reconfiguration reboot option to reboot panel [SF: 1349946]
1935 - TODO: Cleanup so that the red warning header doesn't display since
1936 the reboot is going to happen anyway
1937
1938 * Mon Nov 7 2005 Gordon Rowell <gordonr@e-smith.com>
1939 - [4.15.6-07]
1940 - Only signal-event ip-change on the BOUND action of dhclient [SF: 1344853]
1941
1942 * Tue Nov 1 2005 Charlie Brady <charlieb@e-smith.com>
1943 - [4.15.6-06]
1944 - Change DISABLED -> OFF in init script messages, and go back to standard
1945 alignment. [SF: 1264702, 134543]
1946
1947 * Mon Oct 24 2005 Charlie Brady <charlieb@e-smith.com>
1948 - [4.15.6-05]
1949 - Add default value of SYSFONTACM to /etc/sysconfig/i18n. [SF: 1295293]
1950
1951 * Mon Oct 24 2005 Charlie Brady <charlieb@e-smith.com>
1952 - [4.15.6-04]
1953 - Replace grub setup commands in add_mirror with an exec of an external
1954 script. This script will be provided by a bootloader specific package,
1955 e.g. e-smith-lilo or e-smith-grub. That package should include a
1956 "Provides: e-smith-bootloader" header, to satisfy a Requires in this
1957 package. [SF: 1335937]
1958
1959 * Thu Oct 20 2005 Charlie Brady <charlieb@e-smith.com>
1960 - [4.15.6-03]
1961 - Unload network drivers immediately after rc.sysinit runs, so that
1962 we can control the order of allocation of eth0 and eth1. [SF: 1332366]
1963
1964 * Mon Oct 17 2005 Charlie Brady <charlieb@e-smith.com>
1965 - [4.15.6-02]
1966 - Disable raid monitor if /boot/grub/device.map suggests that the system
1967 is a single disk system. [SF: 1269091]
1968
1969 * Fri Oct 14 2005 Gordon Rowell <gordonr@e-smith.com>
1970 - [4.15.6-01]
1971 - Remove L10Ns from base packages [SF: 1309520]
1972
1973 * Fri Oct 14 2005 Gordon Rowell <gordonr@e-smith.com>
1974 - [4.15.5-01]
1975 - New dev stream before relocating L10Ns
1976
1977 * Thu Oct 13 2005 Gordon Rowell <gordonr@gormand.com.au>
1978 - [4.15.4-52]
1979 - Add /sbin/e-smith/add_mirror [SF: 1325479]
1980
1981 * Tue Oct 11 2005 Charlie Brady <charlieb@e-smith.com>
1982 - [4.15.4-51]
1983 - Untaint menu choice when ethernet driver is chosen from menu. [SF: 1323270]
1984
1985 * Tue Oct 11 2005 Charlie Brady <charlieb@e-smith.com>
1986 - [4.15.4-50]
1987 - Move user-create-unix action before template expansions, so
1988 that getpwnam can be used in template fragments. Ditto
1989 for group-create-unix. [SF. 1322231]
1990
1991 * Sun Oct 9 2005 Charlie Brady <charlieb@e-smith.com>
1992 - [4.15.4-49]
1993 - Fix spelling mistake in useraccounts panel. [SF: 1320002]
1994
1995 * Fri Sep 30 2005 Gordon Rowell <gordonr@e-smith.com>
1996 - [4.15.4-48]
1997 - Revised translation of groups panel, reordered to match
1998 the English lexicon - Thanks Didier Rambeau [SF: 1305184]
1999
2000 * Fri Sep 30 2005 Gordon Rowell <gordonr@e-smith.com>
2001 - [4.15.4-47]
2002 - Added foot.tmpl for Italian [SF: 1309266]
2003
2004 * Fri Sep 30 2005 Gordon Rowell <gordonr@e-smith.com>
2005 - [4.15.4-46]
2006 - Added Italian L10Ns - Thanks Filippo Carletti [SF: 1309266]
2007
2008 * Fri Sep 30 2005 Gordon Rowell <gordonr@e-smith.com>
2009 - [4.15.4-45]
2010 - Added Italian for Please wait - we should do this through gettext
2011 or similar [SF: 1309288]
2012
2013 * Thu Sep 29 2005 Gordon Rowell <gordonr@e-smith.com>
2014 - [4.15.4-44]
2015 - Reword Master DNS Server screen as "Corporated DNS Server", in
2016 line with domains panel [gordonr MN00096914]
2017
2018 * Mon Sep 26 2005 Gordon Rowell <gordonr@e-smith.com>
2019 - [4.15.4-43]
2020 - German L10Ns for userpassword and console - Thanks Dietmar Berteld
2021 [SF: 1293325]
2022
2023 * Sun Sep 25 2005 Gordon Rowell <gordonr@e-smith.com>
2024 - [4.15.4-42]
2025 - Added German L10N - Thanks Dietmar Berteld [SF: 1293325]
2026
2027 * Sun Sep 25 2005 Gordon Rowell <gordonr@e-smith.com>
2028 - [4.15.4-41]
2029 - Added "de" to pleasewait ugliness case statement and
2030 sorted the list alphabetically [SF: 1293325]
2031
2032 * Fri Sep 23 2005 Gordon Rowell <gordonr@e-smith.com>
2033 - [4.15.4-40]
2034 - Convert [s]smtpfront-qmail to [s]smtpd in migrate fragment [SF: 1291265]
2035
2036 * Thu Sep 22 2005 Charlie Brady <charlieb@e-smith.com>
2037 - [4.15.4-39]
2038 - Add preliminary support for ethernet bonding on local interface.
2039 - Modify user-modify-unix so that usermod is not called to change
2040 shell or GCOS field unless they need to change.
2041
2042 * Mon Sep 12 2005 Charlie Brady <charlieb@e-smith.com>
2043 - [4.15.4-38]
2044 - Update filelist entries for databases which have moved
2045 from /home/e-smith to /home/e-smith/db [SF: 1216546]
2046
2047 * Tue Sep 6 2005 Tony Clayton <apc@e-smith.com>
2048 - [4.15.4-37]
2049 - Create /mnt/floppy symlink if required in post-{install,upgrade}.
2050 [MN00095821]
2051 - Haldaemon race conditions seem quite recalcitrant, so don't try to create
2052 /mnt/cdrom symlink. [SF: 1260322]
2053 - Disable CTRL-C in console [tonyc SF: 1264697]
2054 - Catch CTRL-C in console during Test Internet [tonyc SF: 1264697]
2055
2056 * Tue Sep 6 2005 Charlie Brady <charlieb@e-smith.com>
2057 - [4.15.4-36]
2058 - Rework user-group-modify to work around perl bug in getgrent(). [SF 1276553]
2059
2060 * Tue Sep 6 2005 Charlie Brady <charlieb@e-smith.com>
2061 - [4.15.4-35]
2062 - Also create /mnt/floppy symlink if required. [MN00095821]
2063
2064 * Mon Sep 5 2005 Gordon Rowell <gordonr@e-smith.com>
2065 - [4.15.4-34]
2066 - Re-add Master DNS Server console screen [gordonr MN00096910, MN00088222]
2067
2068 * Fri Sep 2 2005 Charlie Brady <charlieb@e-smith.com>
2069 - [4.15.4-33]
2070 - Fix race condition in /mnt/cdrom symlink creation, by creating
2071 symlink from haldaemon action. [SF: 1260322]
2072
2073 * Thu Sep 1 2005 Charlie Brady <charlieb@e-smith.com>
2074 - [4.15.4-32]
2075 - Really create /mnt/cdrom symlink if required. [SF: 1260322]
2076
2077 * Tue Aug 30 2005 Shad Lords <slords@mail.com>
2078 - [4.15.4-31]
2079 - Update services entries to conform with RHEL4 services [SF: 1276479]
2080
2081 * Mon Aug 29 2005 Charlie Brady <charlieb@e-smith.com>
2082 - [4.15.4-30]
2083 - Correctly handle multiple net specification in ValidFrom for httpd-admin.
2084 [SF: 1273756]
2085
2086 * Tue Aug 23 2005 Charlie Brady <charlieb@e-smith.com>
2087 - [4.15.4-29]
2088 - Fix taint problem in license text in option 6 of the console menu.
2089 [SF: 1267284]
2090
2091 * Tue Aug 23 2005 Gordon Rowell <gordonr@gormand.com.au>
2092 - [4.15.4-28]
2093 - Respect Shell property of user accounts [SF: 1266706]
2094
2095 * Thu Aug 18 2005 Charlie Brady <charlieb@e-smith.com>
2096 - [4.15.4-27]
2097 - Modify /sbin/e-smith/service so that it runs /sbin/service unless
2098 runlevel is 7. [SF: 1237968]
2099 - Only prefix /sbin/e-smith to PATH if user is root. [SF: 1250579]
2100
2101 * Tue Aug 16 2005 Charlie Brady <charlieb@e-smith.com>
2102 - [4.15.4-26]
2103 - Add Requires for bridge-utils and vconfig.
2104
2105 * Tue Aug 16 2005 Charlie Brady <charlieb@e-smith.com>
2106 - [4.15.4-25]
2107 - Add "Requires: rssh".
2108
2109 * Mon Aug 15 2005 Charlie Brady <charlieb@e-smith.com>
2110 - [4.15.4-24]
2111 - Update %ghost filelist entries for databases which have moved
2112 from /home/e-smith to /home/e-smith/db [SF: 1216546]
2113
2114 * Mon Aug 15 2005 Charlie Brady <charlieb@e-smith.com>
2115 - [4.15.4-23]
2116 - Create /mnt/cdrom symlink if required. [SF: 1260322]
2117
2118 * Thu Aug 11 2005 Charlie Brady <charlieb@e-smith.com>
2119 - [4.15.4-22]
2120 - Add Requires: whiptail so that the out fork of whiptail from the
2121 newt package is installed on upgrade.
2122
2123 * Tue Aug 9 2005 Charlie Brady <charlieb@e-smith.com>
2124 - [4.15.4-21]
2125 - Add Requires: headers for all the additional standard daemons, to
2126 ensure they are installed on upgrade.
2127
2128 * Tue Aug 9 2005 Shad Lords <slords@mail.com>
2129 - [4.15.4-20]
2130 - Change httpd-admin access from local to localhost [SF: 1246986]
2131 - Change console to use 980 instead of https to avoid warnings [SF: 1246182]
2132 - tie console to new httpd-admin{TCPPort} property. [SF: 1246986]
2133
2134 * Tue Aug 2 2005 Shad Lords <slords@email.com>
2135 - [4.15.4-19]
2136 - Add TCPPort and access for httpd-admin [SF: 1246986]
2137 - Fix UnsavedChanges in console [SF: 1245238]
2138
2139 * Thu Jul 28 2005 Charlie Brady <charlieb@e-smith.com>
2140 - [4.15.4-18]
2141 - Remove all use db_ API except in console (which will come later).
2142
2143 * Wed Jul 27 2005 Shad Lords <slords@mail.com>
2144 - [4.15.4-17]
2145 - Add systemid property to sysconfig db record. [SF: 1246367]
2146
2147 * Wed Jul 27 2005 Shad Lords <slords@mail.com>
2148 - [4.15.4-16]
2149 - Upgrade database APIs to latest standard.
2150 - Move databases from /home/e-smith to /home/e-smith/db [SF: 1216546]
2151
2152 * Wed Jul 27 2005 Shad Lords <slords@mail.com>
2153 - [4.15.4-15]
2154 - Use https to access server-manager from console, to avoid redirect
2155 problems. [SF: 1246182]
2156
2157 * Wed Jul 27 2005 Shad Lords <slords@mail.com>
2158 - [4.15.4-14]
2159 - Remove hwconfig db default entry. [SF: 1246180]
2160
2161 * Wed Jul 27 2005 Charlie Brady <charlieb@e-smith.com>
2162 - [4.15.4-13]
2163 - Remove checking against 32 group limit from UI. Thanks to Gordon Rowell
2164 for the main patch. [SF: 1245421]
2165
2166 * Tue Jul 26 2005 Charlie Brady <charlieb@e-smith.com>
2167 - [4.15.4-12]
2168 - Patches from Shad Lords.
2169 - Complete fix of user password validation started in 4.15.3-06.
2170 [SF: 1242098]
2171 - Change default password strength to "strong". [SF: 1246178]
2172
2173 * Tue Jul 19 2005 Charlie Brady <charlieb@e-smith.com>
2174 - [4.15.4-11]
2175 - Patches submitted by Gordon Rowell.
2176 - Change /etc/modules.conf templates to /etc/modprobe.conf
2177 and add templates.metadata/etc/modprobe.conf [SF: 1227251]
2178 - Remove fragments 10appletalk and 95ModulePaths, since they are
2179 for very old migrations of /etc/modules.conf
2180
2181 * Tue Jul 19 2005 Charlie Brady <charlieb@e-smith.com>
2182 - [4.15.4-10]
2183 - Move quota setup in fstab template into e-smith-quota, where it
2184 belongs.
2185
2186 * Tue Jul 12 2005 Charlie Brady <charlieb@e-smith.com>
2187 - [4.15.4-09]
2188 - Add default db entries for messagebus and haldaemon. [SF: 1225899]
2189
2190 * Tue Jul 12 2005 Charlie Brady <charlieb@e-smith.com>
2191 - [4.15.4-08]
2192 - Add messagebus and haldaemon services, so that cdrom mount point
2193 etc is created as required. [SF: 1225899]
2194
2195 * Fri Jul 8 2005 Charlie Brady <charlieb@e-smith.com>
2196 - [4.15.4-07]
2197 - Add miscelleous performance related standard RHEL/CentOS services.
2198
2199 * Thu Jul 7 2005 Charlie Brady <charlieb@e-smith.com>
2200 - [4.15.4-06]
2201 - Add RAID monitoring service. [SF: 1222143]
2202
2203 * Tue Jul 5 2005 Charlie Brady <charlieb@e-smith.com>
2204 - [4.15.4-05]
2205 - Fix log noise from DynDNS update script. [SF: 1231871]
2206
2207 * Fri Jun 24 2005 Charlie Brady <charlieb@e-smith.com>
2208 - [4.15.4-04]
2209 - Change default domain name setting - I'm sure that xxx is deprecated.
2210
2211 * Tue Jun 21 2005 Charlie Brady <charlieb@e-smith.com>
2212 - [4.15.4-03]
2213 - Deal gracefully with missing /etc/sysconfig/keyboard file.
2214
2215 * Tue Jun 21 2005 Charlie Brady <charlieb@e-smith.com>
2216 - [4.15.4-02]
2217 - Remove "random" service startup symlink - no longer required, as
2218 prng is seeded by rc.sysinit.
2219
2220 * Tue Jun 21 2005 Charlie Brady <charlieb@e-smith.com>
2221 - [4.15.4-01]
2222 - Make new development stream - 4.15.4
2223
2224 * Mon Jun 20 2005 Charlie Brady <charlieb@e-smith.com>
2225 - [4.15.3-07]
2226 - Move httpd-admin logging from inside /var/log/httpd to /var/log/httpd-admin.
2227 - Remove mouseconfig hack. [MN00057145]
2228
2229 * Fri Jun 17 2005 Charlie Brady <charlieb@e-smith.com>
2230 - [4.15.3-06]
2231 - Fix password strength checking of user passwords. [SF: 1222255]
2232
2233 * Thu Jun 16 2005 Charlie Brady <charlieb@e-smith.com>
2234 - [4.15.3-05]
2235 - Prefix /sbin/e-smith to $PATH, rather than append. [SF: 1222092]
2236
2237 * Tue Jun 14 2005 Charlie Brady <charlieb@e-smith.com>
2238 - [4.15.3-04]
2239 - Fix set-external-ip in case of missing ExternalIP db record. [SF: 1217877]
2240
2241 * Tue Jun 14 2005 Charlie Brady <charlieb@e-smith.com>
2242 - [4.15.3-03]
2243 - Remove smbpasswd references from chap-secrets file. Don't re-expand
2244 chap-secrets file during various user related events. [SF: 1215401]
2245
2246 * Tue Jun 14 2005 Charlie Brady <charlieb@e-smith.com>
2247 - [4.15.3-02]
2248 - Break up template for /etc/shells into fragments, and add
2249 /usr/bin/rssh. [SF: 1220145]
2250
2251 * Thu Jun 9 2005 Charlie Brady <charlieb@e-smith.com>
2252 - [4.15.3-01]
2253 - Roll new development stream - 4.15.3
2254

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