summaryrefslogtreecommitdiff
path: root/src/responder/nss
AgeCommit message (Expand)AuthorFilesLines
2013-06-27Do not call sss_cmd_done in function check_cache.Lukas Slebodnik1-6/+0
2013-06-27Handle too many results from getnetgr.Lukas Slebodnik1-1/+13
2013-06-04Lookup domains at startupSumit Bose1-0/+6
2013-05-30Remove branching to improve readabilityJakub Hrozek1-23/+11
2013-05-30Allow flat name in the FQname formatJakub Hrozek1-3/+3
2013-05-30Add utility functions for formatting fully-qualified namesJakub Hrozek1-30/+19
2013-05-20Fixing critical format string issues.Lukas Slebodnik2-6/+11
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