summaryrefslogtreecommitdiff
path: root/src/responder/nss
AgeCommit message (Expand)AuthorFilesLines
2013-05-03Add SID related calls to the NSS responderSumit Bose2-3/+795
2013-05-02Add idmap context to nss contextSumit Bose2-0/+22
2013-05-02Remove unused TALLOC_CTX from responder_get_domain()Sumit Bose3-4/+4
2013-04-26DB: Switch to new libini_config APIOndrej Kos2-2/+1
2013-04-21Refactoring: remove duplicated code in nss responderSumit Bose2-622/+240
2013-04-17Inform about function duplication.Michal Zidek1-0/+3
2013-04-10Allow using flatname for subdomain home dir templateJakub Hrozek1-4/+6
2013-03-20change responder contexts hierarchyPavel Březina1-15/+20
2013-03-20do not leak memory on failure in *_process_init()Pavel Březina1-7/+12
2013-03-19Removing unused declaration of functions and variable.Lukas Slebodnik1-1/+0
2013-03-07Debug message in sss_mc_create_file.Michal Zidek1-0/+5
2013-03-07File descriptor leak in nss responder.Michal Zidek1-18/+43
2013-03-04Use the same dbg level for all ncache hits.Michal Zidek1-18/+25
2013-03-04Remove unused functionsJakub Hrozek2-18/+0
2013-02-14Lower the DEBUG level if an entry cannot be deleted from memcacheJakub Hrozek1-3/+3
2013-02-10Introduce IS_SUBDOMAIN() macroSimo Sorce1-3/+3
2013-02-10Add function get_next_domain()Simo Sorce3-75/+55
2013-02-10NSS: Add original homedir to home directory template optionsStephen Gallagher1-5/+6
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