/[smeserver]/rpms/e-smith-hosts/sme8/e-smith-hosts.spec
ViewVC logotype

Contents of /rpms/e-smith-hosts/sme8/e-smith-hosts.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.4 - (show annotations) (download)
Sun Feb 10 12:17:48 2008 UTC (16 years, 4 months ago) by bytegw
Branch: MAIN
CVS Tags: e-smith-hosts-1_14_0-12_el5_sme
Changes since 1.3: +11 -1 lines
Updates

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

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