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