Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ipcpd, lib: Refactor normal ipcp and cdap | dimitri staessens | 2016-12-24 | 1 | -68/+0 |
| | | | | | Refactors the normal IPCP fmgr and ribmgr, and modifies the API for cdap so that no callbacks are needed. | ||||
* | lib: Simplify CDAP API | Sander Vrijders | 2016-11-01 | 1 | -9/+0 |
| | | | | | | This will simplify the CDAP API. Now the opcode has to be given when sending a CDAP request. Before a separate operation was provided since some of the function parameters are unused for certain commands. | ||||
* | ipcpd, normal: Safe handling of CDAP requests | dimitri staessens | 2016-08-25 | 1 | -0/+77 |
Destruction of the object in the reply stage was unsafe. |