aboutsummaryrefslogtreecommitdiffstats
path: root/src/starter
Commit message (Collapse)AuthorAgeFilesLines
...
* fixed flex parser memory leaks in ipsec starterAndreas Steffen2010-05-022-10/+10
|
* free config before exiting since library_deinit() calls leak detectiveAndreas Steffen2010-05-021-4/+3
|
* Initialize libstrongswan in starter (fixes Vstr logging).Tobias Brunner2010-04-291-0/+4
|
* Added options to whack to query in-memory leases.Tobias Brunner2010-04-061-0/+2
|
* Fixed use of stack local variable outside of function scopeThomas Egerer2010-03-311-12/+14
|
* Fixed undefined behavior in use of stack variableThomas Egerer2010-03-311-2/+1
|
* parser.l includes y.tab.h, so it must be built firstTobias Brunner2010-03-051-1/+1
|
* Ignore the generated y.output.Tobias Brunner2010-03-052-351/+1
|
* Fixed starter left-/rightikeport keywordMartin Willi2010-02-262-1/+2
|
* Added left-/rightikeport ipsec.conf options to use custom IKE portsMartin Willi2010-02-268-0/+17
|
* Use destination address of ppp interfaces as nexthop in starters default ↵Martin Willi2010-02-051-6/+25
| | | | route lookup
* Added a ipsec.conf "inactivity" option to configure inactivity timeout for ↵Martin Willi2010-01-277-26/+36
| | | | CHILD_SAs
* if end id is missing assign IP address to raw public keyAndreas Steffen2009-12-091-4/+10
|
* allow ECP DH groups in pfsgroup definitionAndreas Steffen2009-11-241-0/+5
|
* pluto now supports SQL-based virtual IP poolsAndreas Steffen2009-10-145-121/+99
|
* Complain about missing %defaultroute support only if one is actually usedMartin Willi2009-09-163-3/+7
|
* Disable rtnetlink defaultroute lookup if pluto is disabledMartin Willi2009-09-151-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 rtnetlinkHeiko Hund2009-09-151-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 variableMartin Willi2009-09-071-1/+1
|
* Use macros to define --with optionsMartin Willi2009-09-071-1/+3
|
* Removed trailing whitespaces in configure.in/Makefile.amMartin Willi2009-09-071-2/+2
|
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-0411-46/+46
|
* Description of new lifetime limits added to manpage.Tobias Brunner2009-09-011-39/+72
|
* Added lifetime/margintime keywords as alias for keylife/rekeymargin.Tobias Brunner2009-09-011-0/+2
|
* Handling of new lifetime limits added to stroke.Tobias Brunner2009-09-011-0/+4
|
* Added keywords for the new lifetime limits to starter.Tobias Brunner2009-09-014-1/+17
|
* Added parser for unsigned long long ints to starter.Tobias Brunner2009-09-011-0/+26
|
* use time_monotonic() instead of time() for statistics and time difference ↵Martin Willi2009-08-311-3/+3
| | | | calculations
* make boolean expression less enigmaticAndreas Steffen2009-08-251-3/+3
|
* set stroke connection flags to a clear TRUE/FALSEMartin Willi2009-08-251-3/+3
|
* OpenSolaris needs libsocket and libnsl for socket().Tobias Brunner2009-08-141-1/+1
|
* sockio.h is required on OpenSolaris for SIOCGIFADDR.Tobias Brunner2009-08-141-0/+4
|
* LOG_AUTHPRIV is not defined on OpenSolaris.Tobias Brunner2009-08-141-0/+4
|
* use SS_RC_FIRST and SS_RC_LASTAndreas Steffen2009-08-061-2/+1
|
* abort pluto or charon if initialization failsAndreas Steffen2009-08-063-2/+12
|
* fixed dereferencing bug caused by bool type redefinitionAndreas Steffen2009-08-021-17/+51
|
* fixe KW_END_FIRST..KW_END_LAST keyword rangeAndreas Steffen2009-07-281-0/+5
|
* Fixed installation of config files in out-of-tree builds.Tobias Brunner2009-07-201-1/+1
|
* Use the numerical UID/GID to install the config files and create the ipsec.d ↵Tobias Brunner2009-07-201-10/+10
| | | | directories.
* stop strongswan if integrity check of libstrongswan or daemon failsAndreas Steffen2009-07-175-21/+39
|
* enforce strongSwan coding rulesAndreas Steffen2009-07-171-0/+16
|
* Revert "gperf under FreeBSD does not know the -m option."Tobias Brunner2009-07-161-1/+1
| | | | This reverts commit 0ead254919c66a1b6a9e39b175f0b92f2a076c12.
* gperf under FreeBSD does not know the -m option.Tobias Brunner2009-07-141-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.2Andreas Steffen2009-06-191-5/+8
|
* consistent display of strongSwan versionAndreas Steffen2009-06-131-1/+1
|
* pluto supports ECDSA authenticationAndreas Steffen2009-06-123-11/+9
|
* NO_CREDENTIAL_FACTORY compile option not needed anymoreAndreas Steffen2009-05-281-1/+0
|
* eliminated ipsec_policy.hAndreas Steffen2009-05-261-1/+8
|
* optimized gperfAndreas Steffen2009-05-151-1/+1
|
* fixing compilation when using the Vstr string libraryTobias Brunner2009-04-241-1/+1
|