aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan
Commit message (Collapse)AuthorAgeFilesLines
...
* fixed typoAndreas Steffen2007-03-061-1/+1
|
* iterate certinfos linked list for matching serialNumberAndreas Steffen2007-03-053-2/+45
|
* refactored ca_info_tAndreas Steffen2007-03-032-26/+259
|
* added ocsp.h and ocsp.cAndreas Steffen2007-02-281-0/+1
|
* addedAndreas Steffen2007-02-282-0/+301
|
* merged tasking branch into trunkMartin Willi2007-02-286-26/+134
|
* fixed big endian bug in md5 hasherMartin Willi2007-02-281-1/+1
|
* cosmeticsAndreas Steffen2007-02-271-10/+15
|
* added once flag to certinfo_tAndreas Steffen2007-02-271-0/+5
|
* cosmeticsAndreas Steffen2007-02-271-10/+10
|
* added certinfos linked listAndreas Steffen2007-02-271-24/+33
|
* added support of OCSP accessLocationsAndreas Steffen2007-02-252-10/+31
|
* correct interface definitionAndreas Steffen2007-02-251-1/+1
|
* full support of ca info recordsAndreas Steffen2007-02-242-29/+216
|
* added the create_crluri_iterator methodAndreas Steffen2007-02-242-0/+17
|
* alphabetically sorting print commandsAndreas Steffen2007-02-241-21/+21
|
* listing ca_info itemsAndreas Steffen2007-02-241-39/+28
|
* replace printf.h by stdio.hAndreas Steffen2007-02-241-1/+1
|
* addin get_keyid() methodAndreas Steffen2007-02-242-1/+18
|
* support of ca info recordsAndreas Steffen2007-02-233-16/+287
|
* added PRINT_CAINFO hookAndreas Steffen2007-02-141-0/+2
|
* merged EAP framework from branch into trunkMartin Willi2007-02-1218-98/+721
| | | | | includes a lot of other modifications
* removed my time_t printf handler patch, applied the one of andreas (64bit save)Martin Willi2007-02-085-30/+32
|
* fixed printf() hooks for timeMartin Willi2007-02-084-23/+23
|
* renamed all static clone() functions to avoid naming conflicts with uclibcMartin Willi2007-02-012-4/+4
|
* fixed 64 bit issue with print timeAndreas Steffen2007-01-205-24/+39
|
* 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
|
* solved 64 bit issue by changing long to intAndreas Steffen2006-11-012-10/+13
|
* better split up of library files "types.h" & "definitions.h"Martin Willi2006-10-3149-806/+913
| | | | | | | | | 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-3024-117/+92
| | | | | | | 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
|
* chunk_to_hex() function declaration deletedAndreas Steffen2006-10-281-6/+0
|
* cosmeticsAndreas Steffen2006-10-281-13/+13
|
* spaces should not be sanitizedAndreas Steffen2006-10-271-0/+1
|
* improved signal handling and emittingMartin Willi2006-10-261-6/+58
|
* fixed two bugs in the time_t and chunk_ct print functionsAndreas Steffen2006-10-251-5/+2
|
* redesigned format of print functionAndreas Steffen2006-10-252-46/+55
|
* replaced 'times' by 'dates'Andreas Steffen2006-10-252-2/+2
|
* added private flag to asn1_initAndreas Steffen2006-10-252-2/+2
|
* added private flag to asn1_ctx_tAndreas Steffen2006-10-252-16/+25
|
* removed DES-EDE3-CBC only commentAndreas Steffen2006-10-251-2/+1
|
* removed deprecated iterator methods (has_next & current)Martin Willi2006-10-244-95/+70
| | | | added iterator hook to manipulate iterator the clean way
* linked list cleanupsMartin Willi2006-10-244-130/+191
| | | | | added list methods invoke(), destroy_offset(), destroy_function() simplified list destruction when destroying its items
* introduced new logging subsystem using bus:Martin Willi2006-10-1837-2150/+775
| | | | | | | passive listeners can register on the bus active listeners wait for signals actively multiplexing allows multiple listeners to receive debug signals a lot more...
* (no commit message)Martin Willi2006-09-2712-308/+392
|
* added ID_ANY check to matches_binary()Andreas Steffen2006-09-251-0/+5
|
* replaced 'missing value' warning by zero length chunk_t valueAndreas Steffen2006-09-251-1/+2
|