Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | When checking for gssrpc libs also add gssapi library paths. | Günther Deschner | 2013-04-11 | 1 | -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 Deschner | 2013-04-11 | 1 | -0/+1 |
| | | | | | Signed-off-by: Günther Deschner <gdeschner@redhat.com> Reviewed-by: Simo Sorce <simo@redhat.com> | ||||
* | Replace deprecated libtool macros | Simo Sorce | 2013-04-10 | 1 | -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 Deschner | 2013-04-08 | 1 | -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 Deschner | 2013-04-08 | 1 | -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 Deschner | 2013-04-08 | 1 | -1/+2 |
| | | | | | Signed-off-by: Günther Deschner <gdeschner@redhat.com> Reviewed-by: Simo Sorce <simo@redhat.com> | ||||
* | Fix tabs in configure.ac | Simo Sorce | 2013-04-08 | 1 | -6/+6 |
| | | | | Signed-off-by: Simo Sorce <simo@redhat.com> | ||||
* | Write pid file at startup. | Simo Sorce | 2013-03-22 | 1 | -1/+1 |
| | |||||
* | Make socket path a configure option | Simo Sorce | 2013-03-22 | 1 | -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 debugging | Günther Deschner | 2013-03-14 | 1 | -0/+1 |
| | | | | | | This is enabled via --with-gssidebug. Signed-off-by: Simo Sorce <simo@redhat.com> | ||||
* | Use gssrpc instead of system rpc | Simo Sorce | 2013-03-14 | 1 | -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 Deschner | 2013-01-15 | 1 | -1/+1 |
| | | | | The file is not installed automatically yet. | ||||
* | build: check for gss_import_cred and gss_export_cred. | Günther Deschner | 2012-11-02 | 1 | -0/+6 |
| | |||||
* | First release | Simo Sorce | 2012-07-10 | 1 | -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 Deschner | 2012-05-31 | 1 | -1/+2 |
| | | | | | | Guenther Signed-off-by: Simo Sorce <simo@redhat.com> | ||||
* | creds: add code to import krb5 credentials based on configuration. | Simo Sorce | 2012-04-05 | 1 | -0/+1 |
| | |||||
* | Add basic configure test for gssapi library | Simo Sorce | 2012-01-25 | 1 | -0/+12 |
| | |||||
* | Add generated files for rpc handling code | Simo Sorce | 2012-01-19 | 1 | -0/+2 |
| | |||||
* | Add worker threads | Simo Sorce | 2012-01-17 | 1 | -0/+7 |
| | |||||
* | Add utils to read a configuration file | Simo Sorce | 2012-01-14 | 1 | -0/+9 |
| | |||||
* | Server initialization helpers | Simo Sorce | 2012-01-04 | 1 | -0/+5 |
| | |||||
* | Intial skeleton gssproxy daemon | Simo Sorce | 2012-01-04 | 1 | -0/+108 |