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