Skip to content

v8/client: add support for context cancellation#2

Open
johanbrandhorst wants to merge 1 commit intomatchaxnb:masterfrom
johanbrandhorst:add-context-cancellation
Open

v8/client: add support for context cancellation#2
johanbrandhorst wants to merge 1 commit intomatchaxnb:masterfrom
johanbrandhorst:add-context-cancellation

Conversation

@johanbrandhorst
Copy link

Adds contexts to exported methods that may may make network requests to the KDC. The old timeout
of 5 seconds for KDC requests has been maintained by adding a timeout to the old functions.

Adds contexts to exported methods that may may make
network requests to the KDC. The old timeout
of 5 seconds for KDC requests has been maintained by
adding a timeout to the old functions.
module github.com/matchaxnb/gokrb5/v8

go 1.16
go 1.23.0
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Go 1.23 is the oldest supported version of Go

go 1.16
go 1.23.0

replace github.com/jcmturner/dnsutils/v2 => github.com/johanbrandhorst/dnsutils/v2 v2.0.0-20250626215550-85021c9d85c0
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can revert this back once (if?) jcmturner/dnsutils#6 is merged

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file is missing on master, looks like it was accidentally removed in 579e6ce

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant