/[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.125 - (hide annotations) (download)
Wed Nov 24 04:29:05 2021 UTC (2 years, 9 months ago) by jpp
Branch: MAIN
Changes since 1.124: +7 -2 lines
* Tue Nov 23 2021 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.1-5.sme
- support for elliptic curve certificate [SME: 11772]

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

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