index
:
tteras/strongswan
master
tteras
tteras-release
tteras' strongSwan tree
gitolite
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
libstrongswan
/
networking
/
host.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
host: Properly initialize struct sockaddr_in[6] when parsing strings
Tobias Brunner
2013-07-31
1
-0
/
+2
*
host: Prevent overflow in host_create_netmask() if mask is 0 or 32/128
Tobias Brunner
2013-07-24
1
-5
/
+7
*
host: add a netmask constructor taking the number of network bits
Martin Willi
2013-05-06
1
-0
/
+49
*
host: remove unused host_t.get_differences() method
Martin Willi
2013-05-06
1
-21
/
+0
*
host: print %#H format specifiers not as %any, but with the port
Martin Willi
2013-05-06
1
-1
/
+1
*
host: initialize sockaddr->sa_len if it is available
Martin Willi
2013-05-06
1
-0
/
+14
*
Don't use pointer to a union member in host_create_from_string_and_family()
Tobias Brunner
2013-01-25
1
-5
/
+4
*
Respect given address family when resolving "%any"
Martin Willi
2013-01-14
1
-1
/
+5
*
Consolidated %any(6) host_t parsing
Martin Willi
2012-11-29
1
-4
/
+14
*
host_create_from_dns() tries a numeric conversion before asking resolver
Martin Willi
2012-11-29
1
-1
/
+5
*
Add a host_t constructor from string, but with a specific family
Martin Willi
2012-11-29
1
-35
/
+37
*
Moved debug.[ch] to utils folder
Tobias Brunner
2012-10-24
1
-1
/
+1
*
Moved host_t and host_resolver_t to a new networking subfolder
Tobias Brunner
2012-10-24
1
-0
/
+578