2007-10-07 17:14:02 +05:30
|
|
|
/*
|
2021-12-05 21:05:27 +05:30
|
|
|
* SPDX-FileCopyrightText: 1989 - 1994, Julianne Frances Haugh
|
|
|
|
* SPDX-FileCopyrightText: 1996 - 1998, Marek Michałkiewicz
|
|
|
|
* SPDX-FileCopyrightText: 2003 - 2005, Tomasz Kłoczko
|
|
|
|
* SPDX-FileCopyrightText: 2008 , Nicolas François
|
2007-10-07 17:14:02 +05:30
|
|
|
*
|
2021-12-05 21:05:27 +05:30
|
|
|
* SPDX-License-Identifier: BSD-3-Clause
|
2007-10-07 17:14:02 +05:30
|
|
|
*/
|
|
|
|
|
|
|
|
#include <config.h>
|
|
|
|
|
2007-11-11 05:16:11 +05:30
|
|
|
#ident "$Id$"
|
2007-10-07 17:17:01 +05:30
|
|
|
|
2007-10-07 17:14:02 +05:30
|
|
|
#include <sys/types.h>
|
|
|
|
#include "defines.h"
|
|
|
|
#include <stdio.h>
|
|
|
|
#include <pwd.h>
|
* libmisc/console.c, libmisc/ulimit.c, lib/sgetgrent.c,
lib/sgetpwent.c: Include "prototypes.h" to make
sure the exported prototypes are the ones used for the definition
of functions.
* lib/prototypes.h: Added prototypes for __gr_del_entry(),
__gr_get_db(), __gr_get_head(), __gr_set_changed(), __gr_dup(),
__pw_del_entry(), __pw_get_db(), __pw_get_head(), __pw_dup(),
sgetgrent(), sgetpwent(), __sgr_del_entry(), __sgr_dup(),
__sgr_get_head(), __sgr_set_changed(), __spw_get_head(),
__spw_del_entry(), __spw_dup().
* lib/prototypes.h: Removed prototype for is_listed().
* lib/prototypes.h: Added name of the check_su_auth()'s parameters.
* lib/groupio.h: Removed prototypes for __gr_dup() and
__gr_set_changed().
* lib/sgroupio.c: Removed prototypes for putsgent(), sgetsgent(),
and __gr_get_db().
* lib/sgroupio.h: Removed prototypes for __sgr_dup() and
__sgr_set_changed().
* lib/shadowio.c: Removed prototype for __pw_get_db().
* lib/pwio.c: Removed prototype for sgetpwent() and putpwent().
* lib/shadowio.h: Removed prototypes for __spw_dup() and
__spw_set_changed().
* lib/pwio.h: Removed prototypes for __pw_dup() and
__pw_set_changed().
* lib/commonio.h: Add protection against multiple inclusions.
* lib/prototypes.h: Include commonio.h (needed for the
__xx_del_entry() functions).
2008-01-06 17:29:01 +05:30
|
|
|
#include "prototypes.h"
|
2022-10-07 16:06:59 +05:30
|
|
|
#include "shadowlog_internal.h"
|
* libmisc/console.c, libmisc/ulimit.c, lib/sgetgrent.c,
lib/sgetpwent.c: Include "prototypes.h" to make
sure the exported prototypes are the ones used for the definition
of functions.
* lib/prototypes.h: Added prototypes for __gr_del_entry(),
__gr_get_db(), __gr_get_head(), __gr_set_changed(), __gr_dup(),
__pw_del_entry(), __pw_get_db(), __pw_get_head(), __pw_dup(),
sgetgrent(), sgetpwent(), __sgr_del_entry(), __sgr_dup(),
__sgr_get_head(), __sgr_set_changed(), __spw_get_head(),
__spw_del_entry(), __spw_dup().
* lib/prototypes.h: Removed prototype for is_listed().
* lib/prototypes.h: Added name of the check_su_auth()'s parameters.
* lib/groupio.h: Removed prototypes for __gr_dup() and
__gr_set_changed().
* lib/sgroupio.c: Removed prototypes for putsgent(), sgetsgent(),
and __gr_get_db().
* lib/sgroupio.h: Removed prototypes for __sgr_dup() and
__sgr_set_changed().
* lib/shadowio.c: Removed prototype for __pw_get_db().
* lib/pwio.c: Removed prototype for sgetpwent() and putpwent().
* lib/shadowio.h: Removed prototypes for __spw_dup() and
__spw_set_changed().
* lib/pwio.h: Removed prototypes for __pw_dup() and
__pw_set_changed().
* lib/commonio.h: Add protection against multiple inclusions.
* lib/prototypes.h: Include commonio.h (needed for the
__xx_del_entry() functions).
2008-01-06 17:29:01 +05:30
|
|
|
|
2007-10-07 17:14:02 +05:30
|
|
|
#define NFIELDS 7
|
* libmisc/console.c, libmisc/ulimit.c, lib/sgetgrent.c,
lib/sgetpwent.c: Include "prototypes.h" to make
sure the exported prototypes are the ones used for the definition
of functions.
* lib/prototypes.h: Added prototypes for __gr_del_entry(),
__gr_get_db(), __gr_get_head(), __gr_set_changed(), __gr_dup(),
__pw_del_entry(), __pw_get_db(), __pw_get_head(), __pw_dup(),
sgetgrent(), sgetpwent(), __sgr_del_entry(), __sgr_dup(),
__sgr_get_head(), __sgr_set_changed(), __spw_get_head(),
__spw_del_entry(), __spw_dup().
* lib/prototypes.h: Removed prototype for is_listed().
* lib/prototypes.h: Added name of the check_su_auth()'s parameters.
* lib/groupio.h: Removed prototypes for __gr_dup() and
__gr_set_changed().
* lib/sgroupio.c: Removed prototypes for putsgent(), sgetsgent(),
and __gr_get_db().
* lib/sgroupio.h: Removed prototypes for __sgr_dup() and
__sgr_set_changed().
* lib/shadowio.c: Removed prototype for __pw_get_db().
* lib/pwio.c: Removed prototype for sgetpwent() and putpwent().
* lib/shadowio.h: Removed prototypes for __spw_dup() and
__spw_set_changed().
* lib/pwio.h: Removed prototypes for __pw_dup() and
__pw_set_changed().
* lib/commonio.h: Add protection against multiple inclusions.
* lib/prototypes.h: Include commonio.h (needed for the
__xx_del_entry() functions).
2008-01-06 17:29:01 +05:30
|
|
|
|
2007-10-07 17:14:02 +05:30
|
|
|
/*
|
|
|
|
* sgetpwent - convert a string to a (struct passwd)
|
|
|
|
*
|
|
|
|
* sgetpwent() parses a string into the parts required for a password
|
|
|
|
* structure. Strict checking is made for the UID and GID fields and
|
|
|
|
* presence of the correct number of colons. Any failing tests result
|
|
|
|
* in a NULL pointer being returned.
|
|
|
|
*
|
|
|
|
* NOTE: This function uses hard-coded string scanning functions for
|
|
|
|
* performance reasons. I am going to come up with some conditional
|
|
|
|
* compilation glarp to improve on this in the future.
|
|
|
|
*/
|
2007-10-07 17:16:07 +05:30
|
|
|
struct passwd *sgetpwent (const char *buf)
|
2007-10-07 17:14:02 +05:30
|
|
|
{
|
|
|
|
static struct passwd pwent;
|
2022-10-07 16:06:59 +05:30
|
|
|
static char pwdbuf[PASSWD_ENTRY_MAX_LENGTH];
|
2022-08-05 21:10:29 +05:30
|
|
|
int i;
|
|
|
|
char *cp;
|
2007-10-07 17:14:02 +05:30
|
|
|
char *fields[NFIELDS];
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Copy the string to a static buffer so the pointers into
|
|
|
|
* the password structure remain valid.
|
|
|
|
*/
|
|
|
|
|
2022-10-07 16:06:59 +05:30
|
|
|
if (strlen (buf) >= sizeof pwdbuf) {
|
|
|
|
fprintf (shadow_logfd,
|
|
|
|
"%s: Too long passwd entry encountered, file corruption?\n",
|
|
|
|
shadow_progname);
|
2007-10-07 17:16:07 +05:30
|
|
|
return 0; /* fail if too long */
|
2022-10-07 16:06:59 +05:30
|
|
|
}
|
2007-10-07 17:16:07 +05:30
|
|
|
strcpy (pwdbuf, buf);
|
2007-10-07 17:14:02 +05:30
|
|
|
|
|
|
|
/*
|
|
|
|
* Save a pointer to the start of each colon separated
|
|
|
|
* field. The fields are converted into NUL terminated strings.
|
|
|
|
*/
|
|
|
|
|
2008-05-26 14:45:02 +05:30
|
|
|
for (cp = pwdbuf, i = 0; (i < NFIELDS) && (NULL != cp); i++) {
|
2007-10-07 17:14:02 +05:30
|
|
|
fields[i] = cp;
|
2008-05-26 14:45:02 +05:30
|
|
|
while (('\0' != *cp) && (':' != *cp)) {
|
|
|
|
cp++;
|
|
|
|
}
|
2007-10-07 17:16:07 +05:30
|
|
|
|
2008-05-26 14:45:02 +05:30
|
|
|
if ('\0' != *cp) {
|
|
|
|
*cp = '\0';
|
|
|
|
cp++;
|
|
|
|
} else {
|
|
|
|
cp = NULL;
|
|
|
|
}
|
2007-10-07 17:14:02 +05:30
|
|
|
}
|
|
|
|
|
2019-08-22 01:17:11 +05:30
|
|
|
/* something at the end, columns over shot */
|
2021-08-18 23:36:02 +05:30
|
|
|
if ( cp != NULL ) {
|
2019-08-22 01:17:11 +05:30
|
|
|
return( NULL );
|
|
|
|
}
|
|
|
|
|
2007-10-07 17:14:02 +05:30
|
|
|
/*
|
|
|
|
* There must be exactly NFIELDS colon separated fields or
|
|
|
|
* the entry is invalid. Also, the UID and GID must be non-blank.
|
|
|
|
*/
|
|
|
|
|
|
|
|
if (i != NFIELDS || *fields[2] == '\0' || *fields[3] == '\0')
|
2008-05-26 14:45:02 +05:30
|
|
|
return NULL;
|
2007-10-07 17:14:02 +05:30
|
|
|
|
|
|
|
/*
|
|
|
|
* Each of the fields is converted the appropriate data type
|
|
|
|
* and the result assigned to the password structure. If the
|
|
|
|
* UID or GID does not convert to an integer value, a NULL
|
|
|
|
* pointer is returned.
|
|
|
|
*/
|
|
|
|
|
|
|
|
pwent.pw_name = fields[0];
|
|
|
|
pwent.pw_passwd = fields[1];
|
2009-03-22 01:59:58 +05:30
|
|
|
if (get_uid (fields[2], &pwent.pw_uid) == 0) {
|
2008-05-26 14:45:02 +05:30
|
|
|
return NULL;
|
2007-10-07 17:14:02 +05:30
|
|
|
}
|
2009-03-22 01:59:58 +05:30
|
|
|
if (get_gid (fields[3], &pwent.pw_gid) == 0) {
|
2008-05-26 14:45:02 +05:30
|
|
|
return NULL;
|
2007-10-07 17:14:02 +05:30
|
|
|
}
|
|
|
|
pwent.pw_gecos = fields[4];
|
|
|
|
pwent.pw_dir = fields[5];
|
|
|
|
pwent.pw_shell = fields[6];
|
|
|
|
|
|
|
|
return &pwent;
|
|
|
|
}
|
2008-05-26 14:45:02 +05:30
|
|
|
|