summaryrefslogtreecommitdiffstats
path: root/src/responder
Commit message (Expand)AuthorAgeFilesLines
* NSS: Continue if there is no portJakub Hrozek2014-02-201-1/+1
* Update DEBUG* invocations to use new levelsNikolai Kondrashov2014-02-1213-252/+391
* Make DEBUG macro invocations variadicNikolai Kondrashov2014-02-1230-1275/+1275
* NSS: Fix DEBUG formatting of cmdctx->idJakub Hrozek2014-02-111-26/+26
* responder: Use SAFEALIGN macros where appropriate.Michal Zidek2014-02-056-52/+83
* 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
* permament is corrected to permanentPallavi Jha2014-01-072-3/+2
* Use lower-case name for case-insensitive searchesSumit Bose2013-12-191-2/+2
* Use sysdb_attrs_add_lc_name_alias to add case-insensitive aliasSumit Bose2013-12-191-2/+2
* NSS: Fix memory leak in sss_setnetgrentLukas Slebodnik2013-12-101-1/+1
* NSS: Compare bool with false, not 0Jakub Hrozek2013-12-091-2/+2
* responder: Use SAFEALIGN macro when checking pam data validity.Michal Zidek2013-12-031-11/+23
* Remove unused parameter from sudosrv_get_sudorules_query_cacheLukas Slebodnik2013-11-271-4/+2
* pac: fix potential memory leaksPavel Březina2013-11-221-5/+5
* pac: fix double freePavel Březina2013-11-221-8/+6
* do not use default_domain_suffix with autofsAron Parsons2013-11-181-1/+1
* nss: check for Well-Known SIDs in SID based requestsSumit Bose2013-11-151-0/+134
* nss: save global name configuration to the nss contextSumit Bose2013-11-152-0/+7
* Add sss_packet_get_status()Sumit Bose2013-11-152-0/+10
* SYSDB: Drop the sysdb_ctx parameter - module sysdb_ops (part 2)Michal Zidek2013-11-155-18/+16
* SYSDB: Drop the sysdb_ctx parameter from the sysdb_sudo.c moduleJakub Hrozek2013-11-151-2/+2
* SYSDB: Drop the sysdb_ctx parameter - module sysdb_ops (part 1)Michal Zidek2013-11-154-15/+14
* SYSDB: Drop the sysdb_ctx parameter from the sysdb_ssh moduleMichal Zidek2013-11-151-4/+3
* SYSDB: Drop the sysdb_ctx parameter from the sysdb_services moduleMichal Zidek2013-11-151-12/+8
* SYSDB: Drop the sysdb_ctx parameter from the sysdb_search moduleMichal Zidek2013-11-157-50/+27
* SYSDB: Drop the sysdb_ctx parameter from the autofs APIJakub Hrozek2013-11-151-2/+2
* PAC: Free config attribute when it's processedJakub Hrozek2013-11-141-0/+1
* responder: Access packet header using SAFEALIGN macros.Michal Zidek2013-11-071-37/+68
* NSS: Set packet length for initgroupsLukas Slebodnik2013-11-071-0/+7
* free idmapped binary SIDs correctlyPavel Březina2013-11-071-1/+1
* free idmapped SIDs correctlyPavel Březina2013-11-072-2/+4
* Include ext headers with #include <foo.h> - contPavel Reichl2013-11-041-1/+1
* NSS: Fix parenthesisJakub Hrozek2013-10-301-1/+1
* NSS: Use new safealign macros in NSS responderJakub Hrozek2013-10-291-2/+2
* NSS: Fix service enumerationJakub Hrozek2013-10-291-1/+5
* NSS: Print FQDN for groups with mixed domain membershipJakub Hrozek2013-10-291-9/+64
* UTIL: Move sss_parse_name_for_domains declaration to util.hJakub Hrozek2013-10-221-5/+0
* Remove duplicate declarationJakub Hrozek2013-10-221-4/+0
* Include external headers with #include <foo.h>Jakub Hrozek2013-10-228-23/+32
* nss: wait for initial subdomains request to finishPavel Březina2013-10-171-0/+14
* sudo: improve time restrictions debug messagesPavel Březina2013-10-011-0/+7
* 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
* Include header file in implementation module.Lukas Slebodnik2013-09-242-0/+2
* mmap_cache: Use two chains for hash collision.Lukas Slebodnik2013-09-231-18/+48
* Revert "mmap_cache: Skip records which doesn't have same hash"Lukas Slebodnik2013-09-231-34/+2
* RESPONDER: Use right function prototypeLukas Slebodnik2013-09-202-1/+2