/[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.12 - (show annotations) (download)
Sun Sep 26 19:04:49 2010 UTC (13 years, 8 months ago) by slords
Branch: MAIN
CVS Tags: e-smith-hosts-2_2_0-3_el5_sme, build
Changes since 1.11: +2 -2 lines
Bump release

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

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