]> git.ipfire.org Git - thirdparty/strongswan.git/shortlog
thirdparty/strongswan.git
2010-09-02  Tobias Brunnerpluto: Do not close all file descriptors on startup...
2010-09-02  Tobias Brunnerpluto: Added a generic event queue.
2010-09-02  Tobias Brunnerpluto: Fixed the reqid that is passed to the updown...
2010-09-02  Tobias Brunnerpluto: Migrated setup_half_ipsec_sa to libhydra's kerne...
2010-09-02  Tobias Brunnerpluto: Removed unneeded get_proto_reqid.
2010-09-02  Tobias Brunnerpluto: Added missing return_on in out_sa.
2010-09-02  Tobias Brunnerpluto: Use time_monotonic() instead of time() for use...
2010-09-02  Tobias Brunnerpluto: Removed KLIPS specific code from was_eroute_idle.
2010-09-02  Tobias Brunnerpluto: Migrated get_sa_info to libhydra's kernel interface.
2010-09-02  Tobias Brunnerpluto: Migrated teardown_half_ipsec_sa to libhydra...
2010-09-02  Tobias Brunnerpluto: Adapted sag_eroute to the new signature of erout...
2010-09-02  Tobias Brunnerpluto: Migrated raw_eroute to libhydra's kernel interface.
2010-09-02  Tobias Brunnerpluto: Added a function to create a traffic_selector_t...
2010-09-02  Tobias Brunnerpluto: Migrated update_ipsec_sa to libhydra's kernel...
2010-09-02  Tobias Brunnerpluto: Functions to convert IKEv1 ESP algos to IKEv2...
2010-09-02  Tobias Brunnerpluto: Refactored IKEv2/IKEv1 crypto algorithm conversi...
2010-09-02  Tobias BrunnerDo not overwrite the original mode when installing...
2010-09-02  Tobias Brunnerpluto: Removed KLIPS specific algorithm detection.
2010-09-02  Tobias Brunnerpluto: Removed KLIPS specific bare shunt scanning.
2010-09-02  Tobias BrunnerAdded support for different policy types in kernel_netl...
2010-09-02  Tobias BrunnerAdded an option to specify the type of a policy to...
2010-09-02  Tobias Brunnerpluto: Migrated get_my_cpi to libhydra's kernel interface.
2010-09-02  Tobias Brunnerpluto: Migrated get_ipsec_spi to libhydra's kernel...
2010-09-02  Tobias BrunnerAdded support for combined IPComp/ESP/AH policies in...
2010-09-02  Tobias BrunnerReplaced the protocol argument in add_policy with an...
2010-09-02  Tobias BrunnerInitialize the thread pool in pluto.
2010-09-02  Tobias BrunnerRefer to scheduler and processor via lib and not hydra.
2010-09-02  Tobias BrunnerMoved scheduler and thread pool to libstrongswan.
2010-09-02  Tobias BrunnerMoved all kernel plugins to libhydra.
2010-09-02  Tobias BrunnerMoved ipsec_transform_t to kernel_ipsec.h in libhydra.
2010-09-02  Tobias BrunnerRefer to kernel interface via hydra and not charon.
2010-09-02  Tobias BrunnerMoved kernel interface to libhydra.
2010-09-02  Tobias BrunnerRemoved references to protocol_id_t from kernel interface.
2010-09-02  Tobias BrunnerMigrated child_sa_t to INIT/METHOD macros.
2010-09-02  Tobias BrunnerMoved roam job creation to kernel event handler.
2010-09-02  Tobias BrunnerRefer to scheduler via hydra and not charon.
2010-09-02  Tobias BrunnerMoved scheduler_t to libhydra.
2010-09-02  Tobias BrunnerMoved migrate job creation to kernel event handler.
2010-09-02  Tobias BrunnerMoved update SA job creation to kernel event handler.
2010-09-02  Tobias BrunnerMoved delete/rekey CHILD_SA job creation to kernel...
2010-09-02  Tobias BrunnerMoved acquire job creation to kernel event handler.
2010-09-02  Tobias BrunnerAdded kernel event handler stub.
2010-09-02  Tobias BrunnerAll kernel listener hooks are optional.
2010-09-02  Tobias BrunnerAdded listener handling to kernel interface.
2010-09-02  Tobias BrunnerAdded an interface for kernel event listeners.
2010-09-02  Tobias BrunnerSome minor comment fixes.
2010-09-02  Tobias BrunnerSome whitespace and code style fixes.
2010-09-02  Tobias BrunnerDo not include files from libcharon in libhydra.
2010-09-02  Tobias BrunnerMove callback_job_t to libhydra.
2010-09-02  Tobias BrunnerFixing Doxygen groups after moving processor.
2010-09-02  Tobias BrunnerRefer to processor via hydra and not charon.
2010-09-02  Tobias BrunnerMove processor_t (thread-pool) to libhydra.
2010-09-02  Martin WilliSupport different hash/sig algorithms in handshake...
2010-09-02  Martin WilliAdded TLS ClientCertificateType identifiers
2010-09-02  Martin WilliAdded TLS specific Hash and Signature Algorithm identifiers
2010-09-02  Martin WilliFixed typos in tls_writer method descriptions
2010-09-02  Martin WilliRespect key types in stroke key/certificate backend
2010-09-02  Martin WilliAdded an enumerator for registered credential builders
2010-09-02  Martin WilliMigrated credential_factory to INIT/METHOD macros
2010-09-01  Andreas Steffenadapted evaltest.dat to new RULE_OCSP_VALIDATION
2010-09-01  Andreas Steffencosmetics in debug output
2010-08-31  Andreas Steffendefined aaa_identity
2010-08-31  Andreas Steffenincrease number of message due to large certificate...
2010-08-31  Andreas Steffenclarified debug output
2010-08-31  Andreas Steffenfixed typo
2010-08-31  Martin WilliDo not process any more TLS handshake messages on fatal...
2010-08-31  Martin WilliLoad a left/rightcert2 for EAP-TLS even if no left...
2010-08-31  Martin WilliStrictly check if the server certificate matches the...
2010-08-31  Martin WilliUse the AAA Identity for EAP authentication, if given
2010-08-31  Martin WilliAdded support for the ipsec.conf aaa_identity keyword
2010-08-31  Martin WilliAdded an AAA identity authentication config option
2010-08-31  Martin WilliAdded strongswan.conf options for EAP-TLS/TTLS fragment...
2010-08-31  Martin WilliSupport processing of partial TLS record headers
2010-08-31  Martin WilliMigrated EAP-TTLS to the generic TLS helper
2010-08-31  Martin WilliMigrated EAP-TLS to the generic TLS helper
2010-08-31  Martin WilliImplemented a generic TLS EAP helper to implement EAP...
2010-08-31  Martin WilliSupport output fragmentation of TLS records
2010-08-31  Martin WilliMoved EAP type/code definitions to a seprate header...
2010-08-31  Martin WilliImplemented buffering of partial records in TLS stack
2010-08-31  Martin WilliLog TLS handshake subtypes as handshakes
2010-08-31  Martin WilliAdded a TLS debug level option, use debugging hook
2010-08-31  Martin WilliDo not strdup() zero length strings in identification_c...
2010-08-31  Tobias BrunnerCorrected some URLs.
2010-08-30  Tobias BrunnerEnable the generation of unencrypted messages (e.g...
2010-08-30  Andreas Steffenfixed typos
2010-08-30  Andreas Steffenfixed copy-and-paste errors
2010-08-30  Andreas Steffencreated an eap-tnc method hull
2010-08-30  Andreas Steffenfor the time being assume a single request/response...
2010-08-30  Tobias BrunnerPort floating patch partially reversed.
2010-08-30  Tobias BrunnerSlightly refactored port floating.
2010-08-30  Andreas Steffendefined EAP-TNC
2010-08-30  Martin WilliUnwrap crlNumber INTEGER in openssl CRL parsing
2010-08-30  Martin WilliAdded crl support to pki --print
2010-08-30  Tobias BrunnerTypo in doxygen comment fixed.
2010-08-30  Tobias BrunnerFixed ME after introduction of AEAD wrapper.
2010-08-30  Martin WilliFixed pluto smartcard support after introducing encrypt...
2010-08-29  Andreas Steffenreplaced ikev2/esp-alg-aes-ctr by ikev2/alg-aes-ctr
2010-08-29  Andreas Steffenadded ctr ccm and gcm plugins to ikev2/rw-cert scenario
2010-08-29  Andreas Steffenadded ctr ccm and gcm plugins to openssl-ikev2/rw-cert...
2010-08-29  Andreas Steffenadded ctr ccm and gcm plugins to gcrypt-ikev2/rw-cert...
next