Don't use ACCESS macro
ACCESS is defined unconditionally in the files that use it. No comments exist about that macro. The code guarded by the macro is PAM related.
This commit is contained in:
parent
99e4e4520a
commit
130fa12845
@ -19,7 +19,6 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "xrdp.h"
|
#include "xrdp.h"
|
||||||
#define ACCESS
|
|
||||||
#include "log.h"
|
#include "log.h"
|
||||||
|
|
||||||
/*****************************************************************************/
|
/*****************************************************************************/
|
||||||
@ -433,12 +432,7 @@ xrdp_wm_show_edits(struct xrdp_wm *self, struct xrdp_bitmap *combo)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef ACCESS
|
|
||||||
|
|
||||||
if ((g_strncmp(name, "password", 255) == 0) || (g_strncmp(name, "pampassword", 255) == 0))
|
if ((g_strncmp(name, "password", 255) == 0) || (g_strncmp(name, "pampassword", 255) == 0))
|
||||||
#else
|
|
||||||
if (g_strncmp(name, "password", 255) == 0)
|
|
||||||
#endif
|
|
||||||
{
|
{
|
||||||
b->password_char = '*';
|
b->password_char = '*';
|
||||||
|
|
||||||
|
@ -21,11 +21,9 @@
|
|||||||
#if defined(HAVE_CONFIG_H)
|
#if defined(HAVE_CONFIG_H)
|
||||||
#include <config_ac.h>
|
#include <config_ac.h>
|
||||||
#endif
|
#endif
|
||||||
#define ACCESS
|
|
||||||
#include "xrdp.h"
|
#include "xrdp.h"
|
||||||
#include "log.h"
|
#include "log.h"
|
||||||
|
|
||||||
#ifdef ACCESS
|
|
||||||
#ifndef USE_NOPAM
|
#ifndef USE_NOPAM
|
||||||
#if defined(HAVE__PAM_TYPES_H)
|
#if defined(HAVE__PAM_TYPES_H)
|
||||||
#define LINUXPAM 1
|
#define LINUXPAM 1
|
||||||
@ -35,7 +33,6 @@
|
|||||||
#include <security/pam_constants.h>
|
#include <security/pam_constants.h>
|
||||||
#endif
|
#endif
|
||||||
#endif /* USE_NOPAM */
|
#endif /* USE_NOPAM */
|
||||||
#endif /* ACCESS */
|
|
||||||
|
|
||||||
#include "xrdp_encoder.h"
|
#include "xrdp_encoder.h"
|
||||||
|
|
||||||
@ -1456,7 +1453,6 @@ xrdp_mm_sesman_data_in(struct trans *trans)
|
|||||||
return error;
|
return error;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef ACCESS
|
|
||||||
#ifndef USE_NOPAM
|
#ifndef USE_NOPAM
|
||||||
/*********************************************************************/
|
/*********************************************************************/
|
||||||
/* return 0 on success */
|
/* return 0 on success */
|
||||||
@ -1574,7 +1570,6 @@ access_control(char *username, char *password, char *srv)
|
|||||||
return rec;
|
return rec;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
#endif
|
|
||||||
|
|
||||||
/*****************************************************************************/
|
/*****************************************************************************/
|
||||||
/* This routine clears all states to make sure that our next login will be
|
/* This routine clears all states to make sure that our next login will be
|
||||||
@ -1599,7 +1594,6 @@ cleanup_states(struct xrdp_mm *self)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef ACCESS
|
|
||||||
#ifndef USE_NOPAM
|
#ifndef USE_NOPAM
|
||||||
static const char * APP_CC
|
static const char * APP_CC
|
||||||
getPAMError(const int pamError, char *text, int text_bytes)
|
getPAMError(const int pamError, char *text, int text_bytes)
|
||||||
@ -1835,7 +1829,7 @@ getPAMAdditionalErrorInfo(const int pamError, struct xrdp_mm *self)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
#endif
|
|
||||||
/*****************************************************************************/
|
/*****************************************************************************/
|
||||||
int APP_CC
|
int APP_CC
|
||||||
xrdp_mm_connect(struct xrdp_mm *self)
|
xrdp_mm_connect(struct xrdp_mm *self)
|
||||||
@ -1851,7 +1845,6 @@ xrdp_mm_connect(struct xrdp_mm *self)
|
|||||||
char ip[256];
|
char ip[256];
|
||||||
char port[8];
|
char port[8];
|
||||||
char chansrvport[256];
|
char chansrvport[256];
|
||||||
#ifdef ACCESS
|
|
||||||
#ifndef USE_NOPAM
|
#ifndef USE_NOPAM
|
||||||
int use_pam_auth = 0;
|
int use_pam_auth = 0;
|
||||||
char pam_auth_sessionIP[256];
|
char pam_auth_sessionIP[256];
|
||||||
@ -1862,7 +1855,7 @@ xrdp_mm_connect(struct xrdp_mm *self)
|
|||||||
char password[256];
|
char password[256];
|
||||||
username[0] = 0;
|
username[0] = 0;
|
||||||
password[0] = 0;
|
password[0] = 0;
|
||||||
#endif
|
|
||||||
/* make sure we start in correct state */
|
/* make sure we start in correct state */
|
||||||
cleanup_states(self);
|
cleanup_states(self);
|
||||||
g_memset(ip, 0, sizeof(ip));
|
g_memset(ip, 0, sizeof(ip));
|
||||||
@ -1890,7 +1883,6 @@ xrdp_mm_connect(struct xrdp_mm *self)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef ACCESS
|
|
||||||
#ifndef USE_NOPAM
|
#ifndef USE_NOPAM
|
||||||
else if (g_strcasecmp(name, "pamusername") == 0)
|
else if (g_strcasecmp(name, "pamusername") == 0)
|
||||||
{
|
{
|
||||||
@ -1914,8 +1906,6 @@ xrdp_mm_connect(struct xrdp_mm *self)
|
|||||||
{
|
{
|
||||||
g_strncpy(username, value, 255);
|
g_strncpy(username, value, 255);
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
|
||||||
else if (g_strcasecmp(name, "chansrvport") == 0)
|
else if (g_strcasecmp(name, "chansrvport") == 0)
|
||||||
{
|
{
|
||||||
g_strncpy(chansrvport, value, 255);
|
g_strncpy(chansrvport, value, 255);
|
||||||
@ -1923,7 +1913,6 @@ xrdp_mm_connect(struct xrdp_mm *self)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef ACCESS
|
|
||||||
#ifndef USE_NOPAM
|
#ifndef USE_NOPAM
|
||||||
if (use_pam_auth)
|
if (use_pam_auth)
|
||||||
{
|
{
|
||||||
@ -1965,7 +1954,6 @@ xrdp_mm_connect(struct xrdp_mm *self)
|
|||||||
return rv;
|
return rv;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (self->sesman_controlled)
|
if (self->sesman_controlled)
|
||||||
|
Loading…
Reference in New Issue
Block a user