Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fixed 64 bit issue with print time | Andreas Steffen | 2007-01-20 | 5 | -24/+39 | |
| | ||||||
* | fixed HAVE_BACKTRACE checks | Martin Willi | 2006-12-11 | 1 | -1/+3 | |
| | | | | starter Makefile now uses proper $(COMPILE) to build pluto objects | |||||
* | made backtrace() calls optional to support uClibc | Martin Willi | 2006-12-06 | 1 | -0/+2 | |
| | ||||||
* | fixed very old bug in linked_list's remove_first and remove_last | Martin Willi | 2006-11-02 | 1 | -10/+18 | |
| | ||||||
* | removed iterator hook for replace | Martin Willi | 2006-11-02 | 1 | -1/+1 | |
| | ||||||
* | solved 64 bit issue by changing long to int | Andreas Steffen | 2006-11-01 | 2 | -10/+13 | |
| | ||||||
* | better split up of library files "types.h" & "definitions.h" | Martin Willi | 2006-10-31 | 49 | -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 problems | Martin Willi | 2006-10-30 | 24 | -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 '*' character | Andreas Steffen | 2006-10-30 | 1 | -7/+8 | |
| | ||||||
* | chunk_to_hex() function declaration deleted | Andreas Steffen | 2006-10-28 | 1 | -6/+0 | |
| | ||||||
* | cosmetics | Andreas Steffen | 2006-10-28 | 1 | -13/+13 | |
| | ||||||
* | spaces should not be sanitized | Andreas Steffen | 2006-10-27 | 1 | -0/+1 | |
| | ||||||
* | improved signal handling and emitting | Martin Willi | 2006-10-26 | 1 | -6/+58 | |
| | ||||||
* | fixed two bugs in the time_t and chunk_ct print functions | Andreas Steffen | 2006-10-25 | 1 | -5/+2 | |
| | ||||||
* | redesigned format of print function | Andreas Steffen | 2006-10-25 | 2 | -46/+55 | |
| | ||||||
* | replaced 'times' by 'dates' | Andreas Steffen | 2006-10-25 | 2 | -2/+2 | |
| | ||||||
* | added private flag to asn1_init | Andreas Steffen | 2006-10-25 | 2 | -2/+2 | |
| | ||||||
* | added private flag to asn1_ctx_t | Andreas Steffen | 2006-10-25 | 2 | -16/+25 | |
| | ||||||
* | removed DES-EDE3-CBC only comment | Andreas Steffen | 2006-10-25 | 1 | -2/+1 | |
| | ||||||
* | removed deprecated iterator methods (has_next & current) | Martin Willi | 2006-10-24 | 4 | -95/+70 | |
| | | | | added iterator hook to manipulate iterator the clean way | |||||
* | linked list cleanups | Martin Willi | 2006-10-24 | 4 | -130/+191 | |
| | | | | | added list methods invoke(), destroy_offset(), destroy_function() simplified list destruction when destroying its items | |||||
* | introduced new logging subsystem using bus: | Martin Willi | 2006-10-18 | 37 | -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 Willi | 2006-09-27 | 12 | -308/+392 | |
| | ||||||
* | added ID_ANY check to matches_binary() | Andreas Steffen | 2006-09-25 | 1 | -0/+5 | |
| | ||||||
* | replaced 'missing value' warning by zero length chunk_t value | Andreas Steffen | 2006-09-25 | 1 | -1/+2 | |
| | ||||||
* | defined maximum hash size | Andreas Steffen | 2006-09-25 | 1 | -0/+1 | |
| | ||||||
* | support of AES-192-CBC private key encryption | Andreas Steffen | 2006-09-25 | 1 | -5/+10 | |
| | ||||||
* | fixed some compiler warnings4.0.4 | Martin Willi | 2006-09-21 | 3 | -10/+10 | |
| | ||||||
* | extended statusall output | Martin Willi | 2006-09-21 | 2 | -2/+48 | |
| | | | | | added job/event-queue statistics added allocation statistics when using LEAK_DETECTIVE | |||||
* | public declaration of all HASH_SIZEs in hasher.h | Martin Willi | 2006-09-20 | 4 | -14/+13 | |
| | ||||||
* | support of encrypted private key files | Andreas Steffen | 2006-09-20 | 7 | -28/+61 | |
| | ||||||
* | added copyright notice to sha2_hasher | Martin Willi | 2006-09-19 | 2 | -3/+4 | |
| | | | | included SHA2 in build process | |||||
* | implemented sha2_hasher which supports SHA-256, SHA-384 and SHA-512 | Martin Willi | 2006-09-19 | 7 | -50/+741 | |
| | ||||||
* | added support for 3DES encryption algorithm in IKE | Martin Willi | 2006-09-19 | 5 | -8/+1611 | |
| | ||||||
* | fixed the ids parsing bug | Andreas Steffen | 2006-09-19 | 1 | -0/+1 | |
| | ||||||
* | some cleanups here and there | Martin Willi | 2006-09-18 | 4 | -13/+9 | |
| | ||||||
* | cosmetics | Andreas Steffen | 2006-09-18 | 1 | -1/+0 | |
| | ||||||
* | verify_emsa_pkcs1_signature returns status_t | Andreas Steffen | 2006-09-18 | 1 | -1/+1 | |
| | ||||||
* | cosmetics | Andreas Steffen | 2006-09-18 | 1 | -2/+1 | |
| | ||||||
* | fixed certificate verification bug! | Martin Willi | 2006-09-14 | 2 | -5/+19 | |
| | ||||||
* | removed unneeded constructor | Martin Willi | 2006-08-31 | 2 | -30/+2 | |
| | ||||||
* | initial support for IPv6 (more testing needed) | Martin Willi | 2006-08-30 | 2 | -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 Willi | 2006-08-28 | 1 | -0/+2 | |
| | | | | directive | |||||
* | implemented proper refcounting using atomic operations | Martin Willi | 2006-07-28 | 2 | -0/+64 | |
| | ||||||
* | implemented IKE_SA rekeying | Martin Willi | 2006-07-27 | 2 | -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_SAs | Martin Willi | 2006-07-20 | 2 | -20/+20 | |
| | ||||||
* | introduced refcounting on policy and connections | Martin Willi | 2006-07-20 | 1 | -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 code | Martin Willi | 2006-07-18 | 3 | -57/+34 | |
| | | | | | | added proper traffic selector to string conversion some cleanups here & there | |||||
* | leak detective blanks memory on free & alloc, allows further membug detection | Martin Willi | 2006-07-12 | 2 | -13/+27 | |
| | ||||||
* | code cleanups | Martin Willi | 2006-07-12 | 2 | -84/+43 | |
| |