/[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.123 - (show annotations) (download)
Tue Nov 16 03:05:48 2021 UTC (2 years, 8 months ago) by jpp
Branch: MAIN
CVS Tags: e-smith-base-5_8_1-3_el7_sme
Changes since 1.122: +64 -61 lines
* Mon Nov 15 2021 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.1-3.sme
- fix typo in last patch [SME: 11722]

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

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