/[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.134 - (show annotations) (download)
Fri Apr 15 19:51:34 2022 UTC (2 years, 3 months ago) by jpp
Branch: MAIN
CVS Tags: e-smith-base-5_8_1-11_el7_sme
Changes since 1.133: +9 -2 lines
* Fri Apr 15 2022 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.1-11.sme
- fix logs not rotated before 100M (size maxsize) [SME: 10484]
- reduce systemd noise in messages [SME: 11813]
  remove also -- MARK --

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

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