/[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.146 - (show annotations) (download)
Tue Dec 13 21:26:33 2022 UTC (19 months, 1 week ago) by terryfage
Branch: MAIN
CVS Tags: e-smith-base-5_8_1-23_el7_sme
Changes since 1.145: +7 -2 lines
* Mon Dec 12 2022 Terry Fage <terry@fage.id.au> 5.8.1-23.sme
-  DHCP Not working since last updates [SME: 12257]

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

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