summaryrefslogtreecommitdiffstats
path: root/src/responder/nss
Commit message (Expand)AuthorAgeFilesLines
* NSS: Add override_shell optionStephen Gallagher2012-07-203-2/+18
* Fix uninitialized valuesNick Guay2012-07-181-3/+3
* Add newline to DEBUG messagesJakub Hrozek2012-07-121-2/+2
* Fix re_expression matching with subdomainsJan Zeleny2012-06-212-37/+99
* Move some debug lines to new debug log levelsStef Walter2012-06-201-1/+1
* Make re_expression and full_name_format per domain optionsStef Walter2012-06-124-20/+21
* Allow fast memcache timeout to be configurableJan Zeleny2012-06-103-5/+15
* Ghost members - various small changesJan Zeleny2012-05-311-1/+1
* Ghost members - NSS responder changesJan Zeleny2012-05-311-89/+147
* NSS: Restore original protocol for getservbyportStephen Gallagher2012-05-251-1/+1
* Send 16bit protocol numbers from the sss_clientJakub Hrozek2012-05-251-1/+1
* NSS: Fix segfault when mmap cache cannot be initializedStephen Gallagher2012-05-241-2/+2
* NSS: Expire in-memory netgroup cache before the nowait timeoutStephen Gallagher2012-05-161-1/+9
* 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-093-1/+15
* NSS: Add fallback_homedir optionStephen Gallagher2012-05-093-2/+27
* 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-243-31/+192
* Modified responder_get_domain()Jan Zeleny2012-04-244-6/+6
* Convert read and write operations to sss_atomic_readJakub Hrozek2012-04-201-10/+10
* Prevent printing NULL from DEBUG messagesJakub Hrozek2012-04-182-4/+8
* NSS: Look for services with correct case when cache is updatedJakub Hrozek2012-03-211-7/+7
* Save alias of the primary name, tooJakub Hrozek2012-03-211-8/+14
* NSS: Fix debug messageStephen Gallagher2012-03-201-0/+2
* nsssrv: add handling of memory cache group mapSimo Sorce2012-03-195-4/+98
* nsssrv: add handling of memory cache passwd mapSimo Sorce2012-03-193-3/+101
* nsssrv: Add memory cache record handling utilsSimo Sorce2012-03-191-0/+279
* nsssrv: shared memory cache server initializationSimo Sorce2012-03-194-0/+350
* Handle errors from lookup_netgr_step gracefullyJakub Hrozek2012-03-081-3/+10
* Save original name into the in-memory cacheJakub Hrozek2012-03-081-1/+1
* Use the correct hash table for pending requestsSimo Sorce2012-03-081-1/+1
* Remove sysdb_get_ctx_from_list()Sumit Bose2012-02-293-25/+26
* Don't give memory context in confdb where not neededJan Zeleny2012-02-211-6/+6
* RESPONDERS: Make the fd_limit setting configurableStephen Gallagher2012-02-171-1/+12
* RESPONDERS: Allow increasing the file-descriptor limitStephen Gallagher2012-02-171-0/+4
* Fix case insensitive service lookupsJakub Hrozek2012-02-171-6/+6
* NSS: Always return the same protocol that was requestedStephen Gallagher2012-02-172-9/+26
* Check for failure in sss_packet_grow()Stephen Gallagher2012-02-131-5/+5
* Avoid uninitialized value comparisonStephen Gallagher2012-02-131-0/+3
* Allocate setent structure on state, not on the client contextJakub Hrozek2012-02-133-7/+7
* Remove setent structure when callback is calledJakub Hrozek2012-02-132-10/+4
* Fix group enumerationJakub Hrozek2012-02-101-0/+2