From 96b2f26c68e621f8605b87da01030de02b90c18d Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Sat, 25 Jan 2025 12:04:05 +0100 Subject: namespacing: Add FreeRDPv3 support and drop the FreeRDP version number from project name and project files. --- include/pam-freerdp.h | 29 +++++++++++++++++++++++++++++ include/pam-freerdp2.h | 29 ----------------------------- 2 files changed, 29 insertions(+), 29 deletions(-) create mode 100644 include/pam-freerdp.h delete mode 100644 include/pam-freerdp2.h (limited to 'include') diff --git a/include/pam-freerdp.h b/include/pam-freerdp.h new file mode 100644 index 0000000..7d5e277 --- /dev/null +++ b/include/pam-freerdp.h @@ -0,0 +1,29 @@ +/* + * Copyright © 2012-2013 Mike Gabriel + * Copyright © 2012 Canonical Ltd. + * + * This program is free software: you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 3, as + * published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranties of + * MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR + * PURPOSE. See the GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program. If not, see . + * + * Author: Mike Gabriel + */ + +#ifndef _PAM_FREERDP_H_ +#define _PAM_FREERDP_H_ + +#define PAM_FREERDP_PROMPT_GUESTLOGIN "login:" +#define PAM_FREERDP_PROMPT_USER "remote login:" +#define PAM_FREERDP_PROMPT_HOST "remote host:" +#define PAM_FREERDP_PROMPT_DOMAIN "remote domain:" +#define PAM_FREERDP_PROMPT_PASSWORD "password:" + +#endif //_PAM_FREERDP_H_ diff --git a/include/pam-freerdp2.h b/include/pam-freerdp2.h deleted file mode 100644 index 3635a4f..0000000 --- a/include/pam-freerdp2.h +++ /dev/null @@ -1,29 +0,0 @@ -/* - * Copyright © 2012-2013 Mike Gabriel - * Copyright © 2012 Canonical Ltd. - * - * This program is free software: you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 3, as - * published by the Free Software Foundation. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranties of - * MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR - * PURPOSE. See the GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License along - * with this program. If not, see . - * - * Author: Mike Gabriel - */ - -#ifndef _PAM_FREERDP2_H_ -#define _PAM_FREERDP2_H_ - -#define PAM_FREERDP2_PROMPT_GUESTLOGIN "login:" -#define PAM_FREERDP2_PROMPT_USER "remote login:" -#define PAM_FREERDP2_PROMPT_HOST "remote host:" -#define PAM_FREERDP2_PROMPT_DOMAIN "remote domain:" -#define PAM_FREERDP2_PROMPT_PASSWORD "password:" - -#endif //_PAM_FREERDP2_H_ -- cgit v1.2.3