1 |
# $Id: e-smith-hosts.spec,v 1.9 2008/10/07 18:27:57 slords Exp $ |
2 |
|
3 |
Summary: e-smith module for managing hosts entries |
4 |
Name: e-smith-hosts |
5 |
%define version 2.2.0 |
6 |
%define release 2 |
7 |
Version: %{version} |
8 |
Release: %{release}%{?dist} |
9 |
License: GPL |
10 |
Group: Networking/Daemons |
11 |
Source: %{name}-%{version}.tar.gz |
12 |
Patch1: e-smith-hosts-2.2.0_allow_cname.patch |
13 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
14 |
Requires: e-smith-base |
15 |
Requires: e-smith-lib >= 1.15.1-19 |
16 |
Requires: e-smith-test >= 0.1.14 |
17 |
Requires: e-smith-formmagick >= 1.4.0-12 |
18 |
Requires: e-smith-tinydns >= 2.2.0-2 |
19 |
BuildRequires: e-smith-devtools |
20 |
BuildArchitectures: noarch |
21 |
AutoReqProv: no |
22 |
|
23 |
%description |
24 |
e-smith module to allow the configuration of the hosts database, which is |
25 |
used to build the DNS and DHCP configuration. |
26 |
|
27 |
%changelog |
28 |
* Thu Jul 29 2010 Filippo Carletti <filippo.carletti@gmail.com> 2.2.0-2.sme |
29 |
- Allow use of CNAME in remote hosts [SME: 3132] |
30 |
|
31 |
* Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.2.0-1.sme |
32 |
- Roll new stream to separate sme7/sme8 trees [SME: 4633] |
33 |
|
34 |
* Tue Jul 8 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.14.0-14 |
35 |
- Move single occurence HOSTTYPE back to e-smith-hosts |
36 |
|
37 |
* Sun Apr 27 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.14.0-13 |
38 |
- Add common <base> tags to e-smith-formmagick's general [SME: 4280] |
39 |
|
40 |
* Sun Feb 10 2008 Stephen Noble <support@dungog.net> 1.14.0-12 |
41 |
- Remove duplicate <base> entries [SME: 3895] |
42 |
|
43 |
* Sat Feb 09 2008 Stephen Noble <support@dungog.net> 1.14.0-11 |
44 |
- Remove empty lexicon entry [SME: 3880] |
45 |
|
46 |
* Thu Jul 12 2007 Charlie Brady <charlie_brady@mitel.com> 1.14.0-10 |
47 |
- Remove implicit use of GLOBAL_IP lexicon entries. [SME: 3135] |
48 |
|
49 |
* Fri Jul 06 2007 Charlie Brady <charlie_brady@mitel.com> 1.14.0-9 |
50 |
- Remove more remnant lexicon entries. [SME: 3135] |
51 |
|
52 |
* Fri Jul 06 2007 Charlie Brady <charlie_brady@mitel.com> 1.14.0-8 |
53 |
- Remove remnant DNS publication code and lexicon entries. [SME: 3135] |
54 |
|
55 |
* Sun Apr 29 2007 Shad L. Lords <slords@mail.com> |
56 |
- Clean up spec so package can be built by koji/plague |
57 |
|
58 |
* Mon Feb 19 2007 Stephen Noble <support@dungog.net> 1.14.0-7 |
59 |
- Fix text with a space [SME: 2246] |
60 |
|
61 |
* Sat Jan 13 2007 Shad L. Lords <slords@mail.com> 1.14.0-6 |
62 |
- Make success/failure messages standard [SME: 2290] |
63 |
|
64 |
* Wed Jan 10 2007 Shad L. Lords <slords@mail.com> 1.14.0-5 |
65 |
- Add comment to host entries. [SME: 878] |
66 |
|
67 |
* Thu Dec 07 2006 Shad L. Lords <slords@mail.com> |
68 |
- Update to new release naming. No functional changes. |
69 |
- Make Packager generic |
70 |
|
71 |
* Thu Jun 22 2006 Charlie Brady <charlie_brady@mitel.com> 1.14.0-03 |
72 |
- Fix display of hosts table for additional domains. [SME: 1630, 1374] |
73 |
|
74 |
* Wed Jun 14 2006 Gavin Weight <gweight@gmail.com> 1.14.0-02 |
75 |
- Improved layout applied to Hostnames and addresses. [SME: 1374] |
76 |
|
77 |
* Wed Mar 15 2006 Charlie Brady <charlie_brady@mitel.com> 1.14.0-01 |
78 |
- Roll stable stream version. [SME: 1016] |
79 |
|
80 |
* Tue Jan 24 2006 Gordon Rowell <gordonr@gormand.com.au> 1.13.3-04 |
81 |
- Fix purge-domain code relating to pseudonym cleanup [SME: 515] |
82 |
|
83 |
* Wed Nov 30 2005 Gordon Rowell <gordonr@gormand.com.au> 1.13.3-03 |
84 |
- Bump release number only |
85 |
|
86 |
* Fri Nov 4 2005 Charlie Brady <charlieb@e-smith.com> |
87 |
- [1.13.3-02] |
88 |
- s/local_ip/global_ip/ when setting host to type Remote. |
89 |
Ensure that Remote hosts don't have local_ip set. |
90 |
[SF: 1293449] |
91 |
- Add missing "IP_ADDRESS" localisation. |
92 |
- Remove vestigial print_global_ip_field() function. |
93 |
- Deal gracefully with missing Nameservers property of domains. |
94 |
|
95 |
* Fri Oct 14 2005 Gordon Rowell <gordonr@e-smith.com> |
96 |
- [1.13.3-01] |
97 |
- Remove L10Ns from base packages [SF: 1309520] |
98 |
|
99 |
* Fri Oct 14 2005 Gordon Rowell <gordonr@e-smith.com> |
100 |
- [1.13.2-01] |
101 |
- New dev stream before relocating L10Ns |
102 |
|
103 |
* Fri Sep 30 2005 Gordon Rowell <gordonr@e-smith.com> |
104 |
- [1.13.1-15] |
105 |
- Added Italian L10N - Thanks Filippo Carletti [SF: 1309266] |
106 |
|
107 |
* Mon Sep 26 2005 Gordon Rowell <gordonr@e-smith.com> |
108 |
- [1.13.1-14] |
109 |
- Only display the DNS Forwarder message if there are no domains |
110 |
set with Nameservers==localhost [SF: 1303422] |
111 |
|
112 |
* Mon Sep 26 2005 Gordon Rowell <gordonr@e-smith.com> |
113 |
- [1.13.1-13] |
114 |
- Allow dnscache{Forwarder} to be configured, but empty [SF: 1303422] |
115 |
|
116 |
* Mon Sep 26 2005 Gordon Rowell <gordonr@e-smith.com> |
117 |
- [1.13.1-12] |
118 |
- Added German L10N - Thanks Dietmar Berteld [SF: 1293325] |
119 |
|
120 |
* Mon Aug 29 2005 Charlie Brady <charlieb@e-smith.com> |
121 |
- [1.13.1-11] |
122 |
- Avoid double reformatting of old host records, which breaks HostType == self |
123 |
records. [SF: 1275450] |
124 |
|
125 |
* Mon Aug 15 2005 Charlie Brady <charlieb@e-smith.com> |
126 |
- [1.13.1-10] |
127 |
- Remove some remnant ServiceLink code |
128 |
- Replace conf-migrate-hosts with some migrate fragments for the host db |
129 |
- Restart dnscache during host-{create,delete,modify} events, so that |
130 |
cached information on hostnames is purged. [SF: 1243418,1243423] |
131 |
|
132 |
* Tue Jul 19 2005 Charlie Brady <charlieb@e-smith.com> |
133 |
- [1.13.1-09] |
134 |
- Hostnames panel updates from Shad Lords. |
135 |
|
136 |
* Tue Jul 19 2005 Charlie Brady <charlieb@e-smith.com> |
137 |
- [1.13.1-08] |
138 |
- Complete the update to current db access APIs - a few esmith::db and |
139 |
esmith::config calls were found hiding. Rewrite conf-hostsdb as simple |
140 |
shell script. [SF: 1216546] |
141 |
|
142 |
* Mon Jul 18 2005 Charlie Brady <charlieb@e-smith.com> |
143 |
- [1.13.1-07] |
144 |
- Greatly simplify delete-hosts, and rename to purge-domain. Purge user@domain |
145 |
pseudonyms for deleted domains. [SF: 1193570 (Gordon)] |
146 |
|
147 |
* Mon Jul 18 2005 Charlie Brady <charlieb@e-smith.com> |
148 |
- [1.13.1-06] |
149 |
- Update to current db access APIs, in readiness for move of dbs to private |
150 |
directory. [SF: 1216546 (Shad)] |
151 |
|
152 |
* Mon Jul 18 2005 Charlie Brady <charlieb@e-smith.com> |
153 |
- [1.13.1-05] |
154 |
- Fix to ensure panel returns status if delete fails [SF: 1200284 (Shad)] |
155 |
|
156 |
* Thu Jul 7 2005 Charlie Brady <charlieb@e-smith.com> |
157 |
- [1.13.1-04] |
158 |
- Include Shad's panel changes (publishglobal and formmagick patches) |
159 |
from e-smith-hosts-1.13.0-02sme04. [SF: 1234280] |
160 |
- Avoid multiple re-openings of config db in panel code. |
161 |
|
162 |
* Thu Jul 7 2005 Charlie Brady <charlieb@e-smith.com> |
163 |
- [1.13.1-03] |
164 |
- Move all host db manipulation actions to before template |
165 |
expansions (in all events, not just bootstrap-console-save). |
166 |
[SF: 1234255] |
167 |
|
168 |
* Thu Apr 14 2005 Charlie Brady <charlieb@e-smith.com> |
169 |
- [1.13.1-02] |
170 |
- Use services2adjust symlink to reconfigure tinydns (tinydns-conf |
171 |
is obsolete). |
172 |
- Move all host db manipulation actions to before template |
173 |
expansions in bootstrap-console-save. |
174 |
|
175 |
* Fri Apr 1 2005 Charlie Brady <charlieb@e-smith.com> |
176 |
- [1.13.1-01] |
177 |
- Roll new dev stream - 1.13.1 |
178 |
|
179 |
* Tue Mar 8 2005 Charlie Brady <charlieb@e-smith.com> |
180 |
- [1.13.0-06] |
181 |
- Use generic_template_expand action in place of restart-dhcpd. |
182 |
Update e-smith-lib dependency. [MN00064130] |
183 |
|
184 |
* Mon Mar 7 2005 Charlie Brady <charlieb@e-smith.com> |
185 |
- [1.13.0-05] |
186 |
- Fix RE used in untainting of hostname. [charlieb MN00050161] |
187 |
|
188 |
* Tue Jan 25 2005 Charlie Brady <charlieb@e-smith.com> |
189 |
- [1.13.0-04] |
190 |
- Only check if host exists on create not modify. [MN00065708] |
191 |
- Remove stray ServiceLink action symlink. [MN00064757] |
192 |
|
193 |
* Wed Nov 10 2004 Charlie Brady <charlieb@e-smith.com> |
194 |
- [1.13.0-03] |
195 |
- Untaint hostname before using in system(). [charlieb MN00050161] |
196 |
|
197 |
* Tue May 25 2004 Michael Soulier <msoulier@e-smith.com> |
198 |
- [1.13.0-02] |
199 |
- Fixing typo that prevented H&A panel from being disabled if a DNS forwarder |
200 |
was in use. [msoulier MN00034840] |
201 |
|
202 |
* Tue May 25 2004 Michael Soulier <msoulier@e-smith.com> |
203 |
- [1.13.0-01] |
204 |
- rolling to dev stream - 1.13.0 |
205 |
|
206 |
* Thu Feb 19 2004 Michael Soulier <msoulier@e-smith.com> |
207 |
- [1.12.0-04] |
208 |
- Added a check in more_options() to reject the hostname if it's a dup. |
209 |
[msoulier dpar-20864] |
210 |
|
211 |
* Thu Feb 19 2004 Michael Soulier <msoulier@e-smith.com> |
212 |
- [1.12.0-03] |
213 |
- Added further validation of the local IP address, to prevent the user using |
214 |
the external or internal interface IP, the gateway IP, or the loopback |
215 |
interface. [msoulier 8887] |
216 |
- Added further validation of a host being added as local, to prevent users |
217 |
adding "local" hosts with are not local. [msoulier dpar-20865] |
218 |
|
219 |
* Tue Aug 19 2003 Michael Soulier <msoulier@e-smith.com> |
220 |
- [1.12.0-02] |
221 |
- Fixed persistence problem with publish_globally field. [msoulier 9427] |
222 |
|
223 |
* Thu Jun 26 2003 Charlie Brady <charlieb@e-smith.com> |
224 |
- [1.12.0-01] |
225 |
- Changing version to stable stream number - 1.12.0 |
226 |
|
227 |
* Thu Jun 12 2003 Gordon Rowell <gordonr@e-smith.com> |
228 |
- [1.11.1-01] |
229 |
- Added order to migrate fragments [gordonr 9015] |
230 |
|
231 |
* Fri Jun 6 2003 Gordon Rowell <gordonr@e-smith.com> |
232 |
- [1.11.0-32] |
233 |
- Move force to lowercase to the correct place so we don't just bark |
234 |
if upper case hostnames are entered - we squash them to lower case |
235 |
before confirming [gordonr 8939] |
236 |
- Correct the migrate fragment [gordonr 8939] |
237 |
|
238 |
* Fri Jun 6 2003 Gordon Rowell <gordonr@e-smith.com> |
239 |
- [1.11.0-31] |
240 |
- Force hostnames to lowercase on h&a panel [gordonr 8939] |
241 |
- Sanitise hostsdb for old non-lowercase names (WIP) [gordonr 8939] |
242 |
|
243 |
* Fri May 30 2003 Michael Soulier <msoulier@e-smith.com> |
244 |
- [1.11.0-30] |
245 |
- Updated delete-hosts to use esmith::HostsDB, and removed redundant bind db |
246 |
handling. [msoulier 8809] |
247 |
- Updated delete-hosts to scan the entire hostsdb, cross-referencing with the |
248 |
domainsdb, and remove any host for a domain that we do not manage. |
249 |
[msoulier 8809] |
250 |
- Added links to delete-hosts from bootstrap-console-save and |
251 |
registration-clear. [msoulier 8809] |
252 |
|
253 |
* Tue May 20 2003 Michael Soulier <msoulier@e-smith.com> |
254 |
- [1.11.0-29] |
255 |
- Fixed indentation in lexicon files, and changed "Create/modify" to "Create |
256 |
or modify" in all lexicon files. [msoulier 8543] |
257 |
|
258 |
* Tue May 6 2003 Lijie Deng <lijied@e-smith.com> |
259 |
- [1.11.0-28] |
260 |
- Add Spanish lexicon for hostentries [lijied 3793] |
261 |
|
262 |
* Tue Apr 29 2003 Gordon Rowell <gordonr@e-smith.com> |
263 |
- [1.11.0-27] |
264 |
- Removed duplicate </trans> tag [gordonr 8613] |
265 |
|
266 |
* Thu Apr 24 2003 Lijie Deng <lijied@e-smith.com> |
267 |
- [1.11.0-26] |
268 |
- Deleted FIRSTPAGE_DESC text [lijied 8493] |
269 |
|
270 |
* Tue Apr 22 2003 Lijie Deng <lijied@e-smith.com> |
271 |
- [1.11.0-25] |
272 |
- Removed inline in text [lijied 7949] |
273 |
|
274 |
* Mon Apr 21 2003 Lijie Deng <lijied@e-smith.com> |
275 |
- [1.11.0-24] |
276 |
- Standardize Add/Save button name [lijied 7921] |
277 |
|
278 |
* Tue Apr 15 2003 Gordon Rowell <gordonr@e-smith.com> |
279 |
- [1.11.0-23] |
280 |
- Added fr entry for previous change [gordonr 3722] |
281 |
|
282 |
* Mon Apr 14 2003 Gordon Rowell <gordonr@e-smith.com> |
283 |
- [1.11.0-22] |
284 |
- Don't display H&A panel if DNS forwarder configured [gordonr 3722] |
285 |
|
286 |
* Wed Apr 9 2003 Gordon Rowell <gordonr@e-smith.com> |
287 |
- [1.11.0-21] |
288 |
- Panel cleanup now all domains are in domains db [gordonr 8097] |
289 |
|
290 |
* Tue Apr 8 2003 Lijie Deng <lijied@e-smith.com> |
291 |
- [1.11.0-20] |
292 |
- Standardized the button name [lijied 7921] |
293 |
|
294 |
* Fri Apr 4 2003 Lijie Deng <lijied@e-smith.com> |
295 |
- [1.11.0-19] |
296 |
- Change $q->table to $q->start_table where necessary [lijied 8034] |
297 |
|
298 |
* Fri Apr 4 2003 Charlie Brady <charlieb@e-smith.com> |
299 |
- [1.11.0-18] |
300 |
- Add tinydns-conf links in place of previous named-conf ones. |
301 |
[charlieb 8071] |
302 |
|
303 |
* Thu Apr 3 2003 Lijie Deng <lijied@e-smith.com> |
304 |
- [1.11.0-17] |
305 |
- Removed 'Mitel Networks SME Server' branding [lijied 8016] |
306 |
|
307 |
* Tue Apr 1 2003 Gordon Rowell <gordonr@e-smith.com> |
308 |
- [1.11.0-16] |
309 |
- Removed named links [gordonr 7659] |
310 |
|
311 |
* Tue Apr 1 2003 Gordon Rowell <gordonr@e-smith.com> |
312 |
- [1.11.0-15] |
313 |
- Removed conf-dhcpd symlinks - now done in run script [gordonr 7771] |
314 |
|
315 |
* Mon Mar 31 2003 Mike Dickson <miked@e-smith.com> |
316 |
- [1.11.0-14] |
317 |
- fixed the "Action" column to be several comns instead of one [miked 7761] |
318 |
|
319 |
* Thu Mar 27 2003 Lijie Deng <lijied@e-smith.com> |
320 |
- [1.11.0-13] |
321 |
- Modified French lexicon to use lang="fr", rename the lexicon |
322 |
directory to fr [lijied 6787] |
323 |
|
324 |
* Thu Mar 6 2003 Lijie Deng <lijied@e-smith.com> |
325 |
- [1.11.0-12] |
326 |
- Modified hostentries panel order [lijied 7356] |
327 |
|
328 |
* Tue Mar 4 2003 Lijie Deng <lijied@e-smith.com> |
329 |
- [1.11.0-11] |
330 |
- Split en-us lexicon from hostentries panel [lijied 4030] |
331 |
|
332 |
* Fri Feb 28 2003 Lijie Deng <lijied@e-smith.com> |
333 |
- [1.11.0-10] |
334 |
- Added French lexicon for hostsentries. [lijied 5003] |
335 |
|
336 |
* Mon Feb 24 2003 Michael Soulier <msoulier@e-smith.com> |
337 |
- [1.11.0-09] |
338 |
- Remove use of LocalDomainPrefix. [msoulier 4812] |
339 |
|
340 |
* Fri Feb 21 2003 Charlie Brady <charlieb@e-smith.com> |
341 |
- [1.11.0-08] |
342 |
- Remove deprecated WebServerName setting from canned test data. [charlieb 6861] |
343 |
|
344 |
* Sat Jan 25 2003 Mike Dickson <miked@e-smith.com> |
345 |
- [1.11.0-07] |
346 |
- added Action to the lexicon [miked 6363] |
347 |
|
348 |
* Fri Dec 27 2002 Mike Dickson <miked@e-smith.com> |
349 |
- [1.11.0-06] |
350 |
- minor UI updates [miked 5494] |
351 |
|
352 |
* Mon Dec 16 2002 Charlie Brady <charlieb@e-smith.com> |
353 |
- [1.11.0-05] |
354 |
- Fix problem with globally visible (published) external IPs [charlieb 5816] |
355 |
|
356 |
* Mon Dec 9 2002 Mike Dickson <miked@e-smith.com> |
357 |
- [1.11.0-04] |
358 |
- ui update [miked 5494] |
359 |
|
360 |
* Mon Dec 2 2002 Mike Dickson <miked@e-smith.com> |
361 |
- [1.11.0-03] |
362 |
- ui update [miked 5494 |
363 |
|
364 |
* Fri Nov 15 2002 Charlie Brady <charlieb@e-smith.com> |
365 |
- [1.11.0-02] |
366 |
- Removing explicit dependency on e-smith-named. [charlieb 4058] |
367 |
|
368 |
* Fri Nov 15 2002 Charlie Brady <charlieb@e-smith.com> |
369 |
- [1.11.0-01] |
370 |
- Rolling development stream to 1.11.0 |
371 |
|
372 |
* Fri Oct 11 2002 Charlie Brady <charlieb@e-smith.com> |
373 |
- [1.10.0-01] |
374 |
- Roll to maintained version number to 1.10.0 |
375 |
|
376 |
* Fri Oct 11 2002 Charlie Brady <charlieb@e-smith.com> |
377 |
- [1.9.0-11] |
378 |
- Back out the check for duplicate hosts added at 1.9.0-04 - it prevents |
379 |
any modification of existing hostnames. [charlieb 3813] |
380 |
|
381 |
* Fri Sep 6 2002 Gordon Rowell <gordonr@e-smith.com> |
382 |
- [1.9.0-10] |
383 |
- Check return value of open on NetworkServicesDB [gordonr 4760] |
384 |
|
385 |
* Fri Sep 6 2002 Gordon Rowell <gordonr@e-smith.com> |
386 |
- [1.9.0-09] |
387 |
- Make use of NetworkServicesDB.pm in conf-migrate-hosts [gordonr 4773] |
388 |
|
389 |
* Fri Sep 6 2002 Gordon Rowell <gordonr@e-smith.com> |
390 |
- [1.9.0-08] |
391 |
- Remove auto-creation of LocalDomainPrefix on upgrades. An existing |
392 |
value will be retained, but the implicit creation of e-smith. |
393 |
or mitel-networks. for the local prefix no longer happens. [gordonr 4811] |
394 |
|
395 |
* Thu Sep 5 2002 Mark Knox <markk@e-smith.com> |
396 |
- [1.9.0-07] |
397 |
- Added 3 missing lexicon entries [markk 3812] |
398 |
|
399 |
* Wed Sep 4 2002 Mark Knox <markk@e-smith.com> |
400 |
- [1.9.0-06] |
401 |
- Fixed some problems with dhcp range validator [markk 4513] |
402 |
|
403 |
* Mon Aug 26 2002 Mark Knox <markk@e-smith.com> |
404 |
- [1.9.0-05] |
405 |
- Improved logic for when to clear global IP [markk 3816] |
406 |
|
407 |
* Mon Aug 26 2002 Mark Knox <markk@e-smith.com> |
408 |
- [1.9.0-04] |
409 |
- Check for duplicate host names [markk 3813] |
410 |
|
411 |
* Fri Aug 23 2002 Charlie Brady <charlieb@e-smith.com> |
412 |
- [1.9.0-03] |
413 |
- Fix validator function from previous change [charlieb 4513] |
414 |
|
415 |
* Fri Aug 23 2002 Charlie Brady <charlieb@e-smith.com> |
416 |
- [1.9.0-02] |
417 |
- Include validator to ensure that host IP is not in DHCP range [charlieb 4513] |
418 |
|
419 |
* Wed Jun 5 2002 Charlie Brady <charlieb@e-smith.com> |
420 |
- [1.9.0-01] |
421 |
- Changing version to development stream number to 1.9.0 |
422 |
|
423 |
* Mon Jun 3 2002 Gordon Rowell <gordonr@e-smith.com> |
424 |
- [1.8.6-01] |
425 |
- Default for HostType is 'Self' [gordonr 3811] |
426 |
|
427 |
* Mon Jun 3 2002 Gordon Rowell <gordonr@e-smith.com> |
428 |
- [1.8.5-01] |
429 |
- Relaxed regexp to match text: [a-z0-9][a-z0-9-]* [gordonr 3684] |
430 |
|
431 |
* Mon Jun 3 2002 Gordon Rowell <gordonr@e-smith.com> |
432 |
- [1.8.4-01] |
433 |
- Validate that the (root of the) hostname matches [a-z][a-z0-9-]* |
434 |
Remove unused open of the ConfigDB [gordonr 3684] |
435 |
|
436 |
* Mon Jun 3 2002 Gordon Rowell <gordonr@e-smith.com> |
437 |
- [1.8.3-01] |
438 |
- Delete MACAddress when type is Remote |
439 |
Delete RemoteIP when type is Local [gordonr 3684] |
440 |
|
441 |
* Mon Jun 3 2002 Mark Knox <markk@e-smith.com> |
442 |
- [1.8.2-01] |
443 |
- Resolved more confusion with addresses not displaying, naming conventions, |
444 |
delete non-essential fields in modification, and stop allowing change of |
445 |
domain during modification. [markk 3684] |
446 |
|
447 |
* Sat Jun 1 2002 Gordon Rowell <gordonr@e-smith.com> |
448 |
- [1.8.1-01] |
449 |
- Resolved a lot of confusion about HostType, Visbility, local and |
450 |
remote hosts and global publishing. These were all mixed up. |
451 |
TODO: Need to ensure that InternalIP and ExternalIP are deleted when |
452 |
changing host types from Remote->Local->Self [gordonr 3684] |
453 |
|
454 |
* Fri May 31 2002 Charlie Brady <charlieb@e-smith.com> |
455 |
- [1.8.0-01] |
456 |
- Changing version to maintained stream number to 1.8.0 |
457 |
|
458 |
* Fri May 31 2002 Kirrily Robert <skud@e-smith.com> |
459 |
- [1.7.20-01] |
460 |
- removed SL-specific service domain stuff, now just calls a routine |
461 |
elsewhere [skud 3731] |
462 |
|
463 |
* Fri May 31 2002 Kirrily Robert <skud@e-smith.com> |
464 |
- [1.7.19-01] |
465 |
- Now checking for SL service domain in panel [skud 3684] |
466 |
|
467 |
* Fri May 31 2002 Kirrily Robert <skud@e-smith.com> |
468 |
- [1.7.18-01] |
469 |
- Made hosttyle (Local/Remote/Self) have first letter uppercase. |
470 |
[skud 3684] |
471 |
|
472 |
* Thu May 30 2002 Kirrily Robert <skud@e-smith.com> |
473 |
- [1.7.17-01] |
474 |
- Default all hostentries props to empty string to avoid "odd number of |
475 |
elements in hash" warning and mixed up hosts config file. [skud 3684] |
476 |
|
477 |
* Wed May 29 2002 Kirrily Robert <skud@e-smith.com> |
478 |
- [1.7.16-01] |
479 |
- Added hostname l10n for previous hostname/name fix [skud 3684] |
480 |
|
481 |
* Wed May 29 2002 Kirrily Robert <skud@e-smith.com> |
482 |
- [1.7.15-01] |
483 |
- Fixed hostname/name CGI parameter mixup in hostentries.pm [skud 3684] |
484 |
- Fixed ethernet address validation (should be allowed to be blank) |
485 |
|
486 |
* Thu May 23 2002 Gordon Rowell <gordonr@e-smith.com> |
487 |
- [1.7.14-01] |
488 |
- RPM rebuild forced by cvsroot2rpm |
489 |
|
490 |
* Fri May 17 2002 Mark Knox <markk@e-smith.com> |
491 |
- [1.7.13-01] |
492 |
- Added missing </entry> tag [markk 3430] |
493 |
|
494 |
* Fri May 17 2002 Mark Knox <markk@e-smith.com> |
495 |
- [1.7.12-01] |
496 |
- Removed extra lexicon data after the </form> tag. [markk 3430] |
497 |
|
498 |
* Thu May 16 2002 Kirrily Robert <skud@e-smith.com> |
499 |
- [1.7.11-01] |
500 |
- Added english localisation for NO_HOSTS_FOR_THIS_DOMAIN [skud #3429] |
501 |
|
502 |
* Wed May 15 2002 Kirrily Robert <skud@e-smith.com> |
503 |
- [1.7.10-01] |
504 |
- Fixed broken links to hostentries.skud [skud #3430] |
505 |
|
506 |
* Mon May 13 2002 Gordon Rowell <gordonr@e-smith.com> |
507 |
- [1.7.9-01] |
508 |
- Catch up with changes in action names in e-smith-named [gordonr 2733] |
509 |
|
510 |
* Wed May 8 2002 Gordon Rowell <gordonr@e-smith.com> |
511 |
- [1.7.8-01] |
512 |
- Removed whitespace from nav bar entries. For some reason it resulted |
513 |
in another Configuration group. Probably funkiness in the navigation |
514 |
routine, but that's for ron. [gordonr 3155] |
515 |
|
516 |
* Wed May 8 2002 Gordon Rowell <gordonr@e-smith.com> |
517 |
- [1.7.7-01] |
518 |
- removed dependency on esmith::NetworkServicesDB/ServiceLink-lib |
519 |
[skud 3353] |
520 |
|
521 |
* Tue May 7 2002 Gordon Rowell <gordonr@e-smith.com> |
522 |
- [1.7.6-01] |
523 |
- And fixed tests to pick up en-us [gordonr 3155] |
524 |
|
525 |
* Tue May 7 2002 Gordon Rowell <gordonr@e-smith.com> |
526 |
- [1.7.5-01] |
527 |
- Lexicon en->en-us [gordonr 3155] |
528 |
|
529 |
* Wed May 1 2002 Gordon Rowell <gordonr@e-smith.com> |
530 |
- [1.7.4-01] |
531 |
- esmith::AccountDB -> esmith::AccountsDB [schwern 3287] |
532 |
|
533 |
* Tue Apr 30 2002 Gordon Rowell <gordonr@e-smith.com> |
534 |
- [1.7.3-01] |
535 |
- I18N'd version of hostentries [skud 3027] |
536 |
- Nav bar entries for same [gordonr 3155] |
537 |
|
538 |
* Fri Apr 19 2002 Gordon Rowell <gordonr@e-smith.com> |
539 |
- [1.7.2-01] |
540 |
- InternalIP & ExternalIPs now translated correctly from 4.1.2 style |
541 |
hosts databases by conf-migrate-hosts (2495) |
542 |
- Added 'wpad' alias for Windows proxy autodetection - thanks Damien Curtain |
543 |
[gordonr 3073] |
544 |
|
545 |
* Wed Feb 27 2002 Jason Miller <jmiller@e-smith.com> |
546 |
- [1.7.1-01] |
547 |
- Rolling to new version 1.7.1-01, includes all patches up to 1.7.0-01, |
548 |
as part of testing that rpm2cvs was successfull |
549 |
|
550 |
* Wed Feb 27 2002 Jason Miller <jay@e-smith.com> |
551 |
- [1.7.0-01] |
552 |
- rollRPM: Rolled version number to 1.7.0-01. Includes patches up to 1.6.0-02. |
553 |
|
554 |
* Fri Jan 4 2002 Adrian Chung <adrianc@e-smith.com> |
555 |
- [1.6.0-02] |
556 |
- Adding 'proxy' to the list of hostnames added to hosts database. |
557 |
- Use passed in visibility argument for systemName.FQDN rather than always |
558 |
using 'Global'. |
559 |
|
560 |
* Tue Dec 11 2001 Adrian Chung <mac@e-smith.com> |
561 |
- [1.6.0-01] |
562 |
- rollRPM: Rolled version number to 1.6.0-01. Includes patches up to 1.5.0-01. |
563 |
|
564 |
* Fri Nov 23 2001 Tony Clayton <tonyc@e-smith.com> |
565 |
- [1.5.0-01] |
566 |
- rollRPM: Rolled version number to 1.5.0-01. Includes patches up to 1.4.0-05. |
567 |
- s/march-networks/mitel-networks/ in conf-migrate-hosts |
568 |
|
569 |
* Wed Nov 07 2001 Tony Clayton <tonyc@e-smith.com> |
570 |
- [1.4.0-05] |
571 |
- rebranding to Mitel Networks |
572 |
|
573 |
* Wed Aug 22 2001 Gordon Rowell <gordonr@e-smith.com> |
574 |
- [1.4.0-04] |
575 |
- Well, one more branding change |
576 |
|
577 |
* Tue Aug 21 2001 Gordon Rowell <gordonr@e-smith.com> |
578 |
- [1.4.0-03] |
579 |
- Final branding cleanup |
580 |
|
581 |
* Fri Aug 17 2001 gordonr |
582 |
- [1.4.0-02] |
583 |
- Autorebuild by rebuildRPM |
584 |
|
585 |
* Wed Aug 8 2001 Charlie Brady <charlieb@e-smith.com> |
586 |
- [1.4.0-01] |
587 |
- Rolled version number to 1.4.0-01. Includes patches upto 1.3.0-58. |
588 |
|
589 |
* Tue Jul 31 2001 Jason Miller <jmiller@e-smith.com> |
590 |
- [1.3.0-58] |
591 |
- Update to hostentries panel to change url |
592 |
|
593 |
* Tue Jul 31 2001 Jason Miller <jmiller@e-smith.com> |
594 |
- [1.3.0-57] |
595 |
- Update conf-migrate-hosts to change default LocalDomainPrefix value from |
596 |
e-smith. to march-networks. |
597 |
|
598 |
* Sun Jul 29 2001 Jason Miller <jmiller@e-smith.com> |
599 |
- [1.3.0-56] |
600 |
- Branding text changes to the hostentries web panel |
601 |
|
602 |
* Wed Jul 18 2001 Jason Miller <jmiller@e-smith.com> |
603 |
- [1.3.0-55] |
604 |
- Updates to error message displays |
605 |
|
606 |
* Wed Jul 18 2001 Jason Miller <jmiller@e-smith.com> |
607 |
- [1.3.0-54] |
608 |
- Split actions |
609 |
|
610 |
* Fri Jul 6 2001 Peter Samuel <peters@e-smith.com> |
611 |
- [1.3.0-53] |
612 |
- Changed license to GPL |
613 |
|
614 |
* Tue Jun 12 2001 Jason Miller <jmiller@e-smith.com> |
615 |
- [1.3.0-52] |
616 |
- Update to conf-migrate-hosts script to ignore hosts already in the new |
617 |
format |
618 |
|
619 |
* Thu Jun 07 2001 Jason Miller <jmiller@e-smith.com> |
620 |
- [1.3.0-51] |
621 |
- Fixed bug in create-default-hosts action |
622 |
|
623 |
* Thu Jun 07 2001 Jason Miller <jmiller@e-smith.com> |
624 |
- [1.3.0-50] |
625 |
- Update to hostentries panel to include a message about static |
626 |
host entries and why they are non-modifiable |
627 |
|
628 |
* Thu Jun 07 2001 Jason Miller <jmiller@e-smith.com> |
629 |
- [1.3.0-49] |
630 |
- Update to create-default-hosts to create a new host for SystemName |
631 |
with property static=yes |
632 |
- Update to hostentries panel to not allow modifications for hosts |
633 |
that have the property static=yes |
634 |
|
635 |
* Fri Jun 01 2001 Jason Miller <jmiller@e-smith.com> |
636 |
- [1.3.0-48] |
637 |
- Updates to several of the panels to reflect better documentation habits |
638 |
|
639 |
* Thu May 31 2001 Gordon Rowell <gordonr@e-smith.com> |
640 |
- [1.3.0-47] |
641 |
- Re-did showInitial() text to be more in line with the text in -46 changes |
642 |
|
643 |
* Thu May 31 2001 Jason Miller <jmiller@e-smith.com> |
644 |
- [1.3.0-46] |
645 |
- Similar updates for createSelf(), createLocal(), createRemote(), modifyHost() |
646 |
as were done in 1.3.0-45. |
647 |
|
648 |
* Thu May 31 2001 Jason Miller <jmiller@e-smith.com> |
649 |
- [1.3.0-45] |
650 |
- Updates to the showInitial() subroutine in the hostentries panel to have |
651 |
better formatted warnings |
652 |
|
653 |
* Wed May 30 2001 Jason Miller <jmiller@e-smith.com> |
654 |
- [1.3.0-44] |
655 |
- Updates to createSelfHost, createLocalHost, createRemoteHost, modifyHost |
656 |
subroutines inside the hostentries panel to show marketing information |
657 |
|
658 |
* Wed May 30 2001 Jason Miller <jmiller@e-smith.com> |
659 |
- [1.3.0-43] |
660 |
- Updates to the showInitial panel to display marketing information |
661 |
|
662 |
* Wed May 16 2001 Jason Miller <jmiller@e-smith.com> |
663 |
- [1.3.0-42] |
664 |
- Fixed subroutine genDomainMenu() in hostentries panel |
665 |
|
666 |
* Thu May 10 2001 Jason Miller <jmiller@e-smith.com> |
667 |
- [1.3.0-41] |
668 |
- Changed order of actions |
669 |
|
670 |
* Wed May 09 2001 Jason Miller <jmiller@e-smith.com> |
671 |
- [1.3.0-40] |
672 |
- Error handling fixes to 'hostentries' panel, and 'conf-migrate-hosts' |
673 |
|
674 |
* Wed May 09 2001 Jason Miller <jmiller@e-smith.com> |
675 |
- [1.3.0-39] |
676 |
- Forgot to change conf-service-name to look for correct event |
677 |
|
678 |
* Wed May 09 2001 Jason Miller <jmiller@e-smith.com> |
679 |
- [1.3.0-38] |
680 |
- Moved the conf-service-name action |
681 |
|
682 |
* Wed May 09 2001 Jason Miller <jmiller@e-smith.com> |
683 |
- [1.3.0-37] |
684 |
- Changes various templates and web panels to check for publishDomain |
685 |
- hostentries web panel |
686 |
- conf-migrate-hosts action |
687 |
- conf-service-name action |
688 |
|
689 |
* Tue May 01 2001 Jason Miller <jmiller@e-smith.com> |
690 |
- [1.3.0-36] |
691 |
- Added an optional parameter to create-default-hosts to allow one to make |
692 |
all the default hosts Globally published [i.e. service domain name] |
693 |
|
694 |
* Wed Apr 25 2001 Jason Miller <jmiller@e-smith.com> |
695 |
- [1.3.0-35] |
696 |
- Reorganization of createlinks |
697 |
- Added action delete-hosts which is symlinked into domain-delete |
698 |
to automatically delete the host values for a particular domain |
699 |
|
700 |
* Wed Apr 25 2001 Jason Miller <jmiller@e-smith.com> |
701 |
- [1.3.0-34] |
702 |
- Re-added symlink for console-save -> conf-hostsdb as it would |
703 |
be required in the event that a domain is changed in the console |
704 |
configuration |
705 |
|
706 |
* Wed Apr 25 2001 Jason Miller <jmiller@e-smith.com> |
707 |
- [1.3.0-33] |
708 |
- Typo fix in genDomainMenu() |
709 |
|
710 |
* Wed Apr 25 2001 Jason Miller <jmiller@e-smith.com> |
711 |
- [1.3.0-32] |
712 |
- Changed showInitial() subroutine in hostentries panel to use the |
713 |
LocalDomainPrefix if one is set instead of DomainName |
714 |
- Changed the ordering of genDomainMenu() subroutine in hostentries so that |
715 |
the list of domains in the system appears as: |
716 |
- Primary domain (with LocalDomainPrefix if applicable) |
717 |
- Service domain |
718 |
- Sorted i-bays |
719 |
|
720 |
* Tue Apr 24 2001 Jason Miller <jmiller@e-smith.com> |
721 |
- [1.3.0-31] |
722 |
- Added actions for service domain |
723 |
|
724 |
* Tue Apr 24 2001 Jason Miller <jmiller@e-smith.com> |
725 |
- [1.3.0-30] |
726 |
- Removed conf-hostsdb from console-save and host-delete events as it is not |
727 |
necessary |
728 |
- Added new action create-default-hosts (linked to domain-create event) which |
729 |
takes the passed $domainName value and generates default hosts for that domain |
730 |
- Changed conf-hostsdb to call create-default-hosts action passing it the |
731 |
primary domain |
732 |
|
733 |
* Tue Apr 24 2001 Jason Miller <jmiller@e-smith.com> |
734 |
- [1.3.0-29] |
735 |
- Cleaned up the Cgi code that displays the table of hosts (hostentries panel) |
736 |
so that it would properly display in lynx |
737 |
|
738 |
* Mon Apr 16 2001 Jason Miller <jmiller@e-smith.com> |
739 |
- [1.3.0-28] |
740 |
- Fixed up /etc/dhcpd.conf/60StaticEntries so that it also checks that |
741 |
MACAddress and LocalIP are defined AND not equal to '' |
742 |
|
743 |
* Thu Apr 12 2001 Jason Miller <jmiller@e-smith.com> |
744 |
- [1.3.0-27] |
745 |
- More panel text corrections |
746 |
- Removed the autogeneration of hostname e-smith-manager.$DomainName as it |
747 |
won't work as expected anyways (needs an apache configuration to pass it |
748 |
on to the port 980) |
749 |
|
750 |
* Thu Apr 12 2001 Jason Miller <jmiller@e-smith.com> |
751 |
- [1.3.0-26] |
752 |
- More panel updates for textual content as well as some more cleanup of |
753 |
deprecated modules |
754 |
|
755 |
* Thu Apr 12 2001 Jason Miller <jmiller@e-smith.com> |
756 |
- [1.3.0-25] |
757 |
- Panel updates for textual content for deleteHostEntry() and modifyHostEntry() |
758 |
|
759 |
* Wed Apr 11 2001 Jason Miller <jmiller@e-smith.com> |
760 |
- [1.3.0-24] |
761 |
- Panel updates for textual content for showInitial(), createSelfHost(), |
762 |
createLocalHost(), createRemoteHost() |
763 |
- Cleanup of several deprecated modules |
764 |
|
765 |
* Wed Apr 11 2001 Jason Miller <jmiller@e-smith.com> |
766 |
- [1.3.0-23] |
767 |
- changes to the layout of the manager text for the various panels |
768 |
of createSelfHost(), createLocalHost(), createRemoteHost() and modifyHost() |
769 |
- changes to the display of some of the panels |
770 |
|
771 |
* Thu Apr 05 2001 Jason Miller <jmiller@e-smith.com> |
772 |
- [1.3.0-22] |
773 |
- Removed link to removed panel |
774 |
|
775 |
* Thu Apr 05 2001 Jason Miller <jmiller@e-smith.com> |
776 |
- [1.3.0-21] |
777 |
- Made a generic modifyHostEntry() function that is meant for all three host |
778 |
types and includes a drop-down to choose that type. |
779 |
- Added 'FIXME' comments to locations that need to be removed |
780 |
|
781 |
* Thu Apr 05 2001 Jason Miller <jmiller@e-smith.com> |
782 |
- [1.3.0-20] |
783 |
- Removed conf-hostsdb and conf-migrate-hosts out of post-install/post-upgrade |
784 |
as this is a duplicated action set (bootstrap-console-save) which shouldn't |
785 |
need to occur |
786 |
|
787 |
* Thu Apr 05 2001 Jason Miller <jmiller@e-smith.com> |
788 |
- [1.3.0-19] |
789 |
- Changed conf-hostsdb and conf-migrate-hosts to not generate serviceDomain |
790 |
entries if configuration value for ServiceDomain = '' (default on install) |
791 |
|
792 |
* Thu Apr 05 2001 Jason Miller <jmiller@e-smith.com> |
793 |
- [1.3.0-18] |
794 |
- Added in the host-create and host-modify events to each of the performCreate() |
795 |
and performModify() sections so that named is updated with the new information |
796 |
|
797 |
* Thu Apr 05 2001 Jason Miller <jmiller@e-smith.com> |
798 |
- [1.3.0-17] |
799 |
- Merged the working prototype webpanel into the normal hostentries panel |
800 |
(still keeping the old create/modify/delete scripts for reference) |
801 |
- Made stipulation to show hostname/addresses for the serviceDomainName |
802 |
if defined and not equal to '' (default on an installation) |
803 |
|
804 |
* Thu Apr 05 2001 Jason Miller <jmiller@e-smith.com> |
805 |
- [1.3.0-16] |
806 |
- Changed conf-migrate-hosts to be operation 06 in post-install/post-upgrade |
807 |
as it caused a failed dependency for 05init-accounts which MUST come first |
808 |
|
809 |
* Wed Apr 04 2001 Jason Miller <jmiller@e-smith.com> |
810 |
- [1.3.0-15] |
811 |
- Added $ServiceDomainName to the list of domains for both |
812 |
conf-hostsdb and conf-migrate-hosts scripts |
813 |
|
814 |
* Wed Apr 04 2001 Jason Miller <jmiller@e-smith.com> |
815 |
- [1.3.0-14] |
816 |
- added a new conf-migrate-hosts script to be included in |
817 |
post-install/post-upgrade (05) to migrate existing hosts to the new format |
818 |
as well as to check for special hosts being defined for all domains |
819 |
[note: this doesn't include service domain just yet] |
820 |
- changed the meaning of conf-hostsdb for the default domains that it generates |
821 |
- changed the panel to start using /home/e-smith/hosts instead of |
822 |
/home/e-smith/service_hosts (test centre) |
823 |
|
824 |
* Mon Apr 02 2001 Jason Miller <jmiller@e-smith.com> |
825 |
- [1.3.0-13] |
826 |
- added the functionality for modifiying all three host types |
827 |
|
828 |
* Mon Apr 02 2001 Jason Miller <jmiller@e-smith.com> |
829 |
- [1.3.0-12] |
830 |
- created user interface for modifySelfHostEntry(), modifyLocalHostEntry(), |
831 |
and modifyRemoteHostEntry() |
832 |
|
833 |
* Mon Apr 02 2001 Jason Miller <jmiller@e-smith.com> |
834 |
- [1.3.0-11] |
835 |
- prepared modify{$HostType}HostEntry and performModify{$HostType}Modify |
836 |
for actual content |
837 |
|
838 |
* Tue Mar 27 2001 Jason Miller <jmiller@e-smith.com> |
839 |
- [1.3.0-10] |
840 |
- Implemented the performCreateRemoteHostEntry() functionality |
841 |
|
842 |
* Tue Mar 27 2001 Jason Miller <jmiller@e-smith.com> |
843 |
- [1.3.0-09] |
844 |
- Updated performCreateSelfHostEntry() to do a check for a valid domain |
845 |
name first, and rearranged order of variable declarations |
846 |
- Completed the logic for performCreateLocalHostEntry() |
847 |
|
848 |
* Tue Mar 27 2001 Jason Miller <jmiller@e-smith.com> |
849 |
- [1.3.0-08] |
850 |
- implemented deleteHostEntry() to work with the new schema |
851 |
|
852 |
* Fri Mar 23 2001 Jason Miller <jmiller@e-smith.com> |
853 |
- [1.3.0-07] |
854 |
- Created the interfaces for create self/local/remote |
855 |
- Implemented performCreateSelfHostEntry() and prepared |
856 |
the logic for performCreateLocalHostEntry() and |
857 |
performCreateRemoteHostEntry() to occur |
858 |
- Changed REGEX for HostName to not allow periods at all |
859 |
- Added genDomain() subroutine to generate a list of domains |
860 |
to create host for. |
861 |
|
862 |
* Fri Mar 23 2001 Jason Miller <jmiller@e-smith.com> |
863 |
- [1.3.0-06] |
864 |
- Further prepared the links for create/modify/remove to include the |
865 |
relevant host information and the appropriate subroutines to handle |
866 |
them [minus the handling portions] |
867 |
|
868 |
* Thu Mar 22 2001 Jason Miller <jmiller@e-smith.com> |
869 |
- [1.3.0-05] |
870 |
- Prepared the links for create/modify/remove host entries |
871 |
|
872 |
* Thu Mar 22 2001 Jason Miller <jmiller@e-smith.com> |
873 |
- [1.3.0-04] |
874 |
- Added ability to store each service_host db value into a two-tiered hash |
875 |
which is then used to provide the host name values into the table structure |
876 |
previously layed out in the panel. |
877 |
- Added code to show a 'No hosts for this domain' message if no hosts exist |
878 |
|
879 |
* Thu Mar 22 2001 Jason Miller <jmiller@e-smith.com> |
880 |
- [1.3.0-03] |
881 |
- Updated the new panel (service_hosts) to read from /home/e-smith/service_hosts |
882 |
and changed to reflect the new layout of host entries per domain on the system |
883 |
by providing menus only |
884 |
|
885 |
* Wed Mar 21 2001 Jason Miller <jmiller@e-smith.com> |
886 |
- [1.3.0-02] |
887 |
- Created a new panel |
888 |
|
889 |
* Wed Mar 21 2001 Jason Miller <jmiller@e-smith.com> |
890 |
- [1.3.0-01] |
891 |
- Rolled to version 1.3.0-01. Includes all patches up to 1.2.0-04 |
892 |
|
893 |
* Thu Feb 8 2001 Adrian Chung <adrianc@e-smith.com> |
894 |
- Rolling release number for GPG signing. |
895 |
|
896 |
* Thu Jan 25 2001 Tony Clayton <tonyc@e-smith.com> |
897 |
- [1.2.0-03] |
898 |
- changed conf-hostdb action order from 01 to 07 for all events |
899 |
|
900 |
* Thu Jan 25 2001 Charlie Brady <charlieb@e-smith.com> |
901 |
- [1.2.0-02] |
902 |
- Add code to set default string for LocalDomainPrefix. |
903 |
|
904 |
* Thu Jan 25 2001 Peter Samuel <peters@e-smith.com> |
905 |
- [1.2.0-01] |
906 |
- Rolled version number to 1.2.0-01. Includes patches upto 1.1.0-15. |
907 |
|
908 |
* Tue Jan 23 2001 Gordon Rowell <gordonr@e-smith.com> |
909 |
- [1.1.0-15] |
910 |
- Trim trailing periods from hostnames |
911 |
|
912 |
* Mon Jan 15 2001 Jason Miller <jmiller@e-smith.com> |
913 |
- [1.1.0-14] |
914 |
- Changed descriptive text for hosts and addresses panel to emphasize |
915 |
don't do anything unless you know what you're doing |
916 |
|
917 |
* Mon Jan 15 2001 Jason Miller <jmiller@e-smith.com> |
918 |
- [1.1.0-13] |
919 |
- Changed descriptive text for hosts and addresses panel |
920 |
|
921 |
* Mon Jan 15 2001 Jason Miller <jmiller@e-smith.com> |
922 |
- [1.1.0-12] |
923 |
- Changes to the navigation of the e-smith manager |
924 |
|
925 |
* Wed Jan 10 2001 Paul Nesbit <pkn@e-smith.com> |
926 |
- [1.1.0-11] |
927 |
- If $MACAddress isn't defined, set it to " " for display. This fixes |
928 |
"Use of uninitialised..." warnings in admin_error_log. |
929 |
|
930 |
* Tue Jan 09 2001 Charlie Brady <charlieb@e-smith.com> |
931 |
- [1.1.0-10] |
932 |
- Create new bootstrap-console-save event |
933 |
|
934 |
* Tue Jan 02 2001 Gordon Rowell <gordonr@e-smith.com> |
935 |
- [1.1.0-9] |
936 |
- Redid panel |
937 |
|
938 |
* Thu Dec 21 2000 Charlie Brady <charlieb@e-smith.com> |
939 |
- [1.1.0-8] |
940 |
- Removed unnecessary reconfig and restart of DHCPD from remoteaccess_update |
941 |
event. |
942 |
|
943 |
* Thu Dec 21 2000 Peter Samuel <peters@e-smith.com> |
944 |
- [1.1.0-7] |
945 |
- Fixed case where a null host was added during post-install |
946 |
|
947 |
* Tue Dec 19 2000 Jason Miller <jmiller@e-smith.com> |
948 |
- [1.1.0-6] |
949 |
- updated createlinks to include conf-hostsdb in the post-install and |
950 |
post-upgrade events |
951 |
|
952 |
* Sun Dec 17 2000 Gordon Rowell <gordonr@e-smith.com> |
953 |
- [1.1.0-5] |
954 |
- Removed console-save from %post - not required, and bad during installs |
955 |
|
956 |
* Fri Dec 15 2000 Charlie Brady <charlieb@e-smith.com> |
957 |
- [1.1.0-4] |
958 |
- Actions may well be named dhcpd, but they shouldn't be here - they're |
959 |
duplicated in e-smith-base :-) |
960 |
|
961 |
* Wed Dec 13 2000 Gordon Rowell <gordonr@e-smith.com> |
962 |
- [1.1.0-3] |
963 |
- Actions are named dhcpd, not dhcp |
964 |
|
965 |
* Wed Dec 13 2000 Gordon Rowell <gordonr@e-smith.com> |
966 |
- [1.1.0-2] |
967 |
- Link actions into remoteaccess-update |
968 |
|
969 |
* Tue Nov 28 2000 Adrian Chung <adrianc@e-smith.com> |
970 |
- Branched to 1.1.0 for 4.1/7.0 release. |
971 |
- Modified conf-dhcpd to look in /var/lib instead of /var/state |
972 |
|
973 |
* Fri Nov 03 2000 Gordon Rowell <gordonr@e-smith.com> |
974 |
- Clean up of web interface code |
975 |
|
976 |
* Wed Nov 01 2000 Gordon Rowell <gordonr@e-smith.com> |
977 |
- Put minor version numbers into patch file |
978 |
- Changed test on web interface |
979 |
- Modified conf-hostsdb to work for any event (including host-delete) |
980 |
|
981 |
* Wed Nov 01 2000 Brett Jensen <brett@e-smith.com> |
982 |
- Updates to the web interface |
983 |
|
984 |
* Mon Oct 30 2000 Gordon Rowell <gordonr@e-smith.com> |
985 |
- More functional web interface |
986 |
|
987 |
* Sun Oct 29 2000 Gordon Rowell <gordonr@e-smith.com> |
988 |
- Partially functional web interface |
989 |
|
990 |
* Sun Oct 29 2000 Gordon Rowell <gordonr@e-smith.com> |
991 |
- Added conf-hostsdb to prime hosts database with default entries |
992 |
|
993 |
* Sat Oct 28 2000 Gordon Rowell <gordonr@e-smith.com> |
994 |
- Renamed from e-smith-named-conf to e-smith-hosts |
995 |
- Rewritten to use hosts database |
996 |
- /var/named template changes moved to e-smith-named |
997 |
|
998 |
* Fri Sep 1 2000 Damien Curtain <damien@pagefault.org> |
999 |
- set -x added aswell as "accounts" replaced with "host name" |
1000 |
- on the web interface. |
1001 |
|
1002 |
* Thu Aug 31 2000 Damien Curtain <damien@pagefault.org> |
1003 |
- Added some checking to ensure entered data is semi-valid |
1004 |
|
1005 |
* Wed Aug 30 2000 Damien Curtain <damien@pagefault.org> |
1006 |
- Change of name. MAC Address no longer required. |
1007 |
|
1008 |
* Sun Aug 20 2000 Damien Curtain <damien@pagefault.org> |
1009 |
- Initial Release |
1010 |
|
1011 |
%prep |
1012 |
%setup |
1013 |
%patch1 -p1 |
1014 |
|
1015 |
%build |
1016 |
perl createlinks |
1017 |
|
1018 |
%post |
1019 |
|
1020 |
%install |
1021 |
rm -rf $RPM_BUILD_ROOT |
1022 |
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
1023 |
rm -f %{name}-%{version}-%{release}-filelist |
1024 |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ |
1025 |
> %{name}-%{version}-%{release}-filelist |
1026 |
echo "%doc COPYING" >> %{name}-%{version}-%{release}-filelist |
1027 |
|
1028 |
%clean |
1029 |
rm -rf $RPM_BUILD_ROOT |
1030 |
|
1031 |
%files -f %{name}-%{version}-%{release}-filelist |
1032 |
%defattr(-,root,root) |