/[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.152 - (show annotations) (download)
Mon Aug 14 18:49:39 2023 UTC (11 months ago) by jpp
Branch: MAIN
Changes since 1.151: +7 -2 lines
* Mon Aug 14 2023 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.1-29.sme
- fix systemd loop during bootstrap console restore [SME: 12335]

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

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