summaryrefslogtreecommitdiffstats
path: root/src/responder
Commit message (Expand)AuthorAgeFilesLines
* 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
* SBUS: Generate introspection from the interface meta structureJakub Hrozek2014-04-151-0/+3
* PAC: fix clang warningPavel Reichl2014-04-101-0/+8
* IFP: do not create client socketPavel Březina2014-04-041-1/+1
* IFP: Connect to the system busJakub Hrozek2014-04-047-1/+265
* IFP: Re-add the InfoPipe serverJakub Hrozek2014-04-044-0/+297
* refactor calls of sss_parse_namePavel Reichl2014-03-181-2/+1
* sbus: Add the sbus_request_parse_or_finish() methodStef Walter2014-03-141-17/+6
* sbus: Refactor how we export DBus interfacesStef Walter2014-03-148-119/+56
* sbus: Add struct sbus_request to represent a DBus invocationStef Walter2014-03-144-47/+23
* NSS: Fix warning access array with index then checkLukas Slebodnik2014-02-261-3/+3
* sbus: Use constants to make dbus callsStef Walter2014-02-246-12/+12
* sbus: Rework sbus to use interface metadata and vtablesStef Walter2014-02-246-83/+121
* nss: Stop using one DBus interface with totally different methodsStef Walter2014-02-241-1/+1
* NSS: Continue if there is no portJakub Hrozek2014-02-201-1/+1
* Update DEBUG* invocations to use new levelsNikolai Kondrashov2014-02-1213-252/+391
* Make DEBUG macro invocations variadicNikolai Kondrashov2014-02-1230-1275/+1275
* NSS: Fix DEBUG formatting of cmdctx->idJakub Hrozek2014-02-111-26/+26
* responder: Use SAFEALIGN macros where appropriate.Michal Zidek2014-02-056-52/+83
* Revert "NSS: add support for subdomain_homedir"Pavel Reichl2014-02-051-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
* NSS: Don't use printf(3) on user provided strings.Stef Walter2014-01-121-87/+45
* permament is corrected to permanentPallavi Jha2014-01-072-3/+2
* 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
* NSS: Compare bool with false, not 0Jakub Hrozek2013-12-091-2/+2
* responder: Use SAFEALIGN macro when checking pam data validity.Michal Zidek2013-12-031-11/+23
* Remove unused parameter from sudosrv_get_sudorules_query_cacheLukas Slebodnik2013-11-271-4/+2
* pac: fix potential memory leaksPavel Březina2013-11-221-5/+5
* pac: fix double freePavel Březina2013-11-221-8/+6
* do not use default_domain_suffix with autofsAron Parsons2013-11-181-1/+1