summaryrefslogtreecommitdiffstats
path: root/src/responder
Commit message (Expand)AuthorAgeFilesLines
* refactor calls of sss_parse_namePavel Reichl2014-03-181-2/+1
* sbus: Add the sbus_request_parse_or_finish() methodStef Walter2014-03-141-17/+6
* sbus: Refactor how we export DBus interfacesStef Walter2014-03-148-119/+56
* sbus: Add struct sbus_request to represent a DBus invocationStef Walter2014-03-144-47/+23
* NSS: Fix warning access array with index then checkLukas Slebodnik2014-02-261-3/+3
* sbus: Use constants to make dbus callsStef Walter2014-02-246-12/+12
* sbus: Rework sbus to use interface metadata and vtablesStef Walter2014-02-246-83/+121
* nss: Stop using one DBus interface with totally different methodsStef Walter2014-02-241-1/+1
* 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