aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/networking/host_resolver.c
Commit message (Collapse)AuthorAgeFilesLines
* windows: Add a common Windows header for platform specific wrappersMartin Willi2014-06-031-2/+0
| | | | | Include some more basic system headers in utils.h, so we can use that common header on the different platforms.
* lib: All settings use configured namespaceTobias Brunner2014-02-121-4/+4
|
* host-resolver: don't try to resolve a plain v4 address to an IPv6 addressVolker RĂ¼melin2013-05-161-3/+17
| | | | | Suppress 'Address family for hostname not supported' errors if a IPv6 client connects in a mixed IPv4/IPv6 environment.
* Consolidated %any(6) host_t parsingMartin Willi2012-11-291-8/+0
|
* Remove numeric conversion from resolver, it is done directly in host_tMartin Willi2012-11-291-32/+0
|
* Moved debug.[ch] to utils folderTobias Brunner2012-10-241-1/+1
|
* Moved data structures to new collections subfolderTobias Brunner2012-10-241-2/+2
|
* Moved host_t and host_resolver_t to a new networking subfolderTobias Brunner2012-10-241-0/+391