summaryrefslogtreecommitdiffstats
path: root/src/responder/common
Commit message (Expand)AuthorAgeFilesLines
* 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
* RESPONDERS: Create a common file with service names and versionsJakub Hrozek2012-12-181-0/+43
* Always append rctx as private dataSimo Sorce2012-12-051-1/+1
* NSS: Fix netgroup midpoint cache refreshJakub Hrozek2012-12-041-1/+1
* Display more information on DB version mismatchOndrej Kos2012-11-191-0/+1
* sss_dp_get_domains_send(): handle subreq error correctlyPavel Březina2012-11-081-1/+2
* Free the internal DP requestJakub Hrozek2012-10-291-0/+8
* Save time of last get_domains requestSumit Bose2012-10-121-0/+16
* Fix memory hierarchy in subdomains discoveryJakub Hrozek2012-10-111-116/+160
* do not call dp callbacks when responder is shutting downPavel Březina2012-10-113-0/+25
* Fix typosYuri Chornoivan2012-10-091-1/+1
* Use flat name for master domain as wellSumit Bose2012-10-012-1/+18
* Add new option default_domain_suffixSumit Bose2012-10-013-3/+20
* accept_fd_handler: add missing returnSumit Bose2012-08-211-0/+1
* Fix LOCAL domain lookupsPavel Březina2012-08-151-19/+22
* Change subdomain_infoSimo Sorce2012-08-011-1/+1
* Fix segfault when using local providerStephen Gallagher2012-07-101-6/+5
* pac responder: limit access by checking UIDsSumit Bose2012-07-102-4/+142
* Move some debug lines to new debug log levelsStef Walter2012-06-201-1/+1