summaryrefslogtreecommitdiffstats
path: root/src/responder/common
Commit message (Expand)AuthorAgeFilesLines
* negcache: allow domain name for UID and GIDSumit Bose2015-07-273-16/+44
* cache_req: Extend cache_req with wildcard lookupsJakub Hrozek2015-07-152-14/+166
* DP: Add DP_WILDCARD and SSS_DP_WILDCARD_USER/SSS_DP_WILDCARD_GROUPJakub Hrozek2015-07-152-1/+14
* IFP: add FindByCertificate method for User objectsSumit Bose2015-06-194-11/+110
* ncache: add calls for certificate based searchesSumit Bose2015-06-192-0/+34
* negcache: Soften condition for expired entriesLukas Slebodnik2015-05-221-1/+1
* responders: reset ncache after domains are discovered during startupJakub Hrozek2015-04-092-8/+38
* ncache: Add sss_ncache_reset_repopulate_permanentJakub Hrozek2015-04-092-0/+20
* ncache: Silence critical error from filter_users when default_domain_suffix i...Jakub Hrozek2015-04-091-3/+15
* ncache: Fix sss_ncache_reset_permanentJakub Hrozek2015-04-091-1/+1
* Add missing new lines to debug messagesLukas Slebodnik2015-03-171-2/+2
* responder_cache: Fix warning may be used uninitializedLukas Slebodnik2015-03-171-1/+1
* cache_req: return ERR_INTERNAL if more than one entry is foundPavel Březina2015-03-131-1/+1
* cache_req: parse input name if neededPavel Březina2015-03-132-24/+118
* cache_req: add support for group by idPavel Březina2015-03-132-0/+58
* cache_req: remove default branch from switchesPavel Březina2015-03-131-20/+4
* cache_req: add support for group by namePavel Březina2015-03-132-0/+56
* cache_req: add support for user by uidPavel Březina2015-03-132-7/+115
* cache_req: preparations for different input typePavel Březina2015-03-132-99/+287
* sbus: add new iface via sbus_conn_register_iface()Pavel Březina2015-01-231-7/+1
* UTIL: Unify the fd_nonblocking implementationJakub Hrozek2015-01-151-24/+1
* responders: enable views in cache requestPavel Březina2015-01-091-3/+9
* responders: new interface for cache requestPavel Březina2015-01-092-0/+626
* RESPONDER: Log failures to resolve user names in csv_string_to_uid_arrayJakub Hrozek2014-12-131-0/+3
* Add parse_attr_list_ex() helper functionSumit Bose2014-11-052-0/+153
* RESPONDERS: Set default value for umaskPavel Reichl2014-10-291-0/+4
* RESPONDERS: Don't hard-code umask value in utility functionPavel Reichl2014-10-291-4/+4
* RESPONDERS: refactor create_pipe_fd()Pavel Reichl2014-10-272-10/+13
* responders: Do not initialize pipe fd if already presentMichal Zidek2014-10-222-6/+16
* responder_common: Create fd for pipe in helperMichal Zidek2014-10-222-72/+65
* UTIL: Add a function to convert id_t from a number or a nameJakub Hrozek2014-10-222-12/+7
* UTIL: Do not depend on monitor codeJakub Hrozek2014-10-091-1/+1
* Make the space override responder-agnosticJakub Hrozek2014-08-132-0/+22
* RESPONDERS: Add a new request sss_parse_inp_sendJakub Hrozek2014-04-222-0/+128
* DP: Remove unused 'force' parameter from the subdomain handlerJakub Hrozek2014-04-221-14/+4
* RESPONDER: Fix a wrong DEBUG messageJakub Hrozek2014-04-221-2/+1
* IFP: Re-add the InfoPipe serverJakub Hrozek2014-04-041-0/+3
* sbus: Refactor how we export DBus interfacesStef Walter2014-03-142-14/+31
* sbus: Add struct sbus_request to represent a DBus invocationStef Walter2014-03-142-6/+4
* sbus: Use constants to make dbus callsStef Walter2014-02-242-4/+4
* Update DEBUG* invocations to use new levelsNikolai Kondrashov2014-02-124-53/+83
* Make DEBUG macro invocations variadicNikolai Kondrashov2014-02-125-194/+194
* responder: Use SAFEALIGN macros where appropriate.Michal Zidek2014-02-051-5/+13
* permament is corrected to permanentPallavi Jha2014-01-072-3/+2
* Add sss_packet_get_status()Sumit Bose2013-11-152-0/+10
* responder: Access packet header using SAFEALIGN macros.Michal Zidek2013-11-071-37/+68
* 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-223-7/+11
* Include header file in implementation module.Lukas Slebodnik2013-09-241-0/+1