summaryrefslogtreecommitdiffstats
path: root/src/external/pac_responder.m4
Commit message (Collapse)AuthorAgeFilesLines
* 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.