summaryrefslogtreecommitdiffstats
path: root/src/providers
Commit message (Expand)AuthorAgeFilesLines
...
* Fix formating of variables with ber_ typeLukas Slebodnik2013-09-112-3/+4
* Fix formating of variables with type: time_tLukas Slebodnik2013-09-117-9/+10
* Fix formating of variables with type defined in stdint.hLukas Slebodnik2013-09-113-5/+7
* Fix formating of variables with type: key_serial_tLukas Slebodnik2013-09-111-1/+2
* Fix formating of variables with type: size_tLukas Slebodnik2013-09-1127-63/+76
* Fix formating of variables with type: ssize_tLukas Slebodnik2013-09-113-5/+5
* Use the same variable type like in struct ldb_message_elementLukas Slebodnik2013-09-111-1/+1
* Fix formating of variables with type: intLukas Slebodnik2013-09-112-3/+4
* Fix formating of variables with type: unsigned longLukas Slebodnik2013-09-111-1/+1
* Fix formating of variables with type: longLukas Slebodnik2013-09-115-10/+13
* LDAP: Store cleanup timestamp after initial cleanupJakub Hrozek2013-09-113-10/+10
* is_dn(): free dnPavel Březina2013-09-101-0/+2
* krb5: Fix warning sometimes uninitializedLukas Slebodnik2013-09-101-0/+2
* krb5_child: Simplify ccache creationSimo Sorce2013-09-091-387/+87
* krb5: Add file/dir path precheckSimo Sorce2013-09-092-0/+35
* krb5: Remove unused ccache backend infrastructureSimo Sorce2013-09-096-144/+14
* krb5: Unify function to create ccache filesSimo Sorce2013-09-093-69/+22
* krb5: Use new function to validate ccachesSimo Sorce2013-09-093-371/+88
* krb5: Make check_for_valid_tgt() staticSimo Sorce2013-09-091-0/+74
* krb5: move template check to initializzationSimo Sorce2013-09-094-24/+22
* krb5: Move determination of user being activeSimo Sorce2013-09-093-43/+17
* krb5: Replace type-specific ccache/principal checkSimo Sorce2013-09-093-148/+89
* krb5: Use krb5_cc_destroy to remove old ccachesSimo Sorce2013-09-093-118/+18
* krb5: Add helper to destroy ccache as userSimo Sorce2013-09-092-0/+111
* krb5: Add calls to change and restore credentialsSimo Sorce2013-09-092-0/+131
* krb5: Ingnore unknown expansion sequencesSimo Sorce2013-09-091-30/+15
* dyndns: do not modify global family_orderSumit Bose2013-09-051-3/+3
* AD: Rename parametrized #defineJakub Hrozek2013-09-051-3/+3
* ad srv: prefer servers that are in the same domain as clientPavel Březina2013-09-051-0/+89
* fo srv: add priority to fo_server_infoPavel Březina2013-09-052-0/+2
* resolv_sort_srv_reply: remove unnecessary mem_ctxPavel Březina2013-09-051-1/+1
* Fix warning missing argumentsLukas Slebodnik2013-09-051-1/+1
* KRB5: Fix warning declaration shadows global declarationLukas Slebodnik2013-09-031-8/+8
* PROXY: Handle empty GECOSJakub Hrozek2013-09-031-1/+8
* Fix czech specific character in my namePavel Březina2013-09-028-8/+8
* IPA_HBAC: Explicitelly include header file time.hLukas Slebodnik2013-08-281-0/+1
* IPA: Add forgotten declarationJakub Hrozek2013-08-281-0/+1
* IPA: enable enumeration if parent domain enumerates in server modeJakub Hrozek2013-08-281-12/+58
* SYSDB: Store enumerate flag for subdomainJakub Hrozek2013-08-282-3/+4
* LDAP: Make sdap_id_setup_tasks reusable for subdomainsJakub Hrozek2013-08-285-9/+21
* LDAP: Make the cleanup task reusable for subdomainsJakub Hrozek2013-08-285-42/+73
* LDAP: Make cleanup synchronousJakub Hrozek2013-08-283-150/+34
* LDAP: Convert enumeration to the ptask APIJakub Hrozek2013-08-284-136/+132
* LDAP: Move the ldap enum request to its own reusable moduleJakub Hrozek2013-08-286-642/+741
* LDAP: Remove unused constantJakub Hrozek2013-08-281-2/+0
* LDAP: Add enum_{users,groups}_recv to follow the tevent_req styleJakub Hrozek2013-08-281-24/+19
* DB: remove unused realm parameter from sysdb_master_domain_add_infoJakub Hrozek2013-08-282-2/+2
* ipa-server-mode: add IPA group memberships to AD usersSumit Bose2013-08-283-8/+1004
* IPA: Enable AD sites when in server modeJakub Hrozek2013-08-283-2/+70
* krb5: Fetch ccname template from krb5.confStephen Gallagher2013-08-286-14/+169