summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Updating the version for the 1.13.0 releasesssd-1_13_0Jakub Hrozek2015-07-061-1/+1
* Updating the translations for the 1.13.0 releaseJakub Hrozek2015-07-0638-7772/+6764
* PAM: Only cache first-factorJakub Hrozek2015-07-061-1/+20
* Minor code improvementsPavel Reichl2015-07-064-4/+3
* PAM: authenticate agains cachePavel Reichl2015-07-068-8/+261
* sysdb: new attribute lastOnlineAuthWithCurrentTokenPavel Reichl2015-07-062-0/+67
* KRB5: Add and use krb5_auth_queue_send to queue requests by defaultJakub Hrozek2015-07-068-54/+587
* tests: Reduce duplication with new function test_ev_doneJakub Hrozek2015-07-065-15/+16
* sss_client: Re-check memcache after acquiring the lockLukas Slebodnik2015-07-032-0/+106
* sss_client: Use unique lock for memory cacheLukas Slebodnik2015-07-033-4/+26
* sss_cache: Clear also initgroups fast cacheLukas Slebodnik2015-07-031-0/+10
* sss_client: Use initgr mmap cache in client codeLukas Slebodnik2015-07-034-1/+193
* nss: Invalidate entry in initgr mmap cacheLukas Slebodnik2015-07-031-0/+32
* mmap_cache: Invalidate entry in right memory cacheLukas Slebodnik2015-07-031-8/+25
* nss: Store entries in responder to initgr mmap cacheLukas Slebodnik2015-07-036-4/+124
* test_ipa_subdomains_server: Fix build with --coverageLukas Slebodnik2015-07-022-0/+7
* MONITOR: Do not report missing file as fatal in monitor_config_fileMichal Židek2015-07-021-5/+5
* MONITOR: Poll for resolv.conf if not available during bootMichal Židek2015-07-021-2/+36
* views: Add is_default_view helper functionMichal Židek2015-07-026-22/+22
* GPO: Fix incorrect strerror on GPO access denialStephen Gallagher2015-06-231-8/+8
* Updating the version.m4 file for the 1.13 Beta releaseJakub Hrozek2015-06-221-1/+1
* Updating the translations for the 1.13 Alpha releasesssd-1_13_0_alphasssd-1_12_90Jakub Hrozek2015-06-2238-25095/+31216
* test_ipa_subdom_server: Add missing assertLukas Slebodnik2015-06-221-0/+1
* SDAP: Remove user from cache for missing user in LDAPLukas Slebodnik2015-06-191-21/+26
* IFP: add FindByCertificate method for User objectsSumit Bose2015-06-1912-14/+242
* utils: add get_last_x_chars()Sumit Bose2015-06-195-0/+49
* ncache: add calls for certificate based searchesSumit Bose2015-06-193-0/+76
* LDAP/IPA: add user lookup by certificateSumit Bose2015-06-194-7/+73
* sysdb: add sysdb_search_user_by_cert() and sysdb_search_object_by_cert()Sumit Bose2015-06-195-0/+106
* certs: add PEM/DER conversion utilitiesSumit Bose2015-06-198-3/+773
* LDAP: add ldap_user_certificate optionSumit Bose2015-06-1910-0/+25
* adding ldap_user_auth_type where missingSumit Bose2015-06-194-0/+5
* sbus: listen to NameOwnerChangedPavel Březina2015-06-194-0/+96
* sbus: add support for incoming signalsPavel Březina2015-06-195-0/+341
* IFP: Fix warnings with enabled optimisationLukas Slebodnik2015-06-191-2/+2
* IFP: Export nodesPavel Březina2015-06-186-22/+200
* SBUS: Add support for <node /> in introspectionPavel Březina2015-06-186-5/+181
* SBUS: Use default GetAll invoker if none is setPavel Březina2015-06-181-1/+8
* IFP: Implement org.freedesktop.sssd.infopipe.Cache[.Object]Pavel Březina2015-06-1813-0/+711
* test_ipa_subdomains_server: Run clean-up after successLukas Slebodnik2015-06-161-0/+7
* BUILD: Store keytabs in /var/lib/sss/keytabsJakub Hrozek2015-06-163-4/+8
* CONFIG: Add SSS_STATEDIR as VARDIR/lib/sssJakub Hrozek2015-06-163-5/+8
* LDAP: Consolidate SDAP_SASL_REALM/SDAP_KRB5_REALM behaviourJakub Hrozek2015-06-143-8/+16
* LDAP: Do not set keytab through environment variableJakub Hrozek2015-06-141-10/+0
* IPA: Utility function for setting up one-way trust contextJakub Hrozek2015-06-142-9/+91
* AD: Add ad_create_1way_trust_optionsJakub Hrozek2015-06-143-6/+153
* IPA: Do not set AD_KRB5_REALM twiceJakub Hrozek2015-06-141-8/+0
* IPA/AD: Set up AD domain in ad_create_2way_trust_optionsJakub Hrozek2015-06-145-20/+25
* AD: Split off ad_create_default_optionsJakub Hrozek2015-06-143-3/+34
* AD: Rename ad_create_default_options to ad_create_2way_trust_optionsJakub Hrozek2015-06-146-36/+150