summaryrefslogtreecommitdiffstats
path: root/src/responder/nss
Commit message (Expand)AuthorAgeFilesLines
* NSS: Fix domain for UPN based lookupsSumit Bose2016-07-071-0/+29
* NSS: Fix NSS responder to cope with fully-qualified usernamesJakub Hrozek2016-07-071-387/+203
* UTIL: expand_homedir_template manages usernames internallyJakub Hrozek2016-07-071-5/+6
* Responders: Make the client context more genericSimo Sorce2016-06-295-230/+374
* RESPONDER: New interface for client registrationPavel Březina2016-06-201-3/+1
* nss-idmap: add sss_nss_getnamebycert()Sumit Bose2016-06-091-0/+1
* NSS: add SSS_NSS_GETNAMEBYCERT requestSumit Bose2016-06-091-0/+116
* nss: return user certificate base64 encodedSumit Bose2016-06-091-5/+20
* nss: include certificates in full result listSumit Bose2016-06-091-0/+2
* RESPONDER: Removing ncache from nss_ctxPetr Cech2016-05-115-60/+40
* RESPONDER: Removing neg_timeout from nss responderPetr Cech2016-05-113-8/+5
* NEGCACHE: Removing timeout from sss_ncache_check_*Petr Cech2016-05-112-40/+19
* NEGCACHE: Adding timeout to struct sss_nc_ctxPetr Cech2016-05-111-1/+5
* NSS: Move a DEBUG message so that it's less confusingJakub Hrozek2016-03-081-2/+4
* Fix typos reported by lintianLukas Slebodnik2016-02-231-1/+1
* NSS: Fix memory leak netgroupPavel Reichl2016-02-041-12/+29
* NSS: do not skip cache check for netgoupsMichal Židek2016-01-211-24/+23
* NSS: fix a use-after-free issueSumit Bose2015-11-041-7/+10
* Refactor some conditionsMichal Židek2015-10-231-2/+2
* util: Update get_next_domain's interfaceMichal Židek2015-10-233-55/+58
* nss: send original name and id with local views if possiblePavel Březina2015-10-141-3/+128
* nss: fix UPN lookups for sub-domain usersSumit Bose2015-10-081-2/+10
* views: allow ghost members for LOCAL viewPavel Březina2015-09-181-1/+2
* NSS: Don't ignore backslash in usernames with ldap providerLukas Slebodnik2015-09-011-2/+2
* UTIL: Function 2string for enum sss_cli_commandPetr Cech2015-08-311-25/+29
* NSS: Fix use after freeLukas Slebodnik2015-08-202-3/+4
* NSS: Initgr memory cache should work with fq namesLukas Slebodnik2015-08-054-16/+49
* mmap: Invalidate initgroups memory cache after any changeLukas Slebodnik2015-08-051-8/+9
* mmap_cache: "Override" functions for initgr mmap cacheLukas Slebodnik2015-08-051-3/+12
* mmap_cache: Rename variablesLukas Slebodnik2015-08-052-10/+10
* nss: use negative cache for sid-by-id requestsSumit Bose2015-07-271-0/+55
* negcache: allow domain name for UID and GIDSumit Bose2015-07-271-8/+11
* nss_check_name_of_well_known_sid() improve name splittingSumit Bose2015-07-161-0/+8
* nss: Invalidate entry in initgr mmap cacheLukas Slebodnik2015-07-031-0/+32
* mmap_cache: Invalidate entry in right memory cacheLukas Slebodnik2015-07-031-8/+25
* nss: Store entries in responder to initgr mmap cacheLukas Slebodnik2015-07-035-4/+116
* nss: Do not ignore default vaue of SYSDB_INITGR_EXPIRELukas Slebodnik2015-05-221-3/+2
* NSS: check for overrides before calling backendSumit Bose2015-05-061-5/+20
* nss: Use negcache for getbysid requestsJakub Hrozek2015-04-241-0/+9
* NSS: Reset negcache after checking domainsJakub Hrozek2015-04-091-0/+24
* responders: reset ncache after domains are discovered during startupJakub Hrozek2015-04-091-1/+1
* Fix a few typos in commentsPavel Reichl2015-03-261-4/+4
* Add missing new lines to debug messagesLukas Slebodnik2015-03-172-4/+4
* NSS: Handle ENOENT when doing initgroups by UPNJakub Hrozek2015-03-121-18/+28
* RESPONDERS: Warn to syslog about colliding objectsLukas Slebodnik2015-02-181-0/+14
* fill_id() fix LE/BE issue with wrong data typeSumit Bose2015-01-301-4/+6
* nss: fix SID lookupsSumit Bose2015-01-231-1/+9
* nss: Add original DN and memberOf to origbyname requestSumit Bose2015-01-201-0/+4
* nss: refactor fill_orig()Sumit Bose2015-01-201-67/+66
* nss: make fill_orig() multi-value awareSumit Bose2015-01-201-20/+68