/[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.142 - (show annotations) (download)
Tue Nov 22 19:51:59 2022 UTC (19 months, 2 weeks ago) by jpp
Branch: MAIN
CVS Tags: e-smith-base-5_8_1-19_el7_sme
Changes since 1.141: +8 -2 lines
* Tue Nov 22 2022 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.1-19.sme
- fix smartd not running because config path has changed [SME: 12190]
- do not check disk is in standby

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

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