summaryrefslogtreecommitdiffstats
path: root/proxy/src
Commit message (Expand)AuthorAgeFilesLines
* gssproxy: Call gp_logging_init() before load_config().master-erroroutputGünther Deschner2014-01-142-2/+2
* Use GPERROR when config parsing fails.Günther Deschner2014-01-142-5/+5
* Let GPERROR also print warning on stderr, not only in syslog.Günther Deschner2014-01-141-1/+5
* Make it easier to enable mechglue plugin debugging.Günther Deschner2014-01-142-11/+31
* Fix config token parsing.Simo Sorce2013-12-091-1/+0
* Use gp_strerror() everywhere instead of strerror()Simo Sorce2013-11-225-17/+17
* Add Thread-safe implementation of strerror()Simo Sorce2013-11-222-0/+62
* Use secure_getenv in client and mechglue moduleSimo Sorce2013-11-214-3/+24
* creds: Allow admins to define only client credsSimo Sorce2013-11-201-1/+6
* config: Do not modify const stringsSimo Sorce2013-11-201-1/+9
* 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