]> git.ipfire.org Git - thirdparty/strongswan.git/shortlog
thirdparty/strongswan.git
2008-12-17  Martin Williupdated documentation
2008-12-16  Tobias Brunnerimproved IKE_SA uniqueness check
2008-12-16  Martin Willipurge certificates after IKE_AUTH response has been...
2008-12-15  Martin Willireimplemented certificate cache:
2008-12-15  Martin Willisignal each entry condvar after enumeration, required...
2008-12-15  Martin Williadded an additional frame to lock profiling backtraces
2008-12-12  Martin Willido not respawn cancelled threads if we are shutting...
2008-12-12  Martin Willifixed possible deadlock in checkin_and_destroy
2008-12-12  Martin Williavoid DNS lookup if possible
2008-12-12  Martin Williexecute events if difference is 0, prevents a busywait
2008-12-12  Martin Williload tester got a "shutdown_when_complete" option,...
2008-12-12  Martin Willidaemon exports main_thread_id, sends SIGTERM to the...
2008-12-12  Martin Willileak detective binds execution to a signle core, avoids...
2008-12-12  Martin Williwait until all IKE_SAs are in-house before destroying...
2008-12-11  Tobias Brunneraddress extensions refactored
2008-12-11  Martin Willifixed usage of "leases" command
2008-12-10  Tobias Brunnernat_traversal in manpage corrected
2008-12-10  Tobias Brunnerfixing checkout of IKE SAs with only the initiator SPI
2008-12-10  Tobias Brunnerincreasing the performance of checkout_duplicate by...
2008-12-10  Tobias Brunnerinitial size of 1 is nonsense
2008-12-10  Tobias Brunnerincremental version of chunk_hash
2008-12-10  Martin Willilist assigned leases using "ipsec leases"
2008-12-10  Martin Williadded IKE_SA established timer to "ipsec statusall"
2008-12-09  Martin Williusing rwlock to parallel build credentials
2008-12-09  Martin Williuse thread-safe variant of gmtime
2008-12-09  Martin Willifixed load-tester shared key lookup
2008-12-09  Martin Willipurge auth_info when IKE_SA is established, releases...
2008-12-09  Martin Willilimit number of ADDITIONAL_IPV*_ADDR notifies
2008-12-09  Martin Willilist pools and usage in ipsec statusall
2008-12-09  Martin Williextended stroke in-memory pool to use hash-tables
2008-12-09  Martin Willifixed hashtable->get_count() after doubling table size
2008-12-09  Martin Willirequire explicit enabling of load-testing plugin
2008-12-08  Martin Willigenerating different initiator identities, configs...
2008-12-08  Martin Williremoved debugging leftovers
2008-12-08  Martin Willifixed out-of-tree build of scepclient
2008-12-08  Martin Willibasic x509 certificate generation
2008-12-08  Martin Williwhitelisted another pthread_setspecific implementation
2008-12-05  Martin Williaccept NULL values in hashtable enumerator
2008-12-05  Martin Willihashtable enumerator enumerates over both, key and...
2008-12-05  Martin Williadded actual ikev2bis draft
2008-12-05  Martin Willipass identity to release_address(), allows providers...
2008-12-04  Andreas Steffenextended changeset [4753]
2008-12-04  Tobias Brunnerimplemented the policy cache in kernel_netlink_ipsec_t...
2008-12-04  Tobias Brunnerfixed off by one error
2008-12-04  Martin Willifixed copy-paste bug (double-free)
2008-12-04  Martin Willireset pointer for a clean destruction
2008-12-04  Martin Willihandling peer_match with higher priority tan ike_match...
2008-12-04  Martin Willileak whitelisting of OPENSSL_config()
2008-12-04  Andreas Steffensuppress output from leak-detective in openac
2008-12-04  Andreas Steffenload openac plugins explicitly
2008-12-04  Andreas Steffenfixed refactoring error in openac
2008-12-04  Andreas Steffensuppress leak-detective stderr output in ipsec pool
2008-12-04  Andreas Steffenfixed double free of host in sadb_address2ts
2008-12-04  Andreas Steffenenable leak-detective and integrity-test in UML tests...
2008-12-03  Tobias Brunneradd support for smartcards in charon by using the ENGIN...
2008-12-03  Tobias Brunnerenable quoted tokens in the token enumerator
2008-12-03  Tobias Brunnerfixed compiler warning
2008-12-03  Tobias Brunneradded memstr and extract_token_str helper functions
2008-12-03  Tobias Brunneradding general purpose hash table
2008-12-03  Martin Willifixed double free of host in selector2ts
2008-12-02  Martin Williref_get()/ref_put() use atomic gcc operations if suppor...
2008-12-02  Martin Williadded a --disable-threads ./configure option for pluto
2008-12-02  Martin Williuse DBG_ANY to set all loglevels
2008-12-02  Martin Williadded time.h include for struct tm
2008-12-01  Martin Willisome task queueing improvements:
2008-12-01  Andreas Steffenre-established lost default auth sys_logger
2008-11-28  Martin Willischedule rekeying when activating passive IKE_SAs
2008-11-28  Martin Willido not delete passive IKE_SAs
2008-11-28  Martin Williadded a PASSIVE IKE_SA state to manage it externally
2008-11-28  Martin Willipass SKd to derive_ike_keys() to have a more interopera...
2008-11-28  Martin Willifixed a double-unlock bug, showed up when using rwlocks...
2008-11-27  Martin Williuse rwlocks in backend manager to allow simultaneous...
2008-11-27  Martin Williuse a rwlock in attribute manager to allow simultaneous...
2008-11-27  Martin Williremove attribute provider in SQL plugin destruction
2008-11-27  Martin Williadded an include hack to build starter without gmp.h
2008-11-27  Martin Willifixed pluto out-of-tree builds
2008-11-27  Martin Willitoken enumerator missed the last token if it contains...
2008-11-26  Martin Willicheckin of non-existing IKE_SAs
2008-11-26  Martin Williremoved private parser function pointers, allows compil...
2008-11-26  Martin Williremoved private generator function pointers, allows...
2008-11-26  Martin Williinlined some short chunk functions, showed up in the...
2008-11-26  Martin Willimemxor() tweaks, as it is heavily used in xcbc
2008-11-26  Tobias Brunnerallow to globally disable DOS protection by setting...
2008-11-25  Tobias Brunneroptimized the scheduler for performance by replacing...
2008-11-25  Tobias Brunnerreplacing the pthread_mutex in scheduler_t with the...
2008-11-25  Tobias Brunnerperformance optimization for the DOS protection.
2008-11-25  Andreas Steffenfixed crash due to missing function call parameter
2008-11-25  Andreas Steffenuse static IPsec policy iptables rule for alice in...
2008-11-24  Martin Willifixed set_message_id() on IKE_SA
2008-11-24  Martin Williset message IDs on IKE_SAs
2008-11-24  Martin Willimoved the IPV6_IPSEC_POLICY definition to the ipsec...
2008-11-23  Martin Williadded a "load_tester.auth" option: "pubkey" (default...
2008-11-23  Martin Williproper cancellation of load-testing initiators
2008-11-22  Martin Williadded a MODP_NULL Diffie Hellman group to avoid calcula...
2008-11-21  Martin Williexpecting int sized length arguments to chunk_split...
2008-11-20  Tobias Brunnerfixing Makefile of the nm plugin (avoids including...
2008-11-20  Tobias Brunneroptimized ike_sa_manager for concurrent access (default...
2008-11-19  Martin Willifixed lock-profiler help message
2008-11-19  Martin Willirefactored and cleaned up child_sa interface
2008-11-18  Tobias Brunnerfixing compilation on systems lacking linux/xfrm.h
next