summaryrefslogtreecommitdiffstats
path: root/proxy/src
Commit message (Expand)AuthorAgeFilesLines
* Use const string in config functionsSimo Sorce2013-04-235-19/+19
* Make config functions return actual error codes.Simo Sorce2013-04-233-27/+43
* Convert gp_config_get_* to return an error.Günther Deschner2013-04-236-103/+204
* Add support for per-service socketsSimo Sorce2013-04-238-18/+124
* Treat credential store as opaquely as possible.Simo Sorce2013-04-232-69/+95
* Use mutivalued "cred_store" parameter, deprecate unused parameters.Günther Deschner2013-04-232-27/+36
* Add gp_config_get_string_array() and an implementation in dinglibs backend.Günther Deschner2013-04-234-0/+104
* Fix potential double-frees in load_services().Günther Deschner2013-04-231-6/+5
* Fix memory leak in gp_service_free().Günther Deschner2013-04-111-0/+1
* Special case client_keytab for root userSimo Sorce2013-04-101-2/+7
* Use new GSSAPI Credential Store APISimo Sorce2013-04-101-49/+22
* Add generic function to get creds defaultsSimo Sorce2013-04-101-21/+58
* Move string formatting in a separate functionSimo Sorce2013-04-101-57/+66
* Carefully process desired name based on serviceSimo Sorce2013-04-103-39/+36
* Add krb5_client_keytab config optionSimo Sorce2013-04-102-0/+9
* Import names as remote name by default.Simo Sorce2013-04-101-14/+21
* Prefer ini_config library support over iniparser support.Günther Deschner2013-04-083-8/+4
* Add dinglibs ini configuration detection and backend.Günther Deschner2013-04-083-0/+284
* Abstract configuration layer for gssproxy.Günther Deschner2013-04-084-57/+321
* Add missing newlines to GPDEBUG statements.Günther Deschner2013-04-081-7/+7
* 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-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