aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* fixed identification_t clone to apply function pointersMartin Willi2006-06-231-0/+3
|
* cleaner error handling on UDP encapsultion sockopt failureMartin Willi2006-06-221-8/+7
|
* added mysterious UDP encapsulation socket option to get encapsulation workingMartin Willi2006-06-221-0/+20
|
* fixed BAD_PROPOSAL_SYNTAX vulnerabilityAndreas Steffen2006-06-221-16/+3
|
* first merge of NATT codeMartin Willi2006-06-2246-763/+2964
|
* fixed testing build4.0.1Martin Willi2006-06-211-1/+1
|
* fixed whitelist detectionMartin Willi2006-06-201-4/+8
|
* reworked function ignore mechanism to not-report whitelistMartin Willi2006-06-202-235/+48
| | | | rather than overriding functions
* fixed execv call args to work when using strictcrl and syslogMartin Willi2006-06-201-1/+1
|
* fixed bug: usage of already freed memMartin Willi2006-06-201-1/+2
|
* readded local_credential_storeMartin Willi2006-06-2013-120/+299
| | | | | | added sendcert policy to connection some other cleanups
* implemented rereadcrls rereadcacertsAndreas Steffen2006-06-208-69/+136
|
* implemented rereadcrls rereadcacertsAndreas Steffen2006-06-201-3/+3
|
* implemented rereadcrls rereadcacertsAndreas Steffen2006-06-204-10/+702
|
* removed local_credential_storeAndreas Steffen2006-06-204-696/+8
|
* fixed SPI when acting as initiator of rekeyingMartin Willi2006-06-191-2/+2
|
* fixed SPI when rekeying and deleting CHILD_SAsMartin Willi2006-06-195-14/+19
|
* change key derivation order to fullfill RFCMartin Willi2006-06-191-11/+26
|
* (no commit message)Martin Willi2006-06-162-6/+6
|
* added crl supportAndreas Steffen2006-06-163-15/+188
|
* added listcrlsAndreas Steffen2006-06-161-1/+7
|
* added chunk_equals_or_null()Andreas Steffen2006-06-162-26/+43
|
* added crl supportAndreas Steffen2006-06-161-12/+31
|
* changed tabs from 8 to 4 spacesAndreas Steffen2006-06-161-1/+1
|
* added crl supportAndreas Steffen2006-06-162-0/+604
|
* cosmeticsAndreas Steffen2006-06-161-7/+21
|
* cosmetics (space)Andreas Steffen2006-06-161-1/+1
|
* fixed compilation errorMartin Willi2006-06-151-2/+1
|
* fixed aes code, we support now aes128, aes192, aes256 in IKEMartin Willi2006-06-155-19/+110
|
* added support for "ike" and "esp" keywordsMartin Willi2006-06-1517-97/+374
| | | | | | | fixed bugs in proposal code algorithm selection for charon works now with ipsec.conf a lot of other fixes
* implemented clean spi allocation behavior when using multiple proposalsMartin Willi2006-06-151-35/+104
|
* fixed logleve(l) keyword typoMartin Willi2006-06-152-47/+34
|
* handling of "rekey=no" parameter addedMartin Willi2006-06-151-5/+18
|
* changed default algorithms to:Martin Willi2006-06-151-2/+2
| | | | | | ike: aes128-sha-modp2048 esp: aes128-sha1, 3des-md5
* added default CRL directory pathAndreas Steffen2006-06-141-0/+7
|
* added strictcrlpolicy command line argumentAndreas Steffen2006-06-141-1/+5
|
* added option parsingAndreas Steffen2006-06-141-11/+59
|
* corrected some descriptionsAndreas Steffen2006-06-131-5/+5
|
* moved RSA key size constraints to definitions.hAndreas Steffen2006-06-132-7/+7
|
* fixed down keywordMartin Willi2006-06-133-4/+5
|
* debug and logging improvementsMartin Willi2006-06-138-16/+43
|
* support for stroke listcerts|listcacerts|listcrls|listallAndreas Steffen2006-06-121-4/+4
|
* support for stroke listcerts|listcacerts|listall and left|rightca=Andreas Steffen2006-06-125-130/+200
|
* gperf creates optimum hash table for stroke keywordsAndreas Steffen2006-06-123-0/+254
|
* using same reqid if a child sa rekeys an existing oneMartin Willi2006-06-127-20/+37
|
* NULL string argument is treated as %anyAndreas Steffen2006-06-121-0/+3
|
* add_certificate() now returns pointer to added certAndreas Steffen2006-06-122-8/+8
|
* cosmeticsAndreas Steffen2006-06-124-101/+101
|
* workaround for peers rekeying at the same timeMartin Willi2006-06-1214-20/+107
| | | | | loading lifetime policies from ipsec.conf
* old child_sa gets deleted after rekeyingMartin Willi2006-06-0919-99/+583
| | | | | | rekeying almost complete, but: IKE_SA get in an invalid state when both initiate rekeying at the same time,