File openswan_00_features.dif of Package openswan
diff -Nur openswan-2.6.37-orig//Makefile.inc openswan-2.6.37/Makefile.inc --- openswan-2.6.37-orig//Makefile.inc 2011-10-28 23:11:53.000000000 +0200 +++ openswan-2.6.37/Makefile.inc 2011-12-09 09:56:03.000000000 +0100 @@ -352,12 +352,12 @@ # Build aggressive mode authentication system code - both Server and Client. # This was 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. # XAUTH is tricky, and you can get into security trouble unless you # do additional configuration - but it is often needed for Cisco interop -USE_XAUTH?=true +USE_XAUTH?=false # When doing XAUTH, include PAM support as well, requires HAVE_THREADS be # true as well