summaryrefslogtreecommitdiffstats
path: root/src/responder/secrets/secsrv.c
Commit message (Collapse)AuthorAgeFilesLines
* Secrets: Add Proxy backendSimo Sorce2016-04-051-0/+7
| | | | Signed-off-by: Simo Sorce <simo@redhat.com>
* Secrets: Add initial responder code for secrets serviceSimo Sorce2016-04-051-0/+193
Start implementing the Secrets Service Reponder core. This commit implements stratup and basic conenction handling and HTTP parsing (using the http-parser library). Signed-off-by: Simo Sorce <simo@redhat.com> Related: https://fedorahosted.org/sssd/ticket/2913