File openswan_00_features.dif of Package openswan
--- Makefile.inc
+++ Makefile.inc 2008/09/04 09:38:45
@@ -324,12 +324,12 @@ USE_VENDORID?=true
# Build aggressive mode authentication system code - both Server and Client.
# This is off by default, since aggressive mode leads to denial of service
# attacks.
-USE_AGGRESSIVE?=true
+USE_AGGRESSIVE?=false
# Build XAUTH authentication system code - both Server and Client.
# This is off by default, since XAUTH is tricky, and you can get into
# security trouble unless you do additional configuration.
-USE_XAUTH?=true
+USE_XAUTH?=false
# When doing XAUTH, include PAM support as well, requires HAVE_THREADS be
# true as well