aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/networking/host.c
Commit message (Expand)AuthorAgeFilesLines
* host: Properly initialize struct sockaddr_in[6] when parsing stringsTobias Brunner2013-07-311-0/+2
* host: Prevent overflow in host_create_netmask() if mask is 0 or 32/128Tobias Brunner2013-07-241-5/+7
* host: add a netmask constructor taking the number of network bitsMartin Willi2013-05-061-0/+49
* host: remove unused host_t.get_differences() methodMartin Willi2013-05-061-21/+0
* host: print %#H format specifiers not as %any, but with the portMartin Willi2013-05-061-1/+1
* host: initialize sockaddr->sa_len if it is availableMartin Willi2013-05-061-0/+14
* Don't use pointer to a union member in host_create_from_string_and_family()Tobias Brunner2013-01-251-5/+4
* Respect given address family when resolving "%any"Martin Willi2013-01-141-1/+5
* Consolidated %any(6) host_t parsingMartin Willi2012-11-291-4/+14
* host_create_from_dns() tries a numeric conversion before asking resolverMartin Willi2012-11-291-1/+5
* Add a host_t constructor from string, but with a specific familyMartin Willi2012-11-291-35/+37
* Moved debug.[ch] to utils folderTobias Brunner2012-10-241-1/+1
* Moved host_t and host_resolver_t to a new networking subfolderTobias Brunner2012-10-241-0/+578