/[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.148 - (hide annotations) (download)
Mon Feb 6 04:42:22 2023 UTC (17 months, 2 weeks ago) by jpp
Branch: MAIN
CVS Tags: e-smith-base-5_8_1-25_el7_sme
Changes since 1.147: +7 -2 lines
* Sun Feb 05 2023 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.1-25.sme
- fix raidmonitor not starting [SME: 12182]

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

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