Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use gp_strerror() everywhere instead of strerror()strerror | Simo Sorce | 2013-11-21 | 1 | -5/+5 |
| | |||||
* | Overwrite existing GSS_USE_PROXY variable in the server. | Günther Deschner | 2013-05-16 | 1 | -1/+1 |
| | | | | | | | This is required to make sure we never recurse into ourselves. Signed-off-by: Günther Deschner <gdeschner@redhat.com> Reviewed-by: Simo Sorce <simo@redhat.com> | ||||
* | Fix resource leaks found by Coverity | Simo Sorce | 2013-04-03 | 1 | -6/+1 |
| | | | | Signed-off-by: Simo Sorce <simo@redhat.com> | ||||
* | Fix reporting of wrong error codes | Simo Sorce | 2013-04-03 | 1 | -0/+3 |
| | | | | | | Found by Coverity as 'Argument cannot be negative' type of error. Signed-off-by: Simo Sorce <simo@redhat.com> | ||||
* | Fix write_pid debug message | Simo Sorce | 2013-03-27 | 1 | -1/+1 |
| | | | | | Signed-off-by: Simo Sorce <simo@redhat.com> Reviewed-by: Günther Deschner <gdeschner@redhat.com> | ||||
* | Write pid file at startup. | Simo Sorce | 2013-03-22 | 1 | -0/+33 |
| | |||||
* | Enable kernel support. | Simo Sorce | 2013-03-22 | 1 | -0/+46 |
| | | | | | | | | The Linux kernel now requires the gss-proxy to signal when it is available. This is done by writing 1 to the file /proc/net/rpc/use-gss-proxy Once this happens the kernel will try to attach to the gss-proxy socket and use it instead of the classic rpc.svcgssd daemon. | ||||
* | Change interposer usage, clients need to set GSS_USE_PROXY=1|YES. | Günther Deschner | 2013-01-15 | 1 | -1/+1 |
| | | | | | | The variable _GSSPROXY_LOOPS has been changed in favor of GSS_USE_PROXY. From now on, applications needs to explicitly enable the usage of the gssproxy interposer inception. | ||||
* | Add loop avoidance in proxy daemon and gssapi plugin | Simo Sorce | 2012-10-25 | 1 | -0/+3 |
| | |||||
* | Add newlines to debug statements. | Günther Deschner | 2012-08-23 | 1 | -2/+2 |
| | | | | Acked-by: Simo Sorce <simo@redhat.com> | ||||
* | Replace direct syslog calls with logging macros | Simo Sorce | 2012-04-15 | 1 | -2/+2 |
| | |||||
* | Add logging helpers | Simo Sorce | 2012-04-15 | 1 | -4/+1 |
| | |||||
* | Split gp_utils.h into proxy headers and commonly useful headers | Simo Sorce | 2012-01-29 | 1 | -1/+1 |
| | |||||
* | add support for demonization option | Simo Sorce | 2012-01-14 | 1 | -2/+27 |
| | |||||
* | Server initialization helpers | Simo Sorce | 2012-01-04 | 1 | -0/+107 |