1. 20 Apr, 2017 1 commit
    • Jim Garlick's avatar
      gssapi: define HAVE_LIBGSSAPI_KRB5 in configure.ac · 43f4c286
      Jim Garlick authored
      Problem: configure.ac is not setting HAVE_LIBGSSAPI_KRB5
      in src/platform.hpp when --with-libgssapi_krb5 is specified
      
      Commit 09e868b7
      switched the libgssapi_krb5 check from AC_CHECK_LIB
      to AC_SEARCH_LIBS, but neglected to add an AC_DEFINE
      for HAVE_LIBGSSAPI_KRB5, thus the GSSAPI code is
      never compiled.
      
      Solution: Add missing AC_DEFINE of HAVE_LIBGSSAPI_KRB5.
      43f4c286
  2. 19 Apr, 2017 1 commit
    • Asmod4n's avatar
      change macOS < 10.12 clock to SYSTEM_CLOCK, fixes #2537 (#2538) · ce602d08
      Asmod4n authored
      * change macOS < 10.12 clock to SYSTEM_CLOCK, fixes #2537
      
      * remove clock_id option from alt_clock_gettime since we always want a monotonic clock.
      
      * update header definition for alt_clock_gettime
      
      * pass clock definition down to host_get_clock_service for macOS < 10.12
      
      * change to monotonic clocks
      ce602d08
  3. 17 Apr, 2017 2 commits
  4. 14 Apr, 2017 5 commits
  5. 13 Apr, 2017 1 commit
  6. 12 Apr, 2017 3 commits
  7. 11 Apr, 2017 4 commits
  8. 10 Apr, 2017 18 commits
  9. 09 Apr, 2017 5 commits