]> granicus.if.org Git - pdns/commitdiff
Rename (json_)ws.(cc|hh) to ws-(auth|recursor).(cc|hh)
authorChristian Hofstaedtler <christian@hofstaedtler.name>
Thu, 30 Jan 2014 18:56:56 +0000 (19:56 +0100)
committerChristian Hofstaedtler <christian@hofstaedtler.name>
Mon, 3 Feb 2014 14:06:18 +0000 (15:06 +0100)
Because that's really what those files are: the implementation of
the webserver in the Auth or Recursor server, respectively.

pdns/Makefile-recursor
pdns/Makefile.am
pdns/common_startup.cc
pdns/dist-recursor
pdns/pdns_recursor.cc
pdns/receiver.cc
pdns/ws-auth.cc [moved from pdns/ws.cc with 99% similarity]
pdns/ws-auth.hh [moved from pdns/ws.hh with 100% similarity]
pdns/ws-recursor.cc [moved from pdns/json_ws.cc with 99% similarity]
pdns/ws-recursor.hh [moved from pdns/json_ws.hh with 100% similarity]

index 9ceadfbe855e9a75018f0136ee1f8e583a443ec9..171e21cc55b8acd79b4b16142ecbd5dca563cd6c 100644 (file)
@@ -21,7 +21,7 @@ dnswriter.o dnsrecords.o rcpgenerator.o base64.o zoneparser-tng.o \
 rec_channel.o rec_channel_rec.o selectmplexer.o sillyrecords.o \
 dns_random.o ext/polarssl-1.3.2/library/aes.o ext/polarssl-1.3.2/library/padlock.o dnslabeltext.o \
 lua-pdns.o lua-recursor.o randomhelper.o recpacketcache.o dns.o \
-reczones.o base32.o nsecrecords.o json.o json_ws.o version.o responsestats.o \
+reczones.o base32.o nsecrecords.o json.o ws-recursor.o version.o responsestats.o \
 session.o webserver.o ext/yahttp/yahttp/reqresp.o
 
 REC_CONTROL_OBJECTS=rec_channel.o rec_control.o arguments.o misc.o \
index b2d5b206c3a775bd11b60537f376207c097c7aef..bea08dd6c2bbd5e214aa55d6d920eb64c893f534 100644 (file)
@@ -44,7 +44,7 @@ qtype.cc logger.cc arguments.cc packethandler.cc tcpreceiver.cc \
 packetcache.cc statbag.cc pdnsexception.hh arguments.hh distributor.hh \
 dns.hh dnsbackend.hh dnsbackend.cc dnspacket.hh dynmessenger.hh lock.hh logger.hh \
 nameserver.hh packetcache.hh packethandler.hh qtype.hh statbag.hh \
-ueberbackend.hh pdns.conf-dist ws.hh ws.cc webserver.cc webserver.hh \
+ueberbackend.hh pdns.conf-dist ws-auth.hh ws-auth.cc webserver.cc webserver.hh \
 session.cc session.hh misc.cc misc.hh receiver.cc ueberbackend.cc \
 dynlistener.cc dynlistener.hh  dynhandler.cc dynhandler.hh  \
 resolver.hh resolver.cc slavecommunicator.cc mastercommunicator.cc communicator.cc communicator.hh dnsproxy.cc \
@@ -283,7 +283,7 @@ base64.cc base64.hh zoneparser-tng.cc zoneparser-tng.hh rec_channel.cc rec_chann
 rec_channel_rec.cc selectmplexer.cc epollmplexer.cc sillyrecords.cc htimer.cc htimer.hh \
 dns_random.cc \
 lua-pdns.cc lua-pdns.hh lua-recursor.cc lua-recursor.hh randomhelper.cc  \
-recpacketcache.cc recpacketcache.hh dns.cc nsecrecords.cc base32.cc cachecleaner.hh json_ws.cc json_ws.hh \
+recpacketcache.cc recpacketcache.hh dns.cc nsecrecords.cc base32.cc cachecleaner.hh ws-recursor.cc ws-recursor.hh \
 json.cc json.hh version.hh version.cc responsestats.cc webserver.cc webserver.hh session.cc session.hh
 
 pdns_recursor_LDFLAGS= $(LUA_LIBS)
index bfdb3cce43a0817dc9189fb0f19af9eb319e61ed..0b21ff6f4ed9309f861b71f6eeb4cbe381e98d8c 100644 (file)
@@ -20,7 +20,7 @@
     Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 */
 #include "common_startup.hh"
-#include "ws.hh"
+#include "ws-auth.hh"
 
 bool g_anyToTcp;
 bool g_addSuperfluousNSEC3;
index f7a29c9ae23fde2dd74f1b766c3a40476b58c9c7..234212006290e3c5f4f29a0eb4f1f2c5e50f0e0b 100755 (executable)
@@ -35,7 +35,7 @@ base64.cc  zoneparser-tng.cc  rec_channel.cc rec_channel_rec.cc rec_control.cc \
 selectmplexer.cc epollmplexer.cc kqueuemplexer.cc portsmplexer.cc pdns_hw.cc \
 sillyrecords.cc lua-pdns.cc lua-recursor.cc randomhelper.cc \
 devpollmplexer.cc recpacketcache.cc dns.cc reczones.cc base32.cc nsecrecords.cc \
-dnslabeltext.cc json.cc json_ws.cc json_ws.hh version.cc dns_random.cc \
+dnslabeltext.cc json.cc ws-recursor.cc ws-recursor.hh version.cc dns_random.cc \
 responsestats.cc webserver.cc session.cc"
 
 cd docs
index 256f5492da228361a4bbe08ca840a4f7f7b85d64..0d8f9b8a532f3250d9370db9bec555e69831ee55 100644 (file)
@@ -24,7 +24,7 @@
 #include <sys/stat.h>
 #include <unistd.h>
 #include <boost/foreach.hpp>
-#include "json_ws.hh"
+#include "ws-recursor.hh"
 #include <pthread.h>
 #include "recpacketcache.hh"
 #include "utility.hh" 
index 421c1127a08fbea3a3c0508c00cc5cc3cef394fd..355dd05b9d8cc23fd9088849f4383dce0ce87082 100644 (file)
@@ -56,7 +56,6 @@
 #include "packethandler.hh"
 #include "statbag.hh"
 #include "tcpreceiver.hh"
-#include "ws.hh"
 #include "misc.hh"
 #include "dynlistener.hh"
 #include "dynhandler.hh"
similarity index 99%
rename from pdns/ws.cc
rename to pdns/ws-auth.cc
index 2d2d1958f6318124d27b4630452826612e610709..85bb81726aae2632c598c01a1ee0db5786adaa7c 100644 (file)
@@ -20,7 +20,7 @@
 */
 #include "utility.hh"
 #include "dynlistener.hh"
-#include "ws.hh"
+#include "ws-auth.hh"
 #include "json.hh"
 #include "webserver.hh"
 #include "logger.hh"
similarity index 100%
rename from pdns/ws.hh
rename to pdns/ws-auth.hh
similarity index 99%
rename from pdns/json_ws.cc
rename to pdns/ws-recursor.cc
index 6204e532952aae492dae4cd8181c677c68d93116..3b19327fa635926e80f54511fb2e491b39afcb65 100644 (file)
@@ -19,7 +19,7 @@
     along with this program; if not, write to the Free Software
     Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 */
-#include "json_ws.hh"
+#include "ws-recursor.hh"
 #include "json.hh"
 #include <boost/foreach.hpp>
 #include <string>
similarity index 100%
rename from pdns/json_ws.hh
rename to pdns/ws-recursor.hh