aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/utils/host.h
Commit message (Collapse)AuthorAgeFilesLines
* Moved host_t and host_resolver_t to a new networking subfolderTobias Brunner2012-10-241-220/+0
|
* Don't print hosts as %any if %+H is usedTobias Brunner2012-08-131-6/+7
| | | | | | That is, the plus sign can be used in the format string to force a numeric string representation of all host_t objects even 0.0.0.0 and :: which would otherwise be printed as %any and %any6.
* Pass opaque data to printf hooks and print_in_hook()Martin Willi2012-07-131-1/+1
|
* Added a CIDR notation based host constructorMartin Willi2011-01-051-0/+9
|
* moved attribute_manager to libstrongswanAndreas Steffen2009-10-131-1/+1
|
* replaces four spaces by tabs, where appropriateMartin Willi2009-09-041-1/+1
|
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-38/+38
|
* updated DoxyfileMartin Willi2009-03-241-1/+1
| | | | | | properly close all doxygen groups fixed remaining doxygen warnings
* printf hooks refactored to increase portability (i.e. support for platforms ↵Tobias Brunner2009-03-121-4/+5
| | | | without glibc-compatible customizable printf - the Vstr string library is currently required on such platforms).
* ported some hard-to-merge cherries back to trunk :-/Martin Willi2008-11-121-1/+3
| | | | | shame, svn, shame: this was ways to complicated we should consider a switch to git...
* merging kernel_klips plugin back into trunkTobias Brunner2008-11-111-1/+1
|
* DNS resolving of ike_cfg hosts dynamically on demandMartin Willi2008-06-061-0/+10
|
* merged the modularization branch (credentials) back to trunkMartin Willi2008-03-131-87/+53
|
* removed unneded includesMartin Willi2007-03-301-1/+0
|
* corrected @ingroup to utilsAndreas Steffen2007-03-071-1/+1
|
* merged tasking branch into trunkMartin Willi2007-02-281-1/+14
|
* better split up of library files "types.h" & "definitions.h"Martin Willi2006-10-311-8/+1
| | | | | | | | | 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-301-5/+3
| | | | | | | 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
* (no commit message)Martin Willi2006-09-271-27/+9
|
* removed unneeded constructorMartin Willi2006-08-311-15/+0
|
* initial support for IPv6 (more testing needed)Martin Willi2006-08-301-7/+15
| | | | | | | | | 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
* cleanups in kernel interface codeMartin Willi2006-07-181-27/+19
| | | | | | added proper traffic selector to string conversion some cleanups here & there
* updated copyright informationMartin Willi2006-07-071-1/+2
|
* first merge of NATT codeMartin Willi2006-06-221-2/+37
|
* - applied andreas's patchMartin Willi2006-05-181-1/+1
| | | | | | | - logger output improvements - testin gupdates - and a lot more
* (no commit message)Martin Willi2006-05-101-0/+225