History log of /sssd/src/external/pac_responder.m4
Revision Date Author Comments Expand
11d2a1183d7017f3d453d0a7046004b6968fefb5 25-Oct-2016 Lukas Slebodnik <lslebodn@redhat.com>

BUILD: Accept krb5 1.15 for building the PAC plugin Reviewed-by: Sumit Bose <sbose@redhat.com>

91d312000e6ded4a93327c137b10c5beda55f65c 21-Apr-2016 Sumit Bose <sbose@redhat.com>

build: move ndr_krb5pac check to the other Samba checks Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com>

8fe87c3d35bf301cbb6ed7d441b588327d831924 26-Oct-2015 Lukas Slebodnik <lslebodn@redhat.com>

BUILD: Accept krb5 1.14 for building the PAC plugin Reviewed-by: Sumit Bose <sbose@redhat.com>

d9378e64499642e86989158f274372187314d5b2 26-Sep-2015 Lukas Slebodnik <lslebodn@redhat.com>

CONFIGURE: Remove bashism There were errors in configure script when /bin/sh was not bash ./configure: 15889: test: xfedora: unexpected operator ./configure: 19981: test: xyes: unexpected operator ./configure: 23103: test: x1: unexpected operator The equality operator "==" works in bash but it's not a standard. The man page test(1) also does not mention it. There is only short version "=" STRING1 = STRING2 the strings are equal

9e1f638683cc5c229e8c0ea040c46d2cec58bd7c 28-Aug-2014 Nalin Dahyabhai <nalin@redhat.com>

Accept krb5 1.13 for building the PAC plugin Reviewed-by: Sumit Bose <sbose@redhat.com>

c9dfea775ead48392620f6c56fcc2aa4357788d5 10-Dec-2013 Lukas Slebodnik <lslebodn@redhat.com>

AUTOTOOLS: krb5 1.12 is also supported krb5 libs pac responder was not properly detected with krb5 1.12 library

711f8acc0f520487060c308870f70dbbfa84f272 09-Sep-2013 Lukas Slebodnik <lslebodn@redhat.com>

AUTOTOOLS: Add missing AC_MSG_RESULT AC_MSG_RESULT was not used everywhere after AC_MSG_CHECKING. Therefore two lines from configure output was mixed in some cases.

ff4e9f4d59368004b3917a86dc82c24deb47d905 20-Nov-2012 Stephen Gallagher <sgallagh@redhat.com>

BUILD: Temporary workaround for Kerberos build This patch extends the Kerberos version check to support Kerberos version 1.11 alpha and later. It is a temporary measure until we can redesign the configure checks for better granularity.

0f76569b4cecc048974e837c92d4ca806ca3bbac 12-Nov-2012 Jakub Hrozek <jhrozek@redhat.com>

Only build extract_and_send_pac on platforms that support it

b2f9e5b7d553172401a340eb4a9c3abda6b5db43 24-Sep-2012 Jakub Hrozek <jhrozek@redhat.com>

autofs, sudo, ssh and PAC are not experimental anymore

3b1386e5ad510eb29d826a53113324af2c096e26 21-Jun-2012 Sumit Bose <sbose@redhat.com>

Try to build PAC responder only if all dependencies are available

b9e5bd09a5ff7009537a18914dbebcf10498f592 21-Jun-2012 Sumit Bose <sbose@redhat.com>

PAC responder: add basic infrastructure This adds only the basic outline of the PAC responder, it won't support any operations, it will just start and initialize itself.