summaryrefslogtreecommitdiffstats
path: root/src/providers
Commit message (Expand)AuthorAgeFilesLines
* LDAP: Conditional jump depends on uninitialised valueLukas Slebodnik2015-02-231-3/+4
* LDAP: Handle ENOENT better in the cleanup taskJakub Hrozek2015-02-171-9/+8
* LDAP: Add better DEBUG messages to the cleanup taskJakub Hrozek2015-02-171-0/+11
* GPO: Better debugging for gpo_child's mkdirJakub Hrozek2015-02-171-1/+6
* sbus: use hard coded getters instead of generatedPavel Březina2015-02-171-54/+3
* SELINUX: Check the return value of setuid and setgidJakub Hrozek2015-02-131-2/+12
* Fix warning: equality comparison with extraneous parenthesesLukas Slebodnik2015-02-111-3/+3
* RESOLV: Add an internal function to read TTL from a DNS packetJakub Hrozek2015-02-111-1/+1
* LDAP: Rename the _res output parameter to avoid clashing with libresolv in testsJakub Hrozek2015-02-112-4/+4
* AD: use GC for SID requests as wellSumit Bose2015-01-302-10/+29
* ipa_s2n_save_objects: properly handle fully-qualified group namesSumit Bose2015-01-301-1/+1
* IPA: Resolve IPA user groups' overrideDN in non-default viewJakub Hrozek2015-01-301-8/+312
* LDAP: Add UUID when saving incomplete groupsJakub Hrozek2015-01-302-4/+14
* PROXY: Fix use after freeLukas Slebodnik2015-01-291-2/+2
* SELINUX: Set and reset umask when caling set_seuser from deamon codeJakub Hrozek2015-01-271-1/+17
* SELINUX: Call setuid(0)/setgid(0) to also set the real IDs to rootJakub Hrozek2015-01-271-1/+17
* add missing '\n' in debug messagesPavel Reichl2015-01-273-5/+6
* IPA: Use attr's dom for users, tooJakub Hrozek2015-01-261-11/+11
* IPA: process_members() add ghosts only onceSumit Bose2015-01-261-2/+4
* IPA: resolve IPA group-memberships for AD usersSumit Bose2015-01-262-3/+44
* AD: support for AD site overridePavel Reichl2015-01-265-7/+37
* AD: add new option ad_sitePavel Reichl2015-01-262-0/+2
* sbus: add new iface via sbus_conn_register_iface()Pavel Březina2015-01-233-25/+4
* IPA: properly handle mixed-case trusted domainsSumit Bose2015-01-231-2/+14
* views: fix GID overrride for mpg domainsSumit Bose2015-01-211-1/+20
* Open the PAC socket from krb5_child before dropping rootJakub Hrozek2015-01-211-0/+8
* krb5: fix entry order in MEMORY keytabSumit Bose2015-01-191-28/+90
* GPO: add systemd-user to gpo default permit listPavel Reichl2015-01-151-1/+3
* UTIL: Unify the fd_nonblocking implementationJakub Hrozek2015-01-154-8/+8
* LDAP: Use child_io_destructor instead of child_cleanup in a custom desctructorJakub Hrozek2015-01-151-22/+17
* krb5_child: Return ERR_NETWORK_IO on KRB5_KDCREP_SKEWJakub Hrozek2015-01-141-0/+1
* IPA: set SYSDB_INITGR_EXPIRE for RESP_USER_GROUPLISTSumit Bose2015-01-141-0/+14
* IPA: resolve missing membersSumit Bose2015-01-141-14/+48
* IPA: rename ipa_s2n_get_groups_send() to ipa_s2n_get_fqlist_send()Sumit Bose2015-01-141-50/+50
* IPA: process_members() optionally return missing members listSumit Bose2015-01-141-18/+67
* IPA: add missing breakSumit Bose2015-01-141-0/+1
* IPA: make version check more preciseSumit Bose2015-01-141-2/+2
* IPA: do not look up overrides on client with default viewSumit Bose2015-01-141-14/+49
* IPA: ipa_resolve_user_list_send() take care of overridesSumit Bose2015-01-131-10/+8
* IPA: resolve ghost members if a non-default view is appliedSumit Bose2015-01-132-0/+213
* IPA: add get_be_acct_req_for_user_name()Sumit Bose2015-01-132-0/+18
* GPO: Extract server hostname after connectingJakub Hrozek2015-01-131-29/+29
* GPO: Don't use stdout for output in gpo_childJakub Hrozek2015-01-133-6/+12
* UTIL: Allow dup-ing child pipe to a different FDJakub Hrozek2015-01-134-9/+7
* GPO: Set libsmb debugging to stderrJakub Hrozek2015-01-131-0/+1
* GPO: Ignore ENOENT result from sysdb_gpo_get_gpo_result_setting()Jakub Hrozek2015-01-081-1/+4
* IPA: handle GID overrides for MPG domains on clientsSumit Bose2014-12-171-0/+26
* IPA: properly handle groups from different domainsLukas Slebodnik2014-12-171-2/+16
* IPA: verify group memberships of trusted domain usersSumit Bose2014-12-171-1/+144
* krb5: handle KRB5KRB_ERR_GENERIC as unspecific errorSumit Bose2014-12-171-1/+12