summaryrefslogtreecommitdiffstats
path: root/src/responder
Commit message (Expand)AuthorAgeFilesLines
* PAM, NSS: allow UPN login namesSumit Bose2014-09-013-23/+167
* NSS: check_cache() add extra optionSumit Bose2014-09-013-10/+12
* PAM: remove ldb_result member from pam_auth_req contextSumit Bose2014-09-012-6/+6
* PAM: extract checks from parsing routinesSumit Bose2014-09-011-34/+18
* SUDO: Use the override_space optionJakub Hrozek2014-08-132-2/+8
* IFP: Use the override_space optionJakub Hrozek2014-08-131-2/+51
* PAM: Use the override_space optionJakub Hrozek2014-08-131-0/+8
* Make the space override responder-agnosticJakub Hrozek2014-08-135-13/+34
* Only replace space with the specified substitutionJakub Hrozek2014-08-133-24/+19
* NSS: Ignore default_domain for netgroupsJakub Hrozek2014-08-121-1/+1
* IFP: Fix lookups with fully-qualified namesJakub Hrozek2014-08-111-2/+2
* case_sensitivity = preservingMichal Zidek2014-07-291-2/+2
* NSS: Replace spaces with specified string in names.Lukas Slebodnik2014-07-283-1/+67
* sudo: use dbus array for rules refreshPavel Březina2014-07-241-1/+15
* sudo: fetch sudoRunAs attributePavel Březina2014-07-151-0/+1
* IFP: touch config when changing debug level temporarilyPavel Březina2014-07-091-0/+13
* BUILD: Add the DBus service activationJakub Hrozek2014-07-081-0/+4
* IFP: Provide a SBUS method to reconnect to sysbusJakub Hrozek2014-07-087-1/+44
* IFP: Return a specific value on failure connecting to the system busJakub Hrozek2014-07-081-2/+6
* IFP: Fix DEBUG messagesJakub Hrozek2014-07-081-7/+9
* sudo: return after tevent_req_errorPavel Reichl2014-06-271-0/+1
* NSS: lookup_netgr_step don't access result on ENOENTPavel Reichl2014-06-251-13/+11
* NSS: minor code style improvementsPavel Reichl2014-06-191-7/+9
* NSS: fix memory leak in sysdb_getnetgrPavel Reichl2014-06-191-10/+19
* NSS: sysdb_getnetgr refactorPavel Reichl2014-06-191-20/+46
* NSS: sysdb_getnetgr check return value firstPavel Reichl2014-06-191-5/+7
* NSS: Add option to expand homedir template formatLukas Slebodnik2014-06-024-2/+17
* NSS: Refactor expand_homedir_templateLukas Slebodnik2014-06-022-13/+27
* IFP: Implement SSSD componentsPavel Březina2014-05-287-1/+1604
* IFP: Implement domain gettersPavel Březina2014-05-286-0/+859
* IFP: Add ListDomains and FindDomainByNameJakub Hrozek2014-05-286-0/+342
* SBUS: Implement org.freedesktop.DBus.Properties.GetAll for primitive typesJakub Hrozek2014-05-271-1/+28
* IFP: Support multiple interfaces on sysbusJakub Hrozek2014-05-231-18/+29
* IFP: Allow Set, Get and GetAll from DBus.PropertiesJakub Hrozek2014-05-221-0/+10
* IFP: Add a utility function to reply with an object pathPavel Březina2014-05-222-0/+48
* IFP: Add utility functions to escape and unescape object pathsJakub Hrozek2014-05-222-1/+134
* Remove unused parameter from ifp_user_get_groups_replyLukas Slebodnik2014-05-201-4/+2
* Remove unused parameter from ifp_user_get_attr_handle_replyLukas Slebodnik2014-05-201-4/+4
* IFP: Add a GetGroupsList methodJakub Hrozek2014-05-146-14/+225
* IFP: Per-attribute ACL for usersJakub Hrozek2014-05-134-2/+194
* IFP: Add GetUserAttrs callJakub Hrozek2014-05-136-0/+597
* IFP: Initialize negative cache timeoutJakub Hrozek2014-05-132-0/+17
* IFP: use a list of allowed_uids for authenticationJakub Hrozek2014-05-134-1/+75
* IFP: Add utility functionsJakub Hrozek2014-05-132-0/+149
* SBUS: Add SBUS_CONN_TYPE_SYSBUSJakub Hrozek2014-05-131-1/+1
* mmap: Get errno when unlink failsMichal Zidek2014-04-251-0/+1
* 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
* sbus: Add type-safe DBus method handlers and finish functionsStef Walter2014-04-193-3/+11