summaryrefslogtreecommitdiffstats
path: root/src/external/pac_responder.m4
Commit message (Collapse)AuthorAgeFilesLines
* build: move ndr_krb5pac check to the other Samba checksSumit Bose2016-04-211-8/+6
| | | | Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com>
* BUILD: Accept krb5 1.14 for building the PAC pluginLukas Slebodnik2015-10-261-1/+2
| | | | Reviewed-by: Sumit Bose <sbose@redhat.com>
* CONFIGURE: Remove bashismLukas Slebodnik2015-09-261-1/+1
| | | | | | | | | | | | | | 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
* Accept krb5 1.13 for building the PAC pluginNalin Dahyabhai2014-08-281-1/+2
| | | | Reviewed-by: Sumit Bose <sbose@redhat.com>
* AUTOTOOLS: krb5 1.12 is also supported krb5 libsLukas Slebodnik2013-12-101-1/+2
| | | | pac responder was not properly detected with krb5 1.12 library
* AUTOTOOLS: Add missing AC_MSG_RESULTLukas Slebodnik2013-09-091-1/+2
| | | | | AC_MSG_RESULT was not used everywhere after AC_MSG_CHECKING. Therefore two lines from configure output was mixed in some cases.
* BUILD: Temporary workaround for Kerberos buildStephen Gallagher2012-11-201-2/+3
| | | | | | 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.
* Only build extract_and_send_pac on platforms that support itJakub Hrozek2012-11-121-0/+2
|
* autofs, sudo, ssh and PAC are not experimental anymoreJakub Hrozek2012-09-241-9/+4
|
* Try to build PAC responder only if all dependencies are availableSumit Bose2012-06-211-5/+8
|
* PAC responder: add basic infrastructureSumit Bose2012-06-211-0/+34
This adds only the basic outline of the PAC responder, it won't support any operations, it will just start and initialize itself.