summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* TOOLS: Hide option --debug in sssctlLukas Slebodnik2017-10-131-6/+2
* TOOLS: Print Better usage for sssctl debug-levelLukas Slebodnik2017-10-131-35/+7
* TOOLS: Log redirection info for sss_debuglevel to stderrLukas Slebodnik2017-10-131-1/+1
* sysdb: sanitize search filter inputSumit Bose2017-10-112-8/+42
* BUILD: Accept krb5 1.16 for building the PAC pluginSumit Bose2017-10-091-1/+2
* PAM: Avoid overwriting pam_status in _lookup_by_cert_done()Fabiano Fidêncio2017-10-091-1/+1
* GPO: Don't use freed LDAPURLDesc if domain for AD DC cannot be foundJakub Hrozek2017-10-051-2/+5
* KCM: Add some forgotten NULL checksJakub Hrozek2017-10-042-2/+28
* KCM: Use the right memory contextJakub Hrozek2017-10-041-6/+6
* KCM: Do not leak newly created ccache in case the name is malformedJakub Hrozek2017-10-041-7/+12
* python: Changing class declaration from old to new-style typeamitkuma2017-10-042-3/+3
* ldap: Change ldap_user_certificate to userCertificate;binaryamitkuma2017-10-043-10/+4
* intg: Fix execution with dbus-1.11.18Lukas Slebodnik2017-10-041-0/+1
* SSSCTL: Add cache-expire commandJustin Stephenson2017-09-253-0/+49
* SSSCTL: Replace sss_debuglevel with shell wrapperJustin Stephenson2017-09-254-33/+22
* SSSCTL: Move sss_debuglevel to sssctl debug-levelJustin Stephenson2017-09-259-341/+304
* IFP: parse ping arguments in codegenPavel Březina2017-09-255-33/+40
* Fix warning declaration of 'index' shadows a global declarationLukas Slebodnik2017-09-253-21/+21
* RESPONDER: Fix "-Wold-style-definition" caught by GCCFabiano Fidêncio2017-09-251-1/+1
* TESTS: Fix "-Wshadow" caught by GCCFabiano Fidêncio2017-09-251-6/+6
* SSSCTL: Use get_ prefix for the sssctl_attr_fn functionsFabiano Fidêncio2017-09-251-19/+19
* SSSCTL: Fix "-Wunitialized" caught by GCCFabiano Fidêncio2017-09-251-1/+1
* SSSCTL: Fix "-Wshadow" warning caught by GCCFabiano Fidêncio2017-09-251-6/+6
* TOOLS: Fix "-Wstack-protector" caught by GCCFabiano Fidêncio2017-09-251-4/+3
* TESTS: Fix "-Werror=null-dereference" caught by GCCFabiano Fidêncio2017-09-251-0/+10
* NSS: Fix "-Wold-style-definition" caught by GCCFabiano Fidêncio2017-09-251-1/+1
* SIFP: Fix "-Wjump-misses-init" caught by GCCFabiano Fidêncio2017-09-251-1/+3
* RESOLV: Fix "-Werror=null-dereference" caught by GCCFabiano Fidêncio2017-09-251-0/+7
* Print a warning when enumeration is requested but disabledAmitKumar2017-09-253-0/+11
* sssd_client: add mutex protected call to the PAC responderSumit Bose2017-09-227-2/+313
* IDMAP: add a unit testSumit Bose2017-09-201-0/+32
* IDMAP: Prevent colision for explicitly defined slice.Marlena Marlenowska2017-09-191-0/+10
* MAN: Add a note about the output of all commands when using domain_resolution...Fabiano Fidêncio2017-09-141-0/+24
* sysdb: add missing indicesSumit Bose2017-09-143-1/+92
* IPA: fix handling of certmap_ctxSumit Bose2017-09-149-53/+441
* certmap: make sure eku_oid_list is always allocatedSumit Bose2017-09-142-9/+29
* SPEC: Fix detecting of minor releaseLukas Slebodnik2017-09-141-2/+2
* IPA: check if IPA hostname is fully qualifiedAmitKumar2017-09-131-0/+11
* MAN: Improve ipa_hostname descriptionAmitKumar2017-09-131-0/+1
* CONFIG: Fix schema for try_inotifyLukas Slebodnik2017-09-133-5/+5
* pysss_nss_idmap: Fix typos in python documentationLukas Slebodnik2017-09-131-12/+12
* pysss_nss_idmap: return same type as it is in module constantsLukas Slebodnik2017-09-131-8/+8
* Revert "PYTHON: Define constants as bytes instead of strings"Lukas Slebodnik2017-09-131-7/+0
* CI: Use dnf 2.0 for installation of packages in fedoraLukas Slebodnik2017-09-122-1/+8
* SPEC: Update owner and mode for /var/lib/sss/deskprofileLukas Slebodnik2017-09-121-1/+1
* SUDO: Use initgr_with_views when looking up a sudo userJakub Hrozek2017-09-085-53/+259
* TESTS: Use NULL for pointer, not 0Jakub Hrozek2017-09-081-3/+3
* MAN: Add sssd-systemtap man pageJustin Stephenson2017-09-085-1/+402
* CONTRIB: Add DP Request analysis scriptJustin Stephenson2017-09-083-0/+87
* DP: Add Generic DP Request ProbesJustin Stephenson2017-09-085-0/+105