summaryrefslogtreecommitdiffstats
path: root/src/responder/common
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add function get_next_domain()Simo Sorce2013-02-103-10/+10
* Update main domain info in placeSimo Sorce2013-02-101-21/+4
* Avoid sysdb_subdom in sysdb_get_subdomains()Simo Sorce2013-02-101-30/+7
* Add realm info to sss_domain_infoSimo Sorce2013-02-101-0/+1
* Add domain to some subdomain functionsSimo Sorce2013-01-151-1/+2
* Refactor sysdb initializationSimo Sorce2013-01-152-2/+1
* Update domain ID for local domain as wellSumit Bose2013-01-081-2/+14
* failover: Protect against empty host namesMichal Zidek2013-01-021-1/+2
* responder_dp: Add timeout to side requetsSimo Sorce2012-12-181-1/+25