branch master updated (eb880e9 -> 7917a46)
by git repository hosting
This is an automated email from the git hooks/post-receive script.
rharwood pushed a change to branch master
in repository gssproxy.
from eb880e9 Fix error handling in gp_config_from_dir
new 7917a46 Enable debugging for testsuites
The 1 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/tests/runtests.py | 53 +++++++++++++++-----
proxy/tests/t_acquire.py | 20 +++-----
proxy/tests/t_basic.py | 113 ++++++++++++++++++++++++++++++++++++++-----
proxy/tests/t_cred_store.py | 23 ++++-----
proxy/tests/t_impersonate.py | 49 ++++++++-----------
proxy/tests/t_interpose.py | 17 ++++---
proxy/tests/t_multi_key.py | 5 ++
proxy/tests/t_program.py | 7 ++-
proxy/tests/t_reloading.py | 5 ++
proxy/tests/t_setcredopt.py | 24 ++++-----
proxy/tests/testlib.py | 106 ++++++++++++++++++++++++++++++++++++++--
12 files changed, 315 insertions(+), 109 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
6 years, 4 months
branch master updated (eae0011 -> eb880e9)
by git repository hosting
This is an automated email from the git hooks/post-receive script.
rharwood pushed a change to branch master
in repository gssproxy.
from eae0011 Fix most memory leaks
new eb880e9 Fix error handling in gp_config_from_dir
The 1 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/src/gp_config.c | 24 ++++++++++++++----------
1 file changed, 14 insertions(+), 10 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
6 years, 4 months
branch master updated (28588d3 -> eae0011)
by git repository hosting
This is an automated email from the git hooks/post-receive script.
rharwood pushed a change to branch master
in repository gssproxy.
from 28588d3 Conditionally reload kernel interface on SIGHUP
new eae0011 Fix most memory leaks
The 1 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/src/gp_config.c | 2 ++
proxy/src/gp_creds.c | 2 ++
proxy/src/gp_export.c | 3 ++-
proxy/src/gp_rpc_acquire_cred.c | 17 ++++++++++------
proxy/src/gssproxy.c | 42 ++++++++++++++++++++++++++++------------
proxy/src/mechglue/gpp_context.c | 2 ++
proxy/tests/t_acquire.c | 3 +++
7 files changed, 52 insertions(+), 19 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
6 years, 5 months