summaryrefslogtreecommitdiffstats
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* BUILD: Fix building with automake 1.15Lukas Slebodnik2015-01-161-0/+10
| | | | | | | | | | | | | | | The macro AC_BUILD_AUX_DIR was used too late. As a result of this automake 1.15 generated configure script which ignored the directory build/ and was not able to find missing files. configure: error: cannot find install-sh, install.sh, or shtool in "." "./.." "./../..". After removing macro AC_BUILD_AUX_DIR, autoreconf will install auxiliary files into $srcdir. Signed-off-by: Lukas Slebodnik <lslebodn@redhat.com> Reviewed-by: Simo Sorce <simo@redhat.com>
* Add a test framework for gss-proxySimo Sorce2014-09-151-0/+2
| | | | | | | | | | | | This sets up a kdc using socket_wrapper and nss_wrapper from the cwrap project, and uses a dirty hack to force gssapi to load the current proxymech interposer library. It provisions a service and a user key then runs the interpostest binary in this artifical environment. Signed-off-by: Simo Sorce <simo@redhat.com> Reviewed-by: Guenther Deschner <gdeschner@redhat.com>
* Remove gssproxy.serviceSimo Sorce2013-03-221-0/+1
| | | | | This file is generated by gssproxy.service.in so keep only the source in git.
* New test program to exercise the mechglue pluginSimo Sorce2012-10-251-0/+1
|
* Add some more files to .gitignoreSimo Sorce2012-10-251-0/+3
|
* Build mechglue as a pluginSimo Sorce2012-10-251-0/+2
|
* Rename test program.Simo Sorce2012-02-091-1/+1
| | | | | The test program is now testing almost all functions so change name to reflect reaility.
* Ignore more built filesSimo Sorce2012-02-071-0/+5
|
* Intial skeleton gssproxy daemonSimo Sorce2012-01-041-0/+30