summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* IPA: Save groups as non-expired with ignore_group_membersaramcoJakub Hrozek2015-08-183-7/+32
* Set ldb to nosync mode if SSS_CACHE_NO_SYNC env var is setJakub Hrozek2015-08-181-1/+10
* SSH: Use sss_unique_file_ex to create the known hosts fileJakub Hrozek2015-08-171-17/+4
* LDAP: Use sss_unique_filename in ldap_childJakub Hrozek2015-08-171-22/+3
* KRB5: Use sss_unique_file when creating kdcinfo filesJakub Hrozek2015-08-171-7/+9
* KRB5: Use sss_unique file in krb5_childJakub Hrozek2015-08-171-16/+11
* LDAP: minor improvements in ldap id cleanupPavel Reichl2015-08-172-4/+5
* LDAP: sanitize group name when used in filterPavel Reichl2015-08-173-5/+418
* pam: Incerease p11 child timeoutMichal Židek2015-08-172-2/+8
* p11child: set restrictive umask and clear environmentJakub Hrozek2015-08-171-0/+3
* TESTS: UT for sss_iface_addr_list_as_str_list()Pavel Reichl2015-08-141-0/+42
* DYNDNS: remove code duplicationPavel Reichl2015-08-143-55/+46
* DYNDNS: rename field of sdap_dyndns_update_statePavel Reichl2015-08-141-8/+8
* DYNDNS: remove zone commandPavel Reichl2015-08-146-42/+3
* DYNDNS: remove redundant talloc_steal()Pavel Reichl2015-08-141-1/+2
* DYNDNS: Don't use server cmd in nsupdate by defaultPavel Reichl2015-08-143-2/+11
* DYNDNS: Add a new option dyndns_serverJakub Hrozek2015-08-1410-0/+54
* IPA: Always re-fetch the keytab from the IPA serverJakub Hrozek2015-08-144-34/+221
* UTIL: Provide a common interface to safely create temporary filesJakub Hrozek2015-08-143-0/+323
* IPA: Change the default of ldap_user_certificate to userCertificate;binaryJakub Hrozek2015-08-142-2/+2
* LDAP: use ldb_binary_encode when printing attribute valuesJakub Hrozek2015-08-141-1/+10
* sudo: use "higher value wins" when ordering rulesPavel Březina2015-08-146-10/+60
* IFP: use default limit if provided is 0Pavel Březina2015-08-141-1/+3
* DEBUG: Add new debug category for fail over.Michal Židek2015-08-145-10/+40
* test_memory_cache: Fix few python issuesLukas Slebodnik2015-08-131-5/+5
* sss_cache: Wait a while for invalidation of mc by nss responderLukas Slebodnik2015-08-131-0/+34
* krb5_utils-tests: Remove unused variablesLukas Slebodnik2015-08-101-3/+0
* IPA: Improve messages about failuresPavel Reichl2015-08-073-4/+11
* krb5: assume online state if KDC proxy is configuredSumit Bose2015-08-051-0/+6
* krb5: do not create kdcinfo file if proxy configuration existsSumit Bose2015-08-051-0/+7
* krb5 utils: add sss_krb5_realm_has_proxy()Sumit Bose2015-08-055-0/+85
* test_memory_cache: Test invalidation with sss_cacheLukas Slebodnik2015-08-051-0/+176
* test_memory_cache: Test mmap cache after initgroupsLukas Slebodnik2015-08-051-0/+89
* KRB5: Do not try to remove missing ccacheLukas Slebodnik2015-08-051-0/+5
* SPEC: Workaround for build with rpm 4.13Lukas Slebodnik2015-08-051-0/+3
* test_memory_cache: Add test for initgroups mc with fq namesLukas Slebodnik2015-08-051-2/+138
* NSS: Initgr memory cache should work with fq namesLukas Slebodnik2015-08-055-19/+53
* intg_test: Add integration test for memory cacheLukas Slebodnik2015-08-052-0/+348
* intg_test: Add module for simulation of utility idLukas Slebodnik2015-08-052-0/+120
* sss_client: Update integrity check of records in mmap cacheLukas Slebodnik2015-08-053-32/+33
* mmap: Invalidate initgroups memory cache after any changeLukas Slebodnik2015-08-051-8/+9
* mmap_cache: "Override" functions for initgr mmap cacheLukas Slebodnik2015-08-053-9/+28
* mmap_cache: Rename variablesLukas Slebodnik2015-08-054-16/+16
* intg: Modernize 'except' clausesLukas Slebodnik2015-08-043-46/+46
* SSSDConfig: Return correct types in python3Lukas Slebodnik2015-08-042-2/+4
* IPA: Remove MPG groups if getgrgid was called before getpw()Jakub Hrozek2015-07-311-2/+39
* SDAP: rename SDAP_CACHE_PURGE_TIMEOUTPavel Reichl2015-07-316-13/+13
* ssh: generate public keys from certificateSumit Bose2015-07-3112-13/+364
* pam_sss: add sc supportSumit Bose2015-07-312-1/+96
* PAM: add certificate support to PAM (pre-)auth requestsSumit Bose2015-07-3113-39/+1378