Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | printf hooks refactored to increase portability (i.e. support for platforms ↵ | Tobias Brunner | 2009-03-12 | 1 | -30/+8 | |
| | | | | without glibc-compatible customizable printf - the Vstr string library is currently required on such platforms). | |||||
* | support of dynamic/128 and %any6 | Andreas Steffen | 2009-02-05 | 1 | -0/+1 | |
| | ||||||
* | stroke parses and lists AC groups | Andreas Steffen | 2008-09-17 | 1 | -0/+2 | |
| | ||||||
* | ported parts of two-sim branch | Martin Willi | 2008-08-22 | 1 | -0/+2 | |
| | | | | | | eap_identity parameter to exchange in eap_identity some auth_info/peer_cfg refactorings fixed some bugs, introduced new ones | |||||
* | fixed matches() check for RFC822/FQDN without wildcards | Martin Willi | 2008-06-13 | 1 | -2/+2 | |
| | ||||||
* | implemented identification_t.match() case insensitive for RFC822/FQDN | Martin Willi | 2008-06-12 | 1 | -2/+2 | |
| | ||||||
* | support for left bounded padding in %H and %D | Martin Willi | 2008-05-09 | 1 | -0/+4 | |
| | ||||||
* | supporting width modifier in identification_t printf hook (e.g. %30D) | Martin Willi | 2008-05-09 | 1 | -39/+22 | |
| | | | | cleanups in host_t %H printf hook | |||||
* | support for @#hex ID_KEY_ID identification_t | Martin Willi | 2008-05-06 | 1 | -3/+5 | |
| | ||||||
* | refactoring of the ASN.1 parser | Andreas Steffen | 2008-04-26 | 1 | -5/+7 | |
| | ||||||
* | support for hash and URL encoded certificate payloads in charon | Tobias Brunner | 2008-04-18 | 1 | -3/+6 | |
| | ||||||
* | attempt to achieve consistent debugging output | Andreas Steffen | 2008-03-19 | 1 | -1/+1 | |
| | ||||||
* | merged the modularization branch (credentials) back to trunk | Martin Willi | 2008-03-13 | 1 | -142/+150 | |
| | ||||||
* | replaced strncmp() == 0 by strneq() | Andreas Steffen | 2007-10-07 | 1 | -3/+11 | |
| | ||||||
* | cosmetics | Andreas Steffen | 2007-10-07 | 1 | -0/+3 | |
| | ||||||
* | prototype implemementation of an sqlite configuration backend | Martin Willi | 2007-09-18 | 1 | -2/+9 | |
| | ||||||
* | replaced hex_str() by fprintf(#B) for printing unknown OIDs | Andreas Steffen | 2007-08-14 | 1 | -16/+3 | |
| | ||||||
* | updated XML interface to new schema | Martin Willi | 2007-07-19 | 1 | -1/+1 | |
| | ||||||
* | case insensitive identification_t.equals() for FQDN and RFC822ADDR | Martin Willi | 2007-06-14 | 1 | -3/+25 | |
| | ||||||
* | cloning %any ID without zero-byte memleak | Martin Willi | 2007-04-16 | 1 | -1/+4 | |
| | ||||||
* | two %any IDs are equal | Martin Willi | 2007-04-11 | 1 | -2/+9 | |
| | ||||||
* | merged tasking branch into trunk | Martin Willi | 2007-02-28 | 1 | -10/+40 | |
| | ||||||
* | renamed all static clone() functions to avoid naming conflicts with uclibc | Martin Willi | 2007-02-01 | 1 | -2/+2 | |
| | ||||||
* | better split up of library files "types.h" & "definitions.h" | Martin Willi | 2006-10-31 | 1 | -24/+11 | |
| | | | | | | | | | 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 | |||||
* | do not sanitize '*' character | Andreas Steffen | 2006-10-30 | 1 | -7/+8 | |
| | ||||||
* | 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 | |
| | ||||||
* | introduced new logging subsystem using bus: | Martin Willi | 2006-10-18 | 1 | -9/+5 | |
| | | | | | | | 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 | 1 | -104/+131 | |
| | ||||||
* | added ID_ANY check to matches_binary() | Andreas Steffen | 2006-09-25 | 1 | -0/+5 | |
| | ||||||
* | fixed some compiler warnings4.0.4 | Martin Willi | 2006-09-21 | 1 | -1/+1 | |
| | ||||||
* | identification_t.matches() supports multiple wildcard counts | Andreas Steffen | 2006-07-11 | 1 | -60/+79 | |
| | ||||||
* | updated copyright information | Martin Willi | 2006-07-07 | 1 | -1/+2 | |
| | ||||||
* | fixed identification_t clone to apply function pointers | Martin Willi | 2006-06-23 | 1 | -0/+3 | |
| | ||||||
* | NULL string argument is treated as %any | Andreas Steffen | 2006-06-12 | 1 | -0/+3 | |
| | ||||||
* | reworked parsing and matching of subjectAltNames | Andreas Steffen | 2006-05-29 | 1 | -216/+83 | |
| | ||||||
* | moved definition of generalNames_t to identification.h | Andreas Steffen | 2006-05-23 | 1 | -20/+5 | |
| | ||||||
* | (no commit message) | Martin Willi | 2006-05-10 | 1 | -0/+1167 | |