summaryrefslogtreecommitdiffstats
path: root/src/db
Commit message (Expand)AuthorAgeFilesLines
* sysdb: add certmap related callsSumit Bose2017-02-132-0/+421
* sss_cert_derb64_to_ldap_filter: add sss_certmap supportSumit Bose2017-02-132-2/+2
* LDAP: always store the certificate from the requestSumit Bose2017-02-131-0/+1
* sysdb: add sysdb_attrs_copy()Sumit Bose2017-02-132-0/+25
* SUDO: Only store lowercased attribute value onceJakub Hrozek2017-02-101-14/+3
* SYSDB: Removing of sysdb_try_to_find_expected_dn()Petr Čech2017-02-082-338/+0
* Suppres implicit-fallthrough from gcc 7Lukas Slebodnik2017-02-011-0/+1
* sysdb: Search also aliases in sysdb_search_object_by_nameLukas Slebodnik2017-01-232-3/+30
* SYSDB: Update filter for get object by idLukas Slebodnik2017-01-231-1/+1
* cache_req: add object by idPavel Březina2016-12-192-12/+59
* cache_req: add object by namePavel Březina2016-12-192-0/+17
* SYSDB: Suppress sysdb_delete_ts_entry failed: 0Jakub Hrozek2016-12-081-3/+7
* SYSDB: Remove unused prototype from header fileLukas Slebodnik2016-11-251-5/+0
* SYSDB: Fixing of sudorule without a sudoUserPetr Čech2016-11-231-0/+5
* SYSDB: Adding message about reason why cache changedPetr Cech2016-11-081-4/+20
* SYSDB: Adding message to inform which cache is usedPetr Cech2016-11-081-0/+32
* SYSDB: Adding lowercase sudoUser formPetr Čech2016-11-081-0/+64
* SYSDB: Augment sysdb_try_to_find_expected_dn to match search base as wellJakub Hrozek2016-11-032-0/+100
* SYSDB: Split sysdb_try_to_find_expected_dn() into smaller functionsJakub Hrozek2016-11-031-99/+179
* LDAP/AD: resolve domain local groups for remote usersSumit Bose2016-10-311-0/+1
* sysdb: add parent_dom to sysdb_get_direct_parents()Sumit Bose2016-10-312-1/+27
* IFP: expose user and group unique IDs through DBusThomas Equeter2016-09-221-0/+2
* Remove double semicolon at the end of lineLukas Slebodnik2016-09-211-1/+1
* SYSDB: Suppress warning from clang static analyserLukas Slebodnik2016-09-021-1/+1
* SYSDB: Removing of unused parameterPetr Čech2016-09-011-3/+1
* SYSDB: Fix error handling in sysdb_get_user_members_recursivelyLukas Slebodnik2016-08-312-1/+7
* SYSDB: Fix uninitialized scalar variableLukas Slebodnik2016-08-291-1/+1
* SYSDB: Remove the timestamp cache for a newly created cacheFabiano Fidêncio2016-08-261-22/+47
* SYSDB: Rework sysdb_cache_connect()Fabiano Fidêncio2016-08-261-19/+34
* SYSDB: Avoid optimisation with modifyTimestamp for usersLukas Slebodnik2016-08-101-19/+0
* SYSDB: Fix setting dataExpireTimestamp if sysdb is supposed to set the curren...Jakub Hrozek2016-08-051-10/+10
* SYSDB: Sanitize dn in sysdb_get_user_members_recursivelyLukas Slebodnik2016-08-051-1/+11
* NSS: add user email to fill_orig()Sumit Bose2016-07-291-0/+1
* sysdb: include email in UPN searchesSumit Bose2016-07-292-3/+3
* LDAP: new attribute option ldap_user_emailSumit Bose2016-07-291-0/+1
* views: properly override group member namesSumit Bose2016-07-293-119/+119
* sysdb: add sysdb_get_user_members_recursively()Sumit Bose2016-07-292-0/+66
* SYSDB: Removing of duplication of sysdb_ts_cache_attrsPetr Cech2016-07-261-3/+0
* sysdb_master_domain_add_info: properly set do_updateSumit Bose2016-07-251-2/+2
* SYSDB: Do not try to modify ts cache for unsupported DNsLukas Slebodnik2016-07-251-1/+6
* sysdb: make subdomain calls aware of upn_suffixesSumit Bose2016-07-182-4/+55
* sysdb: add UPN suffix support for the master domainSumit Bose2016-07-182-3/+50
* views: allow override added for non-default views at runtimeSumit Bose2016-07-121-8/+18
* SYSDB: Fixing DB updatePetr Cech2016-07-111-3/+19
* sudo: solve problems with fully qualified namesPavel Březina2016-07-072-67/+139
* SYSDB: qualify_attr: create new attribute only onceSumit Bose2016-07-071-3/+8
* SYSDB: Upgrade sysdb to use qualified names for users and groups, sudo rules ...Jakub Hrozek2016-07-074-3/+603
* SYSDB: Remove the timestamps cache on updateJakub Hrozek2016-07-071-3/+30
* SYSDB: Fix small issues during db upgradeJakub Hrozek2016-07-071-1/+3
* SYSDB: Allow passing a context to sysdb upgrade functionsJakub Hrozek2016-07-073-20/+47