Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | cosmetics in debug output | Andreas Steffen | 2007-04-06 | 1 | -14/+25 | |
| | ||||||
* | support of ldap-based crl fetching | Andreas Steffen | 2007-04-06 | 1 | -16/+190 | |
| | ||||||
* | implemented http get method | Andreas Steffen | 2007-04-03 | 2 | -4/+39 | |
| | ||||||
* | removed unneded includes | Martin Willi | 2007-03-30 | 1 | -1/+0 | |
| | ||||||
* | use CURLOPT_NOSIGNAL | Andreas Steffen | 2007-03-14 | 1 | -0/+1 | |
| | ||||||
* | cosmetics | Andreas Steffen | 2007-03-14 | 1 | -2/+2 | |
| | ||||||
* | increased control debugging output | Andreas Steffen | 2007-03-14 | 1 | -2/+2 | |
| | ||||||
* | fixed compilation warnings and errors when not using curl | Martin Willi | 2007-03-13 | 2 | -1/+6 | |
| | ||||||
* | fixed memory leak by calling curl_slist_free_all(headers) | Andreas Steffen | 2007-03-09 | 1 | -0/+1 | |
| | ||||||
* | whitelisting static Curl_getaddrinfo() memory leak | Andreas Steffen | 2007-03-09 | 1 | -0/+6 | |
| | ||||||
* | added fetcher_finalize() to clean up libcurl | Andreas Steffen | 2007-03-08 | 2 | -1/+23 | |
| | ||||||
* | http post fetching using libcurl implemented | Andreas Steffen | 2007-03-07 | 2 | -8/+146 | |
| | ||||||
* | added | Andreas Steffen | 2007-03-07 | 2 | -0/+132 | |
| | ||||||
* | corrected @ingroup to utils | Andreas Steffen | 2007-03-07 | 1 | -1/+1 | |
| | ||||||
* | merged tasking branch into trunk | Martin Willi | 2007-02-28 | 6 | -26/+134 | |
| | ||||||
* | merged EAP framework from branch into trunk | Martin Willi | 2007-02-12 | 1 | -0/+1 | |
| | | | | | includes a lot of other modifications | |||||
* | renamed all static clone() functions to avoid naming conflicts with uclibc | Martin Willi | 2007-02-01 | 2 | -4/+4 | |
| | ||||||
* | fixed HAVE_BACKTRACE checks | Martin Willi | 2006-12-11 | 1 | -1/+3 | |
| | | | | starter Makefile now uses proper $(COMPILE) to build pluto objects | |||||
* | made backtrace() calls optional to support uClibc | Martin Willi | 2006-12-06 | 1 | -0/+2 | |
| | ||||||
* | fixed very old bug in linked_list's remove_first and remove_last | Martin Willi | 2006-11-02 | 1 | -10/+18 | |
| | ||||||
* | removed iterator hook for replace | Martin Willi | 2006-11-02 | 1 | -1/+1 | |
| | ||||||
* | better split up of library files "types.h" & "definitions.h" | Martin Willi | 2006-10-31 | 10 | -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 problems | Martin Willi | 2006-10-30 | 5 | -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 '*' character | Andreas Steffen | 2006-10-30 | 1 | -7/+8 | |
| | ||||||
* | spaces should not be sanitized | Andreas Steffen | 2006-10-27 | 1 | -0/+1 | |
| | ||||||
* | improved signal handling and emitting | Martin Willi | 2006-10-26 | 1 | -6/+58 | |
| | ||||||
* | removed deprecated iterator methods (has_next & current) | Martin Willi | 2006-10-24 | 2 | -82/+59 | |
| | | | | added iterator hook to manipulate iterator the clean way | |||||
* | linked list cleanups | Martin Willi | 2006-10-24 | 2 | -99/+183 | |
| | | | | | added list methods invoke(), destroy_offset(), destroy_function() simplified list destruction when destroying its items | |||||
* | introduced new logging subsystem using bus: | Martin Willi | 2006-10-18 | 12 | -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 Willi | 2006-09-27 | 7 | -264/+247 | |
| | ||||||
* | added ID_ANY check to matches_binary() | Andreas Steffen | 2006-09-25 | 1 | -0/+5 | |
| | ||||||
* | replaced 'missing value' warning by zero length chunk_t value | Andreas Steffen | 2006-09-25 | 1 | -1/+2 | |
| | ||||||
* | fixed some compiler warnings4.0.4 | Martin Willi | 2006-09-21 | 1 | -1/+1 | |
| | ||||||
* | extended statusall output | Martin Willi | 2006-09-21 | 2 | -2/+48 | |
| | | | | | added job/event-queue statistics added allocation statistics when using LEAK_DETECTIVE | |||||
* | fixed the ids parsing bug | Andreas Steffen | 2006-09-19 | 1 | -0/+1 | |
| | ||||||
* | removed unneeded constructor | Martin Willi | 2006-08-31 | 2 | -30/+2 | |
| | ||||||
* | initial support for IPv6 (more testing needed) | Martin Willi | 2006-08-30 | 2 | -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 code | Martin Willi | 2006-07-18 | 3 | -57/+34 | |
| | | | | | | added proper traffic selector to string conversion some cleanups here & there | |||||
* | leak detective blanks memory on free & alloc, allows further membug detection | Martin Willi | 2006-07-12 | 1 | -12/+26 | |
| | ||||||
* | code cleanups | Martin Willi | 2006-07-12 | 2 | -84/+43 | |
| | ||||||
* | identification_t.matches() supports multiple wildcard counts | Andreas Steffen | 2006-07-11 | 2 | -85/+124 | |
| | ||||||
* | updated copyright information | Martin Willi | 2006-07-07 | 15 | -15/+30 | |
| | ||||||
* | updated whitelist (getprotobynumber) | Martin Willi | 2006-07-05 | 1 | -0/+2 | |
| | ||||||
* | updated leak detective whitelist | Martin Willi | 2006-07-04 | 1 | -5/+6 | |
| | ||||||
* | fixed identification_t clone to apply function pointers | Martin Willi | 2006-06-23 | 1 | -0/+3 | |
| | ||||||
* | first merge of NATT code | Martin Willi | 2006-06-22 | 3 | -5/+97 | |
| | ||||||
* | fixed whitelist detection | Martin Willi | 2006-06-20 | 1 | -4/+8 | |
| | ||||||
* | reworked function ignore mechanism to not-report whitelist | Martin Willi | 2006-06-20 | 1 | -233/+46 | |
| | | | | rather than overriding functions | |||||
* | implemented rereadcrls rereadcacerts | Andreas Steffen | 2006-06-20 | 1 | -1/+1 | |
| | ||||||
* | cosmetics (space) | Andreas Steffen | 2006-06-16 | 1 | -1/+1 | |
| |