summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* SBUS: Define DBUS_ERROR_INIT for old version of dbusLukas Slebodnik2014-06-031-0/+4
* PAM: Define compatible macros for some functions.Lukas Slebodnik2014-06-034-3/+58
* PAM: Use fallback version of some pam macrosLukas Slebodnik2014-06-031-1/+18
* PAM: Fix compilation of pam_test_client with openpamLukas Slebodnik2014-06-031-1/+15
* CONFIGURE: Enhance detection of pamLukas Slebodnik2014-06-032-4/+18
* MAKE: Remove PAM libraries from libsss_simpleLukas Slebodnik2014-06-031-2/+0
* PAM: Include header file security/pam_appl.hLukas Slebodnik2014-06-031-0/+1
* SDAP: Use portable constant as level in setsockoptLukas Slebodnik2014-06-031-1/+1
* PAM: add ignore_authinfo_unavail optionLukas Slebodnik2014-06-032-0/+25
* LDAP: Don't use macro _XOPEN_SOURCE for extra featuresLukas Slebodnik2014-06-031-2/+2
* UTIL: Fix order of header files.Lukas Slebodnik2014-06-031-1/+3
* PAM: Fix problem with missing declaration.Lukas Slebodnik2014-06-031-0/+1
* PAM: macro PAM_DATA_REPLACE isn't available in openpam.Lukas Slebodnik2014-06-031-0/+2
* CRYPTO: Use unprefixed version of function stpncpyLukas Slebodnik2014-06-032-4/+4
* CONFIGURE: Remove duplicate detection of pamLukas Slebodnik2014-06-031-6/+0
* resolv: Do not try to free addrinfo in case of errorLukas Slebodnik2014-06-031-1/+2
* 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
* 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