/[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.124 - (show annotations) (download)
Tue Nov 23 05:07:42 2021 UTC (2 years, 7 months ago) by jpp
Branch: MAIN
CVS Tags: e-smith-base-5_8_1-4_el7_sme
Changes since 1.123: +7 -3 lines
* Tue Nov 23 2021 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.1-4.sme
- allow group-modify-unix on update event [SME: 11766]

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

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