summaryrefslogtreecommitdiffstats
path: root/proxy
Commit message (Expand)AuthorAgeFilesLines
* Fix tabs in configure.acSimo Sorce2013-04-081-6/+6
* Remove unused variablesSimo Sorce2013-04-032-4/+0
* Fix use of unintialized variableSimo Sorce2013-04-031-1/+1
* Fix a few more resource leaksSimo Sorce2013-04-032-2/+3
* Use send() in client library to avoid SIGPIPESimo Sorce2013-04-031-2/+2
* Fix dereference after null checks found by CoveritySimo Sorce2013-04-034-6/+13
* Fix missing break statement found by CoveritySimo Sorce2013-04-031-0/+2
* Fix infinite loop due to bad sign of variableSimo Sorce2013-04-031-1/+1
* 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-035-16/+15
* Fix locally dead code error found by coveritySimo Sorce2013-04-031-4/+3
* 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
* Set version to 0.1Simo Sorce2013-04-011-1/+1
* 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
* Test all possible proxy mode combinations.Günther Deschner2013-03-271-3/+16
* Make it easier to test gssproxy behavior settings.Günther Deschner2013-03-271-40/+95
* 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
* Packaging fixesAndreas Schneider2013-03-221-10/+8
* Fix systemd config file for gssproxy.Günther Deschner2013-03-221-1/+1
* Add systemd packaging to gssproxy spec file.Günther Deschner2013-03-221-9/+22
* Add various fixes to gssproxy.spec.Günther Deschner2013-03-221-80/+35
* 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