]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Changes to common source files not applicable to open-vm-tools.
authorKaty Feng <fkaty@vmware.com>
Fri, 25 Aug 2023 18:58:47 +0000 (11:58 -0700)
committerKaty Feng <fkaty@vmware.com>
Fri, 25 Aug 2023 18:58:47 +0000 (11:58 -0700)
open-vm-tools/services/plugins/vix/vixTools.c
open-vm-tools/services/plugins/vix/vixToolsInt.h

index 8f231acc6b2404b6fdbcd7ca5b29046a6413f401..75149b7a7cd5f3b55898ebec66c4724a52834319 100644 (file)
@@ -11954,6 +11954,7 @@ GuestAuthSAMLAuthenticateAndImpersonate(
                                        token,
                                        username,
                                        gCurrentUsername,
+                                       hostVerified,
                                        userToken,
                                        &currentUserHandle);
       goto done;
index 5893562ccaefcdd01723613d818614e3da82216b..19685edbb2b8ce285e33ddd89abe4ddfb19a2db5 100644 (file)
@@ -1,5 +1,5 @@
 /*********************************************************
- * Copyright (c) 2010-2020 VMware, Inc. All rights reserved.
+ * Copyright (c) 2010-2020,2023 VMware, Inc. All rights reserved.
  *
  * This program is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as published
@@ -204,6 +204,9 @@ VixError VixToolsCheckSAMLForSystem(VGAuthContext *ctx,
                                     const char *token,
                                     const char *username,
                                     char *serviceUsername,
+#ifdef VMTOOLS_FS_VGAUTH_HOST_VERIFICATION
+                                    Bool hostVerified,
+#endif
                                     void **userToken,
                                     VGAuthUserHandle **curUserHandle);
 #endif // _WIN32