Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | shim-udp: resolve dst_name using DNS | dimitri staessens | 2016-04-26 | 1 | -0/+15 |
| | | | | | | This commits adds the gethostbyname call to resolve the dst_name for a flow allocation using DNS. The DNS server should be specified using the method mandated by the system (e.g. added to /etc/resolv.conf). | ||||
* | ipcpd: initial IPC processes | dimitri staessens | 2016-04-18 | 1 | -0/+31 |
Basic functions for implementation of IPC processes, and implementation of core functions of the shim IPCP over UDP. Updates to the build system to compile these IPC processes, as well as some fixes in the irmd (rudimentary capturing exit signals) and some fixes in the library, mainly relating to the messaging. Basic implementation of creation / bootstrapping / deletion of the shim UDP. Placeholders for other functions. |