]> git.ipfire.org Git - thirdparty/strongswan.git/history - src/libstrongswan/utils.c
Correctly install DNS servers on Android if frontend is not used.
[thirdparty/strongswan.git] / src / libstrongswan / utils.c
2011-06-07  Tobias BrunnerProperly print time differences.
2011-05-09  Martin WilliAdded a memwipe() function to safely overwrite sensitiv...
2011-03-09  Martin WilliUse a boolean expression for refcount check, fixes...
2011-01-05  Martin WilliMigrated psk/pubkey_authenticators to INIT/METHOD macros
2010-10-04  Martin WilliFixed status_t enum names definition
2010-04-06  Tobias BrunnerAdding DBG_LIB to all calls of libstrongswan's version...
2010-03-08  Tobias BrunnerAdding the OpenSSL plugin to the Android build.
2010-03-08  Tobias BrunnerAdding a helper function that translates single charact...
2010-03-03  Tobias BrunnerThe return value of snprintf is int not size_t.
2010-03-02  Tobias BrunnerFixing some includes by replacing <> with "".
2009-12-23  Tobias BrunnerUse pthread_cond_timedwait_monotonic on Android.
2009-11-12  Martin WilliFix word alignement in memxor() on 64-bit architectures
2009-09-04  Martin Willireplaces four spaces by tabs, where appropriate
2009-09-04  Martin Williremoved trailing spaces ([[:space:]]+$)
2009-08-31  Martin Williuse monotonic time source in convar->timed_wait, and...
2009-08-31  Martin Williimplemented a monotonic timestamping function, unaffect...
2009-07-15  Martin Willicast pointers to uintptr_t for alignement check
2009-07-08  Martin Willimemxor does not access unaligned words anymore, but...
2009-04-30  Tobias Brunnerremoving svn keyword $Id$ from all files
2009-04-30  Tobias Brunnermerging changes from portability branch back to trunk
2009-04-24  Martin Williadded return_true/false() dummy functions
2009-03-12  Tobias Brunnerprintf hooks refactored to increase portability (i...
2008-12-03  Tobias Brunneradded memstr and extract_token_str helper functions
2008-12-02  Martin Williref_get()/ref_put() use atomic gcc operations if suppor...
2008-12-02  Martin Williadded time.h include for struct tm
2008-11-26  Martin Willimemxor() tweaks, as it is heavily used in xcbc
2008-08-28  Tobias Brunnermkdir_p: utility function to create a directory and...
2008-04-17  Martin Williextended credential_set_t interface by a cache_cert...
2008-03-19  Martin Willifixed CRL check return value on revoked certificates
2008-03-13  Martin Willimerged the modularization branch (credentials) back...