aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/utils
Commit message (Collapse)AuthorAgeFilesLines
...
* cosmetics in debug outputAndreas Steffen2007-04-061-14/+25
|
* support of ldap-based crl fetchingAndreas Steffen2007-04-061-16/+190
|
* implemented http get methodAndreas Steffen2007-04-032-4/+39
|
* removed unneded includesMartin Willi2007-03-301-1/+0
|
* use CURLOPT_NOSIGNALAndreas Steffen2007-03-141-0/+1
|
* cosmeticsAndreas Steffen2007-03-141-2/+2
|
* increased control debugging outputAndreas Steffen2007-03-141-2/+2
|
* fixed compilation warnings and errors when not using curlMartin Willi2007-03-132-1/+6
|
* fixed memory leak by calling curl_slist_free_all(headers)Andreas Steffen2007-03-091-0/+1
|
* whitelisting static Curl_getaddrinfo() memory leakAndreas Steffen2007-03-091-0/+6
|
* added fetcher_finalize() to clean up libcurlAndreas Steffen2007-03-082-1/+23
|
* http post fetching using libcurl implementedAndreas Steffen2007-03-072-8/+146
|
* addedAndreas Steffen2007-03-072-0/+132
|
* corrected @ingroup to utilsAndreas Steffen2007-03-071-1/+1
|
* merged tasking branch into trunkMartin Willi2007-02-286-26/+134
|
* merged EAP framework from branch into trunkMartin Willi2007-02-121-0/+1
| | | | | includes a lot of other modifications
* renamed all static clone() functions to avoid naming conflicts with uclibcMartin Willi2007-02-012-4/+4
|
* fixed HAVE_BACKTRACE checksMartin Willi2006-12-111-1/+3
| | | | starter Makefile now uses proper $(COMPILE) to build pluto objects
* made backtrace() calls optional to support uClibcMartin Willi2006-12-061-0/+2
|
* fixed very old bug in linked_list's remove_first and remove_lastMartin Willi2006-11-021-10/+18
|
* removed iterator hook for replaceMartin Willi2006-11-021-1/+1
|
* better split up of library files "types.h" & "definitions.h"Martin Willi2006-10-3110-66/+30
| | | | | | | | | centralized all printf specifier character definitions reuse of arginfo handlers more cleanups fixed more AMD64 issues added DEBUG_LEVEL compile flag to exclude DBGn() statements
* moved typedefs to beginning of files to solve some include problemsMartin Willi2006-10-305-22/+17
| | | | | | | splitted authenticator to have a separate implementation for each auth_method_t using va_copy to clone va_lists, should fix proplems on AMD64 some other cleanups
* do not sanitize '*' characterAndreas Steffen2006-10-301-7/+8
|
* spaces should not be sanitizedAndreas Steffen2006-10-271-0/+1
|
* improved signal handling and emittingMartin Willi2006-10-261-6/+58
|
* removed deprecated iterator methods (has_next & current)Martin Willi2006-10-242-82/+59
| | | | added iterator hook to manipulate iterator the clean way
* linked list cleanupsMartin Willi2006-10-242-99/+183
| | | | | added list methods invoke(), destroy_offset(), destroy_function() simplified list destruction when destroying its items
* introduced new logging subsystem using bus:Martin Willi2006-10-1812-1490/+78
| | | | | | | passive listeners can register on the bus active listeners wait for signals actively multiplexing allows multiple listeners to receive debug signals a lot more...
* (no commit message)Martin Willi2006-09-277-264/+247
|
* added ID_ANY check to matches_binary()Andreas Steffen2006-09-251-0/+5
|
* replaced 'missing value' warning by zero length chunk_t valueAndreas Steffen2006-09-251-1/+2
|
* fixed some compiler warnings4.0.4Martin Willi2006-09-211-1/+1
|
* extended statusall outputMartin Willi2006-09-212-2/+48
| | | | | added job/event-queue statistics added allocation statistics when using LEAK_DETECTIVE
* fixed the ids parsing bugAndreas Steffen2006-09-191-0/+1
|
* removed unneeded constructorMartin Willi2006-08-312-30/+2
|
* initial support for IPv6 (more testing needed)Martin Willi2006-08-302-83/+251
| | | | | | | | | socket works (without v6 filter) traffic selector handle IPv4/v4 cleanly improvements in traffic selector code kernel interface accepts v6 traffic selectors and hosts host_t class has full IPv6 support
* cleanups in kernel interface codeMartin Willi2006-07-183-57/+34
| | | | | | added proper traffic selector to string conversion some cleanups here & there
* leak detective blanks memory on free & alloc, allows further membug detectionMartin Willi2006-07-121-12/+26
|
* code cleanupsMartin Willi2006-07-122-84/+43
|
* identification_t.matches() supports multiple wildcard countsAndreas Steffen2006-07-112-85/+124
|
* updated copyright informationMartin Willi2006-07-0715-15/+30
|
* updated whitelist (getprotobynumber)Martin Willi2006-07-051-0/+2
|
* updated leak detective whitelistMartin Willi2006-07-041-5/+6
|
* fixed identification_t clone to apply function pointersMartin Willi2006-06-231-0/+3
|
* first merge of NATT codeMartin Willi2006-06-223-5/+97
|
* fixed whitelist detectionMartin Willi2006-06-201-4/+8
|
* reworked function ignore mechanism to not-report whitelistMartin Willi2006-06-201-233/+46
| | | | rather than overriding functions
* implemented rereadcrls rereadcacertsAndreas Steffen2006-06-201-1/+1
|
* cosmetics (space)Andreas Steffen2006-06-161-1/+1
|