summaryrefslogtreecommitdiffstats
path: root/src/responder/nss/nsssrv_cmd.c
Commit message (Expand)AuthorAgeFilesLines
* Hook for mmap cache update on initgroup callsSimo Sorce2012-12-061-0/+91
* Hook to perform a mmap cache update from sssd_nssSimo Sorce2012-12-061-0/+100
* Refactor the way subdomain accounts are savedSimo Sorce2012-11-191-3/+7
* Fix two errors in the nss responderSumit Bose2012-11-051-1/+3
* Check for subdomains if getpwuid or getgrgid are the first requestsSumit Bose2012-10-121-0/+72
* nss_cmd_retpwent(): do not go into infinite loop if n < 0Pavel Březina2012-10-111-0/+8
* Add new option default_domain_suffixSumit Bose2012-10-011-6/+12
* NSS: Add override_shell optionStephen Gallagher2012-07-201-2/+12
* Fix re_expression matching with subdomainsJan Zeleny2012-06-211-36/+98
* Make re_expression and full_name_format per domain optionsStef Walter2012-06-121-9/+13
* Ghost members - various small changesJan Zeleny2012-05-311-1/+1
* Ghost members - NSS responder changesJan Zeleny2012-05-311-89/+147
* NSS: Fix segfault when mmap cache cannot be initializedStephen Gallagher2012-05-241-2/+2
* Use sized_string correctly in FQDN domainsJakub Hrozek2012-05-151-2/+2
* NSS: keep a pointer to body after body is reallocatedJakub Hrozek2012-05-151-0/+3
* Send the correct enumeration requestJakub Hrozek2012-05-101-1/+1
* NSS: Add default_shell optionStephen Gallagher2012-05-091-1/+7
* NSS: Add fallback_homedir optionStephen Gallagher2012-05-091-2/+21
* NSS: fix returning group from cacheJakub Hrozek2012-05-021-1/+1
* NSS: Check return code of sss_mmap_cache_gr_storeJakub Hrozek2012-05-021-0/+5
* NSS: Only return data from initgroups onceJakub Hrozek2012-04-241-3/+10
* Lowercase group members in case-insensitive domainsJakub Hrozek2012-04-241-1/+7
* Moved expand_homedir_template() from NSS responder to utility codeJan Zeleny2012-04-241-108/+1
* Check sub-domains in nss_cmd_get{pwuid|grgid}_search()Sumit Bose2012-04-241-4/+26
* Ask for subdomains in responder in the first request after startupJan Zeleny2012-04-241-0/+30
* Retrieve subdomains if there is a request for fully qualified userJan Zeleny2012-04-241-3/+132
* Modified responder_get_domain()Jan Zeleny2012-04-241-3/+3
* Prevent printing NULL from DEBUG messagesJakub Hrozek2012-04-181-3/+6
* nsssrv: add handling of memory cache group mapSimo Sorce2012-03-191-3/+13
* nsssrv: add handling of memory cache passwd mapSimo Sorce2012-03-191-3/+17
* Remove sysdb_get_ctx_from_list()Sumit Bose2012-02-291-14/+14
* Avoid uninitialized value comparisonStephen Gallagher2012-02-131-0/+3
* Allocate setent structure on state, not on the client contextJakub Hrozek2012-02-131-4/+4
* Remove setent structure when callback is calledJakub Hrozek2012-02-131-9/+4
* Fix group enumerationJakub Hrozek2012-02-101-0/+2
* Split the logic to check cache expiration into separate functionJakub Hrozek2012-02-051-43/+17
* RESPONDERS: Refactor setent_req_listJakub Hrozek2012-02-051-51/+24
* RESPONDERS: Provide a common sss_cmd_send_error functionJakub Hrozek2012-02-021-13/+1
* Refactor nss_cmd_send_emptyJakub Hrozek2012-01-311-34/+3
* NSS: Add getservbyname and getservbyport support to the NSS ResponderStephen Gallagher2012-01-271-0/+6
* Move sized_string declaration to utilsStephen Gallagher2012-01-231-11/+0
* DP: Fix bugs in sss_dp_get_account_intStephen Gallagher2012-01-231-0/+1
* RESPONDER: Extend sss_dp_account_send() to include extra dataStephen Gallagher2012-01-211-4/+4
* nsssrv: use sized_string in fill_grentSimo Sorce2012-01-091-35/+48
* nsssrv: use sized_string in fill_pwentSimo Sorce2012-01-091-41/+56
* nsssrv: add string manipulation helperSimo Sorce2012-01-091-0/+11
* Return user and group names lowercased in case insensitive domainsJakub Hrozek2011-12-211-12/+32
* sss_get_cased_name utility functionJakub Hrozek2011-12-211-6/+3
* Pass client context to sss_dp_get_account_sendJakub Hrozek2011-12-191-1/+1
* Use the case sensitivity flag in respondersJakub Hrozek2011-12-161-12/+27