view usr/src/lib/libidmap/common/mapfile-vers @ 5043:667e437d66d0

6601949 nfsmapid should handle Windows users and groups in a heterogenous environment 6604089 nfsmapid uses incorrect size when allocating the return buffer
author baban
date Thu, 13 Sep 2007 13:50:11 -0700
parents 22ecc162724d
children 0fbdaabf14a1
line wrap: on
line source

#
# 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
# or http://www.opensolaris.org/os/licensing.
# 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
#
#
# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
# Use is subject to license terms.
#
# ident	"%Z%%M%	%I%	%E% SMI"
#

SUNWprivate {
    global:
	xdr_idmap_utf8str;
	xdr_idmap_retcode;
	xdr_idmap_namerule;
	xdr_idmap_namerules_res;
	xdr_idmap_ids_res;
	xdr_idmap_mapping_batch;
	xdr_idmap_list_mappings_1_argument;
	xdr_idmap_mappings_res;
	xdr_idmap_update_batch;
	xdr_idmap_list_namerules_1_argument;
	xdr_idmap_mapping;
	xdr_idmap_id_res;
	idmap_init;
	idmap_fini;
	idmap_free;
	idmap_stat2string;
	idmap_string2stat;
	idmap_stat4prot;
	idmap_str2utf8;
	idmap_utf82str;
	idmap_iter_namerules;
	idmap_iter_next_namerule;
	idmap_iter_mappings;
	idmap_iter_next_mapping;
	idmap_iter_destroy;
	idmap_get_create;
	idmap_get_uidbysid;
	idmap_get_gidbysid;
	idmap_get_pidbysid;
	idmap_get_sidbyuid;
	idmap_get_sidbygid;
	idmap_get_mappings;
	idmap_get_destroy;
	idmap_get_w2u_mapping;
	idmap_get_u2w_mapping;
	idmap_udt_add_namerule;
	idmap_udt_rm_namerule;
	idmap_udt_destroy;
	idmap_udt_commit;
	idmap_udt_create;
	idmap_udt_flush_namerules;
	idmap_getwinnamebyuid;
	idmap_getwinnamebygid;
	idmap_getuidbywinname;
	idmap_getgidbywinname;
    local:
	*;
};