summaryrefslogtreecommitdiff
path: root/src/responder/nss/nsssrv_cmd.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-05-09NSS: Add fallback_homedir optionStephen Gallagher1-2/+21
2012-05-02NSS: fix returning group from cacheJakub Hrozek1-1/+1
2012-05-02NSS: Check return code of sss_mmap_cache_gr_storeJakub Hrozek1-0/+5
2012-04-24NSS: Only return data from initgroups onceJakub Hrozek1-3/+10
2012-04-24Lowercase group members in case-insensitive domainsJakub Hrozek1-1/+7
2012-04-24Moved expand_homedir_template() from NSS responder to utility codeJan Zeleny1-108/+1
2012-04-24Check sub-domains in nss_cmd_get{pwuid|grgid}_search()Sumit Bose1-4/+26
2012-04-24Ask for subdomains in responder in the first request after startupJan Zeleny1-0/+30
2012-04-24Retrieve subdomains if there is a request for fully qualified userJan Zeleny1-3/+132
2012-04-24Modified responder_get_domain()Jan Zeleny1-3/+3
2012-04-18Prevent printing NULL from DEBUG messagesJakub Hrozek1-3/+6
2012-03-19nsssrv: add handling of memory cache group mapSimo Sorce1-3/+13
2012-03-19nsssrv: add handling of memory cache passwd mapSimo Sorce1-3/+17
2012-02-29Remove sysdb_get_ctx_from_list()Sumit Bose1-14/+14
2012-02-13Avoid uninitialized value comparisonStephen Gallagher1-0/+3
2012-02-13Allocate setent structure on state, not on the client contextJakub Hrozek1-4/+4
2012-02-13Remove setent structure when callback is calledJakub Hrozek1-9/+4
2012-02-10Fix group enumerationJakub Hrozek1-0/+2
2012-02-05Split the logic to check cache expiration into separate functionJakub Hrozek1-43/+17
2012-02-05RESPONDERS: Refactor setent_req_listJakub Hrozek1-51/+24
2012-02-02RESPONDERS: Provide a common sss_cmd_send_error functionJakub Hrozek1-13/+1
2012-01-31Refactor nss_cmd_send_emptyJakub Hrozek1-34/+3
2012-01-27NSS: Add getservbyname and getservbyport support to the NSS ResponderStephen Gallagher1-0/+6
2012-01-23Move sized_string declaration to utilsStephen Gallagher1-11/+0
2012-01-23DP: Fix bugs in sss_dp_get_account_intStephen Gallagher1-0/+1