summaryrefslogtreecommitdiff
path: root/src/providers
AgeCommit message (Expand)AuthorFilesLines
2013-09-09krb5: Use krb5_cc_destroy to remove old ccachesSimo Sorce3-118/+18
2013-09-09krb5: Add helper to destroy ccache as userSimo Sorce2-0/+111
2013-09-09krb5: Add calls to change and restore credentialsSimo Sorce2-0/+131
2013-09-09krb5: Ingnore unknown expansion sequencesSimo Sorce1-30/+15
2013-09-05dyndns: do not modify global family_orderSumit Bose1-3/+3
2013-09-05AD: Rename parametrized #defineJakub Hrozek1-3/+3
2013-09-05ad srv: prefer servers that are in the same domain as clientPavel Březina1-0/+89
2013-09-05fo srv: add priority to fo_server_infoPavel Březina2-0/+2
2013-09-05resolv_sort_srv_reply: remove unnecessary mem_ctxPavel Březina1-1/+1
2013-09-05Fix warning missing argumentsLukas Slebodnik1-1/+1
2013-09-03KRB5: Fix warning declaration shadows global declarationLukas Slebodnik1-8/+8
2013-09-03PROXY: Handle empty GECOSJakub Hrozek1-1/+8
2013-09-02Fix czech specific character in my namePavel Březina8-8/+8
2013-08-28IPA_HBAC: Explicitelly include header file time.hLukas Slebodnik1-0/+1
2013-08-28IPA: Add forgotten declarationJakub Hrozek1-0/+1
2013-08-28IPA: enable enumeration if parent domain enumerates in server modeJakub Hrozek1-12/+58
2013-08-28SYSDB: Store enumerate flag for subdomainJakub Hrozek2-3/+4
2013-08-28LDAP: Make sdap_id_setup_tasks reusable for subdomainsJakub Hrozek5-9/+21
2013-08-28LDAP: Make the cleanup task reusable for subdomainsJakub Hrozek5-42/+73
2013-08-28LDAP: Make cleanup synchronousJakub Hrozek3-150/+34
2013-08-28LDAP: Convert enumeration to the ptask APIJakub Hrozek4-136/+132
2013-08-28LDAP: Move the ldap enum request to its own reusable moduleJakub Hrozek6-642/+741
2013-08-28LDAP: Remove unused constantJakub Hrozek1-2/+0
2013-08-28LDAP: Add enum_{users,groups}_recv to follow the tevent_req styleJakub Hrozek1-24/+19
2013-08-28DB: remove unused realm parameter from sysdb_master_domain_add_infoJakub Hrozek2-2/+2
2013-08-28ipa-server-mode: add IPA group memberships to AD usersSumit Bose3-8/+1004
2013-08-28IPA: Enable AD sites when in server modeJakub Hrozek3-2/+70
2013-08-28krb5: Fetch ccname template from krb5.confStephen Gallagher6-14/+169
2013-08-28krb5_common: Refactor to use a talloc temp contextSimo Sorce1-12/+28
2013-08-27KRB5: Add support for KEYRING cache typeStephen Gallagher4-0/+212
2013-08-27KRB5: Remove unnecessary call to become_user()Stephen Gallagher1-6/+0
2013-08-26sudo: do not strdup usn on ENOENTPavel Březina1-1/+1
2013-08-26sudo: do not fail to store the rule if we can't read usnPavel Březina1-3/+4
2013-08-24DP: Notify propperly when removing PAC responderOndrej Kos2-1/+5
2013-08-24check_cc_validity: make sure _valid is always setSumit Bose1-5/+7
2013-08-22Remove include recursionLukas Slebodnik2-3/+0
2013-08-22proxy: Allow initgroup to return NOTFOUNDSimo Sorce1-0/+16
2013-08-22KRB5: Only set active and valid on successStephen Gallagher1-6/+5
2013-08-22KRB5: Refactor cc_*_check_existingStephen Gallagher1-61/+59
2013-08-22KRB5: Add new #define for collection cache typesStephen Gallagher4-18/+18
2013-08-19sysdb_add_incomplete_group: store SID string is availableSumit Bose2-9/+18
2013-08-19save_rfc2307bis_user_memberships: use fq names for subdomainsSumit Bose1-0/+16
2013-08-19sdap_add_incomplete_groups: use fully qualified name if neededSumit Bose1-4/+14
2013-08-19sudo: continue if we are unable to resolve fqdnPavel Březina1-1/+0
2013-08-19KRB5: Do not log to syslog on each loginJakub Hrozek1-1/+3
2013-08-19KRB5: Formatting changesJakub Hrozek1-4/+4
2013-08-19sdap_save_user: save original primary GID of subdomain usersSumit Bose1-11/+22
2013-08-19sdap_get_initgr_done: use the right SID to get a GIDSumit Bose1-1/+2
2013-08-19ipa_s2n_get_user_done: make sure ALIAS name is lower caseSumit Bose1-2/+18
2013-08-19ipa_s2n_get_user_done: free group_attrs as wellSumit Bose1-0/+1