This is the very real 1.0-alpha release (no code changes since previous)
authorvenaas <venaas>
Tue, 5 Jun 2007 12:44:13 +0000 (12:44 +0000)
committervenaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf>
Tue, 5 Jun 2007 12:44:13 +0000 (12:44 +0000)
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/branches/release-1.0@127 e88ac4ed-0b26-0410-9574-a7f39faa03bf

Makefile
Makefile.am
configure.ac
radsecproxy.conf-example

index 8fbec05..65e31d4 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-CFLAGS = -g -Wall -pedantic -pthread
+CFLAGS = -Wall -pedantic -pthread
 LDFLAGS = -lssl
 OBJ = util.o debug.o radsecproxy.o
 
index 119021b..29f38b5 100644 (file)
@@ -6,9 +6,8 @@ radsecproxy_SOURCES = radsecproxy.c \
                       radsecproxy.h \
                       debug.h
 
-radsecproxy_CFLAGS  = -g -Wall -pedantic -pthread @SSL_CFLAGS@
+radsecproxy_CFLAGS  = -Wall -pedantic -pthread @SSL_CFLAGS@
 radsecproxy_LDFLAGS = @SSL_LDFLAGS@
 radsecproxy_LDADD   = @SSL_LIBS@
 
-sysconfdir          = ${prefix}/etc/radsecproxy
 dist_sysconf_DATA   = $(srcdir)/radsecproxy.conf-example
index c5ea60d..7db6f27 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT(radsecproxy, 0.1, venaas@uninett.no)
+AC_INIT(radsecproxy, 1.0-alpha, venaas@uninett.no)
 AM_INIT_AUTOMAKE
 AC_PROG_CC
 AM_PROG_CC_C_O
index 029c7e1..854bb95 100644 (file)
@@ -124,5 +124,5 @@ realm * {
 #If you don't have a default server you probably want to
 #reject all unknowns. Optionally you can also include a message
 #realm * {
-        replymessage "User unknown"
-}
+#        replymessage "User unknown"
+#}