summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* SBUS: Fix warning declaration shadows a global declarationLukas Slebodnik2014-06-031-4/+4
* IFP: Add a GetGroupsList methodJakub Hrozek2014-06-037-15/+226
* SYSDB: return SYSDB_NAME from sysdb_initgroupsJakub Hrozek2014-06-032-0/+6
* TEST: Remove unused variablePavel Reichl2014-06-031-3/+0
* IFP: Per-attribute ACL for usersJakub Hrozek2014-06-0310-3/+361
* 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-039-6/+159
* IFP: Add utility functionsJakub Hrozek2014-06-034-1/+381
* SBUS: Refactor sbus_message_handler to retrieve caller IDJakub Hrozek2014-06-031-55/+111
* SBUS: Add an async request to retrieve the caller IDJakub Hrozek2014-06-038-0/+515
* SBUS: Add SBUS_CONN_TYPE_SYSBUSJakub Hrozek2014-06-033-4/+7
* SBUS: Split out dbus_conn_sendJakub Hrozek2014-06-032-22/+45
* SBUS: Add a convenience function sbus_error_newJakub Hrozek2014-06-033-0/+75
* SBUS: Fix error handling conditionJakub Hrozek2014-06-031-1/+2
* SBUS: several trivial style fixesJakub Hrozek2014-06-033-6/+9
* IFP: Close memstream handle in introspect destructorJakub Hrozek2014-06-031-0/+4
* SPEC: Remove duplicate sssd_ifp.Lukas Slebodnik2014-06-031-1/+0
* sbus request: fix error initializationPavel Březina2014-06-031-2/+4
* sbus_tests: fix missing invoker in initializerPavel Březina2014-06-031-0/+2
* sbus_codegen_tests: Add test case type-safe handler argsStef Walter2014-06-035-5/+568
* sbus: Add type-safe DBus method handlers and finish functionsStef Walter2014-06-0319-71/+544
* SBUS: Create an sbus_method_meta instance for IntrospectionJakub Hrozek2014-06-033-0/+12
* SBUS: Generate introspection from the interface meta structureJakub Hrozek2014-06-036-3/+421
* TEST: Add test for expand homedirLukas Slebodnik2014-06-031-0/+190
* NSS: Add option to expand homedir template formatLukas Slebodnik2014-06-0318-2/+77
* NSS: Refactor expand_homedir_templateLukas Slebodnik2014-06-036-50/+85
* refactor calls of sss_parse_namePavel Reichl2014-06-034-8/+4
* UTIL: Add function sss_parse_name_constLukas Slebodnik2014-06-033-0/+114
* Add a unit test for sss_parse_name_for_domainsJakub Hrozek2014-06-031-4/+199
* AD: Initialize user_map_cnt in server modeJakub Hrozek2014-06-031-0/+1
* Make LDAP extra attributes available to IPA and ADSumit Bose2014-06-037-48/+61
* LDAP: Make it possible to extend an attribute mapJakub Hrozek2014-06-0321-15/+266
* LDAP: Fix off-by-one bug in sdap_copy_optsJakub Hrozek2014-06-033-1/+62
* TEST: Link ipa_ldap_opt test with openldap libsLukas Slebodnik2014-06-031-0/+1
* RESPONDERS: Add a new request sss_parse_inp_sendJakub Hrozek2014-06-038-1/+483
* TESTS: Split a separate common_mock_resp_dp moduleJakub Hrozek2014-06-033-71/+102
* TESTS: Create a default sss_names_ctx in create_dom_test_ctxJakub Hrozek2014-06-032-0/+13
* tests: add confdb_path to sss_test_ctxPavel Březina2014-06-032-4/+5
* IFP: do not create client socketPavel Březina2014-06-032-2/+1
* IFP: Connect to the system busJakub Hrozek2014-06-039-2/+275
* IFP: Re-add the InfoPipe serverJakub Hrozek2014-06-0316-2/+418
* IFP: Fix a typo in the MakefileJakub Hrozek2014-06-031-1/+1
* UTIL: Move sss_parse_name_for_domains declaration to util.hJakub Hrozek2014-06-032-5/+5
* Remove duplicate declarationJakub Hrozek2014-06-031-4/+0
* TEST: Some macros aren't defined in older version of check.Lukas Slebodnik2014-06-021-0/+15
* sbus: Add the sbus_request_parse_or_finish() methodStef Walter2014-06-026-81/+287
* sbus_tests: Add some testing of dispatch and handler codeStef Walter2014-06-024-0/+455
* sbus: Make sbus_new_server() work for non-priveleged processesStef Walter2014-06-021-1/+1
* sbus: Refactor how we export DBus interfacesStef Walter2014-06-0221-348/+199