summaryrefslogtreecommitdiffstats
path: root/src/confdb
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2016-01-07 10:17:35 -0500
committerJakub Hrozek <jhrozek@redhat.com>2016-06-29 21:46:45 +0200
commita8d1a344e580f29699aed9b88d87fc3c6f5d113b (patch)
treea43498d533672f7f929543b87d5b38b3ec2e5e2c /src/confdb
parent85bd23a89282c96487e64872ac955e271e445d0b (diff)
downloadsssd-a8d1a344e580f29699aed9b88d87fc3c6f5d113b.tar.gz
sssd-a8d1a344e580f29699aed9b88d87fc3c6f5d113b.tar.xz
sssd-a8d1a344e580f29699aed9b88d87fc3c6f5d113b.zip
Secrets: Add initial responder code for secrets service
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 Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>
Diffstat (limited to 'src/confdb')
-rw-r--r--src/confdb/confdb.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/confdb/confdb.h b/src/confdb/confdb.h
index 9490e3e38..b8ad827b7 100644
--- a/src/confdb/confdb.h
+++ b/src/confdb/confdb.h
@@ -222,6 +222,10 @@
#define CONFDB_PROXY_PAM_TARGET "proxy_pam_target"
#define CONFDB_PROXY_FAST_ALIAS "proxy_fast_alias"
+/* Secrets Service */
+#define CONFDB_SEC_CONF_ENTRY "config/secrets"
+
+
struct confdb_ctx;
struct config_file_ctx;