summaryrefslogtreecommitdiffstats
path: root/proxy/examples
Commit message (Collapse)AuthorAgeFilesLines
* Make socket path a configure optionSimo Sorce2013-03-221-4/+0
| | | | | | | The kernel uses the fixed path named /var/run/gssproxy.sock Make this default a configure time option and default to it. Also remove the option to change the socket at configure time, neither the kernel nor proxymech.so can cope with a change anyway.
* Enable kernel support.Simo Sorce2013-03-221-0/+1
| | | | | | | | 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 example GSS-API mechanism plugins config file.Günther Deschner2013-01-151-0/+4
| | | | The file is not installed automatically yet.
* config: Rework configuration syntaxSimo Sorce2012-04-051-6/+11
| | | | | | | 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 sectionsSimo Sorce2012-02-231-1/+14
|
* Intial skeleton gssproxy daemonSimo Sorce2012-01-041-0/+1