summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2010-08-22 17:54:51 +0300
committerTimo Teräs <timo.teras@iki.fi>2010-08-22 17:54:51 +0300
commit29331f1c5e940499f282aea8155b89fae69f3fb8 (patch)
tree08e2b1ba23017ab72fb02d6eea9df43989258162
parent15d76c3469dc6a98db1dab022aa2254bb8f5fbdb (diff)
downloadsquark-29331f1c5e940499f282aea8155b89fae69f3fb8.tar.bz2
squark-29331f1c5e940499f282aea8155b89fae69f3fb8.tar.xz
auth: rename to squark-auth-snmp
Will implement 'captive portal' style authentication with separate DB later.
-rw-r--r--Makefile4
-rw-r--r--squark-auth-snmp.8 (renamed from squark-auth.8)0
-rw-r--r--squark-auth-snmp.c (renamed from squark-auth.c)0
3 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 51d9e56..55f0d96 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-TARGETS=squark-auth squark-filter squarkdb.so
+TARGETS=squark-auth-snmp squark-filter squarkdb.so
NETSNMP_CFLAGS:=$(shell net-snmp-config --cflags)
NETSNMP_LIBS:=$(shell net-snmp-config --libs)
@@ -12,7 +12,7 @@ CFLAGS=-g -I. $(NETSNMP_CFLAGS) $(LUA_CFLAGS) $(CMPH_CFLAGS) -std=gnu99 -D_GNU_S
all: $(TARGETS)
-squark-auth: squark-auth.o blob.o
+squark-auth-snmp: squark-auth-snmp.o blob.o
$(CC) -o $@ $^ $(NETSNMP_LIBS)
squark-filter: squark-filter.o filterdb.o blob.o
diff --git a/squark-auth.8 b/squark-auth-snmp.8
index ca4be00..ca4be00 100644
--- a/squark-auth.8
+++ b/squark-auth-snmp.8
diff --git a/squark-auth.c b/squark-auth-snmp.c
index 4b88913..4b88913 100644
--- a/squark-auth.c
+++ b/squark-auth-snmp.c