/[smeserver]/rpms/e-smith-base/sme10/e-smith-base.spec
ViewVC logotype

Annotation 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.150 - (hide annotations) (download)
Tue Feb 7 22:16:25 2023 UTC (17 months, 2 weeks ago) by terryfage
Branch: MAIN
CVS Tags: e-smith-base-5_8_1-27_el7_sme
Changes since 1.149: +7 -2 lines
* Wed Feb 08 2023 Zsolt Vasarhelyi <vasarhelyizsolt@hotmail.com> 5.8.1-27.sme
- Logging stops to messages - imjournal: too many open files [SME: 12304]

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

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