summaryrefslogtreecommitdiffstats
path: root/src/responder/nss/nsssrv_cmd.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove branching to improve readabilityJakub Hrozek2013-05-301-23/+11
* Allow flat name in the FQname formatJakub Hrozek2013-05-301-3/+3
* Add utility functions for formatting fully-qualified namesJakub Hrozek2013-05-301-30/+19
* Fixing critical format string issues.Lukas Slebodnik2013-05-201-5/+10
* Add SID related calls to the NSS responderSumit Bose2013-05-031-3/+794
* Remove unused TALLOC_CTX from responder_get_domain()Sumit Bose2013-05-021-2/+2
* Refactoring: remove duplicated code in nss responderSumit Bose2013-04-211-622/+239
* Allow using flatname for subdomain home dir templateJakub Hrozek2013-04-101-4/+6
* Removing unused declaration of functions and variable.Lukas Slebodnik2013-03-191-1/+0
* Use the same dbg level for all ncache hits.Michal Zidek2013-03-041-18/+25
* Remove unused functionsJakub Hrozek2013-03-041-16/+0
* Lower the DEBUG level if an entry cannot be deleted from memcacheJakub Hrozek2013-02-141-3/+3
* Introduce IS_SUBDOMAIN() macroSimo Sorce2013-02-101-3/+3
* Add function get_next_domain()Simo Sorce2013-02-101-58/+36
* NSS: Add original homedir to home directory template optionsStephen Gallagher2013-02-101-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
* Add domain argument to sysdb_initgroups()Simo Sorce2013-01-151-2/+2
* Pass domain to sysdb_enum<pw/gr>ebt() functionsSimo Sorce2013-01-151-4/+4
* Pass domain to sysdb_get<pwu/grg><id() functionsSimo Sorce2013-01-151-2/+2
* Pass domain to sysdb_get<pw/gr>nam() functionsSimo Sorce2013-01-151-9/+5
* 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 leaksSimo Sorce2012-12-191-2/+11
* sssd_nss: Remove entries from memory cache if not found in sysdbMichal Zidek2012-12-131-0/+23