aboutsummaryrefslogtreecommitdiffstats
path: root/src/pluto/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
...
* removed trailing whitespaceAndreas Steffen2009-04-201-1/+1
|
* created pluto and scepclient now use libstrongswan-liteAndreas Steffen2009-04-181-33/+5
|
* pluto and scepclient now use chunk_t from libstrongswanAndreas Steffen2009-04-171-1/+7
|
* pluto uses the libstrongswan leak detective and a stripped-down version of ↵Andreas Steffen2009-04-161-0/+12
| | | | library_t
* merged multi-auth branch back into trunkMartin Willi2009-04-141-1/+15
|
* added a --disable-threads ./configure option for plutoMartin Willi2008-12-021-1/+4
|
* fixed pluto out-of-tree builds Martin Willi2008-11-271-2/+2
|
* use libcap for capability droppingMartin Willi2008-08-291-0/+4
| | | | | optional, must be enabled --with-capabilities=libcap will be extended to support --with-capabilities=libcap2
* renamed xml plugin to smp to avoid confusionMartin Willi2008-03-281-0/+5
| | | | | | added some dependency checks to configure configure checks ClearSilver and fastcgi cleanups in the build system here and there
* merged the modularization branch (credentials) back to trunkMartin Willi2008-03-131-2/+4
|
* added more ./configure build options forMartin Willi2007-12-031-12/+0
| | | | | | | | EAP-Identity module ipsec tools (openac, scepclient) optional charon/pluto build charon stroke interface
* re-introduced the XAUTH_VID compile optionAndreas Steffen2007-09-021-0/+5
|
* use symbolic shell variables in library pathsAndreas Steffen2007-08-151-3/+6
|
* removed oid.txt and oid.pl in pluto subdirAndreas Steffen2007-08-151-9/+6
|
* included patch from Rene Mayrhofer to respect DESTDIR in make installMartin Willi2007-06-061-10/+10
|
* changing UID/GID after startup of pluto/charonMartin Willi2007-05-071-0/+1
| | | | added --with-uid/--with-gid configure option
* moved linux26/rtnetlink.h and linux26/netlink.h to src/include/linuxAndreas Steffen2007-04-281-1/+0
|
* removed linux26/xfrm.hAndreas Steffen2007-04-191-1/+1
|
* kernel_netlink.c now includes src/include/linux/xfrm.hAndreas Steffen2007-04-191-0/+1
|
* support of ldap-based crl fetchingAndreas Steffen2007-04-061-1/+1
|
* added --enable-nat-transport and --disable-vendor-id configuration optionsAndreas Steffen2007-04-031-2/+16
|
* loading the XAUTH module requires libdlAndreas Steffen2007-01-281-1/+1
|
* fixed build when !using smartcardMartin Willi2007-01-081-6/+1
|
* added xauth.h and xauth.cAndreas Steffen2007-01-041-2/+2
|
* enable XAUTH_VID by defaultAndreas Steffen2006-12-211-1/+2
|
* cosmeticsAndreas Steffen2006-10-061-20/+83
|
* removed NAT_TRAVERSAL and VIRTUAL_IP compile optionsAndreas Steffen2006-07-071-1/+1
|
* applied new changes from NATT teamMartin Willi2006-06-231-0/+1
| | | | | DPD only done when no IPsec and IKE traffic processed minor changes here and there
* - build gets perl and gperf from configure nowMartin Willi2006-05-241-4/+1
| | | | | - moved built sources to maintainer-clean
* - changed build order to fix build error after distcleanMartin Willi2006-05-231-4/+4
|
* - added removed files to svn:ignoreMartin Willi2006-05-191-2/+2
| | | | | - fixed bug in pluto/Makefile.am
* - removed perl-generated oid.c/h from svn,Martin Willi2006-05-191-0/+1
| | | | | added them to "dist" and "distclean"
* - fixed compliation error using --enable-smartcardMartin Willi2006-05-181-124/+14
|
* - introduced autotoolsMartin Willi2006-05-161-0/+178
- first working version - make dist should work - things to do: - UML testing! - more cleanups