aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* added XAUTH server and client supportAndreas Steffen2007-01-0413-371/+524
|
* load and unload XAUTH moduleAndreas Steffen2007-01-041-0/+2
|
* added xauth.h and xauth.cAndreas Steffen2007-01-041-2/+2
|
* added config option for BEET modeMartin Willi2007-01-033-1/+15
|
* fixed reuathentication when connections other host is %anyMartin Willi2007-01-035-14/+36
|
* fixed host conversion length checkMartin Willi2007-01-031-2/+2
|
* negated POLICY_REAUTH to POLICY_DONT_REAUTHAndreas Steffen2006-12-212-1/+2
|
* negated POLICY_REAUTH to POLICY_DONT_REAUTHAndreas Steffen2006-12-212-4/+3
|
* enable XAUTH_VID by defaultAndreas Steffen2006-12-211-1/+2
|
* added support for transport mode and (experimental!) BEET modeMartin Willi2006-12-2117-103/+436
| | | | | support for the type=transport/tunnel parameter in charon
* added XAUTH server and client supportAndreas Steffen2006-12-1912-266/+765
|
* additional parentheses for same_chunk() macroAndreas Steffen2006-12-191-1/+1
|
* renamed to appear in doxygen buildMartin Willi2006-12-191-0/+0
|
* added a roadmap of the strongSwan project (TODO)Martin Willi2006-12-191-84/+0
| | | | added some NEWS
* first try to update ipsec.conf manualMartin Willi2006-12-191-334/+69
|
* implemented reauthentication using the new reauth=yes|no parameter Martin Willi2006-12-1920-53/+196
|
* fixed more uClibc issuesMartin Willi2006-12-151-6/+7
| | | | | should compile against a uClibc > 0.9.28 (untested)
* added XAUTH client statesAndreas Steffen2006-12-152-2/+9
|
* version bump to 4.0.6Andreas Steffen2006-12-152-1/+5
|
* fixed stddef.h includeMartin Willi2006-12-143-3/+3
|
* fixed encoding rules stringMartin Willi2006-12-142-15/+15
| | | | updated todo
* fixed some byte-order issuesMartin Willi2006-12-122-6/+9
|
* fixed HAVE_BACKTRACE checksMartin Willi2006-12-113-5/+9
| | | | starter Makefile now uses proper $(COMPILE) to build pluto objects
* made backtrace() calls optional to support uClibcMartin Willi2006-12-062-1/+8
|
* XAUTH supportAndreas Steffen2006-12-061-0/+5
|
* XAUTH supportAndreas Steffen2006-12-062-8/+93
|
* fixed bug in ifdef CISCO_QUIRKSAndreas Steffen2006-12-051-1/+1
|
* added XAUTH supportAndreas Steffen2006-12-054-3/+13
|
* support of Cisco Unity VIDAndreas Steffen2006-12-051-0/+33
|
* added new VIDsAndreas Steffen2006-12-052-37/+48
|
* fixed case with wildcard peer ID and static peer addressAndreas Steffen2006-11-281-0/+7
|
* improved selection of ipsec status|statusall <name>Andreas Steffen2006-11-021-10/+30
|
* fixed very old bug in linked_list's remove_first and remove_lastMartin Willi2006-11-021-10/+18
|
* proper "ipsec up" signal handling when initiating to %anyMartin Willi2006-11-021-0/+1
|
* removed iterator hook for replaceMartin Willi2006-11-021-1/+1
|
* fixed output of proto/port selectorsAndreas Steffen2006-11-021-33/+38
|
* cosmeticsAndreas Steffen2006-11-011-2/+2
|
* fixed ipsec status|statusall <name>Andreas Steffen2006-11-011-11/+14
|
* log IKE SPIs on a separate lineAndreas Steffen2006-11-011-3/+3
|
* redesigned formatting of ipsec status|statusallAndreas Steffen2006-11-014-40/+62
|
* cosmeticsAndreas Steffen2006-11-011-3/+3
|
* fixed 64 bit issueAndreas Steffen2006-11-011-3/+4
|
* solved 64 bit issue by changing long to intAndreas Steffen2006-11-012-10/+13
|
* solved 64 bit issue in push/pop stroke interfaceAndreas Steffen2006-10-313-5/+5
|
* fixed 64 bit issueAndreas Steffen2006-10-311-1/+1
|
* some fixes for doxygenMartin Willi2006-10-314-8/+16
|
* better split up of library files "types.h" & "definitions.h"Martin Willi2006-10-31151-1058/+1091
| | | | | | | | | centralized all printf specifier character definitions reuse of arginfo handlers more cleanups fixed more AMD64 issues added DEBUG_LEVEL compile flag to exclude DBGn() statements
* preparations to include certreqs in policy decisionsAndreas Steffen2006-10-315-25/+47
|
* moved (myself) in log outputAndreas Steffen2006-10-311-1/+1
|
* moved typedefs to beginning of files to solve some include problemsMartin Willi2006-10-30119-1120/+1196
| | | | | | | splitted authenticator to have a separate implementation for each auth_method_t using va_copy to clone va_lists, should fix proplems on AMD64 some other cleanups