summaryrefslogtreecommitdiffstats
path: root/src/responder/nss/nsssrv_cmd.c
Commit message (Expand)AuthorAgeFilesLines
* Do not call sss_cmd_done in function check_cache.sssd-1.9.2-105.el6Lukas Slebodnik2013-08-081-6/+0
* Add ignore_group_members option.sssd-1.9.2-102.el6Paul B. Henson2013-08-081-16/+19
* NSS: Add original homedir to home directory template optionssssd-1.9.2-101.el6Stephen Gallagher2013-08-081-5/+6
* Invalidate user entry even if there are no groupsJakub Hrozek2013-01-161-6/+1
* NSS: invalidate memcache user entry on initgr, tooJakub Hrozek2013-01-161-0/+11
* sss_userdel and sss_groupdel with use_fully_qualified_namesMichal Zidek2013-01-071-15/+50
* mmap cache: invalidate cache on fatal errorSimo Sorce2012-12-201-2/+2
* sssd_nss: Plug memory leaks1.9.2-55Simo Sorce2012-12-201-2/+11
* sssd_nss: Remove entries from memory cache if not found in sysdbMichal Zidek2012-12-141-0/+23
* 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