/*
* CDDL HEADER START
*
* The contents of this file are subject to the terms of the
* Common Development and Distribution License (the "License").
* You may not use this file except in compliance with the License.
*
* You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
* See the License for the specific language governing permissions
* and limitations under the License.
*
* When distributing Covered Code, include this CDDL HEADER in each
* file and include the License file at usr/src/OPENSOLARIS.LICENSE.
* If applicable, add the following below this CDDL HEADER, with the
* fields enclosed by brackets "[]" replaced with your own identifying
* information: Portions Copyright [yyyy] [name of copyright owner]
*
* CDDL HEADER END
*/
/*
*
* files/getgrent.c -- "files" backend for nsswitch "group" database
*/
#include <grp.h>
#include <unistd.h> /* for GF_PATH */
#include <stdlib.h> /* for GF_PATH */
#include "files_common.h"
#include <strings.h>
sizeof (struct group),
2,
};
static int
{
/* +/- entries valid for compat source only */
return (0);
keyp++;
linep++;
}
}
static nss_status_t
void *a;
{
}
static int
{
/* +/- entries valid for compat source only */
return (0);
continue;
continue;
return (0);
/* gid */
/* check if gid is empty or overflows */
return (0);
}
static nss_status_t
void *a;
{
return (NSS_NOTFOUND);
}
/*
* Validates group entry replacing gid > MAXUID by GID_NOBODY.
*/
int
{
/*
* getbygid() rejects searching by ephemeral gid therefore
* no need to validate because the matched entry won't have
* an ephemeral gid.
*/
return (NSS_STR_PARSE_SUCCESS);
/* +/- entries valid for compat source only */
return (NSS_STR_PARSE_SUCCESS);
continue;
continue;
return (NSS_STR_PARSE_PARSE);
return (NSS_STR_PARSE_PARSE);
return (NSS_STR_PARSE_SUCCESS);
return (NSS_STR_PARSE_ERANGE);
*linelenp = newlinelen;
return (NSS_STR_PARSE_SUCCESS);
}
static nss_status_t
void *a;
{
}
};
/*ARGSUSED*/
{
return (_nss_files_constr(group_ops,
&hashinfo, FC_FLAG_GROUP));
}