summaryrefslogtreecommitdiffstats
path: root/proxy
Commit message (Expand)AuthorAgeFilesLines
* Write pid file at startup.Simo Sorce2013-03-226-18/+55
* Make socket path a configure optionSimo Sorce2013-03-225-39/+25
* Enable kernel support.Simo Sorce2013-03-225-0/+61
* Remove gssproxy.serviceSimo Sorce2013-03-221-14/+0
* Fix gssi_context_time for remote calls.Günther Deschner2013-03-141-4/+3
* Fix gssi_import_sec_context_by_mech()Günther Deschner2013-03-141-1/+1
* mechglue: add trace debuggingGünther Deschner2013-03-1413-0/+146
* interpostest: improve debug output when gss_context_time() fails.Günther Deschner2013-03-141-2/+5
* Add debug statement when gp_rpc_execute is called.Günther Deschner2013-03-142-17/+64
* Add support to get peer's SeLinux contextSimo Sorce2013-03-141-2/+21
* Use gssrpc instead of system rpcSimo Sorce2013-03-144-5/+10
* Add custom implementation of xdr_uint64_tSimo Sorce2013-03-144-1/+90
* Fix includesSimo Sorce2013-03-146-0/+6
* mechglue: initialize gpp cred_handle in gssi_acquire_cred_with_password().Günther Deschner2013-02-221-1/+1
* mechglue: fix gssi_set_cred_option() arguments.Günther Deschner2013-02-222-4/+4
* interposer-plugin: Fix MIT 1.11 gssi_import_sec_context_by_mech symbol name.Günther Deschner2013-02-152-8/+8
* Add example GSS-API mechanism plugins config file.Günther Deschner2013-01-153-1/+7
* Change interposer usage, clients need to set GSS_USE_PROXY=1|YES.Günther Deschner2013-01-152-3/+6
* Move master version to 0.0.99Simo Sorce2012-11-061-1/+1
* build: check for gss_import_cred and gss_export_cred.Günther Deschner2012-11-021-0/+6
* Use new gss_import/export_cred functionsSimo Sorce2012-10-2510-404/+98
* Makefile: Add src/mechglue/gss_plugin.h to header list.Günther Deschner2012-10-251-1/+2
* Add doc about current and future planned behaviorSimo Sorce2012-10-251-0/+111
* interposetest: add more debug statements.Günther Deschner2012-10-251-0/+13
* interposetest: add test for gss_export_name_composite()Günther Deschner2012-10-251-0/+11
* Implement export_name_compositeGünther Deschner2012-10-252-0/+28
* Call gss_export_name_composite() from gp_conv_name_to_gssx().Günther Deschner2012-10-252-1/+23
* Add gpm_export_name_composite().Günther Deschner2012-10-252-0/+31
* interposetest: test gss_wrap_size_limit().Günther Deschner2012-10-251-0/+16
* interposetest: test gss_wrap_iov/gss_unwrap_iov.Günther Deschner2012-10-251-0/+99
* interposetest: add test for gss_export_name().Günther Deschner2012-10-251-0/+10
* Add context related testsSimo Sorce2012-10-251-4/+98
* Add get/verify mic testsSimo Sorce2012-10-251-4/+53
* Use a debug macro in interposer testSimo Sorce2012-10-251-20/+30
* Add interposer tests for wrap/unwrapSimo Sorce2012-10-251-0/+41
* New test program to exercise the mechglue pluginSimo Sorce2012-10-253-3/+543
* Implement internal_release_oidSimo Sorce2012-10-252-0/+27
* Implement misc spi callsSimo Sorce2012-10-253-0/+219
* Implement privacy/integrity mechglue wrappersSimo Sorce2012-10-253-0/+421
* Implement indicate mechs related mechglue wrappersSimo Sorce2012-10-254-1/+218
* Implement name related mechglue wrappersSimo Sorce2012-10-253-0/+457
* Implement display status mechglue wrappersSimo Sorce2012-10-253-0/+76
* Implement init sec context mechglue wrapperSimo Sorce2012-10-254-0/+229
* Implement accept sec context mechglue wrappersSimo Sorce2012-10-253-0/+168
* Implement context related mechglue wrappersSimo Sorce2012-10-253-0/+461
* Implement cred related mechglue wrappersSimo Sorce2012-10-254-0/+833
* Add name handle wrapperSimo Sorce2012-10-2510-116/+147
* Add context handle wrapperSimo Sorce2012-10-256-19/+24
* Add cred handle wrapperSimo Sorce2012-10-257-26/+31
* Add function to ease copying oidsSimo Sorce2012-10-252-0/+25