summaryrefslogtreecommitdiffstats
path: root/src/providers
Commit message (Expand)AuthorAgeFilesLines
* AUTOFS: terminate array after the last entryLukas Slebodnik2014-04-041-1/+2
* IFP: Re-add the InfoPipe serverJakub Hrozek2014-04-042-0/+3
* IPA: Fix SELinux mapping order memory hierarchyJakub Hrozek2014-04-031-8/+8
* AD: connect to forest root when downloading the list of subdomainsJakub Hrozek2014-04-021-9/+362
* IPA: Use function sysdb_attrs_get_el in safe wayLukas Slebodnik2014-03-311-10/+7
* KRB5: Do not attempt to get a TGT after a password change using OTPJakub Hrozek2014-03-262-3/+30
* krb5-child: add revert_changepw_options()Sumit Bose2014-03-211-0/+22
* krb5_client: rename krb5_set_canonicalize() to set_canonicalize_option()Sumit Bose2014-03-211-16/+16
* krb5-child: extract lifetime settings into set_lifetime_options()Sumit Bose2014-03-211-36/+55
* krb5_child: remove unused option lifetime_str from k5c_setup_fast()Sumit Bose2014-03-211-6/+3
* KRB5: log message - wrong permissions on ccache dirPavel Reichl2014-03-181-2/+3
* refactor calls of sss_parse_namePavel Reichl2014-03-182-4/+2
* sbus: Add the sbus_request_parse_or_finish() methodStef Walter2014-03-142-64/+27
* sbus: Refactor how we export DBus interfacesStef Walter2014-03-143-102/+59
* sbus: Add struct sbus_request to represent a DBus invocationStef Walter2014-03-143-362/+202
* providers: Fix types passed to dbus varargs functionsStef Walter2014-03-142-12/+27
* IPA: Write SELinux usernames in the right caseJakub Hrozek2014-03-131-5/+21
* KRB: Prevent dereference of a null pointerLukas Slebodnik2014-03-131-2/+4
* AD: Continue if sssd failes to check extra membersLukas Slebodnik2014-03-121-0/+1
* IPA/KRB5: handle KRB5_PROG_ETYPE_NOSUPP during IPA password migrationSumit Bose2014-03-121-0/+4
* IPA: Use the correct domain when processing SELinux rulesJakub Hrozek2014-03-111-10/+15
* AD: Only connect to GC for subdomain usersJakub Hrozek2014-03-111-0/+17
* IPA: Use GC for AD initgroup requestsSumit Bose2014-03-101-6/+15
* Fix krb5 changepw when FAST-only preauth methods are used (like OTP)Nathaniel McCallum2014-03-101-34/+6
* IPA: Do not save intermediate data to sysdbJakub Hrozek2014-03-051-28/+28
* 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