summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Updating the translations again for the 1.11.6 releasesssd-1_11_6Jakub Hrozek2014-06-0315-4946/+5543
* KRB: Prevent dereference of a null pointerLukas Slebodnik2014-06-031-2/+4
* MAN: Add reference to manual page sssd-sudoLukas Slebodnik2014-06-032-0/+37
* Updating the translations for the 1.11.6 releaseJakub Hrozek2014-06-0337-20833/+26062
* BUILD: Disable dbus tests when running distcheckJakub Hrozek2014-06-032-4/+20
* build: Switch to AM_DISTCHECK_CONFIGURE_FLAGSNikolai Kondrashov2014-06-031-3/+3
* MAN: Add sssd-ifp to the list of translatable manual pagesJakub Hrozek2014-06-031-0/+1
* SBUS: remove unused variablesPavel Březina2014-06-031-4/+0
* Unify usage of function gethostnameLukas Slebodnik2014-06-034-9/+10
* SBUS: Include config.h for enabling function in stdio.hLukas Slebodnik2014-06-031-0/+3
* 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