summaryrefslogtreecommitdiffstats
path: root/src/providers
Commit message (Expand)AuthorAgeFilesLines
* DP: Remove unused 'force' parameter from the subdomain handlerJakub Hrozek2014-04-221-6/+2
* sbus: Add type-safe DBus method handlers and finish functionsStef Walter2014-04-193-11/+35
* KRB5: Go offline in case of generic errorPavel Reichl2014-04-171-0/+1
* KRB: do not check ccache directory for GIDPavel Reichl2014-04-171-7/+4
* SDAP: augmented logging for group savingPavel Reichl2014-04-141-1/+21
* failover: Shorter retry time for failed SRVPavel Reichl2014-04-143-2/+17
* AD Provider: Fix crash looking up forest on Samba 4Stephen Gallagher2014-04-101-1/+2
* krb5_child: Fix use after free in debug messageLukas Slebodnik2014-04-082-11/+16
* Fix warning zero-length gnu_printf format stringLukas Slebodnik2014-04-071-1/+1
* krb5_child: Remove unused krb5_context from set_changepw_optionsLukas Slebodnik2014-04-071-4/+3
* Remove dead code from ipa_get_selinux_recvMichal Zidek2014-04-071-38/+23
* Possible null dereference in SELinux codeMichal Zidek2014-04-041-2/+2
* 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