summaryrefslogtreecommitdiffstats
path: root/proxy/src
Commit message (Expand)AuthorAgeFilesLines
* Fix resource leaks found by CoveritySimo Sorce2013-04-0312-37/+61
* Fix reporting of wrong error codesSimo Sorce2013-04-032-0/+6
* Fix dereference before null error fund by CoveritySimo Sorce2013-04-031-1/+3
* Fix uninizialized variables found by CoveritySimo Sorce2013-04-033-14/+13
* Fix copy and paste error found by CoveritySimo Sorce2013-04-031-2/+2
* Fix unchecked return values found by CoveritySimo Sorce2013-04-033-4/+24
* Add client side support to set allowed enctypesSimo Sorce2013-03-271-1/+92
* Add extension to set allowable enctypesSimo Sorce2013-03-271-0/+39
* Add helper function to check for krb5 oidSimo Sorce2013-03-272-0/+15
* Improve ccache formatting.Simo Sorce2013-03-272-14/+42
* Fix write_pid debug messageSimo Sorce2013-03-271-1/+1
* Use token wrapper in gpp_remote_lo_local_ctxSimo Sorce2013-03-221-4/+39
* Create helper function to wrap tokenSimo Sorce2013-03-223-20/+34
* Write pid file at startup.Simo Sorce2013-03-224-0/+37
* Make socket path a configure optionSimo Sorce2013-03-222-23/+13
* Enable kernel support.Simo Sorce2013-03-224-0/+60
* 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-1411-0/+131
* Add debug statement when gp_rpc_execute is called.Günther Deschner2013-03-141-17/+61
* Add support to get peer's SeLinux contextSimo Sorce2013-03-141-2/+21
* 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
* Change interposer usage, clients need to set GSS_USE_PROXY=1|YES.Günther Deschner2013-01-152-3/+6
* Use new gss_import/export_cred functionsSimo Sorce2012-10-259-403/+98
* 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
* New test program to exercise the mechglue pluginSimo Sorce2012-10-251-1/+1
* Implement internal_release_oidSimo Sorce2012-10-252-0/+27
* Implement misc spi callsSimo Sorce2012-10-252-0/+218
* Implement privacy/integrity mechglue wrappersSimo Sorce2012-10-252-0/+420
* Implement indicate mechs related mechglue wrappersSimo Sorce2012-10-253-1/+217
* Implement name related mechglue wrappersSimo Sorce2012-10-252-0/+456
* Implement display status mechglue wrappersSimo Sorce2012-10-252-0/+75
* Implement init sec context mechglue wrapperSimo Sorce2012-10-253-0/+228
* Implement accept sec context mechglue wrappersSimo Sorce2012-10-252-0/+167
* Implement context related mechglue wrappersSimo Sorce2012-10-252-0/+460
* Implement cred related mechglue wrappersSimo Sorce2012-10-253-0/+831
* Add name handle wrapperSimo Sorce2012-10-259-111/+142
* Add context handle wrapperSimo Sorce2012-10-255-12/+17
* Add cred handle wrapperSimo Sorce2012-10-256-23/+28
* Add function to ease copying oidsSimo Sorce2012-10-252-0/+25
* Add function to convert remote context to localSimo Sorce2012-10-252-0/+18
* Add simple functions to map errorsSimo Sorce2012-10-252-0/+26
* Add function to return a special mechSimo Sorce2012-10-253-0/+204
* Add mechanism to select behavior based on envvarSimo Sorce2012-10-252-0/+38
* Add loop avoidance in proxy daemon and gssapi pluginSimo Sorce2012-10-252-0/+11