diff options
author | Andy Stormont <astormont@racktopsystems.com> | 2014-01-29 20:53:24 +0000 |
---|---|---|
committer | Dan McDonald <danmcd@omniti.com> | 2014-04-04 12:50:08 -0400 |
commit | c9f77c52c0735e65aa2534394c5151cdb963cbef (patch) | |
tree | 5170e70a63b36f653e635ddaece0b4720034031f /usr/src/man/man3perl/Ucred.3perl | |
parent | 7a3fc0ccaf807a654980fdce2d9187503628b99d (diff) | |
download | illumos-joyent-c9f77c52c0735e65aa2534394c5151cdb963cbef.tar.gz |
3900 illumos will not build against gcc compiled perl
4723 Remove unused perl extensions
Reviewed by: Keith Wesolowski <keith.wesolowski@joyent.com>
Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
Approved by: Dan McDonald <danmcd@omniti.com>
Diffstat (limited to 'usr/src/man/man3perl/Ucred.3perl')
-rw-r--r-- | usr/src/man/man3perl/Ucred.3perl | 235 |
1 files changed, 0 insertions, 235 deletions
diff --git a/usr/src/man/man3perl/Ucred.3perl b/usr/src/man/man3perl/Ucred.3perl deleted file mode 100644 index e6b55d99da..0000000000 --- a/usr/src/man/man3perl/Ucred.3perl +++ /dev/null @@ -1,235 +0,0 @@ -'\" te -.\" Copyright (c) 2004, Sun Microsystems, Inc. All Rights Reserved. -.\" 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] -.TH UCRED 3PERL "Jan 30, 2004" -.SH NAME -Ucred \- Perl interface to User Credentials -.SH SYNOPSIS -.LP -.nf -use Sun::Solaris::Ucred qw(:ALL); -.fi - -.SH DESCRIPTION -.sp -.LP -This module provides wrappers for the Ucred-related system and library calls. -.SS "Constants" -.sp -.LP -None. -.SS "Functions" -.sp -.ne 2 -.na -\fB\fBucred_get($pid)\fR\fR -.ad -.sp .6 -.RS 4n -This function returns the credential of the process specified by \fB$pid\fR if -the process exists and the calling process is permitted to obtain the -credentials of that process. -.RE - -.sp -.ne 2 -.na -\fB\fBgetpeerucred($fd)\fR\fR -.ad -.sp .6 -.RS 4n -If \fB$fd\fR is a connected connection-oriented TLI endpoint, a connected -\fBSOCK_STREAM\fR, or a \fBSOCK_SEQPKT\fR socket, \fBgetpeerucred()\fR returns -the user credential of the peer at the time the connection was established, if -availble. -.RE - -.sp -.ne 2 -.na -\fB\fBucred_geteuid($ucred)\fR\fR -.ad -.sp .6 -.RS 4n -This function returns the effective uid of a user credential, if available. -.RE - -.sp -.ne 2 -.na -\fB\fBucred_getruid($ucred)\fR\fR -.ad -.sp .6 -.RS 4n -This function returns the real uid of a user credential, if available. -.RE - -.sp -.ne 2 -.na -\fB\fBucred_getsuid($ucred)\fR\fR -.ad -.sp .6 -.RS 4n -This function returns the saved uid of a user credential, if available. -.RE - -.sp -.ne 2 -.na -\fB\fBucred_getegid($ucred)\fR\fR -.ad -.sp .6 -.RS 4n -This function returns the effective group of a user credential, if available. -.RE - -.sp -.ne 2 -.na -\fB\fBucred_getrgid($ucred)\fR\fR -.ad -.sp .6 -.RS 4n -This function returns the real group of a user credential, if available. -.RE - -.sp -.ne 2 -.na -\fB\fBucred_getsgid($ucred)\fR\fR -.ad -.sp .6 -.RS 4n -This function returns the saved group of a user credential, if available. -.RE - -.sp -.ne 2 -.na -\fB\fBucred_getgroups($ucred)\fR\fR -.ad -.sp .6 -.RS 4n -This function returns the list of supplemental groups of a user credential, if -available.An array of groups is returned in \fBARRAY\fR context; the number of -groups is returned in \fBSCALAR\fR context. -.RE - -.sp -.ne 2 -.na -\fB\fBucred_getprivset($ucred, $which)\fR\fR -.ad -.sp .6 -.RS 4n -This function returns the privilege set specified by \fB$which\fR of a user -credential, if available. -.RE - -.sp -.ne 2 -.na -\fB\fBucred_getpflags($ucred, $flags)\fR\fR -.ad -.sp .6 -.RS 4n -This function returns the value of a specific process flag of a user -credential, if available. -.RE - -.sp -.ne 2 -.na -\fB\fBucred_getpid($ucred)\fR\fR -.ad -.sp .6 -.RS 4n -This function returns the process ID of a user credential, if available. -.RE - -.sp -.ne 2 -.na -\fB\fBucred_getprojid($ucred)\fR\fR -.ad -.sp .6 -.RS 4n -This function returns the project ID of a user credential, if available. -.RE - -.sp -.ne 2 -.na -\fB\fBucred_getzoneid($ucred)\fR\fR -.ad -.sp .6 -.RS 4n -This function returns the zone ID of a user credential, if available. -.RE - -.SS "Class methods" -.sp -.LP -None. -.SS "Object methods" -.sp -.LP -None. -.SS "Exports" -.sp -.LP -By default nothing is exported from this module. The following tags can be used -to selectively import constants and functions defined in this module: -.sp -.ne 2 -.na -\fB\fB:SYSCALLS\fR\fR -.ad -.RS 13n -\fBucred_get()\fR, \fBgetpeerucred()\fR -.RE - -.sp -.ne 2 -.na -\fB\fB:LIBCALLS\fR\fR -.ad -.RS 13n -\fBucred_geteuid()\fR, \fBucred_getruid()\fR, \fBucred_getsuid()\fR, -\fBucred_getegid()\fR, \fBucred_getrgid()\fR, \fBucred_getsgid()\fR, -\fBucred_getgroups()\fR, \fBucred_getprivset()\fR, \fBucred_getpflags()\fR, -\fBucred_getpid()\fR, \fBucred_getzone()\fR -.RE - -.sp -.ne 2 -.na -\fB\fB:ALL\fR\fR -.ad -.RS 13n -\fB:SYSCALLS()\fR, \fB:LIBCALLS()\fR -.RE - -.SH ATTRIBUTES -.sp -.LP -See \fBattributes\fR(5) for descriptions of the following attributes: -.sp - -.sp -.TS -box; -c | c -l | l . -ATTRIBUTE TYPE ATTRIBUTE VALUE -_ -Interface Stability Evolving -.TE - -.SH SEE ALSO -.sp -.LP -\fBgetpeerucred\fR(3C), \fBucred_get\fR(3C), \fBattributes\fR(5) |