/[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.147 - (show annotations) (download)
Thu Dec 29 10:20:49 2022 UTC (18 months, 3 weeks ago) by brianr
Branch: MAIN
CVS Tags: e-smith-base-5_8_1-24_el7_sme
Changes since 1.146: +7 -2 lines
* Thu Dec 29 2022 Brianb Read <brianr@bjsystems.co.uk> 5.8.1-24.sme
-  DHCPD set DNSServers [SME: 12295]

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

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