[SCM] Samba Shared Repository - branch v4-19-test updated

Jule Anger janger at samba.org
Fri Aug 4 09:32:01 UTC 2023


The branch, v4-19-test has been updated
       via  9a87e2061dc third_party/heimdal: Import lorikeet-heimdal-202308030152 (commit 2a036a6fd80833799316b8a85623cdea3a1135df)
      from  1231268c219 s3/modules: Fix DFS links when widelinks = yes

https://git.samba.org/?p=samba.git;a=shortlog;h=v4-19-test


- Log -----------------------------------------------------------------
commit 9a87e2061dc22a9a029619d4c8d74f046184db67
Author: Joseph Sutton <josephsutton at catalyst.net.nz>
Date:   Thu Aug 3 13:57:20 2023 +1200

    third_party/heimdal: Import lorikeet-heimdal-202308030152 (commit 2a036a6fd80833799316b8a85623cdea3a1135df)
    
    This import fixes the build on 32-bit FreeBSD.
    
    BUG: https://bugzilla.samba.org/show_bug.cgi?id=15443
    
    Signed-off-by: Joseph Sutton <josephsutton at catalyst.net.nz>
    Reviewed-by: Andrew Bartlett <abartlet at samba.org>
    
    Autobuild-User(master): Joseph Sutton <jsutton at samba.org>
    Autobuild-Date(master): Thu Aug  3 05:40:28 UTC 2023 on atb-devel-224
    
    (cherry picked from commit 06d673a1a0c54e78773cc951124486b547ca880d)
    
    Autobuild-User(v4-19-test): Jule Anger <janger at samba.org>
    Autobuild-Date(v4-19-test): Fri Aug  4 09:31:54 UTC 2023 on atb-devel-224

-----------------------------------------------------------------------

Summary of changes:
 third_party/heimdal/kdc/pkinit.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/third_party/heimdal/kdc/pkinit.c b/third_party/heimdal/kdc/pkinit.c
index 080ead541b4..495dfa7a7e5 100644
--- a/third_party/heimdal/kdc/pkinit.c
+++ b/third_party/heimdal/kdc/pkinit.c
@@ -1978,10 +1978,10 @@ _kdc_pk_validate_freshness_token(astgs_request_t r,
 			 token_time, sizeof(token_time), TRUE);
 
 	kdc_log(r->context, r->config, 4, "Freshness token has too large time skew: "
-		"time in token %s is out by %ld > %ld seconds — %s",
+		"time in token %s is out by %ld > %jd seconds — %s",
 		token_time,
 		time_diff,
-		r->context->max_skew,
+		(intmax_t)(r->context->max_skew),
 		r->cname);
 
 	r->e_text = NULL;


-- 
Samba Shared Repository



More information about the samba-cvs mailing list