Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | automake: replace INCLUDES by AM_CPPFLAGS | Martin Willi | 2013-07-18 | 1 | -4/+5 |
| | | | | | | INCLUDES are now deprecated and throw warnings when using automake 1.13. We now also differentiate AM_CPPFLAGS and AM_CFLAGS, where includes and defines are passed to AM_CPPFLAGS only. | ||||
* | Build dedicated plugin lists for each strongSwan component | Martin Willi | 2010-08-12 | 1 | -1/+1 |
| | |||||
* | Fixing out-of-tree build after adding dependency to config.status. | Tobias Brunner | 2010-04-29 | 1 | -1/+1 |
| | |||||
* | Users of PLUGINS depend on config.status, rebuilding them if plugin ↵ | Martin Willi | 2010-04-29 | 1 | -1/+1 |
| | | | | configuration is updated | ||||
* | pass NULL to library_init() to load settings from default file | Martin Willi | 2009-09-10 | 1 | -1/+0 |
| | |||||
* | use NULL to load plugins from default plugin directory | Martin Willi | 2009-09-10 | 1 | -1/+0 |
| | |||||
* | use sysconfdir, no need for an additional confdir variable | Martin Willi | 2009-09-07 | 1 | -1/+1 |
| | |||||
* | openac (and tools) do not depend on gmp anymore | Martin Willi | 2009-08-26 | 1 | -1/+1 |
| | |||||
* | set default CFLAGS globally, including -Wno-format | Martin Willi | 2009-04-27 | 1 | -2/+1 |
| | |||||
* | scepclient and pluto use asn1 from libstrongswan | Andreas Steffen | 2009-04-20 | 1 | -1/+2 |
| | |||||
* | fixed the strongswan.conf path | Andreas Steffen | 2008-05-22 | 1 | -2/+5 |
| | |||||
* | loading default modules depending on configure options | Martin Willi | 2008-05-16 | 1 | -1/+1 |
| | |||||
* | added ./configure option --with-strongswan-conf= | Martin Willi | 2008-04-07 | 1 | -1/+0 |
| | | | | defaults to /etc/strongswan.conf | ||||
* | initialize library in openac | Andreas Steffen | 2008-03-21 | 1 | -1/+3 |
| | |||||
* | refactored openac and its attribute certificate factory | Andreas Steffen | 2008-03-20 | 1 | -1/+1 |
| | |||||
* | removed some empty lines | Andreas Steffen | 2007-09-18 | 1 | -99/+4 |
| | |||||
* | corrected typo | Andreas Steffen | 2007-08-15 | 1 | -1/+1 |
| | |||||
* | use symbolic shell variables in library paths | Andreas Steffen | 2007-08-15 | 1 | -4/+7 |
| | |||||
* | removed oid.txt and oid.pl in pluto subdir | Andreas Steffen | 2007-08-15 | 1 | -4/+6 |
| | |||||
* | added USE_LIBCURL | Andreas Steffen | 2006-10-06 | 1 | -1/+11 |
| | |||||
* | - fixed compliation error using --enable-smartcard | Martin Willi | 2006-05-18 | 1 | -0/+5 |
| | |||||
* | - introduced autotools | Martin Willi | 2006-05-16 | 1 | -0/+83 |
- first working version - make dist should work - things to do: - UML testing! - more cleanups |