-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Robbie Harwood <rharwood@redhat.com>
- Loading branch information
1 parent
5ba3c4c
commit dbc4820
Showing
2 changed files
with
38 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
Michael Weiser (1): | ||
- Handle impersonation of oneself | ||
|
||
Robbie Harwood (11): | ||
- Document config file non-merging | ||
- Initialize our epoll\_event structures | ||
- Avoid leak of special mechs in gss\_mech\_interposer() | ||
- Fix leak of mech OID in gssi\_inquire\_context() | ||
- Make syslog of call status configurable | ||
- Fix order of socket ev update in init\_sockets() | ||
- Eliminate some leftover dead code | ||
- Update EXTRA\_DIST for missing test files | ||
- Fix warnings in configure programs | ||
- Update vendored ax\_pthread.m4 | ||
- Switch to calling distcheck in CI | ||
|
||
Simo Sorce (19): | ||
- Silence gcc on truncation of debug messages | ||
- Work around incorrect gcc restrict warning on asprintf | ||
- Add testlib method to wait for gssproxy reconfiguration | ||
- Expand use of global static mechs to conform to SPI | ||
- Initialize interposed mech list without allocation | ||
- Make sure to free also the remote ctx struct | ||
- Use the correct function to free unused creds | ||
- Fix leaks in our test suite itself | ||
- Always free ciphertext data in gp\_encrypt\_buffer | ||
- Return static oids for naming functions | ||
- Avoid unnecessary allocation in gpm\_inquire\_mechs\_for\_name() | ||
- Use static OIDs in gss\_inquire\_context() | ||
- Add a hidden debug tool to gssproxy | ||
- Implement remoting gss\_localname function. | ||
- Add new test unit for name functions | ||
- Fix various test issues | ||
- Update .gitignore file | ||
- Always shortcircuit mech\_invoke to the local mech | ||
- Clarify mech\_for\_saslname implementation note | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters