Branch: refs/heads/main
Home: https://github.com/gssapi/gssproxy
Commit: 8d865bdecf7f2aea4514bec9bd31001b96aef6d5
https://github.com/gssapi/gssproxy/commit/8d865bdecf7f2aea4514bec9bd31001b9…
Author: Robbie Harwood <rharwood(a)redhat.com>
Date: 2020-08-31 (Mon, 31 Aug 2020)
Changed paths:
M man/gssproxy.8.xml
M man/gssproxy.conf.5.xml
M src/gp_config.c
M src/gp_log.c
M src/gp_log.h
M src/gssproxy.c
Log Message:
-----------
Make syslog of call status configurable
Add a parameter (syslog_status) to configuration and
CLI (--syslog-status). This logs the results of GSSAPI calls at
LOG_DEBUG. Typically these calls resemble:
gssproxy[28914]: (OID: { 1 2 840 113554 1 2 2 }) Unspecified GSS
failure. Minor code may provide more information, No credentials
cache found
Since these messages worry some admins, turn them off by default.
Signed-off-by: Robbie Harwood <rharwood(a)redhat.com>
Branch: refs/heads/main
Home: https://github.com/gssapi/gssproxy
Commit: 482349fa6bd536471216a898713c83260c78c08d
https://github.com/gssapi/gssproxy/commit/482349fa6bd536471216a898713c83260…
Author: Robbie Harwood <rharwood(a)redhat.com>
Date: 2020-08-26 (Wed, 26 Aug 2020)
Changed paths:
M src/mechglue/gpp_import_and_canon_name.c
Log Message:
-----------
Fix leak of mech OID in gssi_inquire_context()
The name it creates holds a copy of the OID, which we need to release.
Signed-off-by: Robbie Harwood <rharwood(a)redhat.com>