Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-09-09 | AUTOTOOLS: Add missing AC_MSG_RESULT | Lukas Slebodnik | 1 | -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-20 | BUILD: Temporary workaround for Kerberos build | Stephen Gallagher | 1 | -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-12 | Only build extract_and_send_pac on platforms that support it | Jakub Hrozek | 1 | -0/+2 | |
2012-09-24 | autofs, sudo, ssh and PAC are not experimental anymore | Jakub Hrozek | 1 | -9/+4 | |
2012-06-21 | Try to build PAC responder only if all dependencies are available | Sumit Bose | 1 | -5/+8 | |
2012-06-21 | PAC responder: add basic infrastructure | Sumit Bose | 1 | -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. |