Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gssproxy: report an error message on event loop failure. | Günther Deschner | 2013-06-03 | 1 | -0/+2 |
| | | | | | Signed-off-by: Günther Deschner <gdeschner@redhat.com> Reviewed-by: Simo Sorce <simo@redhat.com> | ||||
* | Add support for per-service sockets | Simo Sorce | 2013-04-23 | 1 | -11/+30 |
| | | | | | | | | This way different processes running as the same user can be configured as different servervices Signed-off-by: Simo Sorce <simo@redhat.com> Reviewed-by: Günther Deschner <gdeschner@redhat.com> | ||||
* | Fix resource leaks found by Coverity | Simo Sorce | 2013-04-03 | 1 | -1/+1 |
| | | | | Signed-off-by: Simo Sorce <simo@redhat.com> | ||||
* | Write pid file at startup. | Simo Sorce | 2013-03-22 | 1 | -0/+2 |
| | |||||
* | Enable kernel support. | Simo Sorce | 2013-03-22 | 1 | -0/+3 |
| | | | | | | | | 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. | ||||
* | Add free_config() and call it when server shuts down. | Günther Deschner | 2012-06-25 | 1 | -0/+2 |
| | | | | | | Guenther Signed-off-by: Simo Sorce <simo@redhat.com> | ||||
* | Fix popt usage message for -d option. | Günther Deschner | 2012-05-31 | 1 | -1/+1 |
| | | | | | | Guenther Signed-off-by: Simo Sorce <simo@redhat.com> | ||||
* | Debug: Add debugging macro and config options | Simo Sorce | 2012-04-02 | 1 | -0/+7 |
| | | | | Ticket #43 | ||||
* | Split gp_utils.h into proxy headers and commonly useful headers | Simo Sorce | 2012-01-29 | 1 | -1/+1 |
| | |||||
* | Refactor workers init so we can pass down gpctx | Simo Sorce | 2012-01-19 | 1 | -2/+4 |
| | |||||
* | Add worker threads | Simo Sorce | 2012-01-17 | 1 | -0/+7 |
| | |||||
* | Add gssproxy_ctx | Simo Sorce | 2012-01-17 | 1 | -4/+11 |
| | | | | And store configuration context within it. | ||||
* | add support for demonization option | Simo Sorce | 2012-01-14 | 1 | -1/+1 |
| | |||||
* | Add utils to read a configuration file | Simo Sorce | 2012-01-14 | 1 | -12/+7 |
| | |||||
* | Socket helpers | Simo Sorce | 2012-01-04 | 1 | -0/+6 |
| | |||||
* | Server initialization helpers | Simo Sorce | 2012-01-04 | 1 | -3/+21 |
| | |||||
* | Intial skeleton gssproxy daemon | Simo Sorce | 2012-01-04 | 1 | -0/+91 |