summaryrefslogtreecommitdiff
path: root/src/providers
AgeCommit message (Expand)AuthorFilesLines
2013-09-11Fix formating of variables with type: size_tLukas Slebodnik27-63/+76
2013-09-11Fix formating of variables with type: ssize_tLukas Slebodnik3-5/+5
2013-09-11Use the same variable type like in struct ldb_message_elementLukas Slebodnik1-1/+1
2013-09-11Fix formating of variables with type: intLukas Slebodnik2-3/+4
2013-09-11Fix formating of variables with type: unsigned longLukas Slebodnik1-1/+1
2013-09-11Fix formating of variables with type: longLukas Slebodnik5-10/+13
2013-09-11LDAP: Store cleanup timestamp after initial cleanupJakub Hrozek3-10/+10
2013-09-10is_dn(): free dnPavel Březina1-0/+2
2013-09-10krb5: Fix warning sometimes uninitializedLukas Slebodnik1-0/+2
2013-09-09krb5_child: Simplify ccache creationSimo Sorce1-387/+87
2013-09-09krb5: Add file/dir path precheckSimo Sorce2-0/+35
2013-09-09krb5: Remove unused ccache backend infrastructureSimo Sorce6-144/+14
2013-09-09krb5: Unify function to create ccache filesSimo Sorce3-69/+22
2013-09-09krb5: Use new function to validate ccachesSimo Sorce3-371/+88
2013-09-09krb5: Make check_for_valid_tgt() staticSimo Sorce1-0/+74
2013-09-09krb5: move template check to initializzationSimo Sorce4-24/+22
2013-09-09krb5: Move determination of user being activeSimo Sorce3-43/+17
2013-09-09krb5: Replace type-specific ccache/principal checkSimo Sorce3-148/+89
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