summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-01-07memcache: make MC_PTR_TO_SLOT() more readablePavel Březina1-2/+1
2013-01-07explicit null dereferenced in sss_nss_mc_get_record()Pavel Březina1-0/+5
2013-01-07memcache: add macro that validates record lengthPavel Březina2-2/+7
2013-01-07sss_userdel and sss_groupdel with use_fully_qualified_namesMichal Zidek1-15/+50
2013-01-07SYSDB: split sysdb_add_userOndrej Kos1-125/+176
2013-01-07SYSDB: Modify ghosts in permissive modeOndrej Kos1-1/+33
2013-01-07Search for SHORTNAME$@REALM instead of fqdn$@REALM by defaultJakub Hrozek1-3/+35
2013-01-07Fix tevent_req style for sdap_async_sudo.Simo Sorce1-22/+22
2013-01-07Remove redundant definition.Simo Sorce2-2/+1
2013-01-06Remove unused headerSimo Sorce1-1/+0
2013-01-04sss_cache: fqdn not acceptedMichal Zidek1-14/+149
2013-01-04LDAP: initialize refresh function handlerOndrej Kos1-1/+1
2013-01-02let krb5_backup_kpasswd failover workPavel Březina1-2/+2
2013-01-02failover: Protect against empty host namesMichal Zidek11-102/+174
2013-01-02set ret to EOK after for loop in sdap_sudo_purge_sudoersPavel Březina1-0/+2
2012-12-20mmap cache: invalidate cache on fatal errorSimo Sorce3-10/+30
2012-12-20Carefully check records when forcibly invalidatingSimo Sorce2-20/+105
2012-12-20Update free table when records are invalidated.Simo Sorce1-14/+23
2012-12-20nss_mc: Add extra checks when dereferencing recordsSimo Sorce1-0/+12
2012-12-20krb5 tgt renewal: fix usage of ldb_dn_get_component_val()Sumit Bose1-4/+4
2012-12-20Free resources if fileno failedJakub Hrozek1-0/+2
2012-12-19Add default section to switch statementSumit Bose1-0/+3
2012-12-19Fix a 'shadows a global declaration' warningSumit Bose1-2/+2
2012-12-19sssd_nss: Plug memory leaksSimo Sorce1-2/+11
2012-12-19memberof: Prevent unneded failure caseSimo Sorce1-2/+7
2012-12-19use talloc_zfree when freeing rhostent in resolverPavel Březina1-1/+1
2012-12-18select_principal_from_keytab() do wildcard lookups after specific onesSumit Bose1-3/+3
2012-12-18select_principal_from_keytab() look for plain input as wellSumit Bose1-2/+6
2012-12-18responder_dp: Add timeout to side requetsSimo Sorce1-1/+25
2012-12-18AUTOFS: Clear enum cache if a request comes in from the sss_cacheJakub Hrozek3-0/+31
2012-12-18RESPONDERS: Create a common file with service names and versionsJakub Hrozek11-17/+50
2012-12-18AUTOFS: remove all maps from hash if request for auto.master comes inJakub Hrozek2-3/+59
2012-12-18AUTOFS: allow removing entries from hash tableJakub Hrozek3-1/+32
2012-12-18DP: invalidate all cached maps if a request for auto.master comes inJakub Hrozek3-0/+16
2012-12-18SYSDB: Add API to invalidate all map objectsJakub Hrozek2-0/+94
2012-12-18SYSDB: fix copy-n-paste errorJakub Hrozek1-1/+1
2012-12-18sudo: do full refresh when data provider is back onlinePavel Březina2-7/+75
2012-12-18sudo: schedule another full refresh in short interval if the first failsPavel Březina2-0/+28
2012-12-18check dp error in sdap_sudo_full_refresh_done()Pavel Březina1-3/+8
2012-12-18add sdap_sudo_schedule_refresh()Pavel Březina2-43/+77
2012-12-18try primary server after retry_timeout + 1 seconds when switching to backupPavel Březina4-2/+14
2012-12-18RESOLV: Do not steal the resulting hostent on errorJakub Hrozek1-2/+3
2012-12-18Set cloexec flag for log filesJakub Hrozek1-0/+11
2012-12-17MEMBEROF: silence compilation warningsJakub Hrozek1-15/+15
2012-12-17PROXY: fix groups cachingOndrej Kos1-0/+6
2012-12-15let ldap_chpass_uri failover work when using same hostnamePavel Březina1-11/+4
2012-12-14sssd_pam: Cleanup requests cache on sbus reconectSimo Sorce1-1/+4
2012-12-14Allow mmap calls to gracefully return absent ctxSimo Sorce1-0/+25
2012-12-13MAN: Fix the title of sssd-sudoJakub Hrozek1-1/+1
2012-12-13sudo: support generalized time formatPavel Březina2-13/+34