On Fri, Nov 16, 2012 at 04:25:41PM -0500, Simo Sorce wrote:
Sumit found 2 issues in the patch.
- the 2 new wrapper proptotypes used _res as variable names but that symbol is now used in glibc: /usr/include/resolv.h:#define _res (*__res_state())
Changed to 'res'
- I was still using const char *src_name but it is unnecessary
Dropped the const
This should be hte last revision (last famous words :-)
:-)
ACK
bye, Sumit
Simo.
Simo Sorce (2): Refactor the way subdomain accounts are saved Handle conversion to fully qualified usernames
Sumit Bose (1): Do not save HBAC rules in subdomain subtree
src/db/sysdb.c | 7 +++ src/db/sysdb.h | 9 ++++ src/db/sysdb_private.h | 4 +- src/db/sysdb_search.c | 4 +- src/db/sysdb_subdomains.c | 41 ++++++++++++++++ src/db/sysdb_upgrade.c | 88 +++++++++++++++++++++++++++++++++++ src/providers/data_provider_be.c | 11 ++++ src/providers/ipa/ipa_access.c | 10 ---- src/providers/ipa/ipa_hbac_common.c | 19 ++++++- src/providers/ipa/ipa_s2n_exop.c | 54 ++++++++++++++++++++-- src/providers/ldap/sdap_access.c | 19 ++++++- src/responder/nss/nsssrv_cmd.c | 10 +++- src/responder/pac/pacsrv_cmd.c | 15 +++++- src/responder/pac/pacsrv_utils.c | 52 +++++++++++--------- src/responder/pam/pamsrv_cmd.c | 5 ++- src/util/domain_info_utils.c | 2 +- 16 files changed, 298 insertions(+), 52 deletions(-)
sssd-devel mailing list sssd-devel@lists.fedorahosted.org https://lists.fedorahosted.org/mailman/listinfo/sssd-devel