On Mon Jul 17 16:08:54 2023 +0000, Erich Hoover wrote:
> What I have in staging has a lot more tests than this, were you only
> interested in these ones for some reason or are you just sending in the
> first bit so that rebasing is easier?
In this commit, I only took the tests from [the first patch](https://gitlab.winehq.org/wine/wine-staging/-/blob/4482bd34937ec6ab0….
Essentially, I'm trying to make it easier to upstream the junction point patches by splitting off small pieces of them, cleaning them up, and upstreaming them one at a time.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/3331#note_39170
On Fri Jul 14 06:21:02 2023 +0000, **** wrote:
> Marvin replied on the mailing list:
> ```
> Hi,
> It looks like your patch introduced the new failures shown below.
> Please investigate and fix them before resubmitting your patch.
> If they are not new, fixing them anyway would help a lot. Otherwise
> please ask for the known failures list to be updated.
> The tests also ran into some preexisting test failures. If you know how
> to fix them that would be helpful. See the TestBot job for the details:
> The full results can be found at:
> https://testbot.winehq.org/JobDetails.pl?Key=134856
> Your paranoid android.
> === w7pro64 (64 bit report) ===
> ntdll:
> file.c:5702: Test failed: Unexpected error (0x0)
> ```
I honestly don't know why this test failed. I have not been able to reproduce the failure a second time.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/3331#note_39167
It's a clean-room reimplementation that mimics Windows 10 program's output format.
It prints all the information that is available via KerbQueryTicketCacheMessage.
Also tested to work on Windows if dynamically linked + built with winegcc.
For further extension of the functonality, implementing
KerbQueryTicketCacheEx{,2,3}Message is required.
--
v5: klist: Add a program that lists Kerberos tickets.
https://gitlab.winehq.org/wine/wine/-/merge_requests/3347
It's a clean-room reimplementation that mimics Windows 10 program's output format.
It prints all the information that is available via KerbQueryTicketCacheMessage.
Also tested to work on Windows if dynamically linked + built with winegcc.
For further extension of the functonality, implementing
KerbQueryTicketCacheEx{,2,3}Message is required.
--
v4: klist: Add a program that lists Kerberos tickets.
https://gitlab.winehq.org/wine/wine/-/merge_requests/3347
It's a clean-room reimplementation that mimics Windows 10 program's output format.
It prints all the information that is available via KerbQueryTicketCacheMessage.
Also tested to work on Windows if dynamically linked + built with winegcc.
For further extension of the functonality, implementing
KerbQueryTicketCacheEx{,2,3}Message is required.
--
v3: klist: Add a program that lists Kerberos tickets.
https://gitlab.winehq.org/wine/wine/-/merge_requests/3347
It's a clean-room reimplementation that mimics Windows 10 program's output format.
It prints all the information that is available via KerbQueryTicketCacheMessage.
Also tested to work on Windows if dynamically linked + built with winegcc.
For further extension of the functonality, implementing
KerbQueryTicketCacheEx{,2,3}Message is required.
--
v2: klist: Add a program that lists Kerberos tickets.
https://gitlab.winehq.org/wine/wine/-/merge_requests/3347