summaryrefslogtreecommitdiffstats
path: root/src/db/sysdb_ops.c
Commit message (Expand)AuthorAgeFilesLines
* SYSDB: Add sysdb_search_by_orig_dn()Fabiano Fidêncio2017-09-051-0/+66
* SYSDB: Introduce _search_{users,groups}_by_timestamp()Fabiano Fidêncio2017-06-151-0/+178
* SYSDB_OPS: Invalidate a cache entry also in the ts_cacheFabiano Fidêncio2017-06-151-0/+11
* SYSDB_OPS: Mark an entry as expired also in the timestamp cacheFabiano Fidêncio2017-06-151-0/+9
* SYSDB: Return ERR_NO_TS when there's no timestamp cache presentFabiano Fidêncio2017-06-151-2/+2
* SYSDB: Only generate new UID in local domainJakub Hrozek2017-03-301-0/+6
* SYSDB: Allow storing non-POSIX usersJakub Hrozek2017-03-301-9/+23
* sss_cert_derb64_to_ldap_filter: add sss_certmap supportSumit Bose2017-03-231-1/+1
* LDAP: always store the certificate from the requestSumit Bose2017-03-231-2/+2
* sdap_get_users_send(): new argument mapped_attrsSumit Bose2017-03-231-0/+61
* sysdb: allow multiple results for searches by certificateSumit Bose2017-03-101-7/+10
* sss_cache: User/groups invalidation in domain cachePetr Čech2017-03-081-0/+65
* SYSDB: When searching for UPNs, search either the whole DB or only the given ...Jakub Hrozek2017-03-031-2/+8
* Suppres implicit-fallthrough from gcc 7Lukas Slebodnik2017-02-011-0/+1
* sysdb: Search also aliases in sysdb_search_object_by_nameLukas Slebodnik2017-01-231-2/+29
* cache_req: add object by idPavel Březina2016-12-191-12/+52
* cache_req: add object by namePavel Březina2016-12-191-0/+10
* SYSDB: Suppress sysdb_delete_ts_entry failed: 0Jakub Hrozek2016-12-081-3/+7
* SYSDB: Adding message to inform which cache is usedPetr Cech2016-11-081-0/+32
* Remove double semicolon at the end of lineLukas Slebodnik2016-09-211-1/+1
* SYSDB: Removing of unused parameterPetr Čech2016-09-011-3/+1
* SYSDB: Fix error handling in sysdb_get_user_members_recursivelyLukas Slebodnik2016-08-311-0/+3
* 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
* sysdb: include email in UPN searchesSumit Bose2016-07-291-2/+2
* sysdb: add sysdb_get_user_members_recursively()Sumit Bose2016-07-291-0/+61
* SYSDB: Do not try to modify ts cache for unsupported DNsLukas Slebodnik2016-07-251-1/+6
* SYSDB: convert sysdb_group_membership_mod to operate on qualified namesMichal Zidek2016-07-071-2/+22
* sysdb: Use ldb_result as output in sysdb_search_ts_{users,groups}Lukas Slebodnik2016-07-061-8/+38
* SYSDB: Only update user attributes if neededJakub Hrozek2016-06-231-0/+35
* SYSDB: Refactor sysdb_store_userJakub Hrozek2016-06-231-64/+136
* SYSDB: Check if group attributes differ before saving a groupJakub Hrozek2016-06-231-7/+13
* SYSDB: If modifyTimestamp is the same, only update the TS cacheJakub Hrozek2016-06-231-36/+519
* SYSDB: Search the timestamp caches in addition to the sysdb cacheJakub Hrozek2016-06-231-27/+162
* SYSDB: Wrap sysdb_store_group in a transaction and split it into smaller func...Jakub Hrozek2016-06-231-42/+107
* sysdb: add sysdb_{add,replace,delete}_ulong()Fabiano Fidêncio2016-05-311-11/+7
* sysdb: move add_ulong() convenience to sysdb.cFabiano Fidêncio2016-05-311-13/+0
* sysdb: add sysdb_{add,replace,delete}_string()Fabiano Fidêncio2016-05-311-16/+14
* sysdb: move add_string() convenience to sysdb.cFabiano Fidêncio2016-05-311-13/+0
* remove user certificate if not found on the serverPavel Březina2016-03-011-0/+45
* nss: fix UPN lookups for sub-domain usersSumit Bose2015-10-081-1/+1
* fix ldb_search usageSumit Bose2015-10-081-8/+1
* cache_req: add support for UPNPavel Březina2015-10-081-18/+53
* SYSDB: Add function to expire entryMichal Židek2015-09-031-0/+72
* Minor code improvementsPavel Reichl2015-07-061-1/+0
* sysdb: add sysdb_search_user_by_cert() and sysdb_search_object_by_cert()Sumit Bose2015-06-191-0/+35
* LDAP: Do not print verbose DEBUG messages from providers that don't set UUIDJakub Hrozek2015-06-041-1/+6
* 2FA offline authSumit Bose2015-05-081-2/+75
* sysdb: add sysdb_cache_password_ex()Sumit Bose2015-05-081-3/+22