aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/utils/fetcher.c
Commit message (Expand)AuthorAgeFilesLines
* merged the modularization branch (credentials) back to trunkMartin Willi2008-03-131-424/+0
* added #define LDAP_DEPRECATED in order to use old ldap_init() functionAndreas Steffen2007-05-241-0/+3
* 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-031-3/+38
* 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-131-0/+2
* fixed memory leak by calling curl_slist_free_all(headers)Andreas Steffen2007-03-091-0/+1
* added fetcher_finalize() to clean up libcurlAndreas Steffen2007-03-081-1/+14
* http post fetching using libcurl implementedAndreas Steffen2007-03-071-4/+120
* addedAndreas Steffen2007-03-071-0/+68