summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* intg: Use bytes with hash functionLukas Slebodnik2017-01-161-2/+3
* intg: Avoid using iteritems for dictionaryLukas Slebodnik2017-01-161-1/+1
* intg: Avoid using xrange in testsLukas Slebodnik2017-01-162-6/+6
* intg: Fix python2,3 urllibLukas Slebodnik2017-01-161-2/+6
* sssd_ldb.py: Remove a leftover debug messageLukas Slebodnik2017-01-161-1/+0
* IFP: Fix GetUserAttrJakub Hrozek2017-01-161-0/+1
* LDAP: Remove attrs_type related TODO commentsLukas Slebodnik2017-01-162-3/+0
* DP: Remove unused attr_type from struct dp_id_dataLukas Slebodnik2017-01-1614-60/+16
* DP: Remove unused constants BE_ATTR_*Lukas Slebodnik2017-01-162-4/+0
* LDAP: Remove unused parameter attr_type from groups_get_sendLukas Slebodnik2017-01-165-15/+4
* LDAP: Removed unused attr_type from users_get_sendLukas Slebodnik2017-01-161-5/+1
* LDAP: Fix debug messages after errors in *_get_sendLukas Slebodnik2017-01-161-2/+2
* MAN: sssctl debug levelMichal Židek2017-01-131-1/+1
* KRB5: Advise the user to inspect the krb5_child.log if the child fails with a...Jakub Hrozek2017-01-121-0/+3
* test_sssctl: Add an integration test for sssctl netgroup-showJakub Hrozek2017-01-101-0/+27
* MONITOR: Create pidfile after responders startedVictor Tapia2017-01-093-8/+57
* MAN: Updation of sssd-ad man page for case when dyndns_refresh_interval < 60 ...Amith Kumar2017-01-061-1/+3
* Fix compilation with python3.6Lukas Slebodnik2017-01-026-3/+13
* sss_ptr_hash_delete_all: use unsigned long intSumit Bose2016-12-221-2/+2
* nss: remove the old codePavel Březina2016-12-197-8903/+0
* nss: make nss responder tests work with new codePavel Březina2016-12-193-63/+95
* nss: rewrite nss responder so it uses cache_reqPavel Březina2016-12-1918-44/+4385
* utils: add sss_ptr_hash modulePavel Březina2016-12-192-0/+492
* responders: do not try to contact DP with LOCAL providerPavel Březina2016-12-191-0/+22
* responders: remove checks that are handled inside cache_reqPavel Březina2016-12-193-19/+1
* responders: unify usage of sss_cmd_send_empty and _errorPavel Březina2016-12-195-12/+32
* cache_req: do not set ncache if dp request failsPavel Březina2016-12-193-10/+36
* cache_req: allow to search subdomains without fqnPavel Březina2016-12-196-10/+10
* cache_req: fix plugin function descriptionPavel Březina2016-12-191-2/+3
* cache_req: improve debuggingPavel Březina2016-12-193-3/+4
* cache_req: make plug-ins definition constPavel Březina2016-12-1922-42/+42
* cache_req: add object by idPavel Březina2016-12-198-12/+237
* cache_req: add object by namePavel Březina2016-12-198-0/+289
* cache_req: allow upn search with attrsPavel Březina2016-12-191-1/+6
* cache_req: make sure that we always fetch default attrsPavel Březina2016-12-191-1/+43
* cache_req: return well known objects in object by sidPavel Březina2016-12-194-1/+149
* cache_req: allow to return well known object as resultPavel Březina2016-12-1921-3/+153
* cache_req: allow shallow copy of resultPavel Březina2016-12-192-0/+67
* cache_req: add support for netgroupsPavel Březina2016-12-196-0/+174
* cache_req: add support for services enumerationPavel Březina2016-12-196-0/+108
* cache_req: add support for service by portPavel Březina2016-12-196-0/+191
* cache_req: add support for service by namePavel Březina2016-12-197-5/+274
* cache_req: add group enumerationPavel Březina2016-12-196-0/+118
* cache_req: add user enumerationPavel Březina2016-12-196-0/+134
* cache_req: add ability to filter domains by enumerationPavel Březina2016-12-1913-5/+55
* cache_req: add ability to gather result from all domainsPavel Březina2016-12-1913-17/+71
* cache_req: encapsulate output data into structurePavel Březina2016-12-1911-147/+254
* cache_req: skip first search on bypass cachePavel Březina2016-12-191-10/+22
* cache_req: fix initgroups by namePavel Březina2016-12-191-1/+3
* sss_output_name: do not require fq namePavel Březina2016-12-191-3/+7