Rename tr_gss.[ch] to tr_gss_names.[ch]
authorJennifer Richards <jennifer@painless-security.com>
Thu, 12 Apr 2018 16:57:14 +0000 (12:57 -0400)
committerJennifer Richards <jennifer@painless-security.com>
Thu, 12 Apr 2018 16:57:14 +0000 (12:57 -0400)
CMakeLists.txt
Makefile.am
common/tr_gss_names.c [moved from common/tr_gss.c with 99% similarity]
include/tr_gss_names.h [moved from include/tr_gss.h with 100% similarity]

index 5d30c36..b81f3d3 100644 (file)
@@ -29,7 +29,7 @@ set(SOURCE_FILES
     common/tr_debug.c
     common/tr_dh.c
     common/tr_filter.c
-    common/tr_gss.c
+        common/tr_gss_names.c
     common/tr_idp.c
     common/tr_mq.c
     common/tr_msg.c
@@ -57,7 +57,7 @@ set(SOURCE_FILES
     include/tr_debug.h
     include/tr_event.h
     include/tr_filter.h
-    include/tr_gss.h
+        include/tr_gss_names.h
     include/tr_idp.h
     include/tr_mq.h
     include/tr_msg.h
@@ -91,7 +91,7 @@ set(SOURCE_FILES
     trp/trp_upd.c
     trp/trpc.c
     trp/trps.c include/tr_name_internal.h mon/mon_req.c mon/mon_req_encode.c mon/mon_req_decode.c
-        mon/mon_resp.c mon/mon_common.c mon/mon_resp_encode.c)
+        mon/mon_resp.c mon/mon_common.c mon/mon_resp_encode.c tr/tr_mon.c mon/mons.c include/tr_socket.h)
 
 # Does not actually build!
 add_executable(trust_router ${SOURCE_FILES})
index 63a327a..133da05 100644 (file)
@@ -20,7 +20,7 @@ common_srcs = common/tr_name.c \
        common/tr_rp.c \
        common/tr_idp.c \
        common/tr_filter.c \
-       common/tr_gss.c \
+       common/tr_gss_names.c \
        common/tr_socket.c
 
 tid_srcs = tid/tid_resp.c \
@@ -103,7 +103,7 @@ trp_msgtst_LDADD =  $(GLIB_LIBS)
 
 trp_test_rtbl_test_SOURCES = trp/test/rtbl_test.c \
 common/tr_name.c \
-common/tr_gss.c \
+common/tr_gss_names.c \
 common/tr_debug.c \
 trp/trp_rtable.c
 trp_test_rtbl_test_LDADD =  $(GLIB_LIBS)
@@ -204,7 +204,7 @@ noinst_HEADERS = include/gsscon.h include/tr_config.h \
        include/tr_idp.h include/tr_rp.h \
        include/tr_comm.h include/tr_apc.h \
        include/tr_tid.h include/tr_trp.h \
-       include/tr_filter.h include/tr_gss.h \
+       include/tr_filter.h include/tr_gss_names.h \
        include/tid_internal.h include/trp_internal.h \
        include/tr_cfgwatch.h include/tr_event.h \
        include/tr_mq.h include/trp_ptable.h \
similarity index 99%
rename from common/tr_gss.c
rename to common/tr_gss_names.c
index 7fa6876..12941b3 100644 (file)
@@ -34,7 +34,7 @@
 
 #include <talloc.h>
 
-#include <tr_gss.h>
+#include <tr_gss_names.h>
 
 static int tr_gss_names_destructor(void *obj)
 {
similarity index 100%
rename from include/tr_gss.h
rename to include/tr_gss_names.h