]> git.ipfire.org Git - thirdparty/strongswan.git/shortlog
thirdparty/strongswan.git
2017-07-03  Tobias Brunnerandroid: Make app handling and selection of apps config...
2017-07-03  Tobias Brunnerandroid: Add simple activity for the selection of apps
2017-07-03  Tobias Brunnerandroid: Add list fragment for the selection of apps
2017-07-03  Tobias Brunnerandroid: Add filterable adapter for list of installed...
2017-07-03  Tobias Brunnerandroid: Add list item layout for installed/selected...
2017-07-03  Tobias Brunnerandroid: Add class that wraps ApplicationInfo for selec...
2017-07-03  Tobias Brunnerandroid: Handle checked state in activated background
2017-07-03  Tobias Brunnerandroid: Add text color for checkable list entries
2017-07-03  Tobias Brunnerandroid: Add a linear layout that is checkable
2017-07-03  Tobias Brunnerandroid: Add convenience methods to get/set selected...
2017-07-03  Tobias Brunnerandroid: Import selected/excluded apps from profile...
2017-07-03  Tobias Brunnerandroid: Apply selected apps according to config
2017-07-03  Tobias Brunnerandroid: Add property for selected apps to VPN profiles
2017-07-03  Tobias Brunnerandroid: Make custom subnets configurable in the GUI
2017-07-03  Tobias Brunnerandroid: Import custom subnets from profile file
2017-07-03  Tobias Brunnerandroid: Use configured included subnets instead of...
2017-07-03  Tobias Brunnerandroid: Add ability to add a range set to another
2017-07-03  Tobias Brunnerandroid: Add property for included subnets to VPN profiles
2017-07-03  Tobias Brunnerandroid: Make excluded subnets configurable in the GUI
2017-07-03  Tobias Brunnerandroid: Import excluded subnets from profile file
2017-07-03  Tobias Brunnerandroid: Exclude configured subnets from the VPN
2017-07-03  Tobias Brunnerandroid: Implement Iterable interface and addAll()...
2017-07-03  Tobias Brunnerandroid: Add ability to remove a range set from another
2017-07-03  Tobias Brunnerandroid: Parse two addresses separated by - as range
2017-07-03  Tobias Brunnerandroid: Add property for excluded subnets to VPN profiles
2017-07-03  Tobias Brunnerandroid: Add class to manage a set of IP address ranges...
2017-07-03  Tobias Brunnerandroid: Add class to handle IP ranges and subnets
2017-07-03  Tobias Brunnerandroid: Log some information about the Android version...
2017-07-03  Tobias Brunnerandroid: Escape backslashes in settings values
2017-07-03  Tobias Brunnerandroid: Use a specific action to disconnect from the VPN
2017-07-03  Tobias Brunnerandroid: Try to load existing user cert when importing...
2017-07-03  Tobias Brunnerandroid: Enable revocation plugin
2017-07-03  Tobias Brunnerandroid: Add a simple HTTP(S) fetcher for CRLs
2017-07-03  Tobias Brunnerandroid: Use LOCAL_LDLIBS to link libdl
2017-07-03  Tobias Brunnerandroid: Make log view more efficient
2017-06-30  Tobias Brunnerandroid: Don't update state fragment if not attached...
2017-06-30  Tobias Brunnerandroid: Make sure every listener at the VPN state...
2017-06-30  Tobias Brunnerandroid: Add menu item to import VPN profile via Storag...
2017-06-30  Tobias Brunnerandroid: Add translation for Traditional Chinese
2017-06-30  Tobias Brunnerandroid: Move Simplified Chinese translation to values...
2017-06-30  Tobias Brunnerandroid: Update Gradle plugin and wrapper
2017-06-29  Tobias Brunnerconfigure: Install charon-systemd.conf
2017-06-26  Tobias Brunnerikev1: Only delete redundant CHILD_SAs if configured
2017-06-20  Tobias Brunnerconfigure: Enable coverage for all plugins via PLUGIN_C...
2017-06-20  Tobias Brunneripsec: Remove `starter` as valid command in --help
2017-06-14  Tobias Brunneropenssl: Properly handle flags in key usage extension
2017-06-14  Tobias Brunnercharon-tkm: Return cloned host from tkm_kernel_sad_t...
2017-06-07  Tobias Brunnerconfigure: Use pkg-config to determine Ruby CFLAGS...
2017-05-30  Tobias Brunnernm: Version bump to 1.4.2
2017-05-29  Andreas SteffenVersion bump to 5.5.3 5.5.3
2017-05-29  Tobias BrunnerNEWS: Add info about CVE-2017-9022/23
2017-05-29  Andreas Steffenx509: nameConstraints sequence does not require a loop
2017-05-29  Andreas Steffenunit-tests: Updated asn1-parser tests
2017-05-29  Andreas Steffenasn1-parser: Fix CHOICE parsing
2017-05-29  Tobias Brunnergmp: Make sure the modulus is odd and the exponent...
2017-05-29  Andreas Steffenimv-swid: Fixed memory leak in http REST interface
2017-05-29  Andreas Steffenleak-detective: Whitelisted memory leaks in FHH IMCs...
2017-05-29  Andreas Steffenimv-test: Fixed memory leak in server retry use case
2017-05-29  Andreas Steffenlibtnccs: Fixed memory leak of global variables in...
2017-05-29  Tobias Brunnerike-cfg: Fix memory leak when matching against ranges
2017-05-26  Tobias BrunnerNEWS: Added some news
2017-05-26  Tobias Brunnerike: Apply retransmission_limit before applying the...
2017-05-26  Tobias Brunnereap-sim-file: Remove redundant enumerator allocation
2017-05-26  Tobias Brunnersql: Remove redundant enumerator allocation
2017-05-26  Tobias Brunnertesting: Add wrapper around service command
2017-05-26  Tobias BrunnerFixed some typos, courtesy of codespell
2017-05-26  Tobias Brunnerapidoc: Add legacy README so links get properly resolved
2017-05-26  Andreas Steffentesting: Added swanctl/rw-eap-md5-id-rsa scenario
2017-05-26  Andreas SteffenREADME: Converted to swanctl configuration scheme
2017-05-26  Tobias BrunnerMerge branch 'variadic-enumerators'
2017-05-26  Tobias Brunnerlinked-list: Change return value of find_first() and...
2017-05-26  Tobias Brunnerlinked-list: Change interface of callback for invoke_fu...
2017-05-26  Tobias Brunnerlinked-list: invoke_offset() doesn't take any additiona...
2017-05-26  Tobias BrunnerChange interface for enumerator_create_filter() callback
2017-05-26  Tobias BrunnerMigrate all enumerators to venumerate() interface change
2017-05-26  Tobias Brunnerenumerator: Add venumerate() method to enumerator_t...
2017-05-26  Tobias Brunnerutils: Add helper macros to read variadic arguments...
2017-05-26  Tobias Brunnertesting: Fix ikev2/two-certs scenario
2017-05-26  Tobias BrunnerMerge branch 'sha-256-96'
2017-05-26  Tobias Brunnervici: Make 96-bit truncation for SHA-256 configurable
2017-05-26  Tobias Brunnerstroke: Make 96-bit truncation for SHA-256 configurable
2017-05-26  Tobias Brunnerchild-cfg: Optionally use 96-bit truncation for HMAC...
2017-05-26  Tobias Brunnerandroid-log: Link against liblog
2017-05-24  Tobias Brunnerunit-tests: Fix test_chunk_eq() if arguments have side...
2017-05-23  Tobias BrunnerMerge branch 'avoid-rekey-loss'
2017-05-23  Tobias Brunnerunit-tests: Check installed IPsec SAs in child-rekey...
2017-05-23  Tobias Brunnerunit-tests: Add assert to check for installed IPsec SAs
2017-05-23  Tobias Brunnerunit-tests: Migrate cached IPsec SAs to new IKE_SAs...
2017-05-23  Tobias Brunnerunit-tests: Keep track of installed IPsec SAs in mock...
2017-05-23  Tobias Brunnerchild-delete: Delay the removal of the inbound SA of...
2017-05-23  Tobias Brunnerdelete-child-sa-job: Add new constructor that takes...
2017-05-23  Tobias Brunnerchild-sa: Remove state to track installation of half...
2017-05-23  Tobias Brunnerunit-tests: Overload helper macro to check for outbound...
2017-05-23  Tobias Brunnerchild-sa: Expose state of the outbound SA
2017-05-23  Tobias Brunnerchild-sa: Add method to remove the outbound SA and...
2017-05-23  Tobias Brunnerchild-sa: Keep track whether the outbound SA has been...
2017-05-23  Tobias Brunnerchild-delete: Track flags per individual CHILD_SA
2017-05-23  Tobias Brunnerikev2: Delay installation of outbound SAs during rekeyi...
2017-05-23  Tobias Brunnerchild-sa: Add log message for CHILD_SA state changes
2017-05-23  Tobias Brunnerchild-sa: Add method to associate rekeyed CHILD_SAs...
next