Skip Navigation Links | |
Exit Print View | |
ONC+ Developer's Guide Oracle Solaris 11.1 Information Library |
1. Introduction to ONC+ Technologies
4. Programmer's Interface to RPC
Authentication Using RPCSEC_GSS
Changing Values and Destroying a Context
Setting Server Principal Names
Generating Client Principal Names
Receiving Credentials at the Server
/etc/gss/qop and /etc/gss/mech
Using Transient RPC Program Numbers
6. Porting From TS-RPC to TI-RPC
7. Multithreaded RPC Programming
8. Extensions to the Oracle Solaris RPC Library
This section addresses areas of occasional interest to developers using the lower-level interfaces of the RPC package. The topics are:
poll() on the server - How a server can call the dispatcher directly if calling svc_run() is not feasible
Broadcast RPC - How to use the broadcast mechanisms
Batching - How to improve performance by batching a series of calls
Authentication - What authentication methods are available in this release
Port monitors - How to interface with the inetd and listener port monitors
Multiple program versions - How to service multiple program versions