sudo_getpwuid.c -> getspwuid.c
This commit is contained in:
@@ -95,7 +95,7 @@ SHELL = /bin/sh
|
|||||||
|
|
||||||
PROGS = @PROGS@
|
PROGS = @PROGS@
|
||||||
|
|
||||||
SRCS = check.c sudo_getpwuid.c find_path.c logging.c parse.c sudo.c \
|
SRCS = check.c getspwuid.c find_path.c logging.c parse.c sudo.c \
|
||||||
goodpath.c sudo_setenv.c parse.yacc parse.lex visudo.c interfaces.c
|
goodpath.c sudo_setenv.c parse.yacc parse.lex visudo.c interfaces.c
|
||||||
|
|
||||||
PARSEOBJS = y.tab.o lex.yy.o
|
PARSEOBJS = y.tab.o lex.yy.o
|
||||||
|
@@ -19,7 +19,7 @@
|
|||||||
*
|
*
|
||||||
*******************************************************************
|
*******************************************************************
|
||||||
*
|
*
|
||||||
* This module contains get_pwuid(), a function that
|
* This module contains sudo_getpwuid(), a function that
|
||||||
* Makes a dynamic copy of the struct passwd returned by
|
* Makes a dynamic copy of the struct passwd returned by
|
||||||
* getpwuid() and substitutes the shadow password if
|
* getpwuid() and substitutes the shadow password if
|
||||||
* necesary.
|
* necesary.
|
||||||
@@ -89,7 +89,7 @@ uchar_t crypt_type;
|
|||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Local functions not visible outside sudo_getpwuid.c
|
* Local functions not visible outside getspwuid.c
|
||||||
*/
|
*/
|
||||||
static char *sudo_getshell __P((struct passwd *));
|
static char *sudo_getshell __P((struct passwd *));
|
||||||
static char *sudo_getspwd __P((struct passwd *));
|
static char *sudo_getspwd __P((struct passwd *));
|
||||||
|
Reference in New Issue
Block a user