aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/utils/identification.c
Commit message (Collapse)AuthorAgeFilesLines
...
* printf hooks refactored to increase portability (i.e. support for platforms ↵Tobias Brunner2009-03-121-30/+8
| | | | without glibc-compatible customizable printf - the Vstr string library is currently required on such platforms).
* support of dynamic/128 and %any6Andreas Steffen2009-02-051-0/+1
|
* stroke parses and lists AC groupsAndreas Steffen2008-09-171-0/+2
|
* ported parts of two-sim branchMartin Willi2008-08-221-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 wildcardsMartin Willi2008-06-131-2/+2
|
* implemented identification_t.match() case insensitive for RFC822/FQDNMartin Willi2008-06-121-2/+2
|
* support for left bounded padding in %H and %D Martin Willi2008-05-091-0/+4
|
* supporting width modifier in identification_t printf hook (e.g. %30D)Martin Willi2008-05-091-39/+22
| | | | cleanups in host_t %H printf hook
* support for @#hex ID_KEY_ID identification_tMartin Willi2008-05-061-3/+5
|
* refactoring of the ASN.1 parserAndreas Steffen2008-04-261-5/+7
|
* support for hash and URL encoded certificate payloads in charonTobias Brunner2008-04-181-3/+6
|
* attempt to achieve consistent debugging outputAndreas Steffen2008-03-191-1/+1
|
* merged the modularization branch (credentials) back to trunkMartin Willi2008-03-131-142/+150
|
* replaced strncmp() == 0 by strneq()Andreas Steffen2007-10-071-3/+11
|
* cosmeticsAndreas Steffen2007-10-071-0/+3
|
* prototype implemementation of an sqlite configuration backendMartin Willi2007-09-181-2/+9
|
* replaced hex_str() by fprintf(#B) for printing unknown OIDsAndreas Steffen2007-08-141-16/+3
|
* updated XML interface to new schemaMartin Willi2007-07-191-1/+1
|
* case insensitive identification_t.equals() for FQDN and RFC822ADDRMartin Willi2007-06-141-3/+25
|
* cloning %any ID without zero-byte memleakMartin Willi2007-04-161-1/+4
|
* two %any IDs are equalMartin Willi2007-04-111-2/+9
|
* merged tasking branch into trunkMartin Willi2007-02-281-10/+40
|
* renamed all static clone() functions to avoid naming conflicts with uclibcMartin Willi2007-02-011-2/+2
|
* better split up of library files "types.h" & "definitions.h"Martin Willi2006-10-311-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 '*' characterAndreas Steffen2006-10-301-7/+8
|
* spaces should not be sanitizedAndreas Steffen2006-10-271-0/+1
|
* improved signal handling and emittingMartin Willi2006-10-261-6/+58
|
* introduced new logging subsystem using bus:Martin Willi2006-10-181-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 Willi2006-09-271-104/+131
|
* added ID_ANY check to matches_binary()Andreas Steffen2006-09-251-0/+5
|
* fixed some compiler warnings4.0.4Martin Willi2006-09-211-1/+1
|
* identification_t.matches() supports multiple wildcard countsAndreas Steffen2006-07-111-60/+79
|
* updated copyright informationMartin Willi2006-07-071-1/+2
|
* fixed identification_t clone to apply function pointersMartin Willi2006-06-231-0/+3
|
* NULL string argument is treated as %anyAndreas Steffen2006-06-121-0/+3
|
* reworked parsing and matching of subjectAltNamesAndreas Steffen2006-05-291-216/+83
|
* moved definition of generalNames_t to identification.hAndreas Steffen2006-05-231-20/+5
|
* (no commit message)Martin Willi2006-05-101-0/+1167