]> git.ipfire.org Git - thirdparty/strongswan.git/shortlog
thirdparty/strongswan.git
2012-03-20  Tobias BrunnerFixed missing shared_key initialization in main_mode...
2012-03-20  Martin WilliUse version specific DELETE payload identifier in ike_d...
2012-03-20  Martin WilliActivate DELETE tasks when queued
2012-03-20  Martin WilliFix IKEv1 DELETE subtask creation and processing
2012-03-20  Martin WilliHandle DELETE as responder as INFORMATIONAL subtask
2012-03-20  Martin WilliClose SA immediately after sending an INFORMATIONAL...
2012-03-20  Martin WilliMoved responder informational handling to task
2012-03-20  Martin WilliRemove unused status type
2012-03-20  Martin WilliCheck if IKEv1 exchange type matches before handling...
2012-03-20  Martin WilliUse informational task in quick mode to send notifies
2012-03-20  Martin WilliCleaned up notification sending in IKEv1 task manager
2012-03-20  Martin WilliUse informational taks to send notify errors
2012-03-20  Martin WilliAdded a task stub to create and process IKEv1 informati...
2012-03-20  Martin WilliAllow IKEv1 tasks to return ALREADY_DONE to flush all...
2012-03-20  Martin WilliSupport flushing of single tasks queues in IKEv1 task...
2012-03-20  Martin WilliDouble check if we have a packet before retransmitting it
2012-03-20  Tobias BrunnerFixed memory leak when handling IKEv1 error notifications.
2012-03-20  Tobias BrunnerDestroy IKE_SA after failed XAuth authentication.
2012-03-20  Tobias BrunnerAdded generic XAuth backend, using secrets provided...
2012-03-20  Tobias BrunnerRemoved xauth-null dummy plugin.
2012-03-20  Clavister OpenSourceAdded possibility to send notifications from the Quick...
2012-03-20  Clavister OpenSourceSetting Protocol ID of notifys sent from task manager...
2012-03-20  Martin WilliIf no IKEv1 shared key found for hosts, try to find...
2012-03-20  Martin WilliLog peer cfg enumeration externally for flexibility
2012-03-20  Martin WilliAccept NULL identities passed to peer config enumeration
2012-03-20  Martin WilliFixed authentication method selection for main mode...
2012-03-20  Martin WilliUse virtual IP to substitute dynamic traffic selectors...
2012-03-20  Martin WilliQueue Mode Config tasks when required
2012-03-20  Martin WilliAdded IKEv1 Mode Config task based on IKEv2 ike_config
2012-03-20  Martin WilliAdded missing XAuth auth_class enum name
2012-03-20  Martin WilliReject quick modes if IKE_SA not yet established
2012-03-20  Martin WilliUse a common function to set IKE_SA to established
2012-03-20  Martin WilliBe less verbose if plugin dependecy not satisfied
2012-03-20  Martin WilliDon't complain when receiving XAuth or Unity configurat...
2012-03-20  Martin WilliInterpret attribute format correctly in IKEv1 configura...
2012-03-20  Martin WilliImplemented responder part of XAUTH task
2012-03-20  Martin WilliImplemented initiator part of xauth task
2012-03-20  Martin WilliAsk for a username/password in xauth-null as XAUTH...
2012-03-20  Martin WilliGet first XAuth backend if none configured
2012-03-20  Martin WilliAccept a xauth backend name appended to left/rightauth
2012-03-20  Martin WilliAdded auth_cfg option to select XAUTH backend to use
2012-03-20  Martin WilliRemove unused task swap_initiator method
2012-03-20  Martin WilliUse a string to identify xauth backends, no need for...
2012-03-20  Martin WilliRemove xauth_authenticator, we handle it in the task
2012-03-20  Martin WilliUse a second authentication config to configure XAUTH...
2012-03-20  Martin WilliReplace xauth_request task with a new stub where we...
2012-03-20  Martin WilliAdded missing auth_method_t enum names
2012-03-20  Martin WilliDefined hybrid IKEv1 authentication methods
2012-03-20  Clavister OpenSourceSome notification errors added to main_mode process_r
2012-03-20  Clavister OpenSourceEncrypt INFORMATIONAL exchange if needed
2012-03-20  Clavister OpenSourceAdded possibility to send notification if task_manager...
2012-03-20  Clavister OpenSourceAdded status code to status_t
2012-03-20  Clavister OpenSourceadded functions for getting/setting ISAKMP SPI to notif...
2012-03-20  Clavister OpenSourceHandling of initial contact
2012-03-20  Clavister OpenSourceAdded retransmissions for initiator.
2012-03-20  Martin WilliCleaned up quick mode notify processing
2012-03-20  Martin WilliAdd support for KE payloads in IKEv1 quick mode (PFS)
2012-03-20  Martin WilliEn- and decode DH group attribute in quick mode SA...
2012-03-20  Martin WilliUse authenticators in IKEv1 main mode
2012-03-20  Martin WilliAdded a factory function for IKEv1 authenticators
2012-03-20  Martin WilliImplemented IKEv1 pubkey SIG payload processing in...
2012-03-20  Martin WilliImplemented IKEv1 PSK HASH payload processing in separa...
2012-03-20  Clavister OpenSourceHandle incoming delete messages
2012-03-20  Andreas Steffenuse untoh64 instead of non-portable be64toh
2012-03-20  Martin WilliImplemented post-authentication certificate handling...
2012-03-20  Martin WilliCleanup CERT payload constructors
2012-03-20  Martin WilliImplemented pre-authentication certificate handling...
2012-03-20  Martin WilliAdded task types for IKEv1 certificate handling
2012-03-20  Martin WilliCleaned up certreq payload for IKEv2/IKEv1 use
2012-03-20  Martin WilliReverted ike_cert tasks to IKEv2 only, we use dedicated...
2012-03-20  Tobias BrunnerInstall SAs with UDP encapsulation during Quick Mode.
2012-03-20  Martin WilliFix support for plain RSA authentication in IKEv1,...
2012-03-20  Martin WilliFix referencing of multiple CERTREQ payload with IKEv1...
2012-03-20  Martin WilliEncode a single IP traffic selector as ID_IPV?_ADDRESS...
2012-03-20  Martin WilliAdded missing break;s when converting ID_IP_ADDRESS...
2012-03-20  Martin WilliDon't use unportable htobe64 macro directly
2012-03-20  Martin WilliImplement htoun/untoh64 with potentially faster htobe64...
2012-03-20  Andreas Steffenfixed copy-and-paste error
2012-03-20  Andreas Steffenextended bio_reader and bio_writer to handle u_int64_t
2012-03-20  Clavister OpenSourceXAUTH additions for certificates.
2012-03-20  Clavister OpenSourcesignature payload handling.
2012-03-20  Clavister OpenSourcecertificate tasks added to passive list for responder
2012-03-20  Clavister OpenSourcecertificate handling for XAuth responder.
2012-03-20  Clavister OpenSourcekeymat: derive_ike_keys updated with XAUTH RSA:s
2012-03-20  Clavister OpenSourceSetting transform number in esp proposal.
2012-03-20  Clavister OpenSourceID_IPV4_ADDR and ID_IPV6_ADDR cases added to get_ts
2012-03-20  Andreas Steffenversion bump to 5.0.0dr1
2012-03-20  Clavister OpenSourceIKEv1: Added basic support for INFORMATIONAL exchange...
2012-03-20  Clavister OpenSourceIKEv1 XAuth: Added changes to Makefile.am to compile...
2012-03-20  Tobias BrunnerDon't stop processing tasks if one returns SUCCESS.
2012-03-20  Clavister OpenSourceIKEv1 XAuth: Added a "NULL" XAuth plugin which sends...
2012-03-20  Clavister OpenSourceIKEv1 XAuth: Added plugin support for XAuth, which...
2012-03-20  Clavister OpenSourceIKEv1 XAuth: Add XAuth defines for plugin types.
2012-03-20  Tobias BrunnerAdd NAT-OA payloads during Quick Mode if transport...
2012-03-20  Tobias BrunnerNegotiate UDP encapsulation during Quick Mode if NAT...
2012-03-20  Tobias BrunnerTask added for IKEv1 NAT detection.
2012-03-20  Tobias BrunnerCreate negotiated hasher earlier during Main Mode so...
2012-03-20  Tobias BrunnerAdded a function to keymat_v1 to create the hasher...
2012-03-20  Tobias BrunnerMessage rules for IKEv1 NAT-T payloads added.
2012-03-20  Clavister OpenSourceIKEv1 XAuth: Moving the state change to IKE_CONNECTED...
next