Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Merge branch 'ikev1-clean' into ikev1-master | Martin Willi | 2012-03-20 | 49 | -1224/+3854 | |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: configure.in man/ipsec.conf.5.in src/libcharon/daemon.c src/libcharon/plugins/eap_ttls/eap_ttls_peer.c src/libcharon/plugins/eap_radius/eap_radius_accounting.c src/libcharon/plugins/eap_radius/eap_radius_forward.c src/libcharon/plugins/farp/farp_listener.c src/libcharon/sa/ike_sa.c src/libcharon/sa/keymat.c src/libcharon/sa/task_manager.c src/libcharon/sa/trap_manager.c src/libstrongswan/plugins/x509/x509_cert.c src/libstrongswan/utils.h Applied lost changes of moved files keymat.c and task_manager.c. Updated listener_t.message hook signature in new plugins. | |||||
| | * | Parse IKEv1 Cisco Load Balancing notify (can't act on it yet). | Tobias Brunner | 2012-03-20 | 2 | -2/+8 | |
| | | | ||||||
| | * | Fixed transform numbering in IKEv1 proposal. | Tobias Brunner | 2012-03-20 | 1 | -0/+1 | |
| | | | ||||||
| | * | Fix mapping of IKEv1 encapsulation mode | Martin Willi | 2012-03-20 | 1 | -1/+1 | |
| | | | ||||||
| | * | Support encoding of IKEv1 ECDSA proposals | Martin Willi | 2012-03-20 | 1 | -6/+16 | |
| | | | ||||||
| | * | Renamed CONFIGURATION_ATTRIBUTE_LENGTH to streamline it with other ATTRIBUTE ↵ | Martin Willi | 2012-03-20 | 3 | -6/+6 | |
| | | | | | | | | | | | | rules | |||||
| | * | Use ATTRIBUTE_VALUE rule in configuration attribute to parse it with correct ↵ | Martin Willi | 2012-03-20 | 1 | -1/+1 | |
| | | | | | | | | | | | | length | |||||
| | * | Added missing short enum names for DPD notify types | Martin Willi | 2012-03-20 | 1 | -1/+4 | |
| | | | ||||||
| | * | DPD_R_U_THERE defines added | Clavister OpenSource | 2012-03-20 | 2 | -1/+14 | |
| | | | ||||||
| | * | Support IKEv1 proposal encodings having both lifebytes and a lifetime | Martin Willi | 2012-03-20 | 1 | -67/+58 | |
| | | | ||||||
| | * | Add functions to set mode cfg identifier | Clavister OpenSource | 2012-03-20 | 2 | -0/+27 | |
| | | | ||||||
| | * | Accept IKEv1 INVALID_KE_INFORMATION notifies without data | Martin Willi | 2012-03-20 | 1 | -2/+2 | |
| | | | ||||||
| | * | IKEv1 ATTRIBUTES_NOT_SUPPORTED error notify added. | Tobias Brunner | 2012-03-20 | 2 | -2/+7 | |
| | | | ||||||
| | * | Give a hint that decryption failed if payload length invalid | Martin Willi | 2012-03-20 | 1 | -0/+7 | |
| | | | ||||||
| | * | Use IPSEC DOI also for ISAKMP SA deletes. | Tobias Brunner | 2012-03-20 | 1 | -1/+1 | |
| | | | ||||||
| | * | Separated libcharon/sa directory with ikev1 and ikev2 subfolders | Martin Willi | 2012-03-20 | 5 | -4/+5 | |
| | | | ||||||
| | * | Doxygen fixes | Martin Willi | 2012-03-20 | 4 | -5/+4 | |
| | | | ||||||
| | * | Always use a transform number of 1 when encoding a single transform | Martin Willi | 2012-03-20 | 1 | -3/+3 | |
| | | | ||||||
| | * | Fixed notify enum names | Martin Willi | 2012-03-20 | 1 | -1/+3 | |
| | | | ||||||
| | * | Add some additional IKEv1 notify types | Martin Willi | 2012-03-20 | 2 | -6/+21 | |
| | | | ||||||
| | * | Remove executable flag from source code files | Martin Willi | 2012-03-20 | 7 | -0/+0 | |
| | | | ||||||
| | * | Support encoding of Hybrid initiator authentication method | Martin Willi | 2012-03-20 | 1 | -0/+9 | |
| | | | ||||||
| | * | Added method to get encoded version if ID_V1 payload. | Tobias Brunner | 2012-03-20 | 2 | -0/+17 | |
| | | | ||||||
| | * | Fixed SPI size calculation in DELETE payload | Martin Willi | 2012-03-20 | 1 | -8/+7 | |
| | | | ||||||
| | * | Support IKEv1 SPIs in IKEv1 delete payload | Martin Willi | 2012-03-20 | 2 | -2/+31 | |
| | | | ||||||
| | * | Don't complain when receiving XAuth or Unity configuration attributes | Martin Willi | 2012-03-20 | 1 | -15/+38 | |
| | | | ||||||
| | * | Interpret attribute format correctly in IKEv1 configuration format | Martin Willi | 2012-03-20 | 1 | -2/+2 | |
| | | | ||||||
| | * | added functions for getting/setting ISAKMP SPI to notify payload | Clavister OpenSource | 2012-03-20 | 2 | -0/+51 | |
| | | | ||||||
| | * | En- and decode DH group attribute in quick mode SA payloads | Martin Willi | 2012-03-20 | 1 | -0/+13 | |
| | | | ||||||
| | * | use untoh64 instead of non-portable be64toh | Andreas Steffen | 2012-03-20 | 1 | -1/+1 | |
| | | | ||||||
| | * | Cleanup CERT payload constructors | Martin Willi | 2012-03-20 | 2 | -17/+22 | |
| | | | ||||||
| | * | Cleaned up certreq payload for IKEv2/IKEv1 use | Martin Willi | 2012-03-20 | 2 | -53/+52 | |
| | | | ||||||
| | * | Encode a single IP traffic selector as ID_IPV?_ADDRESS identity | Martin Willi | 2012-03-20 | 1 | -3/+16 | |
| | | | ||||||
| | * | Added missing break;s when converting ID_IP_ADDRESS types to ts, extracted ↵ | Martin Willi | 2012-03-20 | 1 | -10/+14 | |
| | | | | | | | | | | | | function | |||||
| | * | Don't use unportable htobe64 macro directly | Martin Willi | 2012-03-20 | 1 | -1/+1 | |
| | | | ||||||
| | * | certificate handling for XAuth responder. | Clavister OpenSource | 2012-03-20 | 3 | -9/+64 | |
| | | | ||||||
| | * | Setting transform number in esp proposal. | Clavister OpenSource | 2012-03-20 | 1 | -1/+1 | |
| | | | | | | | | | | | | iPhone (racoon) fails quick mode when transform number is 0 | |||||
| | * | ID_IPV4_ADDR and ID_IPV6_ADDR cases added to get_ts | Clavister OpenSource | 2012-03-20 | 1 | -0/+18 | |
| | | | ||||||
| | * | IKEv1: Added basic support for INFORMATIONAL exchange types, and for ↵ | Clavister OpenSource | 2012-03-20 | 1 | -1/+1 | |
| | | | | | | | | | | | | NOTIFY_V1 messages in the 3rd message in quick_mode. | |||||
| | * | Added payloads for IKEv1 NAT-Traversal negotiation. | Tobias Brunner | 2012-03-20 | 6 | -15/+50 | |
| | | | ||||||
| | * | Handle invalid IKEv1 hashes more specifically. | Tobias Brunner | 2012-03-20 | 1 | -0/+2 | |
| | | | ||||||
| | * | Use proper enum types in proposal_substructure. | Tobias Brunner | 2012-03-20 | 1 | -2/+2 | |
| | | | ||||||
| | * | Map auth_class to auth method and IKEv1 proposal attribute | Martin Willi | 2012-03-20 | 1 | -2/+10 | |
| | | | ||||||
| | * | Removed obsolete transform attribute setters | Martin Willi | 2012-03-20 | 2 | -92/+13 | |
| | | | ||||||
| | * | Implemented IKEv1 attribute encoding in SA payload | Martin Willi | 2012-03-20 | 5 | -8/+247 | |
| | | | ||||||
| | * | Implemented encoding of additional IKEv1 proposal attributes | Martin Willi | 2012-03-20 | 5 | -123/+173 | |
| | | | ||||||
| | * | Added not-yet used sa_payload parameters used in IKEv1 | Martin Willi | 2012-03-20 | 2 | -10/+170 | |
| | | | ||||||
| | * | IKEv1 XAuth: Add XAUTH authentication types to the enum. Added the ability ↵ | Clavister OpenSource | 2012-03-20 | 1 | -0/+17 | |
| | | | | | | | | | | | | to switch between hardcoded PSK and XAUTH_INIT_PSK authentications using a flag, default to PSK. | |||||
| | * | IKEv1 ConfigMode: Fix configuration_attribute encoding rules for IKEv1 to ↵ | Clavister OpenSource | 2012-03-20 | 1 | -1/+1 | |
| | | | | | | | | | | | | use the attribute type instead of the internal only payload type. | |||||
| | * | IKEv1 ConfigMode: Fixed cp_payload to use CONFIGURATION_ATTRIBUTE_V1 in all ↵ | Clavister OpenSource | 2012-03-20 | 1 | -1/+1 | |
| | | | | | | | | | | | | appropriate places, so the parsing is done correctly. |