aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* started to parse attribute certificatesAndreas Steffen2007-04-121-0/+209
* cosmeticsAndreas Steffen2007-04-121-1/+0
* moved parse_time() from x509.c to asn1.cAndreas Steffen2007-04-122-0/+42
* replace cert by this in parse_certificate()Andreas Steffen2007-04-121-68/+37
* parse_authorityKeyIdentifier() is made available externallyAndreas Steffen2007-04-121-2/+14
* external functions are defined in asn1.h and x509.h nowAndreas Steffen2007-04-121-4/+0
* started support of X.509 attribute certificatesAndreas Steffen2007-04-127-21/+561
* added AA and AATR cert pathsAndreas Steffen2007-04-121-1/+15
* fixed output of list_auth_certificates()Andreas Steffen2007-04-121-0/+1
* fixed output of list_certinfos()Andreas Steffen2007-04-121-1/+1
* corrected copyright statementAndreas Steffen2007-04-122-6/+12
* added missing #includeMartin Willi2007-04-121-0/+1
* removed %Q, %Y, %W, %U printf handlersMartin Willi2007-04-129-228/+135
* not using %m printf handler, as late errno interpration over bus may be probl...Martin Willi2007-04-124-27/+40
* fixed DPD delay in peer_cfgMartin Willi2007-04-121-1/+1
* fixed payload debug messageMartin Willi2007-04-121-13/+19
* removed IKE_SA_ID (%J) printf hook, two more to goMartin Willi2007-04-116-47/+83
* cleanup and fixes for status & statusallMartin Willi2007-04-111-123/+129
* using %V time delta for rekeying timesMartin Willi2007-04-111-6/+6
* removed IKE_SA (%K) and CHILD_SA (%P) printf handlers, 3 more to goMartin Willi2007-04-116-285/+255
* removed %M printf handler, five more to goMartin Willi2007-04-112-56/+27
* fixed virtual ip configuration bug introduced with the previous commitMartin Willi2007-04-111-4/+1
* two %any IDs are equalMartin Willi2007-04-111-2/+9
* cleaned up apidocMartin Willi2007-04-1127-372/+217
* accepting stroke initiation by a name of a child_cfgMartin Willi2007-04-115-41/+40
* fixed bug with roadwarrior and wildcard IDsAndreas Steffen2007-04-101-11/+19
* edited comment and debug outputAndreas Steffen2007-04-101-3/+3
* best must be initialized to 2*MAX_WILDCARDS+1Andreas Steffen2007-04-101-7/+13
* changed tab spacing from 8 to 4Andreas Steffen2007-04-102-449/+440
* requesting the same virtual IP on reauthenticationMartin Willi2007-04-102-51/+68
* proper notification handlingMartin Willi2007-04-101-1/+103
* restructured file layoutMartin Willi2007-04-10102-46384/+3450
* cosmetics in debug outputAndreas Steffen2007-04-062-16/+27
* support of ldap-based crl fetchingAndreas Steffen2007-04-066-32/+206
* removed list_crls() and list_ocsp() methodsAndreas Steffen2007-04-062-59/+42
* removed list_crls() and list_ocsp() methodsAndreas Steffen2007-04-061-18/+0
* support cachecrls=yesAndreas Steffen2007-04-059-25/+169
* support of crlcheckinterval=0 to disable IKEv2 CRL fetchingAndreas Steffen2007-04-045-34/+84
* improved log output for checkout_by_message()Martin Willi2007-04-042-27/+28
* recognize strongSwan 2.8.4 VIDAndreas Steffen2007-04-042-0/+2
* fixed crl fetching bugAndreas Steffen2007-04-031-3/+6
* implemented dynamic http-based CRL fetchingAndreas Steffen2007-04-031-8/+3
* send VID_NATT_IETF_02_N for Windows 2003 server supportAndreas Steffen2007-04-031-1/+3
* implemented dynamic http-based CRL fetchingAndreas Steffen2007-04-034-38/+84
* implemented http get methodAndreas Steffen2007-04-032-4/+39
* added --enable-nat-transport and --disable-vendor-id configuration optionsAndreas Steffen2007-04-031-2/+16
* bug fix: check existence of encryption key before sending encrypted notificationAndreas Steffen2007-04-021-17/+20
* removed unneded includesMartin Willi2007-03-303-3/+0
* using IFA_LOCAL for interface enumeration to support ppp linksMartin Willi2007-03-301-5/+20
* added IKE_SA_INIT retransmission detectionMartin Willi2007-03-295-130/+204