/[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.149 - (show annotations) (download)
Mon Feb 6 06:41:35 2023 UTC (17 months, 2 weeks ago) by jpp
Branch: MAIN
CVS Tags: e-smith-base-5_8_1-26_el7_sme
Changes since 1.148: +7 -2 lines
* Mon Feb 06 2023 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.1-26.sme
- ldap not available at bootstrap [SME: 12178]

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

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