summaryrefslogtreecommitdiffstats
path: root/src/responder
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-221-0/+1
* BUILD: Add the DBus service activationJakub Hrozek2014-07-161-0/+4
* IFP: Provide a SBUS method to reconnect to sysbusJakub Hrozek2014-07-167-1/+44
* IFP: Return a specific value on failure connecting to the system busJakub Hrozek2014-07-161-2/+6
* IFP: Fix DEBUG messagesJakub Hrozek2014-07-161-7/+9
* Remove unused parameter from ifp_user_get_groups_replyLukas Slebodnik2014-06-031-4/+2
* Remove unused parameter from ifp_user_get_attr_handle_replyLukas Slebodnik2014-06-031-4/+4
* IFP: Add a GetGroupsList methodJakub Hrozek2014-06-036-15/+225
* IFP: Per-attribute ACL for usersJakub Hrozek2014-06-034-2/+194
* IFP: Add GetUserAttrs callJakub Hrozek2014-06-036-0/+598
* IFP: Initialize negative cache timeoutJakub Hrozek2014-06-032-0/+17
* IFP: use a list of allowed_uids for authenticationJakub Hrozek2014-06-034-1/+75
* IFP: Add utility functionsJakub Hrozek2014-06-032-0/+149
* SBUS: Add SBUS_CONN_TYPE_SYSBUSJakub Hrozek2014-06-031-1/+1
* sbus: Add type-safe DBus method handlers and finish functionsStef Walter2014-06-033-3/+11
* SBUS: Generate introspection from the interface meta structureJakub Hrozek2014-06-031-0/+3
* NSS: Add option to expand homedir template formatLukas Slebodnik2014-06-034-2/+17
* NSS: Refactor expand_homedir_templateLukas Slebodnik2014-06-032-13/+27
* refactor calls of sss_parse_namePavel Reichl2014-06-031-2/+1
* RESPONDERS: Add a new request sss_parse_inp_sendJakub Hrozek2014-06-032-0/+128
* IFP: do not create client socketPavel Březina2014-06-031-1/+1
* IFP: Connect to the system busJakub Hrozek2014-06-037-1/+265
* IFP: Re-add the InfoPipe serverJakub Hrozek2014-06-034-0/+297
* UTIL: Move sss_parse_name_for_domains declaration to util.hJakub Hrozek2014-06-031-5/+0
* Remove duplicate declarationJakub Hrozek2014-06-031-4/+0
* sbus: Add the sbus_request_parse_or_finish() methodStef Walter2014-06-021-17/+6
* sbus: Refactor how we export DBus interfacesStef Walter2014-06-028-119/+56
* sbus: Add struct sbus_request to represent a DBus invocationStef Walter2014-06-024-47/+23
* sbus: Use constants to make dbus callsStef Walter2014-06-026-12/+12
* sbus: Rework sbus to use interface metadata and vtablesStef Walter2014-06-026-83/+121
* nss: Stop using one DBus interface with totally different methodsStef Walter2014-06-021-1/+1
* Update DEBUG* invocations to use new levelsNikolai Kondrashov2014-05-0213-257/+398
* Make DEBUG macro invocations variadicNikolai Kondrashov2014-05-0230-1266/+1266
* Revert "NSS: add support for subdomain_homedir"Pavel Reichl2014-02-111-8/+0
* NSS: add support for subdomain_homedirPavel Reichl2014-01-151-0/+8
* NSS: Use plain user name when expanding homedirJakub Hrozek2014-01-151-1/+12
* Use lower-case name for case-insensitive searchesSumit Bose2013-12-191-2/+2
* Use sysdb_attrs_add_lc_name_alias to add case-insensitive aliasSumit Bose2013-12-191-2/+2
* NSS: Fix memory leak in sss_setnetgrentLukas Slebodnik2013-12-101-1/+1
* pac: fix potential memory leaksPavel Březina2013-11-261-5/+5
* pac: fix double freePavel Březina2013-11-261-8/+6