summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove unneeded become_user() callsnonrootJakub Hrozek2014-11-281-22/+2
* KRB5: Create the fast ccache in a child processJakub Hrozek2014-11-281-25/+76
* KRB5: Pass the sssd_be uid and gid to krb5_childJakub Hrozek2014-11-285-4/+34
* krb5/ldap: use MEMORY ccache and keytab in *_child processesSumit Bose2014-11-283-7/+65
* krb5: add copy_keytab_into_memory()Sumit Bose2014-11-282-0/+153
* krb5: add copy_ccache_into_memory()Sumit Bose2014-11-282-0/+108
* tests: be_ptaskPavel Březina2014-11-282-0/+880
* be_ptask: do not store sync ctx to _taskPavel Březina2014-11-281-4/+0
* be_ptask: add next_execution time to struct be_ptaskPavel Březina2014-11-282-0/+3
* be_ptask: handle OFFLINE_DISABLE mode before task executionPavel Březina2014-11-281-1/+4
* be_ptask: create a private header filePavel Březina2014-11-283-23/+49
* Fix: always check return value of unlink()Pavel Reichl2014-11-284-7/+38
* AD: Never store case_sensitive as "true" to confdbMichal Zidek2014-11-281-4/+6
* confdb: Make confdb_set_string accept const char pointerMichal Zidek2014-11-282-2/+2
* krb5: Check return value of sss_krb5_princ_realmLukas Slebodnik2014-11-283-0/+25
* krb5: Check return value of krb5_principal_get_realmLukas Slebodnik2014-11-281-2/+9
* views: allow view name change at startupSumit Bose2014-11-252-24/+85
* sysdb: add sysdb_invalidate_overrides()Sumit Bose2014-11-253-0/+195
* sysdb: add sysdb_delete_view_tree()Sumit Bose2014-11-253-0/+110
* PAM: Move is_uid_trusted from pam_ctx to preqJakub Hrozek2014-11-252-12/+13
* PAM: Check for trusted domain before sending the request to BEJakub Hrozek2014-11-251-41/+26
* SBUS: Initialize DBusError before using itJakub Hrozek2014-11-251-0/+1
* util: sss_get_domain_name regex mismatch not fatalMichal Zidek2014-11-251-1/+7
* util: Special-case PCRE_ERROR_NOMATCH in sss_parse_nameMichal Zidek2014-11-254-8/+10
* test: Wrong parameter type in sss_parse_name_checkMichal Zidek2014-11-251-1/+1
* AD/IPA: add krb5_confd_path configuration optionSumit Bose2014-11-2514-3/+256
* Fix KRB5_CONF_PATHSumit Bose2014-11-253-1/+4
* PAM: Make pam_forwarder_parse_data staticJakub Hrozek2014-11-241-1/+1
* Hint about removing sysdb if initializing ID map failsJakub Hrozek2014-11-241-1/+7
* IPA: Handle IPA groups returned from extop pluginJakub Hrozek2014-11-241-4/+9
* BE: Fix a debug messageJakub Hrozek2014-11-241-1/+1
* sss_client: Fix race condition in memory cacheLukas Slebodnik2014-11-244-13/+59
* sss_client: Extract destroying of mmap cache to functionLukas Slebodnik2014-11-241-16/+14
* Man: debug_timestamps and debug_microsecondsMichal Zidek2014-11-201-2/+6
* MAN: Update case_sensitive=Preserving in man pages.Michal Zidek2014-11-201-2/+5
* Enable views for all domainsSumit Bose2014-11-201-2/+1
* IPA: check overrrides for IPA users as wellSumit Bose2014-11-203-4/+432
* IPA: make get_object_from_cache() publicSumit Bose2014-11-202-4/+10
* ipa: add get_be_acct_req_for_uuid()Sumit Bose2014-11-202-6/+40
* LDAP: always store UUID if availableSumit Bose2014-11-202-13/+52
* LDAP: add support for lookups by UUIDSumit Bose2014-11-202-5/+55
* ipa: add split_ipa_anchor()Sumit Bose2014-11-204-0/+99
* sysdb: add sysdb_search_object_by_uuid()Sumit Bose2014-11-203-0/+135
* SYSDB: sysdb_idmap_get_mappings returns ENOENTPavel Reichl2014-11-193-7/+12
* MAN: page edit for ldap_use_tokengroupsDan Lavu2014-11-191-1/+12
* BE: Become a regular user after initializationJakub Hrozek2014-11-181-0/+13
* BUILD: Touch files in DESTDIRJakub Hrozek2014-11-181-6/+6
* BUILD: Make chown of files to sssd user non-fatalJakub Hrozek2014-11-181-3/+3
* BUILD: Use separate chown to make changing ownership to the sssd user non-fatalJakub Hrozek2014-11-181-17/+18
* KRB5: Do not switch_creds() if already the specified userJakub Hrozek2014-11-182-8/+28