summaryrefslogtreecommitdiff
path: root/src/external/pac_responder.m4
AgeCommit message (Collapse)AuthorFilesLines
2013-09-09AUTOTOOLS: Add missing AC_MSG_RESULTLukas Slebodnik1-1/+2
AC_MSG_RESULT was not used everywhere after AC_MSG_CHECKING. Therefore two lines from configure output was mixed in some cases.
2012-11-20BUILD: Temporary workaround for Kerberos buildStephen Gallagher1-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.
2012-11-12Only build extract_and_send_pac on platforms that support itJakub Hrozek1-0/+2
2012-09-24autofs, sudo, ssh and PAC are not experimental anymoreJakub Hrozek1-9/+4
2012-06-21Try to build PAC responder only if all dependencies are availableSumit Bose1-5/+8
2012-06-21PAC responder: add basic infrastructureSumit Bose1-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.