summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Rename test-child to dummy-childJakub Hrozek2014-12-042-1/+1
* KRB5: Relax DEBUG messageJakub Hrozek2014-12-031-2/+5
* sss_atomic_write_s() return value is signedJakub Hrozek2014-12-038-16/+15
* LDAP: Remove useless includeJakub Hrozek2014-12-031-2/+0
* KRB5: Create the fast ccache in a child processJakub Hrozek2014-12-032-28/+100
* Add extra_args to exec_child()Jakub Hrozek2014-12-038-22/+93
* TESTS: Basic child testsJakub Hrozek2014-12-032-0/+233
* SYSDB: sysdb_get_bool() return ENOENT & unit testsPavel Reichl2014-12-023-6/+71
* TOOLS: sss_debuglevel should worh with ifp responderLukas Slebodnik2014-12-021-1/+2
* krb5_child: become user earlierSumit Bose2014-12-021-38/+93
* ldap_child: copy keytab into memory to drop privileges earlierSumit Bose2014-12-021-19/+45
* krb5: add copy_keytab_into_memory()Sumit Bose2014-12-023-0/+409
* krb5: add copy_ccache_into_memory()Sumit Bose2014-12-023-0/+365
* test: avoid leaks in leak testsSumit Bose2014-12-022-2/+9
* krb5: do not fail if checking the old ccache failedSumit Bose2014-12-021-2/+5
* IPA: only update view data if it really changedSumit Bose2014-12-021-50/+66
* krb5: make krb5 provider view awareSumit Bose2014-12-022-6/+25
* AD: Set dp_error if gc was not usedLukas Slebodnik2014-12-021-0/+4
* tests: be_ptaskPavel Březina2014-11-281-0/+864
* 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-282-23/+48
* 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-252-1/+3
* 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