summaryrefslogtreecommitdiffstats
path: root/src/db
Commit message (Expand)AuthorAgeFilesLines
* sysdb_get_real_name: allow UPN as inputSumit Bose2014-09-011-5/+11
* SYSDB: Clarify sss_ldb_modify_permissive returns ldb error codeJakub Hrozek2014-08-191-0/+6
* AD-GPO: sysdb_gpo changes for offline gpo supportYassir Elley2014-08-132-2/+63
* AD-GPO: add ad_gpo_cache_timeout optionYassir Elley2014-07-312-10/+50
* AD-GPO: add sysdb_gpo support for caching gpo versionYassir Elley2014-07-302-0/+290
* SYSDB: augmented logging when adding new groupPavel Reichl2014-07-151-14/+79
* sudo: fetch sudoRunAs attributePavel Březina2014-07-151-0/+1
* SYSDB: sysdb_getnetgr returns ENOENTPavel Reichl2014-06-251-13/+9
* SYSDB: sss_ldb_search - wrapper around ldb_searchPavel Reichl2014-06-252-0/+56
* SYSDB: Modify declaration of sysdb_search_entryLukas Slebodnik2014-06-232-2/+2
* SYSDB: Remove useless NULL test.Lukas Slebodnik2014-06-231-1/+1
* sysdb: add sysdb_search_user_by_upn() with testsSumit Bose2014-06-202-0/+67
* sysdb: make canonicalUserPrincipalName case-insensitiveSumit Bose2014-06-203-1/+67
* SYSDB: sysdb_search_custom fix memory leakPavel Reichl2014-06-201-5/+17
* SYSDB: sysdb_search_entry fix memory leakPavel Reichl2014-06-202-11/+22
* SYSDB: utility call sysdb_attrs_add_lower_case_stringPavel Reichl2014-06-182-17/+25
* Don't use macro _XOPEN_SOURCE for function strptimeLukas Slebodnik2014-05-271-1/+1
* SYSDB: return SYSDB_NAME from sysdb_initgroupsJakub Hrozek2014-05-141-0/+1
* SDAP: augmented logging for group savingPavel Reichl2014-04-141-0/+3
* Update debug level in sysdb_check_upgrade_02Nikolai Kondrashov2014-02-121-1/+1
* Update DEBUG* invocations to use new levelsNikolai Kondrashov2014-02-125-123/+163
* Make DEBUG macro invocations variadicNikolai Kondrashov2014-02-1212-484/+484
* sudo: memset tm when converting time attributesPavel Březina2014-01-291-0/+2
* DB: Add sss_ldb_el_to_string_listJakub Hrozek2014-01-292-13/+26
* responder: Set forest attribute in AD domainsPavel Reichl2014-01-092-2/+36
* Add sysdb_attrs_get_int32_tSumit Bose2013-12-192-0/+28
* Add new option ldap_group_typeSumit Bose2013-12-191-0/+1
* Use lower-case name for case-insensitive searchesSumit Bose2013-12-193-16/+32
* Add sysdb_attrs_add_lc_name_aliasSumit Bose2013-12-192-0/+24
* SYSDB: simplification of condition in if statementPavel Reichl2013-12-181-1/+1
* SYSDB: missing conversion of LDB error to errnoPavel Reichl2013-12-181-0/+1
* SYSDB: typos & debug macro constantsPavel Reichl2013-12-182-3/+4
* SYSDB: Sanitize filter before removing ghost attrsLukas Slebodnik2013-11-281-1/+8
* SYSDB: Sanitize filter before sysdb_search_groupsLukas Slebodnik2013-11-281-1/+8
* Fix parameter name.Michal Zidek2013-11-272-9/+9
* Missing parameter name in declaration.Michal Zidek2013-11-271-2/+2
* SYSDB: Skip malformed netgroup attribute.Lukas Slebodnik2013-11-151-1/+5
* SYSDB: Drop redundant sysdb_ctx parameter from sysdb.cMichal Zidek2013-11-155-69/+57
* SYSDB: Drop the sysdb_ctx parameter - module sysdb_ops (part 2)Michal Zidek2013-11-156-244/+182
* SYSDB: Drop the sysdb_ctx parameter from the sysdb_sudo.c moduleJakub Hrozek2013-11-152-47/+36
* SYSDB: Drop the sysdb_ctx parameter from the sysdb_idmap moduleJakub Hrozek2013-11-152-18/+14
* SYSDB: Drop the sysdb_ctx parameter - module sysdb_ops (part 1)Michal Zidek2013-11-153-84/+56
* SYSDB: Drop the sysdb_ctx parameter from the sysdb_ssh moduleMichal Zidek2013-11-152-30/+19
* SYSDB: Drop the sysdb_ctx parameter from the sysdb_services moduleMichal Zidek2013-11-152-36/+24
* SYSDB: Drop the sysdb_ctx parameter from the sysdb_search moduleMichal Zidek2013-11-153-49/+27
* SYSDB: Drop the sysdb_ctx parameter from SELinux functionsJakub Hrozek2013-11-152-23/+15
* SYSDB: Drop the sysdb_ctx parameter from the autofs APIJakub Hrozek2013-11-153-50/+34
* Merge ipa_selinux_common.c and ipa_selinux.cJakub Hrozek2013-11-152-75/+4
* Add ldap_autofs_map_master_name optionCove Schneider2013-11-121-2/+2
* SYSDB: Add sysdb_delete_by_sidJakub Hrozek2013-10-252-0/+53