Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove subnet from sourceip | Andreas Steffen | 2010-05-02 | 1 | -0/+2 |
| | |||||
* | final fix for cloning and deleting sourceip strings | Andreas Steffen | 2010-05-02 | 2 | -5/+3 |
| | |||||
* | fixed end->sourceip memory leak in ipsec starter | Andreas Steffen | 2010-05-02 | 1 | -34/+26 |
| | |||||
* | fixed flex parser memory leaks in ipsec starter | Andreas Steffen | 2010-05-02 | 2 | -10/+10 |
| | |||||
* | free config before exiting since library_deinit() calls leak detective | Andreas Steffen | 2010-05-02 | 1 | -4/+3 |
| | |||||
* | Initialize libstrongswan in starter (fixes Vstr logging). | Tobias Brunner | 2010-04-29 | 1 | -0/+4 |
| | |||||
* | Added options to whack to query in-memory leases. | Tobias Brunner | 2010-04-06 | 1 | -0/+2 |
| | |||||
* | Fixed use of stack local variable outside of function scope | Thomas Egerer | 2010-03-31 | 1 | -12/+14 |
| | |||||
* | Fixed undefined behavior in use of stack variable | Thomas Egerer | 2010-03-31 | 1 | -2/+1 |
| | |||||
* | parser.l includes y.tab.h, so it must be built first | Tobias Brunner | 2010-03-05 | 1 | -1/+1 |
| | |||||
* | Ignore the generated y.output. | Tobias Brunner | 2010-03-05 | 2 | -351/+1 |
| | |||||
* | Fixed starter left-/rightikeport keyword | Martin Willi | 2010-02-26 | 2 | -1/+2 |
| | |||||
* | Added left-/rightikeport ipsec.conf options to use custom IKE ports | Martin Willi | 2010-02-26 | 8 | -0/+17 |
| | |||||
* | Use destination address of ppp interfaces as nexthop in starters default ↵ | Martin Willi | 2010-02-05 | 1 | -6/+25 |
| | | | | route lookup | ||||
* | Added a ipsec.conf "inactivity" option to configure inactivity timeout for ↵ | Martin Willi | 2010-01-27 | 7 | -26/+36 |
| | | | | CHILD_SAs | ||||
* | if end id is missing assign IP address to raw public key | Andreas Steffen | 2009-12-09 | 1 | -4/+10 |
| | |||||
* | allow ECP DH groups in pfsgroup definition | Andreas Steffen | 2009-11-24 | 1 | -0/+5 |
| | |||||
* | pluto now supports SQL-based virtual IP pools | Andreas Steffen | 2009-10-14 | 5 | -121/+99 |
| | |||||
* | Complain about missing %defaultroute support only if one is actually used | Martin Willi | 2009-09-16 | 3 | -3/+7 |
| | |||||
* | Disable rtnetlink defaultroute lookup if pluto is disabled | Martin Willi | 2009-09-15 | 1 | -7/+24 |
| | | | | | As we do not support Pluto on BSD/Mac, exclude the Linux specific rtnetlink routing lookup; Charon doesn't require it anyway. | ||||
* | Get starter default route via rtnetlink | Heiko Hund | 2009-09-15 | 1 | -88/+113 |
| | | | | | | | | | | | | | This patch changes the way routes are fetched from the kernel by starter. The way it's currently done (via /proc) is limited to routes in the "main" routing table. Routes from the "default" table are never seen by starter. Starter may miss the default route even if it's set. Thus, default routes are now read from the "main" and the "default" table. The way this code behaves if more than one default route is found is slightly different to before. Instead of bailing out it just chooses the one with the best metric. I thought this was be a reasonable change. | ||||
* | use sysconfdir, no need for an additional confdir variable | Martin Willi | 2009-09-07 | 1 | -1/+1 |
| | |||||
* | Use macros to define --with options | Martin Willi | 2009-09-07 | 1 | -1/+3 |
| | |||||
* | Removed trailing whitespaces in configure.in/Makefile.am | Martin Willi | 2009-09-07 | 1 | -2/+2 |
| | |||||
* | removed trailing spaces ([[:space:]]+$) | Martin Willi | 2009-09-04 | 11 | -46/+46 |
| | |||||
* | Description of new lifetime limits added to manpage. | Tobias Brunner | 2009-09-01 | 1 | -39/+72 |
| | |||||
* | Added lifetime/margintime keywords as alias for keylife/rekeymargin. | Tobias Brunner | 2009-09-01 | 1 | -0/+2 |
| | |||||
* | Handling of new lifetime limits added to stroke. | Tobias Brunner | 2009-09-01 | 1 | -0/+4 |
| | |||||
* | Added keywords for the new lifetime limits to starter. | Tobias Brunner | 2009-09-01 | 4 | -1/+17 |
| | |||||
* | Added parser for unsigned long long ints to starter. | Tobias Brunner | 2009-09-01 | 1 | -0/+26 |
| | |||||
* | use time_monotonic() instead of time() for statistics and time difference ↵ | Martin Willi | 2009-08-31 | 1 | -3/+3 |
| | | | | calculations | ||||
* | make boolean expression less enigmatic | Andreas Steffen | 2009-08-25 | 1 | -3/+3 |
| | |||||
* | set stroke connection flags to a clear TRUE/FALSE | Martin Willi | 2009-08-25 | 1 | -3/+3 |
| | |||||
* | OpenSolaris needs libsocket and libnsl for socket(). | Tobias Brunner | 2009-08-14 | 1 | -1/+1 |
| | |||||
* | sockio.h is required on OpenSolaris for SIOCGIFADDR. | Tobias Brunner | 2009-08-14 | 1 | -0/+4 |
| | |||||
* | LOG_AUTHPRIV is not defined on OpenSolaris. | Tobias Brunner | 2009-08-14 | 1 | -0/+4 |
| | |||||
* | use SS_RC_FIRST and SS_RC_LAST | Andreas Steffen | 2009-08-06 | 1 | -2/+1 |
| | |||||
* | abort pluto or charon if initialization fails | Andreas Steffen | 2009-08-06 | 3 | -2/+12 |
| | |||||
* | fixed dereferencing bug caused by bool type redefinition | Andreas Steffen | 2009-08-02 | 1 | -17/+51 |
| | |||||
* | fixe KW_END_FIRST..KW_END_LAST keyword range | Andreas Steffen | 2009-07-28 | 1 | -0/+5 |
| | |||||
* | Fixed installation of config files in out-of-tree builds. | Tobias Brunner | 2009-07-20 | 1 | -1/+1 |
| | |||||
* | Use the numerical UID/GID to install the config files and create the ipsec.d ↵ | Tobias Brunner | 2009-07-20 | 1 | -10/+10 |
| | | | | directories. | ||||
* | stop strongswan if integrity check of libstrongswan or daemon fails | Andreas Steffen | 2009-07-17 | 5 | -21/+39 |
| | |||||
* | enforce strongSwan coding rules | Andreas Steffen | 2009-07-17 | 1 | -0/+16 |
| | |||||
* | Revert "gperf under FreeBSD does not know the -m option." | Tobias Brunner | 2009-07-16 | 1 | -1/+1 |
| | | | | This reverts commit 0ead254919c66a1b6a9e39b175f0b92f2a076c12. | ||||
* | gperf under FreeBSD does not know the -m option. | Tobias Brunner | 2009-07-14 | 1 | -1/+1 |
| | | | | We could use AC_PATH_PROGS_FEATURE_CHECK (added in Autoconf 2.62) to check for this option. | ||||
* | authby=pubkey is now the default authentication4.3.2 | Andreas Steffen | 2009-06-19 | 1 | -5/+8 |
| | |||||
* | consistent display of strongSwan version | Andreas Steffen | 2009-06-13 | 1 | -1/+1 |
| | |||||
* | pluto supports ECDSA authentication | Andreas Steffen | 2009-06-12 | 3 | -11/+9 |
| | |||||
* | NO_CREDENTIAL_FACTORY compile option not needed anymore | Andreas Steffen | 2009-05-28 | 1 | -1/+0 |
| |