]> git.ipfire.org Git - thirdparty/strongswan.git/shortlog
thirdparty/strongswan.git
2013-06-11  Tobias BrunnerMerge branch 'plugin-loader'
2013-06-11  Tobias BrunnerRemoved stray *_plugin_create() declarations from heade...
2013-06-11  Tobias Brunnereap-radius: Do initialization in a plugin feature callback
2013-06-11  Tobias BrunnerRefactored plugin-loader with improved dependency resol...
2013-06-11  Tobias Brunnerandroid-log: Use plugin features
2013-06-11  Tobias Brunnerandroid-dns: Use plugin features to register attribute...
2013-06-11  Tobias Brunnermaemo: Use plugin features
2013-06-11  Tobias Brunnermedsrv: Use plugin features with dependency on database...
2013-06-11  Tobias Brunnermedcli: Use plugin features with dependency on database...
2013-06-11  Tobias Brunnerwhitelist: Use plugin features to register listener
2013-06-11  Tobias Brunnerupdown: Use plugin features to register listener and...
2013-06-11  Tobias Brunnerunity: Use plugin features to register listener and...
2013-06-11  Tobias Brunnerunit-tester: Use plugin features
2013-06-11  Tobias Brunneruci: Use plugin features to register backend and creden...
2013-06-11  Tobias Brunnersystime-fix: Use plugin features to register validator
2013-06-11  Tobias Brunnersmp: Use plugin features
2013-06-11  Tobias Brunnerradattr: Use plugin features to register listener
2013-06-11  Tobias Brunnerlookip: Use plugin features to register listener
2013-06-11  Tobias Brunnerled: Use plugin features to register listener
2013-06-11  Tobias Brunnertest-vectors: Use plugin features
2013-06-11  Tobias Brunnerrevocation: Use plugin features with soft dependencies...
2013-06-11  Tobias Brunnerpadlock: Use plugin features to properly register algor...
2013-06-11  Tobias Brunnerpkcs11: Use plugin_features_add() in get_features()
2013-06-11  Tobias Brunnerplugin-feature: Added helper function to extend arrays...
2013-06-11  Tobias Brunnerconstraints: Use plugin features with soft dependency...
2013-06-11  Tobias Brunnerblowfish: Use plugin features to properly register...
2013-06-11  Tobias Brunnerresolve: Use plugin features to register attribute...
2013-06-11  Tobias Brunnerattr: Use plugin features to register attribute provider
2013-06-11  Tobias Brunneripseckey: Allow en-/disabling at runtime using plugin...
2013-06-11  Tobias Brunneripseckey: Use plugin features and depend on RESOLVER
2013-06-11  Tobias Brunnerunbound: Use plugin features and provide RESOLVER
2013-06-11  Tobias Brunnerplugin-feature: Add feature for DNSSEC-enabled resolvers
2013-06-11  Tobias Brunnerha: Use plugin features to register listeners and attri...
2013-06-11  Tobias Brunnerfarp: Use plugin features to register listener
2013-06-11  Tobias Brunnererror-notify: Use plugin features to register listener
2013-06-11  Tobias Brunnerduplicheck: Use plugin features to register listener
2013-06-11  Tobias Brunnercoupling: Use plugin features and soft depend on SHA1
2013-06-11  Tobias Brunnercertexpire: Use plugin features to register listener
2013-06-11  Tobias Brunneraddrblock: Use plugin features with soft dependency...
2013-06-11  Tobias Brunnerdhcp: Use plugin features with dependency to RNG implem...
2013-06-11  Tobias Brunnersql: Use plugin features with dependency to database...
2013-06-11  Tobias Brunnerattr-sql: Use plugin features with dependency to databa...
2013-06-11  Tobias Brunnerplugin-feature: Function added to exactly compare plugi...
2013-06-11  Tobias BrunnerSocket plugins soft depend on the kernel-ipsec plugin...
2013-06-11  Tobias BrunnerMerge branch 'unit-tests'
2013-06-11  Tobias BrunnerSuppress log messages during tests
2013-06-11  Tobias BrunnerRemove explicit leak detective checks as these are...
2013-06-11  Tobias BrunnerEnable leak detective for all test cases
2013-06-11  Tobias BrunnerAdded tests for bio_writer_t
2013-06-11  Tobias BrunnerEnsure buffer in bio_writer_t is properly increased
2013-06-11  Tobias BrunnerAdded tests for bio_reader_t
2013-06-11  Tobias BrunnerAdd getter for the number of leaks to leak_detective_t
2013-06-11  Tobias BrunnerAdded tests for utils/enum.c
2013-06-11  Tobias BrunnerGracefully handle NULL as argument for enum_from_name()
2013-06-11  Tobias BrunnerAdditional tests for identification_t added
2013-06-11  Tobias BrunnerFail DN parsing if OID is unterminated
2013-06-11  Tobias BrunnerFix DN printing if last RDN has an empty value
2013-06-11  Tobias BrunnerFix DN parsing if last RDN has an empty value
2013-06-11  Tobias BrunnerFix output of ASN.1 GN
2013-06-11  Tobias BrunnerUse chunk_from_str in identification_from_string
2013-06-11  Tobias BrunnerUse local variable in chunk_from_str()
2013-06-11  Tobias BrunnerParse empty string as ID_ANY
2013-06-11  Tobias BrunnerAdded tests for utils/utils.[ch]
2013-06-11  Tobias BrunnerAllow memstr() to be called with NULL arguments
2013-06-11  Tobias BrunnerRemoved unused clalloc() function
2013-06-11  Tobias Brunnertimeval_add_ms() fixed
2013-06-11  Tobias BrunnerAdditional tests for chunk_t
2013-06-11  Tobias BrunnerAlso capture coverage data for tests but filter them...
2013-06-11  Tobias BrunnerAdd tests for lib->get|set
2013-06-11  Tobias BrunnerRemove dead code in token enumerator
2013-06-11  Tobias BrunnerAdditional and improved enumerator_t tests
2013-06-11  Tobias BrunnerTest remove and remove_at of hashtable_t if all items...
2013-06-11  Tobias BrunnerAdd test cases for invoke_* and clone_* of linked_list_t
2013-06-11  Tobias BrunnerImprove tests for linked_list_t.replace()
2013-06-11  Tobias BrunnerAdd additional tests for linked_list_t
2013-06-11  Tobias BrunnerImproved test for linked_list_t.insert_before()
2013-06-11  Tobias BrunnerEnable coverage report for libstrongswan
2013-06-11  Tobias BrunnerAdd --enable-coverage configure option
2013-06-11  Tobias BrunnerUse proper type for enumerator_t/linked_list_t tests
2013-06-11  Tobias BrunnerConverted test for recursive mutex_t
2013-06-11  Tobias BrunnerRandomly allocate chunk_hash() key during first use
2013-06-11  Tobias BrunnerReplace chunk_hash() with output from chunk_mac()
2013-06-11  Tobias BrunnerAdding chunk_mac() which calculates a 64-bit MAC using...
2013-06-11  Tobias BrunnerConverted tests for chunk_t
2013-06-11  Tobias BrunnerConverted and added tests for hashtable_t
2013-06-11  Tobias BrunnerConverted tests for identification_t
2013-06-11  Tobias BrunnerRemove obsolete enumerator/linked_list tests in unit_te...
2013-06-11  Tobias BrunnerAdd tests combining linked_list_t and enumerators
2013-06-11  Tobias BrunnerSome minor Doxygen fixes for linked_list_t
2013-06-11  Tobias BrunnerAdd basic tests for linked_list_t
2013-06-11  Tobias BrunnerRedirect test runner output to stderr
2013-06-11  Tobias BrunnerAdd tests for enumerator_t
2013-06-11  Tobias BrunnerAdd test runner for unit tests in libstrongswan
2013-06-11  Tobias Brunnertesting: Increase base image size so there is space...
2013-06-10  Tobias Brunnertesting: Ignore errors when searching for imcv log...
2013-06-10  Tobias BrunnerAdded missing string for full-length HMAC-SHA512 signer
2013-06-05  Tobias Brunnerattr: Fix handling of invalid IPs listed after valid...
2013-06-05  Martin Williattr: fix a compiler warning that family is used uninit...
2013-06-05  Martin WilliStrictly memwipe_check() for magic only in the affected...
2013-05-27  Tobias BrunnerAllow memwipe() to be called with NULL argument
next