Lines Matching +full:resolver +full:- +full:to +full:- +full:digital
1 %/*-
15 % * contributors may be used to endorse or promote products derived
20 % * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
24 % * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
35 * Copyright (c) 1988-1992 Sun Microsystems Inc
48 * file. It is common because both of them need to deal with the same
50 * the nis.x file and the nis_dba.x file will generate xdr routines to
61 /* Some manifest constants, chosen to maximize flexibility without
75 const NIS_PK_DH = 1; /* Public key is Diffie-Hellman type */
93 * 0 - 1023 are reserved for Sun,
94 * 1024 - 2047 are defined to be private to a particular tree.
95 * 2048 - 4095 are defined to be user defined.
96 * 4096 - ... are reserved for future use.
112 * here. The Binder code will use this type to determine if it has
122 DNANS = 6, /* Digital DECNet Name Service */
128 * DIRECTORY - The name service object. These objects identify other name
130 * type associated with it. The resolver library will note whether or not
131 * is has the needed routines to access that type of service.
137 * may be freely added to the name space and which require the
152 * Note: pkey is a netobj which is limited to 1024 bytes which limits the
153 * keysize to 8192 bits. This is consider to be a reasonable limit for
167 u_long do_ttl; /* Time To Live (for caches) */
172 * ENTRY - This is one row of data from an information base.
173 * The type value is used by the client library to convert the entry to
175 * to the table where the entry is stored. This allows the client library
176 * to determine where to send a request if the client wishes to change this
177 * entry but got to it through a LINK rather than directly.
197 * GROUP - The group object contains a list of NIS principal names. Groups
198 * are used to authorize principals. Each object has a set of access rights
208 * LINK - This is the LINK object. It is quite similar to a symbolic link
210 * relative to the LINK data and not what it points to (like the file system)
211 * "modify" privleges here indicate the right to modify what the link points
212 * at and not to modify that actual object pointed to by the link.
221 * TABLE - This is the table object. It implements a simple
223 * administration purposes. The role of the table is to group together
291 * may still pass it around. One has to be careful in setting
293 * XDR padding of structures etc. The best way to set it is to note one's
309 u_long zo_ttl; /* Object's time to live in seconds. */