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