summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* AD_PROVIDER: Initializing of ad_enabled_domainsPetr Cech2016-08-171-0/+82
* AD_PROVIDER: Add ad_enabled_domains optionPetr Cech2016-08-176-0/+32
* Warn if IP address is used as option for ipa_server/ad_serverJustin Stephenson2016-08-162-0/+18
* Make resolv_is_address() function public and create some basic testsJustin Stephenson2016-08-163-3/+28
* NSS: Remove unused functionsPavel Březina2016-08-163-125/+0
* DP: Remove old data provider interfacePavel Březina2016-08-1623-352/+253
* PROXY: Do not abuse data provider interfacePavel Březina2016-08-168-185/+284
* sbus: allow freeing msg through dbus api when using tallocPavel Březina2016-08-161-0/+51
* sifp: fix coverity warningPavel Březina2016-08-161-1/+6
* sssctl: print active server and server listPavel Březina2016-08-1615-18/+721
* failover: mark subdomain service with sd_ prefixPavel Březina2016-08-162-4/+18
* sssctl: use talloc with sifpPavel Březina2016-08-163-34/+88
* sbus: add utility function to simplify message and reply handlingPavel Březina2016-08-165-98/+311
* sbus: add sbus_request_reply_error()Pavel Březina2016-08-164-34/+69
* rdp: add ability to forward reply to the client requestPavel Březina2016-08-163-138/+220
* CONFIG: re_expression is an allowed option for all domainsJakub Hrozek2016-08-124-0/+5
* CONFIG: full_name_format is an allowed option for all domainsJakub Hrozek2016-08-124-0/+5
* gpo: gPCMachineExtensionNames with just whitespacesMichal Židek2016-08-111-1/+20
* TESTS: Use the DP handlers in simple provider tests, add more testsJakub Hrozek2016-08-101-21/+165
* SIMPLE: Make the DP handlers testableJakub Hrozek2016-08-102-2/+46
* SIMPLE: Fail on any error parsing the access control listJakub Hrozek2016-08-101-1/+4
* SIMPLE: Do not parse names on startupJakub Hrozek2016-08-101-7/+0
* dyndns-tests: Fix false positive failuresLukas Slebodnik2016-08-101-0/+1
* SYSDB: Avoid optimisation with modifyTimestamp for usersLukas Slebodnik2016-08-102-33/+0
* NSS: Use correct name for invalidating memory cacheLukas Slebodnik2016-08-102-15/+18
* intg: Allow to test netgroupsLukas Slebodnik2016-08-102-0/+156
* intg: Make location of sssd nss module configurableLukas Slebodnik2016-08-102-1/+2
* config_schema: Add ldap_user_email to schemaLukas Slebodnik2016-08-101-0/+1
* sssctl: use internal API to remove filesPavel Březina2016-08-092-5/+4
* utils: add remove_subtreePavel Březina2016-08-093-7/+82
* UTILS: Fixing duplication of pid file declarationPetr Cech2016-08-094-8/+5
* NSS: Do not check local users with disabled local_negative_timeoutLukas Slebodnik2016-08-091-18/+27
* sssctl: Generic help for cache-upgrade and config-checkMichal Židek2016-08-092-0/+12
* DP: Initialize D-Bus as soon as possiblePavel Březina2016-08-092-11/+23
* IPA: Check the return value of sss_parse_internal_fqnameJakub Hrozek2016-08-081-0/+8
* PAM: Do not act on ldb_message in case of a failureJakub Hrozek2016-08-081-15/+18
* LDAP: Fixing wrong pam error code for passwdPetr Cech2016-08-081-0/+5
* LDAP: Fix Dereference after NULL checkLukas Slebodnik2016-08-081-1/+1
* SDAP: Don't log an op failure when no users are foundFabiano Fidêncio2016-08-051-3/+6
* tools: Add missing gettext macroMichal Židek2016-08-051-1/+1
* PROVIDER: Conversion empty string from D-Bus to NULLPetr Cech2016-08-052-4/+4
* Revert "LDAP: Lookup services by all protocols unless a protocol is specified"Petr Cech2016-08-051-5/+2
* IPA: Changing of confusing debug messagePetr Cech2016-08-052-3/+6
* SYSDB: Fix setting dataExpireTimestamp if sysdb is supposed to set the curren...Jakub Hrozek2016-08-052-10/+93
* SYSDB: Sanitize dn in sysdb_get_user_members_recursivelyLukas Slebodnik2016-08-051-1/+11
* SDAP: sysdb_search_users does not set users_count for failuresLukas Slebodnik2016-08-051-1/+1
* SDAP: sanitize member name before using in filterLukas Slebodnik2016-08-051-1/+10
* sssctl: Consistent commands namingMichal Židek2016-08-058-68/+69
* sss_ini: Change debug level of config error msgsMichal Židek2016-08-041-2/+2
* RESPONDERS: Pass errno to strerror() when SELINUX_getpeercon() failsFabiano Fidêncio2016-08-041-0/+1