Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | attempt to achieve consistent debugging output | Andreas Steffen | 2008-03-19 | 1 | -1/+1 | |
| | ||||||
* | two small fixes | Tobias Brunner | 2008-03-13 | 2 | -2/+2 | |
| | ||||||
* | merged the modularization branch (credentials) back to trunk | Martin Willi | 2008-03-13 | 21 | -1420/+1547 | |
| | ||||||
* | find methods for linked lists | Tobias Brunner | 2008-02-14 | 2 | -0/+105 | |
| | ||||||
* | fixed tabs | Andreas Steffen | 2008-02-04 | 1 | -6/+6 | |
| | ||||||
* | refactored optionsfrom as in an object-oriented way using the options_t ↵ | Andreas Steffen | 2008-02-04 | 2 | -42/+151 | |
| | | | | class. Eliminated all memory leaks | |||||
* | 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 | |
| |