[pisa-src] r1247 - in trunk/test: Makefile.am hipl.c parsepares.c sendbureq.c sendbures.c sendnereq.c sendpareq.c sendvrfyreq.c

  • From: Thomas Jansen <mithi@xxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Wed, 21 Oct 2009 12:43:10 +0200

Author: tjansen
Date: Wed Oct 21 12:43:10 2009
New Revision: 1247

Log:
Removed deprecated preauth code from the test subdirectory.

Deleted:
   trunk/test/hipl.c
   trunk/test/parsepares.c
   trunk/test/sendbureq.c
   trunk/test/sendbures.c
   trunk/test/sendnereq.c
   trunk/test/sendpareq.c
   trunk/test/sendvrfyreq.c
Modified:
   trunk/test/Makefile.am

Modified: trunk/test/Makefile.am
==============================================================================
--- trunk/test/Makefile.am      Wed Oct 21 12:38:02 2009        (r1246)
+++ trunk/test/Makefile.am      Wed Oct 21 12:43:10 2009        (r1247)
@@ -17,17 +17,6 @@
 bin_PROGRAMS += udpserver
 bin_PROGRAMS += udpclient
 
-## Preauth is deprecated and marked for removal. -- Thomas
-#if PISA_PREAUTH
-#bin_PROGRAMS += hipl
-#bin_PROGRAMS += parsepares
-#bin_PROGRAMS += sendnereq
-#bin_PROGRAMS += sendpareq
-#bin_PROGRAMS += sendbureq
-#bin_PROGRAMS += sendbures
-#bin_PROGRAMS += sendvrfyreq
-#endif
-
 EXTRA_DIST += packaging/create-package.sh
 EXTRA_DIST += packaging/debbuild
 EXTRA_DIST += packaging/debian-init.d-pisacd
@@ -55,61 +44,3 @@
 
 udpserver_SOURCES  = udpserver.c
 udpclient_SOURCES  = udpclient.c
-
-sendnereq_SOURCES  = sendnereq.c
-nodist_sendnereq_SOURCES  = @PISA_PISAND@/ndmsg.c
-nodist_sendnereq_SOURCES += @PISA_PISAND@/ndconf.c
-nodist_sendnereq_SOURCES += @PISA_PISAND@/ndctx.c
-
-
-## Preauth is deprecated and marked for removal. -- Thomas
-#
-# Any module for pre-authentication must only stay here, inside the
-# PISA_PREAUTH clause, to make sure that the original softwares can be stable
-# enough as before.
-#
-#if PISA_PREAUTH
-
-#hipl_SOURCES  = hipl.c
-#hipl_LDADD  = -lcrypto
-
-#if PISA_WITH_HIPL
-#hipl_LDADD += @PISA_HIPL_SRCDIR@/libinet6/.libs/libinet6.a
-#hipl_LDADD += @PISA_HIPL_SRCDIR@/libhiptool/.libs/libhiptool.a
-
-#INCLUDES += -I@PISA_HIPL_SRCDIR@/libinet6/include
-#INCLUDES += -I@PISA_HIPL_SRCDIR@/libinet6
-#INCLUDES += -I@PISA_HIPL_SRCDIR@/libhiptool
-#INCLUDES += -I@PISA_HIPL_SRCDIR@/opendht
-#INCLUDES += -I@PISA_HIPL_SRCDIR@/hipd
-#INCLUDES += -I@PISA_HIPL_SRCDIR@/i3/i3_client
-#INCLUDES += -I@PISA_HIPL_SRCDIR@/pjproject/pjnath/include
-#INCLUDES += -I@PISA_HIPL_SRCDIR@/pjproject/pjlib/include
-#INCLUDES += -I@PISA_HIPL_SRCDIR@/pjproject/pjlib-util/include
-#endif
-
-#parsepares_SOURCES  = parsepares.c
-#nodist_parsepares_SOURCES  = @PISA_PISACD@/cdmsg.c
-#nodist_parsepares_SOURCES += @PISA_PISACD@/cdconf.c
-#nodist_parsepares_SOURCES += @PISA_PISACD@/cdctx.c
-
-#sendpareq_SOURCES  = sendpareq.c
-#nodist_sendpareq_SOURCES  = @PISA_PISACD@/cdmsg.c
-#nodist_sendpareq_SOURCES += @PISA_PISACD@/cdconf.c
-#nodist_sendpareq_SOURCES += @PISA_PISACD@/cdctx.c
-
-#sendbureq_SOURCES  = sendbureq.c
-#nodist_sendbureq_SOURCES  = @PISA_PISACD@/cdmsg.c
-#nodist_sendbureq_SOURCES += @PISA_PISACD@/cdconf.c
-#nodist_sendbureq_SOURCES += @PISA_PISACD@/cdctx.c
-
-#sendbures_SOURCES  = sendbures.c
-#nodist_sendbures_SOURCES  = @PISA_PISACD@/cdmsg.c
-#nodist_sendbures_SOURCES += @PISA_PISACD@/cdconf.c
-#nodist_sendbures_SOURCES += @PISA_PISACD@/cdctx.c
-
-#sendvrfyreq_SOURCES  = sendvrfyreq.c
-#nodist_sendvrfyreq_SOURCES  = @PISA_PISASD@/sdmsg.c
-#nodist_sendvrfyreq_SOURCES += @PISA_PISASD@/sdconf.c
-#nodist_sendvrfyreq_SOURCES += @PISA_PISASD@/sdctx.c
-#endif

Other related posts:

  • » [pisa-src] r1247 - in trunk/test: Makefile.am hipl.c parsepares.c sendbureq.c sendbures.c sendnereq.c sendpareq.c sendvrfyreq.c - Thomas Jansen