summaryrefslogtreecommitdiffstats
path: root/proxy/src
Commit message (Expand)AuthorAgeFilesLines
* server: Implement flag filtering enforcementSimo Sorce2013-11-203-0/+11
* config: Add code to source flag filtersSimo Sorce2013-11-202-0/+90
* Try impersonation even when a name is not providedSimo Sorce2013-11-201-0/+5
* Autoinitialize creds on init_sec_contextSimo Sorce2013-11-201-6/+19
* Fix continuations in context establishment callsSimo Sorce2013-11-199-24/+77
* Fix calling gpm_inquire_cred_by_mechSimo Sorce2013-11-191-1/+2
* Add way to return regular oid from specialSimo Sorce2013-11-192-13/+43
* Preserve requested flags and lifetimeSimo Sorce2013-11-191-0/+3
* Add impersonation supportSimo Sorce2013-10-233-55/+165
* Move uid to name resolution in its own function.Simo Sorce2013-10-231-6/+19
* Add option to specify allowed usage.Simo Sorce2013-10-183-2/+32
* Allow arbitrary users to connect to a serviceSimo Sorce2013-10-1821-70/+89
* Fix LOCAL_FIRST behaviorSimo Sorce2013-10-181-20/+19
* Fix resource leak in gpm_accept_sec_context().Günther Deschner2013-10-151-8/+8
* Use right signedness for creds buffer.Günther Deschner2013-08-281-2/+2
* Fix selinux option checkSimo Sorce2013-08-261-1/+1
* Add service match using SeLinux ContextSimo Sorce2013-07-025-13/+144
* Coverity fixes.Simo Sorce2013-06-272-7/+9
* Further improve debugging, mention servicename, socket and euid.Günther Deschner2013-06-241-1/+4
* Properly check socket for connection matching.Simo Sorce2013-06-211-3/+8
* Use verbose ding-libs error reporting when config parsing failed.Günther Deschner2013-06-051-1/+9
* gssproxy: report an error message on event loop failure.Günther Deschner2013-06-031-0/+2
* Fix realloc size in gp_get_cred_environment().Günther Deschner2013-05-221-2/+3
* Overwrite existing GSS_USE_PROXY variable in the server.Günther Deschner2013-05-161-1/+1
* Fix socket error handling.Simo Sorce2013-05-161-44/+30
* Fix secondary socket detection at runtime.Simo Sorce2013-05-161-1/+1
* Disable gss_export_name_composite() for now.Günther Deschner2013-05-161-1/+3
* Neutralize gssi_export_name.Simo Sorce2013-05-161-22/+2
* Fix two memleaks in the configuration code.Günther Deschner2013-05-151-1/+2
* Don't forget to free gp_ini_context struct in load_config().Günther Deschner2013-05-151-0/+1
* Use counter when freeing cred_store configuration.Günther Deschner2013-05-151-4/+11
* Fix typo in gssi_import_name_by_mech().Günther Deschner2013-05-151-2/+2
* Fix reallocation in gp_dinglibs_get_string_array().Günther Deschner2013-05-151-1/+1
* Fix unresolved symbol gp_boolean_is_true() in mechglue plugin.Günther Deschner2013-05-151-1/+0
* Make error message in read_config() more precise, we fail in that case.Günther Deschner2013-05-151-1/+1
* Add --with-gpp-default-behavior configure switch.Günther Deschner2013-05-151-4/+5
* Use gp_boolean_is_true from interposer plugin's GSS_USE_PROXY check.Gü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
* 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