summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use gp_boolean_is_true from interposer plugin's GSS_USE_PROXY check.master-envGünther Deschner2013-04-261-1/+2
* Make gp_boolean_is_true non-static.Günther Deschner2013-04-263-12/+13
* Rename option_is_set to gp_boolean_is_true.Günther Deschner2013-04-261-4/+4
* Require nothing less than MIT krb5 1.11.2Simo Sorce2013-04-231-2/+2
* Fix typo in gssproxy.8 manpageSimo Sorce2013-04-231-1/+1
* Add new gssproxy-mech.8 manpage to describe the interposer pluginGünther Deschner2013-04-234-4/+150
* Add more documentation in the gssproxy.conf manpage.Günther Deschner2013-04-231-0/+176
* Add documentation for -d|--debug in gssproxy manpage.Günther Deschner2013-04-231-0/+11
* 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-2310-21/+128
* Improve default configuration.Simo Sorce2013-04-235-19/+15
* 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
* Add --all option to interposetestGünther Deschner2013-04-231-1/+14
* When checking for gssrpc libs also add gssapi library paths.Günther Deschner2013-04-111-1/+1
* Silence a configure warning by adding AM_PROG_AR.Günther Deschner2013-04-111-0/+1
* 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-102-50/+38
* Add generic function to get creds defaultsSimo Sorce2013-04-103-25/+66
* 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
* Replace deprecated libtool macrosSimo Sorce2013-04-101-2/+1
* Release 0.1.1Simo Sorce2013-04-081-1/+1
* Prefer ini_config library support over iniparser support.Günther Deschner2013-04-085-15/+20
* Add dinglibs ini configuration detection and backend.Günther Deschner2013-04-085-0/+302
* Abstract configuration layer for gssproxy.Günther Deschner2013-04-086-58/+326
* Add missing newlines to GPDEBUG statements.Günther Deschner2013-04-081-7/+7
* 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