aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/utils
Commit message (Expand)AuthorAgeFilesLines
* Ported tun_device de-/initialization to FreeBSDTobias Brunner2012-08-291-5/+47
* Ported tun_device initialization to OS X utunMartin Willi2012-08-281-19/+85
* Merge branch 'android-app'Tobias Brunner2012-08-138-7/+983
|\
| * Don't print hosts as %any if %+H is usedTobias Brunner2012-08-132-7/+8
| * Added utility class to create TUN devicesTobias Brunner2012-08-082-0/+465
| * Added a simple blocking queue around linked_list_tTobias Brunner2012-08-082-0/+226
| * Extended constructor for packet_t added (takes src, dst and data)Tobias Brunner2012-08-082-3/+24
| * Moved packet_t to libstrongswanTobias Brunner2012-08-082-0/+263
* | Add getspnam_r() to leak detective whitelistMartin Willi2012-08-101-0/+1
|/
* Proper fallback if capability dropping is not availableTobias Brunner2012-07-271-1/+1
* Compilation error fixed if dladdr is not availableTobias Brunner2012-07-141-0/+6
* Silence cast warning on 32-bit platformsMartin Willi2012-07-131-1/+1
* Don't set BFD_DECOMPRESS when building against older binutilsMartin Willi2012-07-131-0/+2
* Pass opaque data to printf hooks and print_in_hook()Martin Willi2012-07-134-11/+11
* Increase leak detective backtrace depth by a frameMartin Willi2012-07-131-4/+4
* Don't access tail magic when reallocating invalid memory, as it would crashMartin Willi2012-07-131-5/+7
* With --enable-bfd-backtraces, use binutils libbfd to resolve backtracesMartin Willi2012-07-132-28/+282
* Add an external method to disable leak detective temporarlyMartin Willi2012-07-132-0/+38
* Add safe_strerror() to leak detective whitelistMartin Willi2012-07-111-0/+1
* getpwnam_r and getgrnam_r are not supported by the Android NDKTobias Brunner2012-07-091-24/+69
* Refactored heavily #ifdefd capability code to its own libstrongswan classMartin Willi2012-07-042-0/+353
* Properly handle empty RDN values in DN strings.Tobias Brunner2012-06-071-3/+11
* get_match() method added to hashtable_t.Tobias Brunner2012-05-242-5/+34
* Added a convenience function to dump backtraces for gdb-less debuggingMartin Willi2012-05-212-0/+26
* Add support for dnQualifier in DNs.Tobias Brunner2012-03-292-1/+5
* Added ctime function to white listSansar Choinyambuu2011-11-281-0/+1
* Migrated host to INIT/METHOD macrosAndreas Steffen2011-10-021-53/+41
* whitelist glibc instead of TrouSerS functionsAndreas Steffen2011-09-101-3/+4
* added leaky TrouSerS functions to whitelistAndreas Steffen2011-09-081-0/+3
* Fixed host_create_from_subnet when no prefix is given.Tobias Brunner2011-07-291-1/+1
* Fixed common misspellings.Tobias Brunner2011-07-203-3/+3
* Added linked_list_t.has_more which checks if any elements follow an enumerato...Tobias Brunner2011-07-062-0/+19
* Make sure the enumerator stops after all items have been enumerated.Tobias Brunner2011-07-062-4/+23
* Linked list style cleanupsMartin Willi2011-07-061-47/+46
* Finally removed deprecated iterator_t.Tobias Brunner2011-07-063-354/+21
* Removed unneeded and confusing insert_after method from linked_list_t.Tobias Brunner2011-07-062-25/+6
* Added a function to reset the enumerator of a linked list.Tobias Brunner2011-07-062-0/+14
* Replaced simple iterator usages.Tobias Brunner2011-07-061-1/+1
* "this" removed from comments.Tobias Brunner2011-07-062-5/+0
* Added a replace function to linked_list_t.Tobias Brunner2011-07-062-0/+24
* Added an insert_after and insert_before function to linked_list_t.Tobias Brunner2011-07-062-43/+91
* Migrated linked_list_t to INIT/METHOD macros.Tobias Brunner2011-07-061-174/+119
* Use better packing of leak-detective memory_header to align pointersMartin Willi2011-05-251-5/+5
* Summarize leaks with identical backtraces, as we do it with memusageMartin Willi2011-05-251-88/+98
* Keep count of remaining elements to enumerate in hashtable_t.Tobias Brunner2011-05-241-1/+8
* Replaced linked_list_t usage in hashtable_t with custom list implementation.Tobias Brunner2011-05-241-124/+92
* Fix some warnings triggered by gcc 4.6 -Wunused-but-set-variableMartin Willi2011-05-191-2/+8
* Added a leak detective method to report current memory usage with backtracesMartin Willi2011-05-162-0/+101
* Make leak detective publicMartin Willi2011-05-161-1/+0
* Migrated leak_detective to INIT/METHOD macrosMartin Willi2011-05-161-12/+12