aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* defined maximum hash sizeAndreas Steffen2006-09-251-0/+1
|
* support of AES-192-CBC private key encryptionAndreas Steffen2006-09-251-5/+10
|
* fixed some compiler warnings4.0.4Martin Willi2006-09-213-10/+10
|
* extended statusall outputMartin Willi2006-09-212-2/+48
| | | | | added job/event-queue statistics added allocation statistics when using LEAK_DETECTIVE
* public declaration of all HASH_SIZEs in hasher.hMartin Willi2006-09-204-14/+13
|
* support of encrypted private key filesAndreas Steffen2006-09-207-28/+61
|
* added copyright notice to sha2_hasherMartin Willi2006-09-192-3/+4
| | | | included SHA2 in build process
* implemented sha2_hasher which supports SHA-256, SHA-384 and SHA-512Martin Willi2006-09-197-50/+741
|
* added support for 3DES encryption algorithm in IKEMartin Willi2006-09-195-8/+1611
|
* fixed the ids parsing bugAndreas Steffen2006-09-191-0/+1
|
* some cleanups here and thereMartin Willi2006-09-184-13/+9
|
* cosmeticsAndreas Steffen2006-09-181-1/+0
|
* verify_emsa_pkcs1_signature returns status_tAndreas Steffen2006-09-181-1/+1
|
* cosmeticsAndreas Steffen2006-09-181-2/+1
|
* fixed certificate verification bug!Martin Willi2006-09-142-5/+19
|
* removed unneeded constructorMartin Willi2006-08-312-30/+2
|
* initial support for IPv6 (more testing needed)Martin Willi2006-08-302-83/+251
| | | | | | | | | socket works (without v6 filter) traffic selector handle IPv4/v4 cleanly improvements in traffic selector code kernel interface accepts v6 traffic selectors and hosts host_t class has full IPv6 support
* added stddef.h include for compilers which do not support the offsetof() ↵Martin Willi2006-08-281-0/+2
| | | | directive
* implemented proper refcounting using atomic operationsMartin Willi2006-07-282-0/+64
|
* implemented IKE_SA rekeyingMartin Willi2006-07-272-0/+56
| | | | | | uses ikelifetime, rekeymargin and rekeyfuzz config settings no handling of simultaneus exchanges yet!
* reuse an existing IKE_SA to set up additional CHILD_SAsMartin Willi2006-07-202-20/+20
|
* introduced refcounting on policy and connectionsMartin Willi2006-07-201-0/+5
| | | | | | | | | aren't stored in the IKE_SA anymore, they are queried on the fly are immutable now, allows it to share them policy selection based on traffic selectors, leads to valid lookup results rekeying queries the policy based on its traffic selectors
* cleanups in kernel interface codeMartin Willi2006-07-183-57/+34
| | | | | | added proper traffic selector to string conversion some cleanups here & there
* leak detective blanks memory on free & alloc, allows further membug detectionMartin Willi2006-07-122-13/+27
|
* code cleanupsMartin Willi2006-07-122-84/+43
|