summaryrefslogtreecommitdiff
path: root/src/lib/rina_name.c
Commit message (Collapse)AuthorAgeFilesLines
* irmd, lib: Create and destroy IPC ProcessesSander Vrijders2016-03-151-12/+1
| | | | | | This adds the functionality to create and destroy IPCPs. Upon creation a new process is forked and execve'd. Upon destruction the IPCP is destroyed by killing it with SIGTERM.
* lib: Add helpers for RINA namesSander Vrijders2016-03-111-0/+331
This adds helper functions for RINA names, to aid with handling them.