aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* added strneq(x,y,len) macroAndreas Steffen2007-10-071-0/+1
|
* moved enumerator from libappserv to libstrongswanMartin Willi2007-10-041-0/+1
|
* removed some empty linesAndreas Steffen2007-09-181-0/+1
|
* peer_cfg now knows about group membershipsAndreas Steffen2007-09-131-0/+1
|
* build fips_signer and fips_signature with USE_INTEGRITY_TEST condition onlyAndreas Steffen2007-08-291-1/+2
|
* started implementation of libstrongswan code integrity checkAndreas Steffen2007-08-291-6/+33
|
* started support of X.509 attribute certificatesAndreas Steffen2007-04-121-0/+1
|
* support of ldap-based crl fetchingAndreas Steffen2007-04-061-0/+4
|
* fixed compilation warnings and errors when not using curlMartin Willi2007-03-131-0/+4
|
* ocsp signer certificate and ocsp response signature can be verifiedAndreas Steffen2007-03-081-0/+1
|
* added fetcher.h and fetcher.cAndreas Steffen2007-03-071-0/+1
|
* added ocsp.h and ocsp.cAndreas Steffen2007-02-281-0/+1
|
* support of ca info recordsAndreas Steffen2007-02-231-16/+18
|
* merged EAP framework from branch into trunkMartin Willi2007-02-121-0/+1
| | | | | includes a lot of other modifications
* better split up of library files "types.h" & "definitions.h"Martin Willi2006-10-311-2/+4
| | | | | | | | | 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
* introduced new logging subsystem using bus:Martin Willi2006-10-181-4/+1
| | | | | | | passive listeners can register on the bus active listeners wait for signals actively multiplexing allows multiple listeners to receive debug signals a lot more...
* added copyright notice to sha2_hasherMartin Willi2006-09-191-0/+1
| | | | included SHA2 in build process
* added support for 3DES encryption algorithm in IKEMartin Willi2006-09-191-0/+1
|
* added X.509 trust chain verificationAndreas Steffen2006-06-271-0/+1
|
* applied new changes from NATT teamMartin Willi2006-06-231-0/+1
| | | | | DPD only done when no IPsec and IKE traffic processed minor changes here and there
* added crl supportAndreas Steffen2006-06-161-12/+31
|
* - build gets perl and gperf from configure nowMartin Willi2006-05-241-7/+2
| | | | | - moved built sources to maintainer-clean
* - changed build order to fix build error after distcleanMartin Willi2006-05-231-1/+2
|
* - fixed build when using --enable-leak-detectiveMartin Willi2006-05-231-0/+6
|
* - removed perl-generated oid.c/h from svn,Martin Willi2006-05-191-0/+11
| | | | | added them to "dist" and "distclean"
* - added ipsec.conf template and man page backMartin Willi2006-05-181-63/+12
| | | | | | - removed old Makefiles - added new strongswan KDevelop project & startup hack
* - applied andreas's patchMartin Willi2006-05-181-1/+1
| | | | | | | - logger output improvements - testin gupdates - and a lot more
* - introduced autotoolsMartin Willi2006-05-161-0/+71
- first working version - make dist should work - things to do: - UML testing! - more cleanups