This is an automated email from the git hooks/post-receive script.
rharwood pushed a change to branch master in repository gssproxy.
from eada55e Allow connection to self when impersonator set new 9bdb462 Turn on -Wextra new e72d1fa Fix unused variables new eb39b7c Fix mismatched sign comparisons new 10e0a86 Fix error checking on get_impersonator_fallback() new b50a863 Remove gpm_release_ctx() to fix double unlock
The 5 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: proxy/Makefile.am | 2 +- proxy/src/client/gpm_acquire_cred.c | 11 +++------- proxy/src/client/gpm_common.c | 11 +++------- proxy/src/client/gpm_display_status.c | 2 +- proxy/src/client/gpm_import_and_canon_name.c | 7 +++--- proxy/src/client/gpm_indicate_mechs.c | 33 ++++++++++++---------------- proxy/src/client/gpm_release_handle.c | 2 +- proxy/src/gp_common.h | 4 ++-- proxy/src/gp_config.c | 17 +++++--------- proxy/src/gp_conv.c | 10 ++++----- proxy/src/gp_conv.h | 3 +-- proxy/src/gp_creds.c | 12 +++++----- proxy/src/gp_export.c | 9 +++----- proxy/src/gp_init.c | 2 +- proxy/src/gp_rpc_accept_sec_context.c | 3 +-- proxy/src/gp_rpc_acquire_cred.c | 8 +++---- proxy/src/gp_rpc_debug.c | 26 +++++++++++----------- proxy/src/gp_rpc_get_mic.c | 4 ++-- proxy/src/gp_rpc_import_and_canon_name.c | 5 ++--- proxy/src/gp_rpc_indicate_mechs.c | 20 ++++++----------- proxy/src/gp_rpc_init_sec_context.c | 3 +-- proxy/src/gp_rpc_process.c | 21 ++++-------------- proxy/src/gp_rpc_process.h | 6 +++++ proxy/src/gp_rpc_release_handle.c | 5 ++--- proxy/src/gp_rpc_unwrap.c | 5 ++--- proxy/src/gp_rpc_verify_mic.c | 5 ++--- proxy/src/gp_rpc_wrap.c | 4 ++-- proxy/src/gp_rpc_wrap_size_limit.c | 5 ++--- proxy/src/gp_socket.c | 6 ++--- proxy/src/gp_util.c | 4 ++-- proxy/src/gssproxy.c | 2 +- proxy/tests/t_utils.c | 4 ++-- 32 files changed, 104 insertions(+), 157 deletions(-)