-
Notifications
You must be signed in to change notification settings - Fork 30
Comparing changes
Open a pull request
base repository: gssapi/gssproxy
base: v0.9.1
head repository: gssapi/gssproxy
compare: v0.9.2
- 20 commits
- 19 files changed
- 7 contributors
Commits on Jun 5, 2022
-
Add a few badges rendered on github
Signed-off-by: Simo Sorce <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f9a187e - Browse repository at this point
Copy the full SHA f9a187eView commit details
Commits on Jun 9, 2022
-
Add some unit file proteciton directives
This will improve the security stance of gssproxy on systems that use systemd. Signed-off-by: Simo Sorce <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 05140b3 - Browse repository at this point
Copy the full SHA 05140b3View commit details
Commits on Jul 26, 2022
-
Run coverity if there was any commit in the week
Signed-off-by: Simo Sorce <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5930aa1 - Browse repository at this point
Copy the full SHA 5930aa1View commit details -
CID 379418 Invalid type in argument
Cast to int to pass in the correct value (important on big endian machines). Signed-off-by: Simo Sorce <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 783c4bc - Browse repository at this point
Copy the full SHA 783c4bcView commit details -
CID 379416 Explicit null dereference
We never call this function in a way that the null dereference would happen. However there is no point in riskying it should the code change inf future. Rework the code to bail out early and avoid the issue. Signed-off-by: Simo Sorce <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e765ed9 - Browse repository at this point
Copy the full SHA e765ed9View commit details -
CID 379415 Invalid type in argument
Additional type fixes where a long was passed in. Signed-off-by: Simo Sorce <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a42969b - Browse repository at this point
Copy the full SHA a42969bView commit details -
Inadvertently omitted the conversion specifier Signed-off-by: Simo Sorce <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 45244aa - Browse repository at this point
Copy the full SHA 45244aaView commit details
Commits on Sep 13, 2022
-
Silences Debian lintian typo-in-manual-page. Signed-off-by: Simon Josefsson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 090aa94 - Browse repository at this point
Copy the full SHA 090aa94View commit details
Commits on Sep 16, 2022
-
More typo fixes to silence Debian lintian typo-in-manual-page.
Signed-off-by: Simon Josefsson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 159794c - Browse repository at this point
Copy the full SHA 159794cView commit details
Commits on Nov 29, 2022
-
gssproxy: check result of calloc() is necessary
Signed-off-by: gaoyusong <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9396b57 - Browse repository at this point
Copy the full SHA 9396b57View commit details
Commits on Dec 7, 2022
-
gssproxy/tests: add missing cmd_index in t_program
Signed-off-by: gaoyusong <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5411fda - Browse repository at this point
Copy the full SHA 5411fdaView commit details
Commits on Dec 8, 2022
-
Guard against NULL remote credentials
In some rare cases is may happen that we fail to init cred_handle->remote, in this case we need to guard xdr_free() because this function does not handle NULL pointers gracefully like free() does. Signed-off-by: Simo Sorce <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 27c5907 - Browse repository at this point
Copy the full SHA 27c5907View commit details -
This is causing some CI builds to fail as we use -Werror Signed-off-by: Simo Sorce <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ce192d8 - Browse repository at this point
Copy the full SHA ce192d8View commit details
Commits on Dec 13, 2022
-
Signed-off-by: gaoyusong <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4024680 - Browse repository at this point
Copy the full SHA 4024680View commit details
Commits on May 31, 2023
-
Fix build on musl libc with clang 16
Signed-off-by: Brahmajit Das <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f6ab319 - Browse repository at this point
Copy the full SHA f6ab319View commit details
Commits on Jul 11, 2023
-
systemd: add StateDirectory to gssproxy.service
gssproxy won't start if /var/lib/gssproxy is missing ("Failed to create Unix Socket!"). systemd provides a directive to ensure that all necessary state directories exist so we can use it in this case. Signed-off-by: Alberto Garcia <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ec46345 - Browse repository at this point
Copy the full SHA ec46345View commit details
Commits on Sep 7, 2023
-
tests: fix userproxytest missed NULL argument pointer
Execv syscall needs the argument array of pointers must be terminated by a null pointer, otherwise the garbage data might break the test. Signed-off-by: Kai Zhang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f52e60f - Browse repository at this point
Copy the full SHA f52e60fView commit details
Commits on Oct 18, 2023
-
[gssproxy] retry writing to /proc/net/rpc/use-gss-proxy
This improves the handling of cases where the auth_rpcgss module has not yet been loaded when gssproxy is started. Signed-off-by: David Härdeman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fb8737b - Browse repository at this point
Copy the full SHA fb8737bView commit details -
Do not close fd if it was never set
Fixes Coverity 403648: Argument cannot be negative Signed-off-by: Simo Sorce <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9d013b1 - Browse repository at this point
Copy the full SHA 9d013b1View commit details
Commits on Oct 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 27f883f - Browse repository at this point
Copy the full SHA 27f883fView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.9.1...v0.9.2