/[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.128 - (show annotations) (download)
Mon Dec 20 14:55:17 2021 UTC (2 years, 6 months ago) by jpp
Branch: MAIN
CVS Tags: e-smith-base-5_8_1-6_el7_sme
Changes since 1.127: +3 -3 lines
* Mon Dec 20 2021 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.1-6.sme
- make journald log permanent by creating /var/log/journal [SME: 11795]

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

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