/[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.151 - (show annotations) (download)
Thu Feb 9 05:19:02 2023 UTC (17 months ago) by jpp
Branch: MAIN
CVS Tags: e-smith-base-5_8_1-28_el7_sme
Changes since 1.150: +7 -2 lines
* Thu Feb 09 2023 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.1-28.sme
- option to expand the prunepaths variable for locate [SME: 11518]

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

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