summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* BUILD: Make samba4 libraries optionalLukas Slebodnik2014-05-163-2/+27
* TEST: Refactor test_ioLukas Slebodnik2014-05-161-48/+115
* IFP: Add a GetGroupsList methodJakub Hrozek2014-05-146-14/+225
* SYSDB: return SYSDB_NAME from sysdb_initgroupsJakub Hrozek2014-05-142-0/+6
* TEST: Remove unused variablePavel Reichl2014-05-141-3/+0
* sss_config: unit testsPavel Březina2014-05-141-0/+884
* sss_config: buildPavel Březina2014-05-143-0/+26
* 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-139-2/+360
* Implemented LDAP component of GPO-based access controlYassir Elley2014-05-1319-45/+2734
* 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-133-0/+359
* SBUS: Refactor sbus_message_handler to retrieve caller IDJakub Hrozek2014-05-131-55/+111
* SBUS: Add an async request to retrieve the caller IDJakub Hrozek2014-05-137-0/+493
* SBUS: Add SBUS_CONN_TYPE_SYSBUSJakub Hrozek2014-05-133-4/+7
* SBUS: Split out dbus_conn_sendJakub Hrozek2014-05-132-22/+45
* SBUS: Add a convenience function sbus_error_newJakub Hrozek2014-05-133-0/+75
* SBUS: Fix error handling conditionJakub Hrozek2014-05-131-1/+2
* SBUS: several trivial style fixesJakub Hrozek2014-05-133-6/+9
* LDAP: Check the LDAP handle before using itJakub Hrozek2014-05-121-0/+13
* ipa_selinux: Put SELinux map order related variables into structureMichal Zidek2014-05-121-31/+37
* MONITOR: Fix start up with empty standard inputLukas Slebodnik2014-05-121-0/+3
* UTIL: Use constant instead of value for stdin.Lukas Slebodnik2014-05-121-1/+1
* IFP: Close memstream handle in introspect destructorJakub Hrozek2014-05-061-0/+4
* Make LDAP extra attributes available to IPA and ADSumit Bose2014-05-027-48/+61
* LDAP: Make it possible to extend an attribute mapJakub Hrozek2014-05-0222-15/+383
* LDAP: Fix off-by-one bug in sdap_copy_optsJakub Hrozek2014-05-022-1/+59
* AD Provider: bugfix use-after-freePavel Reichl2014-04-301-2/+7
* AD Provider: bug-fix uninitialized variablePavel Reichl2014-04-301-1/+2
* CRYPTO: Fix access to uninitialized dataLukas Slebodnik2014-04-282-4/+12
* util: Fix 'wrong mode' debug messagePavel Reichl2014-04-281-2/+3
* Monitor: fix message wrong perm. mode on config filePavel Reichl2014-04-281-2/+2
* confdb: Change file checks for config fileSimo Sorce2014-04-281-3/+4
* util: Change file check fns to use a mode maskSimo Sorce2014-04-288-89/+60
* mmap: Get errno when unlink failsMichal Zidek2014-04-251-0/+1
* TEST: Some macros aren't defined in older version of check.Lukas Slebodnik2014-04-251-0/+15
* KRB5: Print a verbose error message on failure reading the keytabJakub Hrozek2014-04-231-0/+6
* RESPONDERS: Add a new request sss_parse_inp_sendJakub Hrozek2014-04-227-1/+466
* TESTS: Split a separate common_mock_resp_dp moduleJakub Hrozek2014-04-222-71/+101
* TESTS: Create a default sss_names_ctx in create_dom_test_ctxJakub Hrozek2014-04-222-0/+13
* DP: Remove unused 'force' parameter from the subdomain handlerJakub Hrozek2014-04-222-20/+6
* RESPONDER: Fix a wrong DEBUG messageJakub Hrozek2014-04-221-2/+1
* sbus request: fix error initializationPavel Březina2014-04-191-2/+4
* sbus_tests: fix missing invoker in initializerPavel Březina2014-04-191-0/+2
* sbus_codegen_tests: Add test case type-safe handler argsStef Walter2014-04-194-5/+567