]> git.ipfire.org Git - thirdparty/strongswan.git/history - src/libfast
pki: Added option rsa-padding=pss-max-salt
[thirdparty/strongswan.git] / src / libfast /
2018-09-17  Tobias BrunnerFixed some typos, courtesy of codespell
2018-05-23  Tobias BrunnerFixed some typos, courtesy of codespell
2018-05-23  Tobias BrunnerUnify format of HSR copyright statements
2017-11-15  Tobias BrunnerFixed some typos, courtesy of codespell
2016-06-14  Martin Williconfigure: Check for and explicitly link against -latomic
2015-11-23  Tobias Brunnersigwaitinfo() may fail with EINTR if interrupted by...
2015-10-29  Tobias BrunnerReplace usages of sigwait(3) with sigwaitinfo(2)
2014-06-04  Martin WilliMerge branch 'win'
2014-06-04  Martin Williplugins: Don't link with -rdynamic on Windows
2014-01-23  Martin WilliMerge branch 'chunk-mmap'
2014-01-23  Martin Willilibfast: Use chunk_map() instead of non-portable mmap()
2013-09-11  Tobias BrunnerBuild all shared libraries with -no-undefined and link...
2013-07-18  Martin Williautomake: replace INCLUDES by AM_CPPFLAGS
2013-07-18  Martin Willilibfast: cancel thread if it fails to accept fcgi sessions
2013-07-18  Martin Willilibfast: add a fast_ prefix to all classes, avoiding...
2013-03-18  Martin WilliMerge branch 'stroke-counters'
2013-03-18  Martin WilliMerge branch 'stroke-timeout'
2013-03-07  Martin WilliMerge branch 'pt-tls'
2013-03-02  Tobias BrunnerFixed Doxygen comments after scanning complete src...
2012-10-24  Tobias BrunnerMoved debug.[ch] to utils folder
2012-10-24  Tobias BrunnerMoved data structures to new collections subfolder
2012-10-02  Martin WilliAdd a libfast sendfile() method to send files from... 5.0.1
2012-09-28  Tobias BrunnerFixed check for rng in session ID creation of libfast
2012-09-28  Tobias BrunnerProperly initialize sockaddr_in struct in fast and...
2012-07-16  Martin WilliCheck rng return value when generating libfast session...
2012-07-11  Martin WilliInstall dev headers only if --with-dev-headers= option...
2012-07-11  Martin WilliInstall libfast development headers
2012-03-20  Martin WilliMerge branch 'ikev1-clean' into ikev1-master
2012-01-12  Tobias BrunnerFixed additional typos in comments and log messages.
2011-11-25  Tobias Brunnerlibfast: Fixed compiler warning.
2011-09-02  Martin WilliCheck if ClearSilver actually requires zlib
2011-07-06  Tobias Brunner"this" removed from comments.
2011-07-05  Tobias BrunnerDon't install the libraries directly in lib/.
2011-06-15  Martin WilliWe actually need to link against libz, as neo libraries...
2011-06-15  Martin WilliSet cookies for the complete domain
2011-06-15  Martin WilliMigrated libfast to INIT/METHOD macros
2011-06-01  Martin Willilibfast does not depend on zlib directly, clearsilver...
2011-01-05  Martin WilliAdded a null-safe strdup variant
2010-11-17  Martin WilliAdded getter for arbitrary environment variables
2010-05-27  Martin WilliAdded support for reading raw PUT/POST data from HTTP...
2010-04-28  Martin WilliReintroduce to_referer(), redirect() does not work...
2010-04-28  Martin WilliUse a 301 permanent redirect if no controller given
2010-04-07  Martin WilliRemove to_referer() method, as it fails if no referer...
2010-04-06  Tobias BrunnerAdding DBG_LIB to all calls of libstrongswan's version...
2010-03-11  Martin WilliAdded a very minimalistic SMTP client to send mails...
2010-03-10  Martin WilliAdd a getter for the HTTP referer
2009-12-23  Tobias BrunnerUsing the thread wrapper in charon, libstrongswan and...
2009-12-23  Tobias BrunnerCheck if libpthread is required or not.
2009-12-23  Tobias BrunnerSeparated the public interfaces of the threading primit...
2009-12-23  Tobias BrunnerMoved mutex.c to a separate folder in order to cleanly...
2009-12-08  Martin WilliImproved libfast session management, using a hashtable
2009-09-11  Martin Williadded lost session cookie buffer
2009-09-11  Martin WilliRemoved chunk_from_buf() in favor of a simpler chunk_fr...
2009-09-10  Martin Willidouble check session id has been initialized
2009-09-10  Martin Williremove obsolete @brief doxygen tags
2009-09-10  Martin WilliUse wrapped mutex_t/condvar_t instead of pthread_mutex...
2009-09-10  Martin Willilibfast uses enumerator instead of deprecated iterator
2009-09-04  Martin Williremove spaces before tabs at the beginning of lines...
2009-09-04  Martin Willireplaces four spaces by tabs, where appropriate
2009-09-04  Martin Williremoved trailing spaces ([[:space:]]+$)
2009-08-31  Martin Williuse time_monotonic() instead of time() for statistics...
2009-04-30  Tobias Brunnerremoving svn keyword $Id$ from all files
2009-03-24  Martin Williupdated Doxyfile
2008-06-11  Martin Willipassing controller arguments to filter, not controller...
2008-04-24  Martin Willireplaced freeswan ttodata by own chunk_{to|from}_{hex...
2008-04-15  Martin Williadded API for random number generators, served through...
2008-03-27  Martin Willifixed memory leak in dispatcher
2008-03-13  Martin Willimerged the modularization branch (credentials) back...