summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* SBUS: Include config.h for enabling function in stdio.hLukas Slebodnik2014-05-261-0/+3
* SBUS: Define DBUS_ERROR_INIT for old version of dbusLukas Slebodnik2014-05-261-0/+4
* AUTOCONF: Move detection of samba libraries to one fileLukas Slebodnik2014-05-263-7/+11
* contrib: add BuildRequires libsmbclient-devel to spec fileSumit Bose2014-05-231-0/+1
* AD-GPO: add libsmbclient to makefilesYassir Elley2014-05-233-3/+13
* AD-GPO: Remove dependency on libsamba-securityYassir Elley2014-05-234-27/+586
* IFP: Support multiple interfaces on sysbusJakub Hrozek2014-05-231-18/+29
* SBUS: Add org.freedesktop.DBus.Properties.Get to IntrospectionJakub Hrozek2014-05-222-0/+18
* SBUS: Add several error constant definitionsJakub Hrozek2014-05-221-0/+20
* SBUS: Return / if an object path getter returns NULLJakub Hrozek2014-05-225-1/+29
* SBUS: Return empty string if a string getter returns NULLPavel Březina2014-05-225-2/+32
* SBUS: Implement org.freedesktop.DBus.Properties.Get for primitive typesJakub Hrozek2014-05-227-44/+1229
* SBUS: Start implementing property accessStef Walter2014-05-2210-19/+213
* IFP: Allow Set, Get and GetAll from DBus.PropertiesJakub Hrozek2014-05-221-0/+10
* SBUS: Utility function sbus_request_return_array_as_variantPavel Březina2014-05-222-0/+124
* SBUS: Utility function sbus_request_return_as_variantJakub Hrozek2014-05-222-0/+68
* IFP: Add a unit test for ifp_reply_objpathJakub Hrozek2014-05-221-0/+30
* 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-223-1/+240
* AD: Initialize user_map_cnt in server modeJakub Hrozek2014-05-221-0/+1
* well known sids: Windows Server 2012 new asserted identity SIDsAlexander Bokovoy2014-05-211-0/+2
* ipa subdomains provider: make sure search by SID works for homedirAlexander Bokovoy2014-05-211-5/+15
* resolv: Do not try to free addrinfo in case of errorLukas Slebodnik2014-05-201-1/+2
* 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
* CONFIGURE: Remove duplicate detection of pamLukas Slebodnik2014-05-181-6/+0
* CRYPTO: Use unprefixed version of function stpncpyLukas Slebodnik2014-05-182-4/+4
* PAM: macro PAM_DATA_REPLACE isn't available in openpam.Lukas Slebodnik2014-05-181-0/+2
* PAM: Fix problem with missing declaration.Lukas Slebodnik2014-05-181-0/+1
* SBUS: Fix warning declaration shadows a global declarationLukas Slebodnik2014-05-161-4/+4
* BUILD: Make samba4 libraries optionalLukas Slebodnik2014-05-165-5/+40
* TEST: Refactor test_ioLukas Slebodnik2014-05-161-48/+115
* IFP: Add a GetGroupsList methodJakub Hrozek2014-05-147-14/+226
* SYSDB: return SYSDB_NAME from sysdb_initgroupsJakub Hrozek2014-05-142-0/+6
* TEST: Remove unused variablePavel Reichl2014-05-141-3/+0
* SPEC: Add libsss_ad_common.so to the package sssd-adLukas Slebodnik2014-05-141-0/+1
* sss_config: build only when IFP is allowedPavel Březina2014-05-142-5/+11
* sss_config: unit testsPavel Březina2014-05-142-0/+903
* sss_config: buildPavel Březina2014-05-146-0/+50
* sss_config: the codePavel Březina2014-05-142-0/+580
* SBUS: Allow registering paths with fallbackJakub Hrozek2014-05-131-4/+76
* IFP: Per-attribute ACL for usersJakub Hrozek2014-05-1310-3/+361
* Implemented LDAP component of GPO-based access controlYassir Elley2014-05-1320-45/+2746
* AD: Do not remove non-root domains when looking up root domainJakub Hrozek2014-05-131-3/+22
* SBUS: remove unused variablesPavel Březina2014-05-131-4/+0
* 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-139-6/+159
* IFP: Add utility functionsJakub Hrozek2014-05-134-1/+381
* SBUS: Refactor sbus_message_handler to retrieve caller IDJakub Hrozek2014-05-131-55/+111