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

Contents of /rpms/e-smith-base/sme10/e-smith-base.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.136 - (show annotations) (download)
Sun Apr 17 03:49:47 2022 UTC (2 years, 3 months ago) by jpp
Branch: MAIN
CVS Tags: e-smith-base-5_8_1-13_el7_sme
Changes since 1.135: +7 -2 lines
* Sat Apr 16 2022 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.1-13.sme
- fix symlinks preventing log rotation [SME: 11950]

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

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