Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixed memrchr compiler warning | Martin Willi | 2007-11-19 | 1 | -0/+2 |
| | |||||
* | search : delimiter in ipsec.secrets entries from the rear | Andreas Steffen | 2007-11-16 | 2 | -2/+37 |
| | |||||
* | replaced strncmp() == 0 by strneq() | Andreas Steffen | 2007-10-07 | 1 | -3/+11 |
| | |||||
* | cosmetics | Andreas Steffen | 2007-10-07 | 1 | -0/+3 |
| | |||||
* | implemented enumerator for linked_list | Martin Willi | 2007-10-04 | 2 | -1/+63 |
| | |||||
* | moved enumerator from libappserv to libstrongswan | Martin Willi | 2007-10-04 | 2 | -0/+101 |
| | |||||
* | more libstrongswan-like error handling in optionsfrom | Martin Willi | 2007-10-03 | 2 | -51/+32 |
| | |||||
* | added vsyslog to leak detectives white list | Martin Willi | 2007-09-27 | 1 | -1/+2 |
| | | | | removed debugging hook on openac cleanup | ||||
* | added all required includes | Andreas Steffen | 2007-09-18 | 1 | -0/+1 |
| | |||||
* | fixed to bugs in optionsfrom.c | Andreas Steffen | 2007-09-18 | 1 | -0/+4 |
| | |||||
* | added new version of optionsfrom using libstrongswan | Andreas Steffen | 2007-09-18 | 2 | -0/+199 |
| | |||||
* | prototype implemementation of an sqlite configuration backend | Martin Willi | 2007-09-18 | 1 | -2/+9 |
| | |||||
* | replaced hex_str() by fprintf(#B) for printing unknown OIDs | Andreas Steffen | 2007-08-14 | 1 | -16/+3 |
| | |||||
* | made linked lists invoke() method consistent to clone_*() and destroy_*() ↵ | Martin Willi | 2007-08-09 | 2 | -5/+28 |
| | | | | methods | ||||
* | added two methods to clone linked lists and the contained objects. | Tobias Brunner | 2007-07-31 | 2 | -0/+57 |
| | |||||
* | updated XML interface to new schema | Martin Willi | 2007-07-19 | 1 | -1/+1 |
| | |||||
* | implemented more flexible iterator hook API | Martin Willi | 2007-06-15 | 2 | -33/+68 |
| | | | | kernel interface handles interface changes and updates address list | ||||
* | case insensitive identification_t.equals() for FQDN and RFC822ADDR | Martin Willi | 2007-06-14 | 1 | -3/+25 |
| | |||||
* | disabling leak detective at runtime by setting LEAK_DETECTIVE_DISABLE env var | Martin Willi | 2007-06-08 | 1 | -3/+14 |
| | |||||
* | added #define LDAP_DEPRECATED in order to use old ldap_init() function | Andreas Steffen | 2007-05-24 | 1 | -0/+3 |
| | |||||
* | cloning %any ID without zero-byte memleak | Martin Willi | 2007-04-16 | 1 | -1/+4 |
| | |||||
* | two %any IDs are equal | Martin Willi | 2007-04-11 | 1 | -2/+9 |
| | |||||
* | restructured file layout | Martin Willi | 2007-04-10 | 1 | -1/+1 |
| | | | | | | | | | new configuration structure: peer_cfg: configuration related to a peer (authenitcation, ...= ike_cfg: config to use for IKE setup (proposals) child_Cfg: config for CHILD_SA (proposals, traffic selectors) a peer_cfg has one ike_cfg and multiple child_cfg's stroke now uses fixed count of threads | ||||
* | 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 |