summaryrefslogtreecommitdiffstats
path: root/src/db/sysdb_ops.c
Commit message (Expand)AuthorAgeFilesLines
* sysdb: add sysdb_search_object_by_uuid()Sumit Bose2014-11-201-0/+77
* sid2name: return name without views appliedSumit Bose2014-10-201-0/+1
* sysdb: sysdb_search_group_by_name should work like sysdb_search_user_by_nameSumit Bose2014-09-171-43/+42
* sysdb: Write additional attrs in sysdb_add_userDaniel Gollub2014-09-171-1/+2
* SYSDB: SSS_LDB_SEARCH - macro around ldb_searchPavel Reichl2014-09-051-51/+0
* SYSDB: Clarify sss_ldb_modify_permissive returns ldb error codeJakub Hrozek2014-08-191-0/+6
* SYSDB: augmented logging when adding new groupPavel Reichl2014-07-151-14/+79
* SYSDB: sss_ldb_search - wrapper around ldb_searchPavel Reichl2014-06-251-0/+51
* SYSDB: Modify declaration of sysdb_search_entryLukas Slebodnik2014-06-231-1/+1
* sysdb: add sysdb_search_user_by_upn() with testsSumit Bose2014-06-201-0/+60
* SYSDB: sysdb_search_custom fix memory leakPavel Reichl2014-06-201-5/+17
* SYSDB: sysdb_search_entry fix memory leakPavel Reichl2014-06-201-9/+20
* SDAP: augmented logging for group savingPavel Reichl2014-04-141-0/+3
* Update DEBUG* invocations to use new levelsNikolai Kondrashov2014-02-121-76/+93
* Make DEBUG macro invocations variadicNikolai Kondrashov2014-02-121-153/+153
* Use lower-case name for case-insensitive searchesSumit Bose2013-12-191-3/+5
* SYSDB: missing conversion of LDB error to errnoPavel Reichl2013-12-181-0/+1
* SYSDB: typos & debug macro constantsPavel Reichl2013-12-181-2/+3
* SYSDB: Sanitize filter before removing ghost attrsLukas Slebodnik2013-11-281-1/+8
* SYSDB: Sanitize filter before sysdb_search_groupsLukas Slebodnik2013-11-281-1/+8
* SYSDB: Drop redundant sysdb_ctx parameter from sysdb.cMichal Zidek2013-11-151-24/+20
* SYSDB: Drop the sysdb_ctx parameter - module sysdb_ops (part 2)Michal Zidek2013-11-151-178/+146
* SYSDB: Drop the sysdb_ctx parameter - module sysdb_ops (part 1)Michal Zidek2013-11-151-69/+51
* SYSDB: Add sysdb_delete_by_sidJakub Hrozek2013-10-251-0/+49
* sysdb: sysdb_update_members can take either name or dnPavel Březina2013-09-261-18/+49
* Fix formating of variables with type: gid_tLukas Slebodnik2013-09-111-4/+6
* Fix formating of variables with type: uid_tLukas Slebodnik2013-09-111-2/+3
* Fix formating of variables with type: size_tLukas Slebodnik2013-09-111-1/+1
* DB: Rise search functions debug levelsOndrej Kos2013-09-101-9/+9
* DB: Add user/group lookup by SIDOndrej Kos2013-09-101-2/+84
* sysdb_search_group_by_gid: obtain gid instead of uidPavel Březina2013-09-101-1/+1
* sysdb_add_incomplete_group: store SID string is availableSumit Bose2013-08-191-0/+6
* DB: sysdb_search_user_by_name: search by both name and aliasJakub Hrozek2013-07-091-2/+17
* sysdb: add sysdb_search_object_by_sid()Sumit Bose2013-05-021-0/+54
* Only try to relink ghost users if we're not enumeratingJakub Hrozek2013-04-291-4/+9
* Use SSSD specific errors for offline authSimo Sorce2013-03-041-8/+9
* SYSDB: make the sss_ldb_modify_permissive function publicJakub Hrozek2013-01-231-2/+7
* Move mpg flag to the domain where it belongsSimo Sorce2013-01-151-5/+5
* Add domain argument to sysdb_remove_attrs()Simo Sorce2013-01-151-6/+7
* Add domain arg to sysdb_search/delete_netgroup()Simo Sorce2013-01-151-2/+4
* Add domain argument to sysdb_delete_group()Simo Sorce2013-01-151-3/+4
* Add domain argument to sysdb_search_groups()Simo Sorce2013-01-151-2/+4
* Add domain argument to sysdb_delete_user()Simo Sorce2013-01-151-3/+4
* Add domain arg to sysdb_search_users()Simo Sorce2013-01-151-1/+2
* Add domain to sysdb_delete_customSimo Sorce2013-01-151-1/+2
* Add domain argument to sysdb_search_custom()Simo Sorce2013-01-151-4/+5
* Add domain argument to sysdb_store_custom()Simo Sorce2013-01-151-1/+2
* Add domain argument to sysdb_cache_auth()Simo Sorce2013-01-151-3/+4
* Add domain argument to sysdb_cache_password()Simo Sorce2013-01-151-1/+2
* Add domain arg to sysdb group member functionsSimo Sorce2013-01-151-9/+15