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
Commit message (
Collapse
)
Author
Age
Files
Lines
...
*
tun-device: Avoid opening /dev/tunX multiple times (e.g. on FreeBSD)
Tobias Brunner
2013-06-21
1
-2
/
+6
|
*
host-resolver: don't try to resolve a plain v4 address to an IPv6 address
Volker RĂ¼melin
2013-05-16
1
-3
/
+17
|
|
|
|
|
Suppress 'Address family for hostname not supported' errors if a IPv6 client connects in a mixed IPv4/IPv6 environment.
*
tun_device: add a getter for the address previously passed to set_address()
Martin Willi
2013-05-06
2
-0
/
+32
|
*
tun_device: add a getter for the underlying file descriptor
Martin Willi
2013-05-06
2
-0
/
+14
|
*
tun-device: use host_create_netmask() to calculate interface netmask
Martin Willi
2013-05-06
1
-49
/
+12
|
*
host: add a netmask constructor taking the number of network bits
Martin Willi
2013-05-06
2
-0
/
+57
|
*
host: remove unused host_t.get_differences() method
Martin Willi
2013-05-06
2
-39
/
+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
|
*
Add a DSCP value with getter/setter on packet_t
Martin Willi
2013-02-06
2
-0
/
+33
|
*
Set sockaddr family on ifreq instead of casted familiy specific sockaddr
Martin Willi
2013-02-06
1
-2
/
+2
|
|
|
|
Fixes a strict-aliasing rule compiler warning with older gcc.
*
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
2
-12
/
+14
|
*
Remove numeric conversion from resolver, it is done directly in host_t
Martin Willi
2012-11-29
1
-32
/
+0
|
*
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
2
-35
/
+48
|
*
Moved debug.[ch] to utils folder
Tobias Brunner
2012-10-24
3
-3
/
+3
|
*
Moved chunk_t to utils folder
Tobias Brunner
2012-10-24
1
-1
/
+1
|
*
Moved data structures to new collections subfolder
Tobias Brunner
2012-10-24
1
-2
/
+2
|
*
Moved packet_t and tun_device_t to networking folder
Tobias Brunner
2012-10-24
4
-0
/
+857
|
*
Moved host_t and host_resolver_t to a new networking subfolder
Tobias Brunner
2012-10-24
4
-0
/
+1249
[prev]