summaryrefslogtreecommitdiffstats
path: root/proxy/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* When checking for gssrpc libs also add gssapi library paths.Günther Deschner2013-04-111-1/+1
| | | | | Signed-off-by: Günther Deschner <gdeschner@redhat.com> Reviewed-by: Simo Sorce <simo@redhat.com>
* Silence a configure warning by adding AM_PROG_AR.Günther Deschner2013-04-111-0/+1
| | | | | Signed-off-by: Günther Deschner <gdeschner@redhat.com> Reviewed-by: Simo Sorce <simo@redhat.com>
* Replace deprecated libtool macrosSimo Sorce2013-04-101-2/+1
| | | | | Signed-off-by: Simo Sorce <simo@redhat.com> Reviewed-by: Günther Deschner <gdeschner@redhat.com>
* Prefer ini_config library support over iniparser support.Günther Deschner2013-04-081-6/+15
| | | | | | | Abort if none of these libraries are found. Signed-off-by: Günther Deschner <gdeschner@redhat.com> Reviewed-by: Simo Sorce <simo@redhat.com>
* Add dinglibs ini configuration detection and backend.Günther Deschner2013-04-081-0/+15
| | | | | Signed-off-by: Günther Deschner <gdeschner@redhat.com> Reviewed-by: Simo Sorce <simo@redhat.com>
* Abstract configuration layer for gssproxy.Günther Deschner2013-04-081-1/+2
| | | | | Signed-off-by: Günther Deschner <gdeschner@redhat.com> Reviewed-by: Simo Sorce <simo@redhat.com>
* Fix tabs in configure.acSimo Sorce2013-04-081-6/+6
| | | | Signed-off-by: Simo Sorce <simo@redhat.com>
* Write pid file at startup.Simo Sorce2013-03-221-1/+1
|
* Make socket path a configure optionSimo Sorce2013-03-221-1/+1
| | | | | | | The kernel uses the fixed path named /var/run/gssproxy.sock Make this default a configure time option and default to it. Also remove the option to change the socket at configure time, neither the kernel nor proxymech.so can cope with a change anyway.
* mechglue: add trace debuggingGünther Deschner2013-03-141-0/+1
| | | | | | This is enabled via --with-gssidebug. Signed-off-by: Simo Sorce <simo@redhat.com>
* Use gssrpc instead of system rpcSimo Sorce2013-03-141-2/+7
| | | | | This avoids issues with libraris like libtirpc as gssrpc renames all the symbols to avoid clashes with system libraries.
* Add example GSS-API mechanism plugins config file.Günther Deschner2013-01-151-1/+1
| | | | The file is not installed automatically yet.
* build: check for gss_import_cred and gss_export_cred.Günther Deschner2012-11-021-0/+6
|
* First releaseSimo Sorce2012-07-101-1/+1
| | | | | | Bump up version to 0.0.2 for the first release Temporarily disable man page translations as we have none Use PAX option for tar so it can handle large uids in make dist
* Create gssproxy.spec during configure.Günther Deschner2012-05-311-1/+2
| | | | | | Guenther Signed-off-by: Simo Sorce <simo@redhat.com>
* creds: add code to import krb5 credentials based on configuration.Simo Sorce2012-04-051-0/+1
|
* Add basic configure test for gssapi librarySimo Sorce2012-01-251-0/+12
|
* Add generated files for rpc handling codeSimo Sorce2012-01-191-0/+2
|
* Add worker threadsSimo Sorce2012-01-171-0/+7
|
* Add utils to read a configuration fileSimo Sorce2012-01-141-0/+9
|
* Server initialization helpersSimo Sorce2012-01-041-0/+5
|
* Intial skeleton gssproxy daemonSimo Sorce2012-01-041-0/+108