aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/utils
Commit message (Collapse)AuthorAgeFilesLines
* fixed memrchr compiler warningMartin Willi2007-11-191-0/+2
|
* search : delimiter in ipsec.secrets entries from the rearAndreas Steffen2007-11-162-2/+37
|
* replaced strncmp() == 0 by strneq()Andreas Steffen2007-10-071-3/+11
|
* cosmeticsAndreas Steffen2007-10-071-0/+3
|
* implemented enumerator for linked_listMartin Willi2007-10-042-1/+63
|
* moved enumerator from libappserv to libstrongswanMartin Willi2007-10-042-0/+101
|
* more libstrongswan-like error handling in optionsfromMartin Willi2007-10-032-51/+32
|
* added vsyslog to leak detectives white listMartin Willi2007-09-271-1/+2
| | | | removed debugging hook on openac cleanup
* added all required includesAndreas Steffen2007-09-181-0/+1
|
* fixed to bugs in optionsfrom.cAndreas Steffen2007-09-181-0/+4
|
* added new version of optionsfrom using libstrongswanAndreas Steffen2007-09-182-0/+199
|
* prototype implemementation of an sqlite configuration backendMartin Willi2007-09-181-2/+9
|
* replaced hex_str() by fprintf(#B) for printing unknown OIDsAndreas Steffen2007-08-141-16/+3
|
* made linked lists invoke() method consistent to clone_*() and destroy_*() ↵Martin Willi2007-08-092-5/+28
| | | | methods
* added two methods to clone linked lists and the contained objects.Tobias Brunner2007-07-312-0/+57
|
* updated XML interface to new schemaMartin Willi2007-07-191-1/+1
|
* implemented more flexible iterator hook APIMartin Willi2007-06-152-33/+68
| | | | kernel interface handles interface changes and updates address list
* case insensitive identification_t.equals() for FQDN and RFC822ADDRMartin Willi2007-06-141-3/+25
|
* disabling leak detective at runtime by setting LEAK_DETECTIVE_DISABLE env varMartin Willi2007-06-081-3/+14
|
* added #define LDAP_DEPRECATED in order to use old ldap_init() functionAndreas Steffen2007-05-241-0/+3
|
* cloning %any ID without zero-byte memleakMartin Willi2007-04-161-1/+4
|
* two %any IDs are equalMartin Willi2007-04-111-2/+9
|
* restructured file layoutMartin Willi2007-04-101-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 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