Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use new gss_import/export_cred functions | Simo Sorce | 2012-10-25 | 1 | -8/+7 |
| | | | | | | | This allows us to remove the ring_buffer hack and become completely stateless as well as remove a possible DoS avenue. R.I.P. Ring Buffer :-) | ||||
* | Add free_config() and call it when server shuts down. | Günther Deschner | 2012-06-25 | 1 | -0/+1 |
| | | | | | | Guenther Signed-off-by: Simo Sorce <simo@redhat.com> | ||||
* | Add gp_service_get_ring_buffer to retrieve buffer from a service. | Günther Deschner | 2012-06-25 | 1 | -0/+1 |
| | | | | | | Guenther Signed-off-by: Simo Sorce <simo@redhat.com> | ||||
* | Add gp_ring_buffer pointer to struct gp_service. | Günther Deschner | 2012-06-25 | 1 | -0/+4 |
| | | | | | | Guenther Signed-off-by: Simo Sorce <simo@redhat.com> | ||||
* | Add two ring_buffers to gp_config struct. | Günther Deschner | 2012-06-25 | 1 | -0/+5 |
| | | | | | | 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/+6 |
| | |||||
* | config: Rework configuration syntax | Simo Sorce | 2012-04-05 | 1 | -20/+6 |
| | | | | | | | Keeping 2 separate sections for credentials and services seem to just make things really confusing. The off chance of reusing a 'credential' section is dwarfed by the confusion cause by keeping them separate. Having to copy a full service section is not a big deal so KISS wins here. | ||||
* | config: parse credential/service config sections | Simo Sorce | 2012-02-23 | 1 | -0/+34 |
| | |||||
* | Split gp_utils.h into proxy headers and commonly useful headers | Simo Sorce | 2012-01-29 | 1 | -0/+80 |