summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* SDAP: Continue resolving SID even if some failPavel Reichl2014-07-211-1/+6
* LDAP: tokengroups do not work with id_provider=ldapPavel Reichl2014-07-214-13/+93
* AD-GPO: Store policy settings in local filesYassir Elley2014-07-203-350/+420
* AD: add missing debug-to-stderr option to gpo_childSumit Bose2014-07-201-0/+3
* KRB5: add missing debug-to-stderr option to krb5_childSumit Bose2014-07-201-0/+3
* sss_sifp: set output parameters if attribute is NULLPavel Březina2014-07-162-43/+415
* sss_sifp test: fix object path array testPavel Březina2014-07-161-1/+1
* SYSDB: augmented logging when adding new groupPavel Reichl2014-07-152-16/+81
* sudo: fetch sudoRunAs attributePavel Březina2014-07-157-0/+7
* MAN: Document that each provider type uses its own set of optionsJakub Hrozek2014-07-141-1/+4
* MAN: local auth_provider is not documented in sssd.confJakub Hrozek2014-07-141-0/+4
* resolv: fix server sort by weightPavel Březina2014-07-141-6/+2
* resolv tests: add test for multiple servers with zero weightsPavel Březina2014-07-141-0/+64
* resolv tests: remove ununused variable from for cyclusPavel Březina2014-07-141-1/+1
* 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