summaryrefslogtreecommitdiff
path: root/src/lib/pol/cacep_anonymous_auth.h
Commit message (Collapse)AuthorAgeFilesLines
* lib: Revise CACEPdimitri staessens2017-02-201-0/+33
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.