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

Annotation 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.1 - (hide annotations) (download)
Tue Jun 12 18:49:45 2007 UTC (17 years ago) by slords
Branch: MAIN
CVS Tags: e-smith-hosts-1_14_0-7_el5_sme
Import on branch sme8 of package e-smith-hosts-1.14.0-7.el5.sme.src.rpm

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

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