summaryrefslogtreecommitdiffstats
path: root/src/responder
Commit message (Expand)AuthorAgeFilesLines
...
* Handle too many results from getnetgr.Lukas Slebodnik2013-06-271-1/+13
* SSH: Update known_hosts file after unsuccessful requests as well.Jan Cholasta2013-06-271-20/+36
* sudo responder: use different callback for oob refreshPavel Březina2013-06-271-6/+8
* PAC: do not delete originalDN or cached password if presentSumit Bose2013-06-241-1/+26
* PAC: do not expect that sysdb_search_object_by_sid() return ENOENTSumit Bose2013-06-191-8/+8
* New utility function sss_get_domain_nameJakub Hrozek2013-06-072-19/+10
* Enhance PAC responder for AD usersSumit Bose2013-06-063-927/+659
* Lookup domains at startupSumit Bose2013-06-048-0/+89
* Remove branching to improve readabilityJakub Hrozek2013-05-301-23/+11
* Allow flat name in the FQname formatJakub Hrozek2013-05-301-3/+3
* Add utility functions for formatting fully-qualified namesJakub Hrozek2013-05-303-34/+22
* Fixing critical format string issues.Lukas Slebodnik2013-05-207-14/+25
* sudo responder: search rules for subdomains in parent domain subtreePavel Březina2013-05-101-0/+5
* Add missing \n to debug stringSumit Bose2013-05-101-1/+1
* SSH: Do not skip domains with use_fully_qualified_names in host key requestsJan Cholasta2013-05-071-6/+0
* SSH: Use separate field for domain name in client requestsJan Cholasta2013-05-071-27/+64
* SSH: Fix parsing of names from client requestsJan Cholasta2013-05-073-3/+30
* Add SID related calls to the NSS responderSumit Bose2013-05-032-3/+795
* 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 idmap context to nss contextSumit Bose2013-05-022-0/+22
* 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-0211-20/+16
* DB: Switch to new libini_config APIOndrej Kos2013-04-262-2/+1
* Refactoring: remove duplicated code in nss responderSumit Bose2013-04-212-622/+240
* Fix and rename get_my_domain_data()Sumit Bose2013-04-213-12/+14
* Inform about function duplication.Michal Zidek2013-04-171-0/+3
* Allow using flatname for subdomain home dir templateJakub Hrozek2013-04-102-5/+7
* Allocate PAM DP request data on responder contextJakub Hrozek2013-04-083-5/+54
* Check for correct variable nameJakub Hrozek2013-04-031-1/+1
* Making the authtok structure really opaque.Lukas Slebodnik2013-04-022-14/+12
* Reusing create_pam_data() on the other places.Lukas Slebodnik2013-04-021-1/+1
* coding style fixPavel Březina2013-03-201-1/+1
* change responder contexts hierarchyPavel Březina2013-03-206-65/+94
* do not leak memory on failure in *_process_init()Pavel Březina2013-03-207-35/+62
* Move SELinux processing to provider.Michal Zidek2013-03-191-309/+0
* Removing unused declaration of functions and variable.Lukas Slebodnik2013-03-191-1/+0
* Move sss_cmd_execute from client to responder code.Jakub Hrozek2013-03-083-7/+15
* Debug message in sss_mc_create_file.Michal Zidek2013-03-071-0/+5
* File descriptor leak in nss responder.Michal Zidek2013-03-071-18/+43
* Removing unused parameter type from sudosrv_get_sudorules_query_cache()Lukas Slebodnik2013-03-071-6/+4
* Remove the alt_db_path parameter of sysdb_initMichal Zidek2013-03-051-1/+1
* Use the same dbg level for all ncache hits.Michal Zidek2013-03-042-21/+28
* Remove unused functionsJakub Hrozek2013-03-044-36/+0
* autofs: fix invalid header 'number of entries' in packetPavel Březina2013-03-011-1/+5
* if selinux is disabled, ignore that selogin dir is missingPavel Březina2013-02-261-3/+15
* Fix uninitialized time_t var in responderOndrej Kos2013-02-211-1/+1