summaryrefslogtreecommitdiffstats
path: root/src/providers
Commit message (Expand)AuthorAgeFilesLines
...
* ipa-server-mode: use lower-case user name for home dirSumit Bose2014-03-031-1/+10
* SUDO: AD providerSumit Bose2014-03-023-0/+80
* Remove unused structures.Lukas Slebodnik2014-02-261-5/+0
* KRB5: Fix condition for empty stringLukas Slebodnik2014-02-261-1/+1
* DP: Provide separate dp_copy_defaults functionJakub Hrozek2014-02-263-21/+42
* OPTS: Allow using defaults for blobsJakub Hrozek2014-02-261-0/+3
* IPA: check ranges for collisions before saving themSumit Bose2014-02-261-20/+64
* IPA: refactor idmap code and add testSumit Bose2014-02-262-147/+108
* LDAP: Setup periodic task only once.Lukas Slebodnik2014-02-261-13/+41
* Fix DEBUG message formattingJakub Hrozek2014-02-252-2/+2
* sbus: Use constants to make dbus callsStef Walter2014-02-246-25/+14
* sbus: Generate constants from interface definitionsStef Walter2014-02-241-0/+21
* sbus: Rework sbus to use interface metadata and vtablesStef Walter2014-02-247-34/+221
* nss: Stop using one DBus interface with totally different methodsStef Walter2014-02-242-1/+2
* IPA: Don't fail if apply_subdomain_homedir returns ENOENTJakub Hrozek2014-02-201-1/+1
* IPA: Don't call tevent_req_post outside _sendJakub Hrozek2014-02-201-1/+0
* ad_account_can_shortcut(): return bool instead of errnoPavel Březina2014-02-191-29/+11
* make make_realm_upper_case() staticPavel Březina2014-02-183-20/+18
* ldap: move domain related content from ldap_common.c to sdap_domain.cPavel Březina2014-02-182-176/+197
* ldap: move options related content from ldap_common.c to ldap_options.cPavel Březina2014-02-182-764/+787
* sdap: move sdap_get_id_specific_filter() to sdap_utils.cPavel Březina2014-02-182-20/+20
* sdap: move non async functions from sdap_async_connection.c to sdap_utils.cPavel Březina2014-02-182-18/+18
* sdap: move non async functions from sdap_async.c to sdap_utils.cPavel Březina2014-02-182-118/+142
* IPA: default krb5_fast_principal to host/$client@$realmPavel Březina2014-02-171-3/+5
* IPA: Default to krb5_use_fast=tryJakub Hrozek2014-02-132-1/+28
* Remove DEBUG macro support for old debug levelsNikolai Kondrashov2014-02-122-2/+2
* Update DEBUG* invocations to use new levelsNikolai Kondrashov2014-02-1254-1350/+1843
* Make DEBUG macro invocations variadicNikolai Kondrashov2014-02-12102-4618/+4618
* LDAP: Handle errors from sdap_id_op properly in enum codeJakub Hrozek2014-02-121-1/+41
* AD: Remove dead codeJakub Hrozek2014-02-121-8/+0
* AD: Only download domains that are set to enumerateJakub Hrozek2014-02-121-1/+5
* LDAP: Detect the presence of POSIX attributesJakub Hrozek2014-02-128-15/+502
* AD: support for subdomain_homedirPavel Reichl2014-02-051-0/+190
* dyndns: Update PTR records separatelyNikolai Kondrashov2014-02-011-3/+6
* AD: Remove unused memory contextsLukas Slebodnik2014-02-012-12/+10
* LDAP: require attribute groupType for AD groupsLukas Slebodnik2014-01-291-1/+1
* LDAP: store group if subdomain cannot be found by sidLukas Slebodnik2014-01-291-4/+6
* AD: Establish cross-domain memberships after enumeration finishesJakub Hrozek2014-01-292-22/+377
* LDAP: Don't clobber original_member during enumerationJakub Hrozek2014-01-291-4/+10
* AD: Enumerate users from GC, other entities from LDAPJakub Hrozek2014-01-291-3/+17
* LDAP: Add enum request with custom connectionJakub Hrozek2014-01-292-125/+191
* LDAP: Pass a private context to enumeration ptask instead of hardcoded connec...Jakub Hrozek2014-01-297-36/+52
* AD: Store info on whether a subdomain is set to enumerateJakub Hrozek2014-01-291-5/+33
* AD SRV: use right domain name for CLDAP pingSumit Bose2014-01-281-1/+1
* LDAP: Don't abort request if no id mapping domain matchesJakub Hrozek2014-01-242-6/+38
* krb5: hint to increase krb5_auth_timeoutPavel Reichl2014-01-221-1/+4
* sdap_idamp: Fall back to another method if sid is wrongLukas Slebodnik2014-01-221-2/+8
* LDAP: update id mapping detection for ldap providerLukas Slebodnik2014-01-221-0/+5
* LDAP: Don't fail if subdomain cannot be found by sidLukas Slebodnik2014-01-221-4/+6
* LDAP: Fix error checkJakub Hrozek2014-01-201-2/+2