summaryrefslogtreecommitdiff
path: root/src/responder/nss/nsssrv_cmd.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-25NSS: Failure to store entry negative cache should not be fatalJakub Hrozek1-18/+31
2013-09-25NSS: Set UID and GID to negative cache after searching all domainsJakub Hrozek1-66/+105
2013-09-16Add missing new line in DEBUG messageLukas Slebodnik1-2/+3
2013-08-28NSS: Descend into subdomains if enumerate=trueJakub Hrozek1-12/+12
2013-08-19fill_initgr: add original primary GID if availableSumit Bose1-0/+27
2013-06-27Do not call sss_cmd_done in function check_cache.Lukas Slebodnik1-6/+0
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 Slebodnik1-5/+10
2013-05-03Add SID related calls to the NSS responderSumit Bose1-3/+794
2013-05-02Remove unused TALLOC_CTX from responder_get_domain()Sumit Bose1-2/+2
2013-04-21Refactoring: remove duplicated code in nss responderSumit Bose1-622/+239
2013-04-10Allow using flatname for subdomain home dir templateJakub Hrozek1-4/+6
2013-03-19Removing unused declaration of functions and variable.Lukas Slebodnik1-1/+0
2013-03-04Use the same dbg level for all ncache hits.Michal Zidek1-18/+25
2013-03-04Remove unused functionsJakub Hrozek1-16/+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 Sorce1-58/+36
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 argument to sysdb_initgroups()Simo Sorce1-2/+2
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-07sss_userdel and sss_groupdel with use_fully_qualified_namesMichal Zidek1-15/+50
2012-12-20mmap cache: invalidate cache on fatal errorSimo Sorce1-2/+2
2012-12-19sssd_nss: Plug memory leaksSimo Sorce1-2/+11
2012-12-13sssd_nss: Remove entries from memory cache if not found in sysdbMichal Zidek1-0/+23
2012-12-05Hook for mmap cache update on initgroup callsSimo Sorce1-0/+91
2012-12-05Hook to perform a mmap cache update from sssd_nssSimo Sorce1-0/+100
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-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-01Add new option default_domain_suffixSumit Bose1-6/+12
2012-07-20NSS: Add override_shell optionStephen Gallagher1-2/+12
2012-06-21Fix re_expression matching with subdomainsJan Zeleny1-36/+98
2012-06-12Make re_expression and full_name_format per domain optionsStef Walter1-9/+13
2012-05-31Ghost members - various small changesJan Zeleny1-1/+1
2012-05-31Ghost members - NSS responder changesJan Zeleny1-89/+147
2012-05-24NSS: Fix segfault when mmap cache cannot be initializedStephen Gallagher1-2/+2
2012-05-15Use sized_string correctly in FQDN domainsJakub Hrozek1-2/+2
2012-05-15NSS: keep a pointer to body after body is reallocatedJakub Hrozek1-0/+3
2012-05-10Send the correct enumeration requestJakub Hrozek1-1/+1
2012-05-09NSS: Add default_shell optionStephen Gallagher1-1/+7