[PATCH 1/5] kerberos: Move support for SpAcquireCredentialsHandle/SpFreeCredentialsHandle to a new Unix library.

Dmitry Timoshkov dmitry at baikal.ru
Tue Apr 20 04:52:49 CDT 2021


Hans Leidekker <hans at codeweavers.com> wrote:

> diff --git a/dlls/kerberos/unixlib.c b/dlls/kerberos/unixlib.c
> new file mode 100644
> index 00000000000..ab7191432fe
> --- /dev/null
> +++ b/dlls/kerberos/unixlib.c
> @@ -0,0 +1,399 @@
> +/*
> + * Unix interface for libkrb5/libgssapi_krb5
> + *
> + * Copyright 2021 Hans Leidekker for CodeWeavers
> + *
> + * This library is free software; you can redistribute it and/or
> + * modify it under the terms of the GNU Lesser General Public
> + * License as published by the Free Software Foundation; either
> + * version 2.1 of the License, or (at your option) any later version.

When moving the code please also copy existing copyright entries.

-- 
Dmitry.



More information about the wine-devel mailing list