summaryrefslogtreecommitdiffstats
path: root/proxy/src/gp_common.h
Commit message (Collapse)AuthorAgeFilesLines
* Make gp_boolean_is_true non-static.Günther Deschner2013-04-261-0/+1
| | | | | Signed-off-by: Günther Deschner <gdeschner@redhat.com> Reviewed-by: Simo Sorce <simo@redhat.com>
* Add support for per-service socketsSimo Sorce2013-04-231-0/+2
| | | | | | | | 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>
* Treat credential store as opaquely as possible.Simo Sorce2013-04-231-1/+1
| | | | | | | | | | | | | The credential store design goal is to allow administrators to set arbitrary strings without additional applications knowledge. This allows extending the number of crdential types GSSAPI can be made to support without having to recompile applications to add explicit support. Only explicitly check for cred store values that ned special treatment and let admins decide what to put in cred_store. Signed-off-by: Simo Sorce <simo@redhat.com> Reviewed-by: Günther Deschner <gdeschner@redhat.com>
* Improve ccache formatting.Simo Sorce2013-03-271-0/+5
| | | | | | | | | | Add %U support which will insert the user uid number instead of name. Fix %% support by actually removing one of the % charcters Fix %<invalid> sequence by actually bailing out if one is found. Add GPDEBUG statements to indicate what went wrong. 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/+1
|
* Add macro to suppress const warningsSimo Sorce2012-08-311-0/+2
|
* Add logging helpersSimo Sorce2012-04-151-0/+1
|
* Debug: Add debugging macro and config optionsSimo Sorce2012-04-021-0/+2
| | | | Ticket #43
* Move some definitions around.Simo Sorce2012-01-291-0/+38
| | | | | Make union arg/res usable elsewhere. Make gp_xdr_set private as gp_rpc_process.c is the only place where it is used.
* Split gp_utils.h into proxy headers and commonly useful headersSimo Sorce2012-01-291-0/+57