Changeset 1075

Show
Ignore:
Timestamp:
07/22/07 18:19:02 (1 year ago)
Author:
ahu
Message:

start of notification-proxy

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/pdns/pdns/Makefile.am

    r1074 r1075  
    2020 
    2121 
    22 EXTRA_PROGRAMS=pdns_recursor sdig dnspbench pdns_control dnsscope dnsgram dnsdemog dnswasher dnsreplay dnsscan dnslog 
     22EXTRA_PROGRAMS=pdns_recursor sdig dnspbench pdns_control dnsscope dnsgram dnsdemog dnswasher dnsreplay dnsscan dnslog nproxy 
    2323 
    2424pdns_server_SOURCES=dnspacket.cc nameserver.cc tcpreceiver.hh \ 
     
    7878dnsreplay_LDFLAGS= @DYNLINKFLAGS@ @THREADFLAGS@ -lboost_program_options 
    7979 
     80nproxy_SOURCES=nproxy.cc dnsparser.cc dnsrecords.cc dnsparser.hh  \ 
     81        rcpgenerator.cc rcpgenerator.hh base64.cc base64.hh dnswriter.cc dnswriter.hh \ 
     82        sillyrecords.cc selectmplexer.cc  
     83 
     84nproxy_LDFLAGS= @DYNLINKFLAGS@ @THREADFLAGS@ -lboost_program_options 
     85 
     86 
    8087dnsscope_SOURCES=dnsscope.cc misc.cc unix_utility.cc qtype.cc \ 
    8188        logger.cc statbag.cc  dnspcap.cc dnspcap.hh dnsparser.cc dnsrecords.cc \ 
  • trunk/pdns/pdns/iputils.hh

    r979 r1075  
    11/* 
    22    PowerDNS Versatile Database Driven Nameserver 
    3     Copyright (C) 2002 - 2006  PowerDNS.COM BV 
     3    Copyright (C) 2002 - 2007  PowerDNS.COM BV 
    44 
    55    This program is free software; you can redistribute it and/or modify