~ubuntu-branches/ubuntu/karmic/pdnsd/karmic

« back to all changes in this revision

Viewing changes to src/dns_answer.h

  • Committer: Bazaar Package Importer
  • Author(s): Pierre Habouzit
  • Date: 2008-10-05 09:54:52 UTC
  • mfrom: (4.1.4 intrepid)
  • Revision ID: james.westby@ubuntu.com-20081005095452-wc58cmdofvyipcv3
Tags: 1.2.6-par-10
* Add patches/0005-fix-for-CVE-2008-4194.patch for CVE-2008-4194.
  (Closes: #500910).
* Document where the two default configuration are in README.Debian
  (Closes: #499984).
* Update turkish translation thanks to Mert Dirik (Closes: #490047).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* dns_answer.h - Receive and process icoming dns queries.
2
2
   Copyright (C) 2000 Thomas Moestl
3
3
 
4
 
This file is part of the pdnsd package.
5
 
 
6
 
pdnsd is free software; you can redistribute it and/or modify
7
 
it under the terms of the GNU General Public License as published by
8
 
the Free Software Foundation; either version 2, or (at your option)
9
 
any later version.
10
 
 
11
 
pdnsd is distributed in the hope that it will be useful,
12
 
but WITHOUT ANY WARRANTY; without even the implied warranty of
13
 
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14
 
GNU General Public License for more details.
15
 
 
16
 
You should have received a copy of the GNU General Public License
17
 
along with pdsnd; see the file COPYING.  If not, write to
18
 
the Free Software Foundation, 59 Temple Place - Suite 330,
19
 
Boston, MA 02111-1307, USA.  */
 
4
  This file is part of the pdnsd package.
 
5
 
 
6
  pdnsd is free software; you can redistribute it and/or modify
 
7
  it under the terms of the GNU General Public License as published by
 
8
  the Free Software Foundation; either version 3 of the License, or
 
9
  (at your option) any later version.
 
10
 
 
11
  pdnsd is distributed in the hope that it will be useful,
 
12
  but WITHOUT ANY WARRANTY; without even the implied warranty of
 
13
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
14
  GNU General Public License for more details.
 
15
 
 
16
  You should have received a copy of the GNU General Public License
 
17
  along with pdnsd; see the file COPYING. If not, see
 
18
  <http://www.gnu.org/licenses/>.
 
19
*/
20
20
 
21
21
/* $Id: dns_answer.h,v 1.3 2001/05/09 17:51:52 tmm Exp $ */
22
22