History log of /sssd/src/providers/data_provider_req.h
Revision Date Author Comments Expand
dea636af4d1902a081ee891f1b19ee2f8729d759 20-Jun-2016 Pavel Březina <pbrezina@redhat.com>

DP: Switch to new interface Reviewed-by: Sumit Bose <sbose@redhat.com> Reviewed-by: Jakub Hrozek <jhrozek@redhat.com> Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com>

/sssd/Makefile.am ad/ad_access.c ad/ad_access.h ad/ad_autofs.c ad/ad_common.h ad/ad_id.c ad/ad_id.h ad/ad_init.c ad/ad_subdomains.c ad/ad_subdomains.h ad/ad_sudo.c backend.h data_provider/dp_custom_data.h data_provider/dp_iface.c data_provider/dp_iface.h data_provider/dp_target_auth.c data_provider/dp_target_autofs.c data_provider/dp_target_hostid.c data_provider/dp_target_id.c data_provider/dp_target_subdomains.c data_provider/dp_target_sudo.c data_provider_be.c data_provider_req.c data_provider_req.h ipa/ipa_access.c ipa/ipa_access.h ipa/ipa_auth.c ipa/ipa_auth.h ipa/ipa_autofs.c ipa/ipa_common.h ipa/ipa_hbac_common.c ipa/ipa_hostid.c ipa/ipa_hostid.h ipa/ipa_id.c ipa/ipa_id.h ipa/ipa_init.c ipa/ipa_selinux.c ipa/ipa_selinux.h ipa/ipa_subdomains.c ipa/ipa_subdomains.h ipa/ipa_subdomains_ext_groups.c ipa/ipa_subdomains_id.c ipa/ipa_subdomains_server.c ipa/ipa_sudo.c krb5/krb5_auth.c krb5/krb5_auth.h krb5/krb5_common.h krb5/krb5_init.c ldap/ldap_access.c ldap/ldap_auth.c ldap/ldap_common.c ldap/ldap_common.h ldap/ldap_id.c ldap/ldap_init.c ldap/sdap_access.h ldap/sdap_autofs.c ldap/sdap_autofs.h ldap/sdap_idmap.c ldap/sdap_online_check.c ldap/sdap_sudo.c ldap/sdap_sudo.h proxy/proxy.h proxy/proxy_auth.c proxy/proxy_client.c proxy/proxy_id.c proxy/proxy_init.c simple/simple_access.c simple/simple_access_check.c /sssd/src/responder/autofs/autofssrv_dp.c /sssd/src/responder/common/responder_dp.c /sssd/src/responder/ssh/sshsrv_dp.c /sssd/src/responder/sudo/sudosrv_dp.c /sssd/src/tests/cmocka/test_nested_groups.c /sssd/src/tests/simple_access-tests.c
8c829226ce0cf98c35ffce39a66f9645cff65767 10-Jun-2016 Jakub Hrozek <jhrozek@redhat.com>

STAP: Add helper functions to for human-readable account request representation The caller of the systemtap script would be able to see what kind of account request sssd received with a string representation, not just the cryptic hexadecimal number. Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com>

376eaf187c13c2a1eaea0ffbdd970b6b563ab74c 14-Sep-2015 Petr Cech <pcech@redhat.com>

DATA_PROVIDER: BE_REQ as string in log message Add be_req2str() for translation BE_REQ to string. So we will have || Got request for [0x1001][FAST BE_REQ_USER][1][name=celestian] instead of || Got request for [0x1001][1][name=celestian] Function be_req2str() is used in data provider and in responder too. So this patch create new header file data_provider_req.h which delivers function be_req2str() and definitions of BE_REQ_*. Resolves: https://fedorahosted.org/sssd/ticket/2708 Reviewed-by: Pavel Reichl <preichl@redhat.com>