~ubuntu-branches/ubuntu/maverick/pdns/maverick-updates

« back to all changes in this revision

Viewing changes to modules/geobackend/geobackend.hh

  • Committer: Bazaar Package Importer
  • Author(s): Matthijs Mohlmann, Matthijs Mohlmann, Christoph Haas
  • Date: 2007-04-15 23:23:39 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070415232339-5x3scc8gx04e50um
Tags: 2.9.21-1
[ Matthijs Mohlmann ]
* New upstream release. (Closes: #420294)
* Remove meta pdns package.
* Added new sqlite3 backend package.
* Months and minutes where mixed up. (Closes: #406462)
* Case sensitivity in bind backend caused PowerDNS to not serve a certain
  zone. (Closes: #406461)
* Bind backend forgot about zones on a notify. (Closes: #398213)

[ Christoph Haas ]
* Documented incorporated backend bind. (Closes: #415471)

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 *              Copyright (C) 2004 Mark Bergsma <mark@nedworks.org>
3
3
 *              This software is licensed under the terms of the GPL, version 2.
4
4
 * 
5
 
 *              $Id: geobackend.hh 477 2005-09-03 18:15:37Z ahu $
 
5
 *              $Id: geobackend.hh 876 2006-08-13 18:17:42Z ahu $
6
6
 */
7
7
 
8
8
 
36
36
        virtual void lookup(const QType &qtype, const string &qdomain, DNSPacket *pkt_p=0, int zoneId=-1);
37
37
        virtual bool list(const string &target, int domain_id);
38
38
        virtual bool get(DNSResourceRecord &r);
39
 
        virtual bool getSOA(const string &name, SOAData &soadata);
 
39
        virtual bool getSOA(const string &name, SOAData &soadata, DNSPacket *p=0);
40
40
        
41
41
        virtual void reload();
42
42
        virtual void rediscover(string *status = 0);