aboutsummaryrefslogtreecommitdiffstats
path: root/src/pluto/fetch.c
Commit message (Collapse)AuthorAgeFilesLines
* Cast size_t len arguments to %.*s to intMartin Willi2011-04-201-2/+3
|
* Adding DBG_LIB to all calls of libstrongswan's version of DBG*.Tobias Brunner2010-04-061-5/+6
|
* renamed init_fetch() to fetch_initialize()Andreas Steffen2010-02-021-1/+1
|
* Join pluto's fetching thread instead of detaching it in order to avoid that ↵Tobias Brunner2010-02-021-5/+23
| | | | the leak-detective reports a memleak.
* Pluto's fetcher thread is now created via libstrongswan.Tobias Brunner2009-12-261-4/+11
|
* Fixed compiler warning about missing return valueMartin Willi2009-11-121-1/+2
|
* replaced struct id by identification_tAndreas Steffen2009-10-101-1/+0
|
* migrated public key IDs to identification_tAndreas Steffen2009-10-081-14/+10
|
* some ipsec listall finetuningAndreas Steffen2009-10-061-1/+1
|
* pluto and charon now have the same ipsec listall output formatAndreas Steffen2009-10-061-10/+5
|
* pluto and scepclient now use the x509 plugin for certificatesAndreas Steffen2009-09-271-100/+111
|
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-7/+7
|
* handle pluto specific certificates under CRED_CERTIFICATE, not as own ↵Martin Willi2009-08-261-1/+2
| | | | credential kind
* removed obsolete PEM code in pluto/libstrongswanMartin Willi2009-08-261-2/+0
|
* use credential builder to build crlsMartin Willi2009-08-261-30/+17
|
* updated copyright statementsAndreas Steffen2009-05-221-1/+1
|
* got rid of libcryptoAndreas Steffen2009-05-151-5/+3
|
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-301-2/+0
|
* pluto and scepclient use the curl and ldap fetcher pluginsAndreas Steffen2009-04-291-453/+132
|
* scepclient and pluto use asn1 from libstrongswanAndreas Steffen2009-04-201-1/+2
|
* conversion from 8 spaces to 4 spaces per tabAndreas Steffen2009-04-191-596/+596
|
* created pluto and scepclient now use libstrongswan-liteAndreas Steffen2009-04-181-2/+2
|
* ported most of the libstrongswan chunk_t macros to plutoAndreas Steffen2009-04-171-18/+8
|
* renamed empty_chunk to chunk_emptyAndreas Steffen2009-04-171-3/+3
|
* port the libstrongswan memory allocation methods to plutoAndreas Steffen2009-04-171-21/+20
|
* merged multi-auth branch back into trunkMartin Willi2009-04-141-1/+1
|
* fixed compiler warnings issued by:Martin Willi2008-11-111-3/+3
| | | | | | gcc 4.3 curl.h gcc type-checking glibc with enabled FORTIFY_SOURCE checking
* fixed all pluto compiler warningsMartin Willi2008-03-281-0/+2
|
* activated Id propertyAndreas Steffen2007-10-061-1/+1
|
* added #define LDAP_DEPRECATED in order to use old ldap_init() functionAndreas Steffen2007-05-241-0/+3
|
* support of ldap-based crl fetchingAndreas Steffen2007-04-061-5/+5
|
* last patch removed, changed CURLOPT_FILE to CURLOPT_WRITEDATAAndreas Steffen2007-03-091-2/+1
|
* fixed memory leak by calling curl_slist_free_all(headers)Andreas Steffen2007-03-091-0/+1
|
* http post fetching using libcurl implementedAndreas Steffen2007-03-071-1/+1
|
* - applied andreas's patchMartin Willi2006-05-181-3/+3
| | | | | | | - logger output improvements - testin gupdates - and a lot more
* (no commit message)Martin Willi2006-04-281-0/+1081