summaryrefslogtreecommitdiff
path: root/src/responder/nss
AgeCommit message (Expand)AuthorFilesLines
2013-01-16Invalidate user entry even if there are no groupsJakub Hrozek1-6/+1
2013-01-16NSS: invalidate memcache user entry on initgr, tooJakub Hrozek1-0/+11
2013-01-15Add domain arguments to sysdb services functionsSimo Sorce1-6/+6
2013-01-15Add domain argument to sysdb_initgroups()Simo Sorce1-2/+2
2013-01-15Add domain option to sysdb_get/netgr/attrs() fnsSimo Sorce1-1/+1
2013-01-15Pass domain to sysdb_enum<pw/gr>ebt() functionsSimo Sorce1-4/+4
2013-01-15Pass domain to sysdb_get<pwu/grg><id() functionsSimo Sorce1-2/+2
2013-01-15Pass domain to sysdb_get<pw/gr>nam() functionsSimo Sorce1-9/+5
2013-01-07memcache: add macro that validates record lengthPavel Březina1-2/+1
2013-01-07sss_userdel and sss_groupdel with use_fully_qualified_namesMichal Zidek1-15/+50
2012-12-20mmap cache: invalidate cache on fatal errorSimo Sorce3-10/+30
2012-12-20Carefully check records when forcibly invalidatingSimo Sorce1-18/+101
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-19sssd_nss: Plug memory leaksSimo Sorce1-2/+11
2012-12-18RESPONDERS: Create a common file with service names and versionsJakub Hrozek2-3/+1
2012-12-14Allow mmap calls to gracefully return absent ctxSimo Sorce1-0/+25
2012-12-13sssd_nss: Remove entries from memory cache if not found in sysdbMichal Zidek1-0/+23
2012-12-11NSS: Fix the error handler in sss_mc_create_fileJakub Hrozek1-10/+16
2012-12-05Hook for mmap cache update on initgroup callsSimo Sorce3-0/+147
2012-12-05Hook to perform a mmap cache update from sssd_nssSimo Sorce3-0/+118
2012-12-05mmap cache: public functions to invalidate recordsSimo Sorce2-0/+135
2012-12-04NSS: Fix netgroup midpoint cache refreshJakub Hrozek2-2/+2
2012-11-19Refactor the way subdomain accounts are savedSimo Sorce1-3/+7
2012-11-15Add ignore_group_members option.Paul B. Henson1-16/+19
2012-11-10Add helpers to set common mc record fieldsSimo Sorce1-16/+26
2012-11-06sss_cache: Remove fastcache even if sssd is not running.Michal Zidek1-3/+23
2012-10-29Include talloc log in our debug facilityMichal Zidek1-1/+1
2012-10-23Fix two errors in the nss responderSumit Bose1-1/+3
2012-10-18Allow setting the default_shell option per-domain as wellJakub Hrozek1-1/+3
2012-10-12Check for subdomains if getpwuid or getgrgid are the first requestsSumit Bose1-0/+72
2012-10-11nss_cmd_retpwent(): do not go into infinite loop if n < 0Pavel Březina1-0/+8
2012-10-09Fix typosYuri Chornoivan1-1/+1
2012-10-02Fix few coding style issuesPavel Březina1-1/+1
2012-10-01Add new option default_domain_suffixSumit Bose3-8/+18
2012-09-24sss_cache tool invalidates records in memory cache.Michal Zidek3-2/+126
2012-09-13NSS: Fix off-by-one error in parse_getservbynameJakub Hrozek1-1/+1
2012-07-20NSS: Add override_shell optionStephen Gallagher3-2/+18
2012-07-18Fix uninitialized valuesNick Guay1-3/+3
2012-07-12Add newline to DEBUG messagesJakub Hrozek1-2/+2
2012-06-21Fix re_expression matching with subdomainsJan Zeleny2-37/+99
2012-06-20Move some debug lines to new debug log levelsStef Walter1-1/+1
2012-06-12Make re_expression and full_name_format per domain optionsStef Walter4-20/+21
2012-06-10Allow fast memcache timeout to be configurableJan Zeleny3-5/+15
2012-05-31Ghost members - various small changesJan Zeleny1-1/+1
2012-05-31Ghost members - NSS responder changesJan Zeleny1-89/+147
2012-05-25NSS: Restore original protocol for getservbyportStephen Gallagher1-1/+1
2012-05-25Send 16bit protocol numbers from the sss_clientJakub Hrozek1-1/+1
2012-05-24NSS: Fix segfault when mmap cache cannot be initializedStephen Gallagher1-2/+2
2012-05-16NSS: Expire in-memory netgroup cache before the nowait timeoutStephen Gallagher1-1/+9