summaryrefslogtreecommitdiffstats
path: root/src/responder
Commit message (Expand)AuthorAgeFilesLines
* SSH: Ensure that cmd_ctx->name will not be NULL.Lukas Slebodnik2013-08-051-4/+6
* Fix netgroup lookup when using fully qualified namePavel Březina2013-07-311-2/+2
* Netgroups should ignore the 'use_fully_qualified_names' settingStephen Gallagher2013-07-291-8/+6
* Remove unused memory contextLukas Slebodnik2013-07-291-6/+6
* SUDO: realloc with sizeof(uint32_t) when adding uint32_tJakub Hrozek2013-07-221-1/+1
* Do not try to set password when authtok_length is zeroOndrej Kos2013-07-181-2/+6
* remove unused variablePavel Březina2013-07-161-4/+0
* Remove unused function parameterLukas Slebodnik2013-07-161-3/+1
* Missing space in debug messageMichal Zidek2013-07-151-2/+2
* Do not call sss_cmd_done in function check_cache.Lukas Slebodnik2013-06-271-6/+0
* 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