summaryrefslogtreecommitdiff
path: root/src/lib/cacep.c
Commit message (Collapse)AuthorAgeFilesLines
* lib: Revise CACEPdimitri staessens2017-02-201-130/+30
| | | | | | | | | Revises CACEP policies to stateless library calls. It provides two policies: an anonymous authentication policy that will generate random credentials for the peer, and a simple authentication policy that will return a name for the peer and an address. Changes the normal IPCP to use the updates API calls.
* lib: Fix memleak in cacepdimitri staessens2017-02-061-0/+1
|
* ipcpd: normal: Create policies for GAMSander Vrijders2017-01-121-3/+3
| | | | | This allows the selection of a policy for the graph adjacency manager. Currently we only support constructing a complete graph.
* lib: Add Common Application Connection Establishment PhaseSander Vrijders2017-01-091-0/+170
This adds CACEP to the library, which can be used for authenticating the other party after flow allocation and for obtaining other relevant information.