]> git.ipfire.org Git - thirdparty/strongswan.git/shortlog
thirdparty/strongswan.git
2012-08-13  Tobias BrunnerMerge branch 'android-app'
2012-08-13  Tobias BrunnerEnsure thread IDs always start with 1 even if the libra...
2012-08-13  Tobias BrunnerAdded a button to the error dialog that allows to view...
2012-08-13  Tobias BrunnerUse major.minor.revision version numbers for Android...
2012-08-13  Tobias BrunnerOnly allow access to log file via explicitly created...
2012-08-13  Tobias BrunnerMenu option added that allows users to send the log...
2012-08-13  Tobias BrunnerAdd ContentProvider to access log file from other appli...
2012-08-13  Tobias BrunnerWatch for changes to the log file so we can reopen it
2012-08-13  Tobias BrunnerAdd an Activity that shows the log fragment
2012-08-13  Tobias BrunnerAdd a fragment that can display charon's log file
2012-08-13  Tobias BrunnerAdded special ScrollView with auto-scrolling feature
2012-08-13  Tobias BrunnerCharon logs to a file in the App's data directory
2012-08-13  Tobias BrunnerMoved Java to C string conversion function to android_j...
2012-08-13  Tobias BrunnerLog charon version and uname() output, split libcharon...
2012-08-13  Tobias BrunnerOnly call disconnect() from CharonVpnService if we...
2012-08-13  Tobias BrunnerLoad single certificates directly from the KeyStore...
2012-08-13  Tobias BrunnerUse colors from the Android color palette for the VPN...
2012-08-13  Tobias BrunnerLocalized title for contextual action bar
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-13  Tobias BrunnerMerge branch 'android-ndk'
2012-08-11  Tobias BrunnerDoxygen fix
2012-08-11  Tobias BrunnerAvoid problems with Doxygen by adding warn_unused_resul...
2012-08-11  Tobias BrunnerAdd warn_unused_result attributes to rng_(get|allocate...
2012-08-11  Tobias BrunnerDocumentation fixes regarding xauth-pam/eap-gtc plugins
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-10  Martin WilliIf _POSIX_SPIN_LOCKS is defined as -1, it is not available
2012-08-10  Martin WilliIf vstr printf functions are #defined, undef them befor...
2012-08-10  Martin WilliUse actual daemon name to enable XAuth/PSK with aggress...
2012-08-10  Martin WilliAdd xauth-pam/eap-gtc NEWS
2012-08-10  Martin WilliEAP-GTC can use any XAuth backend, including xauth-pam
2012-08-10  Martin WilliAdd xauth-pam, an XAuth backend verifying credentials...
2012-08-10  Martin WilliAdd getspnam_r() to leak detective whitelist
2012-08-09  Andreas Steffenmake max_message_size parameter consistent with similar...
2012-08-09  Martin WilliCheck if TLS handshake received Finished before process...
2012-08-08  Tobias BrunnerMoved main Activity to ui sub-package
2012-08-08  Tobias BrunnerMoved CharonVpnService to logic sub-package
next