]> git.ipfire.org Git - thirdparty/strongswan.git/shortlog
thirdparty/strongswan.git
2012-03-20  Tobias BrunnerAdded support for iKEIntermediate flag to ipsec pki.
2012-03-20  Tobias BrunnerAdded support for iKEIntermediate X.509 extended key...
2012-03-20  Tobias BrunnerSome whitespace fixes.
2012-03-20  Tobias BrunnerLog parsed unsigned ints with proper format strings.
2012-03-20  Martin WilliSend different notifies if quick mode fails
2012-03-20  Martin WilliSupport flushing of task queue after building message...
2012-03-20  Martin WilliConsider notify errors fatal only during main mode
2012-03-20  Martin WilliDelete CHILD_SA if installing SA in third message fails
2012-03-20  Martin WilliAdded a quick_delete task flag to enforce delete, even...
2012-03-20  Martin WilliSend delete if Main Mode authentication fails as initiator
2012-03-20  Martin WilliSend notifies in all error cases of Main Mode
2012-03-20  Martin WilliAdd some additional IKEv1 notify types
2012-03-20  Martin WilliDo not trust unprotected INFORMATIONALS, just print...
2012-03-20  Martin WilliUse (as client) and verify (as server) configured XAuth...
2012-03-20  Martin WilliAdded an identity getter to XAuth methods to query...
2012-03-20  Martin WilliBe a little more verbose about XAuth configs in ipsec...
2012-03-20  Martin WilliPass ipsec.conf xauth_identity option via stroke to...
2012-03-20  Martin WilliStore Main Mode identity even if XAuth-only is used...
2012-03-20  Martin WilliAdded an XAUTH identity to use or require for XAuth...
2012-03-20  Martin WilliCheck authorization constraints after main mode completed
2012-03-20  Martin WilliStop checking once a key size constraint is not fulfilled
2012-03-20  Martin WilliSave authentication info collected during main mode...
2012-03-20  Martin WilliFlush auth configs, if enabled, for both IKEv1 and...
2012-03-20  Martin WilliFixed return value if SIG payload missing
2012-03-20  Martin WilliShow auth method of config we are looking for in main...
2012-03-20  Martin WilliFixed IKEv1 prf+ keymat expansion beyond 320 bits
2012-03-20  Martin WilliRemove executable flag from source code files
2012-03-20  Martin WilliRemoved IKEv1 specific code from child_delete task
2012-03-20  Martin WilliUse IKEv1 specific tasks to close Quick Mode SAs
2012-03-20  Martin WilliAdded a dedicated IKEv1 task to delete CHILD_SAs
2012-03-20  Martin WilliClose IKE_SA directly after sending the delete
2012-03-20  Martin WilliRemoved IKEv1 specific code from ike_delete task
2012-03-20  Martin WilliUse the IKEv1 specific delete in IKEv1 SAs
2012-03-20  Martin WilliAdded a dedicated delete task for IKEv1 IKE_SAs
2012-03-20  Martin WilliUse a single task_type_t enum name for ME and non-ME...
2012-03-20  Martin WilliSend certificates and requests when using Hybrid authen...
2012-03-20  Martin WilliLook for an XAuth authentication config both in the...
2012-03-20  Martin WilliAdded hybrid authentication support to Main Mode
2012-03-20  Martin WilliSupport encoding of Hybrid initiator authentication...
2012-03-20  Martin WilliAdded a IKEv1 hybrid authenticator based on Pubkey...
2012-03-20  Tobias BrunnerUse real ID payload to build HASH_I|R for Main Mode...
2012-03-20  Tobias BrunnerCreate authenticators right when they are used during...
2012-03-20  Tobias BrunnerAdded method to get encoded version if ID_V1 payload.
2012-03-20  Martin WilliIgnore additional TRANSACTION request if we already...
2012-03-20  Martin WilliKeep a history of received response hashes to detect...
2012-03-20  Martin WilliNarrow down received and configured traffic selector...
2012-03-20  Martin WilliDon't send a retransmit for a request we never have...
2012-03-20  Martin WilliPrint unsigned IKEv1 message IDs
2012-03-20  Tobias BrunnerLog selected peer config during Main Mode.
2012-03-20  Tobias BrunnerLog configured IKE version in stroke plugin.
2012-03-20  Tobias BrunnerFixed SIGSEGV when logging peer config matches.
2012-03-20  Martin WilliAdded a bunch of well known IKEv1 vendor IDs to database
2012-03-20  Martin WilliUse a generic IKEv1 vendor ID database to send and...
2012-03-20  Martin WilliFixed compiler warning (set but unused variable)
2012-03-20  Martin WilliQueue a TRANSACTION message for later processing if...
2012-03-20  Martin WilliFixed leak of shared keys in xauth-generic plugin
2012-03-20  Martin WilliFree list after removing the last local credential...
2012-03-20  Martin WilliFixed SPI size calculation in DELETE payload
2012-03-20  Martin WilliReset task manager state when build() completes an...
2012-03-20  Martin WilliInclude COOKIES in IKEv1 delete payloads
2012-03-20  Martin WilliSupport IKEv1 SPIs in IKEv1 delete payload
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
next