/*
Authors:
Jakub Hrozek <jhrozek@redhat.com>
Stephen Gallagher <sgallagh@redhat.com>
Copyright (C) 2013 Red Hat
InfoPipe responder: A private header
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef _IFPSRV_PRIVATE_H_
#define _IFPSRV_PRIVATE_H_
#include "responder/common/responder.h"
#include "responder/common/negcache.h"
#include "providers/data_provider.h"
#include "responder/ifp/ifp_iface.h"
struct sysbus_ctx {
char *introspect_xml;
};
struct ifp_ctx {
const char **user_whitelist;
};
void *handler_data);
/* == Utility functions == */
struct ifp_req {
};
/* Returns an appropriate DBus error for specific ifp_req_create failures */
const char *key,
const char *value);
struct ldb_message_element *el);
const char **
const char **
/* Used for list calls */
struct ifp_list_ctx {
const char *filter;
const char **paths;
};
const char *filter,
struct ldb_message *msg,
const char *el_name,
struct sss_domain_info *dom);
#endif /* _IFPSRV_PRIVATE_H_ */