summaryrefslogtreecommitdiffstats
path: root/proxy/src/gp_init.c
Commit message (Collapse)AuthorAgeFilesLines
* gssproxy: Call gp_logging_init() before load_config().master-fixes2Günther Deschner2013-06-061-2/+0
| | | | | | This makes sure openlog() is called before any syslog() call. Signed-off-by: Günther Deschner <gdeschner@redhat.com>
* Overwrite existing GSS_USE_PROXY variable in the server.Günther Deschner2013-05-161-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 CoveritySimo Sorce2013-04-031-6/+1
| | | | Signed-off-by: Simo Sorce <simo@redhat.com>
* Fix reporting of wrong error codesSimo Sorce2013-04-031-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 messageSimo Sorce2013-03-271-1/+1
| | | | | Signed-off-by: Simo Sorce <simo@redhat.com> Reviewed-by: Günther Deschner <gdeschner@redhat.com>
* Write pid file at startup.Simo Sorce2013-03-221-0/+33
|
* Enable kernel support.Simo Sorce2013-03-221-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 Deschner2013-01-151-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 pluginSimo Sorce2012-10-251-0/+3
|
* Add newlines to debug statements.Günther Deschner2012-08-231-2/+2
| | | | Acked-by: Simo Sorce <simo@redhat.com>
* Replace direct syslog calls with logging macrosSimo Sorce2012-04-151-2/+2
|
* Add logging helpersSimo Sorce2012-04-151-4/+1
|
* Split gp_utils.h into proxy headers and commonly useful headersSimo Sorce2012-01-291-1/+1
|
* add support for demonization optionSimo Sorce2012-01-141-2/+27
|
* Server initialization helpersSimo Sorce2012-01-041-0/+107