aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* report installation failure of inbound and/or outbound IPsec SA, separatelyAndreas Steffen2009-07-131-8/+11
|
* great, I got my comma backAndreas Steffen2009-07-121-1/+1
|
* pluto supports AES_CCM and AES_GCM ESP algorithmsAndreas Steffen2009-07-127-221/+349
|
* put variable definitions up frontAndreas Steffen2009-07-121-5/+8
|
* cosmeticsAndreas Steffen2009-07-121-3/+3
|
* added listener.h to charon_SOURCESAndreas Steffen2009-07-121-0/+1
|
* use the configured NM connection id as configuration/IKE_SA nameMartin Willi2009-07-101-45/+58
|
* fixed state check if establishing the CHILD_SA failsMartin Willi2009-07-101-1/+1
|
* use the new updown()/rekey() hooks to track the state of NetworkManager ↵Martin Willi2009-07-101-41/+49
| | | | connections
* update libfreeswan/pfkeyv2.hAndreas Steffen2009-07-101-13/+20
|
* added AES_CTR, AES_CCM, and AES_GCM stringsAndreas Steffen2009-07-101-19/+26
|
* implemented ike_down() bus hookMartin Willi2009-07-095-31/+103
|
* implemented ike_up() bus hookMartin Willi2009-07-093-0/+40
|
* implemented child_down() bus hookMartin Willi2009-07-091-2/+17
|
* implemented child_up() bus hookMartin Willi2009-07-097-9/+72
|
* implemented ike_rekey()/child_rekey() bus hooksMartin Willi2009-07-094-0/+92
|
* added new listener callbacks to track SAsMartin Willi2009-07-091-0/+40
|
* moved listener_t interface definition to a separate fileMartin Willi2009-07-095-108/+134
|
* enforced strongSwan coding rulesAndreas Steffen2009-07-091-126/+130
|
* added a RADIUS id_prefix option to prefix the IMSIMartin Willi2009-07-091-5/+16
|
* memxor does not access unaligned words anymore, but still uses words if possibleMartin Willi2009-07-081-9/+32
|
* fixed doxygen section pgpMartin Willi2009-07-081-0/+3
|
* fixed two doxygen warningsMartin Willi2009-07-081-2/+4
|
* remove obsolete child_cfg_t.equal_traffic_selectors() methodMartin Willi2009-07-072-42/+0
|
* child_cfg matching code prefers a config containing the first proposed TSMartin Willi2009-07-071-21/+47
|
* added missing equals() method assignment for ID_ANY identitiesMartin Willi2009-07-071-1/+2
|
* use architecture specific Elf headerMartin Willi2009-07-061-1/+1
|
* centralized ID type specific method assignement in generic constructorMartin Willi2009-07-061-105/+69
|
* removed obsolete init_rdn()/get_next_rdn() functionsMartin Willi2009-07-061-124/+0
|
* reimplemented dnota() using RDN enumeratorMartin Willi2009-07-061-72/+44
|
* added a chunk_printable() function (replaces sanitize_chunk)Martin Willi2009-07-062-0/+40
|
* replaced {same,match}_dn() by compare_dn(), using the RDN enumeratorMartin Willi2009-07-061-156/+93
|
* fixed memleak if RND parsing failsMartin Willi2009-07-061-0/+1
|
* added unit test for identification_t.matches()Martin Willi2009-07-062-0/+54
|
* added unit test for identification_t.equals()Martin Willi2009-07-062-0/+88
|
* contains_wildcard() for DNs uses RDN enumeratorMartin Willi2009-07-061-19/+11
|
* added unit test for identification_t.contains_wildcard()Martin Willi2009-07-062-0/+41
|
* simplified identification_t.clone() using memcpyMartin Willi2009-07-061-7/+2
|
* use an enumerator to parse RDNs, based on asn1_unwrap() functionMartin Willi2009-07-061-119/+145
|
* make filter enumerator methods staticMartin Willi2009-07-061-3/+3
|
* asn1_unwrap() function to parse ASN.1 objects with length/typeMartin Willi2009-07-062-1/+59
|
* make ecp_x_coordinate_only = yes the defaultAndreas Steffen2009-07-061-2/+4
|
* ecp_x_coordinate only option allows ECP interoperability with MS WindowsAndreas Steffen2009-07-062-9/+24
|
* support of OpenPGP V4 fingerprintsAndreas Steffen2009-07-041-22/+40
|
* corrected commentAndreas Steffen2009-07-041-1/+1
|
* listen for CHILD_SA state changes only until it has been installedMartin Willi2009-07-031-3/+5
|
* updated copyright statementAndreas Steffen2009-07-037-1/+7
|
* added additional sanity checks to asn1_length() parsingMartin Willi2009-07-031-9/+16
|
* added -avoid-version to LDFLAGS, plugins are not versionedMartin Willi2009-07-0347-47/+47
|
* defer MOBIKE update if we have no route to the peerMartin Willi2009-07-022-0/+42
|