summaryrefslogtreecommitdiffstats
path: root/src/responder/nss/nsssrv_cmd.c
Commit message (Expand)AuthorAgeFilesLines
* NSS: Fix warning enumerated type mixed with another typeLukas Slebodnik2014-11-101-3/+3
* Add ssh pubkey to origbyname requestSumit Bose2014-11-051-0/+2
* sysdb_add_overrides_to_object: add new parameter and multi-value supportSumit Bose2014-11-051-1/+1
* nss: return user_attributes in origbyname requestSumit Bose2014-11-051-30/+90
* NSS: disable midpoint refresh for netgroupsPavel Reichl2014-11-041-14/+43
* nss: group enumeration fixSumit Bose2014-10-271-0/+3
* NSS: Possibility to use any shells in 'allowed_shells'Denis Kutin2014-10-221-6/+13
* nss: make enumeration requests aware of viewsSumit Bose2014-10-201-6/+8
* sid2name: return name without views appliedSumit Bose2014-10-201-2/+22
* nss: add view support for getgr* requestsSumit Bose2014-10-201-13/+50
* nss: add view support to initgroups requestSumit Bose2014-10-201-14/+37
* nss: add view support for getpwnam/getpwuid requestsSumit Bose2014-10-201-16/+62
* nss: add SSS_NSS_GETORIGBYNAME requestSumit Bose2014-10-141-2/+89
* NSS: UPN as a template expansion for homedir mappingsPavel Reichl2014-10-121-0/+3
* nss: Preserve case of group membersMichal Zidek2014-10-011-1/+1
* name2sid: Check negative cache for users and groupsSumit Bose2014-09-161-15/+19
* NSS: Use right domain for group members with fq namesLukas Slebodnik2014-09-051-1/+2
* PAM, NSS: allow UPN login namesSumit Bose2014-09-011-7/+135
* NSS: check_cache() add extra optionSumit Bose2014-09-011-9/+10
* Make the space override responder-agnosticJakub Hrozek2014-08-131-7/+12
* Only replace space with the specified substitutionJakub Hrozek2014-08-131-21/+16
* case_sensitivity = preservingMichal Zidek2014-07-291-2/+2
* NSS: Replace spaces with specified string in names.Lukas Slebodnik2014-07-281-1/+61
* NSS: Add option to expand homedir template formatLukas Slebodnik2014-06-021-2/+9
* NSS: Refactor expand_homedir_templateLukas Slebodnik2014-06-021-11/+18
* refactor calls of sss_parse_namePavel Reichl2014-03-181-2/+1
* Update DEBUG* invocations to use new levelsNikolai Kondrashov2014-02-121-74/+130
* Make DEBUG macro invocations variadicNikolai Kondrashov2014-02-121-283/+283
* NSS: Fix DEBUG formatting of cmdctx->idJakub Hrozek2014-02-111-26/+26
* responder: Use SAFEALIGN macros where appropriate.Michal Zidek2014-02-051-36/+44
* Revert "NSS: add support for subdomain_homedir"Pavel Reichl2014-02-051-8/+0
* NSS: add support for subdomain_homedirPavel Reichl2014-01-151-0/+8
* NSS: Use plain user name when expanding homedirJakub Hrozek2014-01-151-1/+12
* NSS: Don't use printf(3) on user provided strings.Stef Walter2014-01-121-87/+45
* NSS: Compare bool with false, not 0Jakub Hrozek2013-12-091-2/+2
* nss: check for Well-Known SIDs in SID based requestsSumit Bose2013-11-151-0/+134
* SYSDB: Drop the sysdb_ctx parameter - module sysdb_ops (part 2)Michal Zidek2013-11-151-1/+1
* SYSDB: Drop the sysdb_ctx parameter - module sysdb_ops (part 1)Michal Zidek2013-11-151-6/+6
* SYSDB: Drop the sysdb_ctx parameter from the sysdb_search moduleMichal Zidek2013-11-151-31/+17
* NSS: Set packet length for initgroupsLukas Slebodnik2013-11-071-0/+7
* free idmapped binary SIDs correctlyPavel Březina2013-11-071-1/+1
* NSS: Fix parenthesisJakub Hrozek2013-10-301-1/+1
* NSS: Print FQDN for groups with mixed domain membershipJakub Hrozek2013-10-291-9/+64
* nss: wait for initial subdomains request to finishPavel Březina2013-10-171-0/+14
* NSS: Failure to store entry negative cache should not be fatalJakub Hrozek2013-09-251-18/+31
* NSS: Set UID and GID to negative cache after searching all domainsJakub Hrozek2013-09-251-66/+105
* Add missing new line in DEBUG messageLukas Slebodnik2013-09-161-2/+3
* NSS: Descend into subdomains if enumerate=trueJakub Hrozek2013-08-281-12/+12
* fill_initgr: add original primary GID if availableSumit Bose2013-08-191-0/+27
* Do not call sss_cmd_done in function check_cache.Lukas Slebodnik2013-06-271-6/+0