On Fri Aug 19 08:54:40 2022 +0000, Hans Leidekker wrote:
> In the patch title please replace one occurrence of
> kerberos_SpAcceptLsaModeContext with kerberos_SpInitLsaModeContext.
> Otherwise the patch looks good.
Pushed. Sorry, I did not notice a repetition in title.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/677#note_6535
On Fri Aug 19 08:46:28 2022 +0000, Konstantin wrote:
> Pushed
In the patch title please replace one occurrence of kerberos_SpAcceptLsaModeContext with kerberos_SpInitLsaModeContext. Otherwise the patch looks good.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/677#note_6533
On Fri Aug 19 08:32:04 2022 +0000, Konstantin wrote:
> Do you mean this?
> ```
> if ( status == SEC_E_OK || status == SEC_I_CONTINUE_NEEDED )
> *new_context = create_context_handle( context_handle,
> new_context_handle );
> if (!status)
> {
> *mapped_context = TRUE;
> ```
Yes.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/677#note_6529
On Fri Aug 19 08:20:50 2022 +0000, Hans Leidekker wrote:
> The change should be minimal, so only change the condition for the
> new_context update. Please put spaces around operators like in the rest
> of the file.
> Please also fix the patch title while you're at it :)
Do you mean this?
```
if ( status == SEC_E_OK || status == SEC_I_CONTINUE_NEEDED )
*new_context = create_context_handle( context_handle, new_context_handle );
if (!status)
{
*mapped_context = TRUE;
```
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/677#note_6528
On Fri Aug 19 07:54:25 2022 +0000, Konstantin wrote:
> Tested the changes, kerberos auth in our client application work fine.
The change should be minimal, so only change the condition for the new_context update. Please put spaces around operators like in the rest of the file.
Please also fix the patch title while you're at it :)
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/677#note_6527
On Fri Aug 19 07:19:10 2022 +0000, Konstantin wrote:
> @hans, thank you for comment. If I understand correct you are author of
> original logic.
> I am not sure about changes, your suggestion change existing logic.
> Originaly `*mapped_context` and `expiry_to_timestamp( exptime, expiry
> );` executed only when status is SEC_E_OK, and `new_context`
> modification (independant) internaly in `create_context_handle`.
> I try change condition to ` if
> (status==SEC_E_OK||status==SEC_I_CONTINUE_NEEDED) ` and test it in our network.
Tested the changes, kerberos auth in our client application work fine.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/677#note_6526
On Thu Aug 18 07:09:33 2022 +0000, Zhiyi Zhang wrote:
> Do not remove the id property. There should be a id="bitmap:width-depth"
> property for the wine's build system to generate the bitmaps from SVGs.
> Also, the commit subject is way too long.
> And, for the WineHQ bugzilla link. We use the Wine-Bug: tag.
OK, id properties have been kept, and have shortened the commit message.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/672#note_6523