summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Updating translations for the 1.12.0 releaseJakub Hrozek2014-07-0914-756/+758
* PAM: Test right variable after calling sss_atomic_read_sLukas Slebodnik2014-07-091-1/+1
* TOOLS: Always debug to stderrJakub Hrozek2014-07-0941-40/+48
* SSSD: Send debug to stderr when running on foregroundJakub Hrozek2014-07-095-2/+37
* sdap-tests: Fix off by one.Lukas Slebodnik2014-07-091-1/+2
* BUILD: Add version symbol files for public libraries.Lukas Slebodnik2014-07-094-0/+91
* IFP: touch config when changing debug level temporarilyPavel Březina2014-07-091-0/+13
* sss_sifp: add prefix and exec_prefix to pkg-configPavel Březina2014-07-091-0/+2
* sss_sifp: pkg-config requires is a comma separated listPavel Březina2014-07-091-2/+1
* BUILD: Add the DBus service activationJakub Hrozek2014-07-081-0/+4
* TOOLS: New helper tool sss_signalJakub Hrozek2014-07-081-0/+37
* MONITOR: Signal InfoPipe to reconnect on SIGUSR2Jakub Hrozek2014-07-081-0/+9
* IFP: Provide a SBUS method to reconnect to sysbusJakub Hrozek2014-07-0811-1/+58
* IFP: Return a specific value on failure connecting to the system busJakub Hrozek2014-07-083-2/+8
* IFP: Fix DEBUG messagesJakub Hrozek2014-07-081-7/+9
* SDAP: Free bervals on failure in sdap_parse_entryJakub Hrozek2014-07-081-2/+10
* SDAP: Remove unused function sdap_get_msg_dnJakub Hrozek2014-07-082-34/+0
* LDAP: Remove unused output parameter _dn from sdap_parse_entryJakub Hrozek2014-07-084-24/+13
* SDAP: Fix DEBUG message priorities in sdap_parse_entryJakub Hrozek2014-07-081-13/+13
* LDAP: Try all attributes when saving an entryJakub Hrozek2014-07-082-3/+79
* TESTS: Add a unit test for the sdap.c moduleJakub Hrozek2014-07-081-0/+530
* PROVIDERS: Add ldap_common.h to opts.h of each providerJakub Hrozek2014-07-083-0/+3
* UTIL: Fix access out of bound in parse_argsLukas Slebodnik2014-07-082-17/+39
* TESTS: Do not rely on order of hash itemsJakub Hrozek2014-07-071-32/+50
* sbus_request: fix potential NULL dereferencePavel Březina2014-07-012-5/+10
* TESTS: Add more tests for nested groups processingJakub Hrozek2014-07-011-1/+265
* TESTS: Change how mock_sysdb_user() is implementedJakub Hrozek2014-07-012-3/+16
* TESTS: Do not require replies from mocked sdap_get_generic_recv to be talloc ...Jakub Hrozek2014-07-011-2/+1
* TESTS: Fix group search baseJakub Hrozek2014-07-011-1/+1
* TESTS: Use the right confdb pathJakub Hrozek2014-07-011-1/+1
* TESTS: Add confdb domain base DN to sss_test_ctxJakub Hrozek2014-07-014-9/+11
* Use DISCARD_ALIGN in VTABLE_FUNC macroMichal Zidek2014-07-011-1/+1
* Suppress safealign warnings with DISCARD_ALIGN.Michal Zidek2014-07-013-4/+8
* Add type parameter to DISCARD_ALIGN macroMichal Zidek2014-07-012-2/+2
* AD-GPO: Add support for gpo permissive modeYassir Elley2014-07-013-6/+32
* Use ldap_url_parse to extract hostname from ldap uriYassir Elley2014-07-011-5/+20
* AD-GPO: Add gpo-smb implementation in gpo_child processYassir Elley2014-07-013-11/+1523
* LDAP: Fix retrieving a group with no membersJakub Hrozek2014-06-271-2/+7
* LDAP: group_split_members returns incorrectly ENOMEMPavel Reichl2014-06-271-1/+4
* SDAP: return after tevent_req_errorPavel Reichl2014-06-271-1/+2
* sudo: return after tevent_req_errorPavel Reichl2014-06-271-0/+1
* NSS: lookup_netgr_step don't access result on ENOENTPavel Reichl2014-06-251-13/+11
* TESTS: sysdb_getnetgr - return ENOENTPavel Reichl2014-06-251-0/+6
* SYSDB: sysdb_getnetgr returns ENOENTPavel Reichl2014-06-251-13/+9
* TESTS: add tests for sss_ldb_searchPavel Reichl2014-06-251-0/+97
* SYSDB: sss_ldb_search - wrapper around ldb_searchPavel Reichl2014-06-252-0/+56
* nested groups: do not fail if we get one entry twicePavel Březina2014-06-231-4/+6
* TESTS: Fix format string in check macrosLukas Slebodnik2014-06-233-3/+3
* SYSDB: Modify declaration of sysdb_search_entryLukas Slebodnik2014-06-232-2/+2
* SYSDB: Remove useless NULL test.Lukas Slebodnik2014-06-231-1/+1