summaryrefslogtreecommitdiffstats
path: root/src/providers
Commit message (Expand)AuthorAgeFilesLines
* KRB: Prevent dereference of a null pointerLukas Slebodnik2014-06-031-2/+4
* Unify usage of function gethostnameLukas Slebodnik2014-06-033-7/+8
* LDAP: Don't use macro _XOPEN_SOURCE for extra featuresLukas Slebodnik2014-06-031-2/+2
* sbus: Add type-safe DBus method handlers and finish functionsStef Walter2014-06-033-11/+35
* NSS: Add option to expand homedir template formatLukas Slebodnik2014-06-032-0/+2
* NSS: Refactor expand_homedir_templateLukas Slebodnik2014-06-032-16/+24
* refactor calls of sss_parse_namePavel Reichl2014-06-032-4/+2
* AD: Initialize user_map_cnt in server modeJakub Hrozek2014-06-031-0/+1
* Make LDAP extra attributes available to IPA and ADSumit Bose2014-06-035-48/+59
* LDAP: Make it possible to extend an attribute mapJakub Hrozek2014-06-0316-15/+212
* LDAP: Fix off-by-one bug in sdap_copy_optsJakub Hrozek2014-06-031-1/+4
* IFP: Re-add the InfoPipe serverJakub Hrozek2014-06-032-0/+3
* sbus: Add the sbus_request_parse_or_finish() methodStef Walter2014-06-022-64/+27
* sbus: Refactor how we export DBus interfacesStef Walter2014-06-023-102/+59
* sbus: Add struct sbus_request to represent a DBus invocationStef Walter2014-06-023-362/+202
* SDAP: Add option to disable use of Token-GroupsPavel Reichl2014-06-025-2/+9
* SDAP: Make nesting_level = 0 to ignore nested groupsPavel Reichl2014-06-021-7/+34
* sbus: Use constants to make dbus callsStef Walter2014-06-026-25/+14
* sbus: Generate constants from interface definitionsStef Walter2014-06-021-0/+21
* sbus: Rework sbus to use interface metadata and vtablesStef Walter2014-06-027-34/+221
* nss: Stop using one DBus interface with totally different methodsStef Walter2014-06-022-1/+2
* LDAP: fix - find primary group by gidPavel Reichl2014-06-021-1/+0
* ipa subdomains provider: make sure search by SID works for homedirAlexander Bokovoy2014-05-211-5/+15
* SYSDB: augmented logging when adding new groupPavel Reichl2014-05-181-1/+1
* AD: Do not remove non-root domains when looking up root domainJakub Hrozek2014-05-131-3/+22
* LDAP: Check the LDAP handle before using itJakub Hrozek2014-05-121-0/+13
* Remove DEBUG macro support for old debug levelsNikolai Kondrashov2014-05-022-2/+2
* Update DEBUG* invocations to use new levelsNikolai Kondrashov2014-05-0254-1347/+1838
* Make DEBUG macro invocations variadicNikolai Kondrashov2014-05-02104-4680/+4680
* AD Provider: bugfix use-after-freePavel Reichl2014-04-301-2/+7
* AD Provider: bug-fix uninitialized variablePavel Reichl2014-04-301-1/+2
* SDAP: augmented logging for group savingPavel Reichl2014-04-141-1/+21
* AD Provider: Fix crash looking up forest on Samba 4Stephen Gallagher2014-04-101-1/+2
* Possible null dereference in SELinux codeMichal Zidek2014-04-041-2/+2
* 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/+363
* 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-34/+55
* krb5_child: remove unused option lifetime_str from k5c_setup_fast()Sumit Bose2014-03-211-6/+3
* 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
* 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/+16
* 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