summaryrefslogtreecommitdiffstats
path: root/src/db/sysdb.c
Commit message (Expand)AuthorAgeFilesLines
* SYSDB: Add a utility function to return a list of qualified namesJakub Hrozek2016-07-071-8/+37
* SYSDB: Check if group attributes differ before saving a groupJakub Hrozek2016-06-231-0/+115
* SYSDB: If modifyTimestamp is the same, only update the TS cacheJakub Hrozek2016-06-231-0/+76
* SYSDB: Search the timestamp caches in addition to the sysdb cacheJakub Hrozek2016-06-231-0/+32
* SYSDB: Move sysdb initialization into a new module sysdb_init.cJakub Hrozek2016-06-231-526/+0
* SYSDB: Add systemtap probes to track sysdb transactionsJakub Hrozek2016-06-101-0/+8
* SYSDB: Track transaction nesting in sysdb_ctxJakub Hrozek2016-06-101-3/+9
* sysdb: add sysdb_attrs_add_base64_blob()Sumit Bose2016-06-091-0/+22
* sysdb: add sysdb_{add,replace,delete}_ulong()Fabiano Fidêncio2016-05-311-2/+20
* sysdb: move add_ulong() convenience to sysdb.cFabiano Fidêncio2016-05-311-0/+13
* sysdb: add sysdb_{add,replace,delete}_string()Fabiano Fidêncio2016-05-311-2/+20
* sysdb: move add_string() convenience to sysdb.cFabiano Fidêncio2016-05-311-0/+13
* SUDO: make sudo sysdb interface more reusablePavel Březina2016-01-191-0/+98
* IPA: fix override with the same nameSumit Bose2015-11-201-3/+15
* SYSDB: Index the objectSIDString attributeJakub Hrozek2015-08-191-0/+7
* Log reason in debug message why ldb_modify failedLukas Slebodnik2015-03-111-0/+5
* be_refresh: support groupsPavel Březina2015-03-081-0/+8
* be_refresh: support usersPavel Březina2015-03-081-0/+7
* SYSDB: sysdb_get_bool() return ENOENT & unit testsPavel Reichl2014-12-021-1/+8
* SYSDB: Allow calling chown on the sysdb file from monitorMichal Zidek2014-10-221-0/+21
* sysdb: add sysdb_attrs_add_val_safe() and sysdb_attrs_add_string_safe()Sumit Bose2014-10-161-2/+38
* SYSDB: move sysdb_get_real_name() from sysdb.c to sysdb_search.cJakub Hrozek2014-10-061-52/+0
* sysdb_get_real_name: allow UPN as inputSumit Bose2014-09-011-5/+11
* SYSDB: Remove useless NULL test.Lukas Slebodnik2014-06-231-1/+1
* sysdb: make canonicalUserPrincipalName case-insensitiveSumit Bose2014-06-201-0/+7
* SYSDB: utility call sysdb_attrs_add_lower_case_stringPavel Reichl2014-06-181-17/+23
* Update DEBUG* invocations to use new levelsNikolai Kondrashov2014-02-121-24/+35
* Make DEBUG macro invocations variadicNikolai Kondrashov2014-02-121-51/+51
* DB: Add sss_ldb_el_to_string_listJakub Hrozek2014-01-291-13/+24
* Add sysdb_attrs_get_int32_tSumit Bose2013-12-191-0/+26
* Add sysdb_attrs_add_lc_name_aliasSumit Bose2013-12-191-0/+22
* Fix parameter name.Michal Zidek2013-11-271-8/+8
* SYSDB: Drop redundant sysdb_ctx parameter from sysdb.cMichal Zidek2013-11-151-26/+24
* SYSDB: Drop the sysdb_ctx parameter from the sysdb_search moduleMichal Zidek2013-11-151-1/+1
* Remove the alt_db_path parameter of sysdb_initMichal Zidek2013-03-051-10/+2
* sysdb: try dealing with binary-content attributesJan Engelhardt2013-02-261-0/+10
* Kill sysdb->domainSimo Sorce2013-01-151-1/+0
* Move mpg flag to the domain where it belongsSimo Sorce2013-01-151-6/+0
* Pass the domain to upgrade functionsSimo Sorce2013-01-151-2/+2
* Add domain arguemnt to sysdb_get_real_name()Simo Sorce2013-01-151-1/+2
* Add domain argument to sysdb_has/set_enumerated()Simo Sorce2013-01-151-7/+5
* Pass domain to sysdb_get<pw/gr>nam() functionsSimo Sorce2013-01-151-1/+1
* Upgrade DB and move ranges into top level objectSimo Sorce2013-01-151-0/+7
* Make sysdb_custom_subtree_dn() require a domain.Simo Sorce2013-01-151-1/+2
* Make sysdb_custom_dn() require a domain.Simo Sorce2013-01-151-1/+2
* Make sysdb_domain_dn() require a domain.Simo Sorce2013-01-151-2/+4
* Make sysdb_netgroup_base_dn() require a domain.Simo Sorce2013-01-151-3/+5
* Make sysdb_netgroup_dn() require a domain explictly.Simo Sorce2013-01-151-2/+2
* Make sysdb_group_dn() require a domain explictly.Simo Sorce2013-01-151-2/+2
* Make sysdb_user_dn() require a domain explictly.Simo Sorce2013-01-151-2/+2