]> git.ipfire.org Git - thirdparty/strongswan.git/shortlog
thirdparty/strongswan.git
2012-08-13  Tobias BrunnerGerman translation added
2012-08-13  Tobias BrunnerShow MainActiviy if the user clicks 'Configure' in...
2012-08-13  Tobias BrunnerKeep reporting the error until the user dismisses it
2012-08-13  Tobias BrunnerShow an error dialog when errors occur while establishi...
2012-08-13  Tobias BrunnerShow a button to disconnect the VPN once it is established
2012-08-13  Tobias BrunnerShow current VPN state and profile name
2012-08-13  Tobias BrunnerAdd a fragment to MainActivity which will display the...
2012-08-13  Tobias BrunnerUse a separate (volatile) variable for certificate...
2012-08-13  Tobias BrunnerDon't set the source address on Android
2012-08-13  Tobias BrunnerClose IKE_SA on Android immediately if setting up CHILD...
2012-08-13  Tobias BrunnerReduce number of retransmits on Android
2012-08-13  Tobias BrunnerJob added which handles plain text packets read from...
2012-08-13  Tobias BrunnerAdded a handler that writes inbound plain text packets...
2012-08-13  Tobias BrunnerAdd simple callbacks to receive/send ESP packets via...
2012-08-13  Tobias BrunnerAdd routes based on the installed IPsec policies to...
2012-08-13  Tobias BrunnerAdd virtual IP to the TUN device builder
2012-08-13  Tobias BrunnerCreate a TUN device via VpnService.Builder once the...
2012-08-13  Tobias BrunnerAn Android specific attribute handler installs DNS...
2012-08-13  Tobias BrunnerNative counterpart of VpnService.Builder added, exposed...
2012-08-13  Tobias BrunnerAdapter class added around VpnService.Builder which...
2012-08-13  Tobias BrunnerDon't print hosts as %any if %+H is used
2012-08-13  Tobias BrunnerAdd support for '+' in custom format specifiers
2012-08-13  Tobias BrunnerInitiate an SA via native JNI method
2012-08-13  Tobias BrunnerHelper function added that retrieves a local IP address
2012-08-13  Tobias Brunnerandroid_service_t handles initiation of an SA and track...
2012-08-13  Tobias BrunnerAndroid specific credential set also provides user...
2012-08-13  Tobias BrunnerAdded an Android specific credential set that provides...
2012-08-13  Tobias BrunnerCharonVpnService provides a function to get trusted...
2012-08-13  Tobias BrunnerFunction added that allows to update VPN state via JNI
2012-08-13  Tobias BrunnerAdd a function to disconnect any current VPN connection
2012-08-13  Tobias BrunnerImplement kernel_ipsec_t.bypass_socket() via JNI and...
2012-08-13  Tobias BrunnerCharonVpnService binds to VpnStateService and does...
2012-08-13  Tobias BrunnerCharonVpnService reacts on Intents and properly inits...
2012-08-13  Tobias BrunnerService added that keeps track of VPN state and notifie...
2012-08-13  Tobias BrunnerAdd an Android specific kernel_ipsec_t implementation
2012-08-13  Tobias BrunnerAdd an Android specific kernel_net_t implementation
2012-08-13  Tobias BrunnerClone the current VPN profile before updating the password
2012-08-13  Tobias BrunnerAllow VpnProfile objects to be cloned
2012-08-13  Tobias BrunnerPrompt the user for a password if none is configured...
2012-08-13  Tobias BrunnerAllow selection of a CA certificate for a VPN profile
2012-08-13  Tobias BrunnerSimplified asynchronous loading of CA certificates...
2012-08-13  Tobias BrunnerAdded simple adapter for trusted certificates (to be...
2012-08-13  Tobias BrunnerKeep a global reference to the CharonVpnService object...
2012-08-13  Tobias BrunnerAdd signal handler for fatal signals to libandroidbridge
2012-08-13  Tobias BrunnerSet default log level in libandroidbridge
2012-08-13  Tobias BrunnerRenamed main Activity (shorter name in Launcher)
2012-08-13  Tobias BrunnerMainActivity starts CharonVpnService if a VpnProfile...
2012-08-13  Tobias BrunnerMenu option added to reload cached CA certificates
2012-08-13  Tobias BrunnerShow progress bar in ActionBar while loading cached...
2012-08-13  Tobias BrunnerHelper function added to handle Java exceptions in...
2012-08-13  Tobias BrunnerDon't attach to actual Java threads (or already attache...
2012-08-13  Tobias BrunnerInitially load CA certificates when the main Activity...
2012-08-13  Tobias BrunnerTrusted CA certificates are loaded and cached by a...
2012-08-13  Tobias BrunnerRemove restriction to portrait orientation
2012-08-13  Tobias BrunnerUse Holo as theme
2012-08-13  Tobias BrunnerMake click events on the profile list available to...
2012-08-11  Tobias BrunnerUse a contextual action bar to edit and delete selected...
2012-08-11  Tobias BrunnerProvide a menu with options to save VPN profiles
2012-08-11  Tobias BrunnerThe list fragment uses a menu to provide an option...
2012-08-11  Tobias BrunnerAdded an activity to edit basic VPN profile details
2012-08-11  Tobias BrunnerShow list fragment in main activity
2012-08-11  Tobias BrunnerFragment added to list the VPN profiles
2012-08-11  Tobias BrunnerAdded a custom adapter and layout to display VPN profil...
2012-08-11  Tobias BrunnerAdded class to simplify access to database of VPN profiles
2012-08-11  Tobias BrunnerAdded class to move around VPN profiles in the Android App
2012-08-11  Tobias BrunnerReplaced launcher icon with a more appropriate one
2012-08-08  Tobias BrunnerMoved main Activity to ui sub-package
2012-08-08  Tobias BrunnerMoved CharonVpnService to logic sub-package
2012-08-08  Tobias BrunnerGlobal charonservice_t object added to libandroidbridge
2012-08-08  Tobias BrunnerAdded functions to attach/detach native threads to...
2012-08-08  Tobias BrunnerMoved JNI helper macros to a separate file
2012-08-08  Tobias BrunnerUse strongSwan logo as icon
2012-08-08  Tobias BrunnerFixed ip_packet_t if IPv6 is not available
2012-08-08  Tobias BrunnerAdded utility class to create TUN devices
2012-08-08  Tobias BrunnerAdded IPsec processor which is responsible for handling...
2012-08-08  Tobias BrunnerRepresent the payload of an ESP packet as ip_packet_t...
2012-08-08  Tobias BrunnerIPsec policies can be looked up based on an IP packet
2012-08-08  Tobias Brunnerip_packet_t parses the header of IP packets
2012-08-08  Tobias BrunnerOrder IPsec policies by a pseudo-priority based on...
2012-08-08  Tobias BrunnerImplemented a checkout/checkin mechanism for IPsec SAs
2012-08-08  Tobias BrunnerIPsec policy manager added
2012-08-08  Tobias BrunnerMethod added to easily compare IPsec policies
2012-08-08  Tobias BrunnerClass representing an IPsec policy added
2012-08-08  Tobias BrunnerSchedule and relay expiration events for created IPsec SAs
2012-08-08  Tobias BrunnerAdded class to relay IPsec events (like expiration...
2012-08-08  Tobias BrunnerAdded IPsec SA manager
2012-08-08  Tobias BrunnerAdd methods to easily compare IPsec SAs
2012-08-08  Tobias BrunnerClass representing an IPsec SA added
2012-08-08  Tobias BrunnerMoved types used by kernel_ipsec_t interface (and libip...
2012-08-08  Tobias BrunnerUse a CALLBACK feature to create charon's sender and...
2012-08-08  Tobias BrunnerAdded a simple blocking queue around linked_list_t
2012-08-08  Tobias Brunneresp_packet_t implements packet_t interface
2012-08-08  Tobias BrunnerExtended constructor for packet_t added (takes src...
2012-08-08  Tobias BrunnerMoved packet_t to libstrongswan
2012-08-08  Tobias BrunnerHeaders from libhydra (kernel interface related) are...
2012-08-08  Tobias BrunnerESP packet wrapper added, handles encryption/decryption...
2012-08-08  Tobias BrunnerAdding class to manage ESP context (crypto, sequence...
2012-08-08  Tobias BrunnerAdded a method to bio_writer_t that allows to skip...
2012-08-08  Tobias BrunnerAdded a method to bio_writer_t that allows to extract...
2012-08-08  Tobias BrunnerAdded methods to bio_reader_t to read data from end...
next