summaryrefslogtreecommitdiffstats
path: root/src/responder/common
Commit message (Expand)AuthorAgeFilesLines
* 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
* RESPONDER: Use right function prototypeLukas Slebodnik2013-09-202-1/+2
* Fix formating of variables with type: gid_tLukas Slebodnik2013-09-111-2/+2
* Fix formating of variables with type: uid_tLukas Slebodnik2013-09-111-2/+2
* Fix formating of variables with type: rlim_tLukas Slebodnik2013-09-111-5/+5
* Fix formating of variables with type: unsigned longLukas Slebodnik2013-09-111-1/+1
* DP: Use the correct type for DBus booleanJakub Hrozek2013-08-281-2/+5
* sss_packet_grow: correctly pad packet length to 512BPavel Březina2013-08-281-1/+1
* Missing space in debug messageMichal Zidek2013-07-151-2/+2
* Lookup domains at startupSumit Bose2013-06-042-0/+53
* Fixing critical format string issues.Lukas Slebodnik2013-05-201-2/+3
* Add sss_ncache_set_sid() and sss_ncache_check_sid()Sumit Bose2013-05-022-0/+31
* Add responder_get_domain_by_id()Sumit Bose2013-05-022-0/+52
* Add two new request types to the data-provider interfaceSumit Bose2013-05-022-1/+9
* Add secid filter to responder-dp protocolSumit Bose2013-05-021-4/+14
* responder_get_domain(): remove timeout calculationSumit Bose2013-05-021-10/+1
* responder_get_domain: do not return disabled domainsSumit Bose2013-05-021-0/+4
* Remove unused TALLOC_CTX from responder_get_domain()Sumit Bose2013-05-023-6/+4
* coding style fixPavel Březina2013-03-201-1/+1
* do not leak memory on failure in *_process_init()Pavel Březina2013-03-201-10/+14
* Move sss_cmd_execute from client to responder code.Jakub Hrozek2013-03-083-7/+15
* Remove the alt_db_path parameter of sysdb_initMichal Zidek2013-03-051-1/+1
* Fix uninitialized time_t var in responderOndrej Kos2013-02-211-1/+1
* Introduce IS_SUBDOMAIN() macroSimo Sorce2013-02-102-4/+4
* Change the way domains are linked.Simo Sorce2013-02-102-68/+31