/illumos-gate/usr/src/man/man8/ |
H A D | itadm.8 | 27 \fBitadm\fR create-target [\fB-a\fR,\fB--auth-method\fR radius | chap | none | default] 35 \fBitadm\fR modify-target [\fB-a\fR,\fB--auth-method\fR radius | chap | none | default] 90 \fBitadm\fR modify-defaults [\fB-a\fR,\fB--auth-method\fR radius | chap | none] 91 [\fB-r\fR,\fB--radius-server\fR \fIIP-address\fR[:\fIport\fR]] [\fB-d\fR,\fB--radius-secret\fR] 92 [\fB-D\fR,\fB--radius-secret-file\fR \fIpath\fR][\fB-i\fR,\fB--isns\fR enable | disable] 172 itadm create-target [-a,--auth-method radius | chap | none | default] 187 \fB\fB-a\fR,\fB--auth-method\fR \fBradius | chap | none | default\fR\fR 192 \fBradius\fR, \fBchap\fR, and \fBnone\fR. \fBchap\fR indicates that initiators 194 Authentication Protocol (CHAP). \fBradius\fR indicates initiators should also 196 should be obtained from a central RADIUS server (see the \fBradius-server\fR [all …]
|
H A D | iscsiadm.8 | 414 \fB-r\fR, \fB--radius-server\fR 420 \fB-R\fR, \fB--radius-access\fR 426 \fB-P\fR, \fB--radius-shared-secret\fR 547 \fB\fB-P\fR, \fB--radius-shared-secret\fR (exclusive)\fR 551 Sets the RADIUS shared secret. 557 \fB\fB-R\fR, \fB--radius-access\fR \fBenable\fR | \fBdisable\fR\fR 561 Sets whether a RADIUS server will be used. 567 \fB\fB-r\fR, \fB--radius-server\fR \fI<IP address>\fR[:\fI<port>\fR]\fR 571 Sets the IP address and port of the radius server to be used. 1141 RADIUS Server: NONE [all …]
|
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/ |
H A D | radius_packet.h | 39 #define RAD_RCV_TIMEOUT 5 /* Timeout for receiving RADIUS packet in */ 44 /* Describes a RADIUS attribute */ 46 int attr_type_code; /* RADIUS attribute type code, */ 52 /* Describes data fields of a RADIUS packet. */ 54 uint8_t code; /* RADIUS code, section 3, RFC 2865. */ 59 /* outbound RADIUS packet will only */ 66 * Send a request to a RADIUS server. 83 * Receives a response from a RADIUS server.
|
H A D | radius_protocol.h | 38 /* RADIUS Attribute Types. RFC 2865 section 5. */ 61 /* Maximum RADIUS shared secret length (in fact there is no defined limit) */ 64 /* RFC 2865 Section 3. Minimum RADIUS shared secret length */ 67 /* Raw RADIUS packet. RFC 2865 section 3. */ 69 uint8_t code; /* RADIUS code, section 3, RFC 2865 */ 76 /* Length of a RADIUS packet minus the payload */
|
H A D | radius_packet.c | 49 uint8_t *ptr; /* Pointer to RADIUS packet data */ in snd_radius_request() 52 uint8_t *data; /* RADIUS data to be sent */ in snd_radius_request() 54 radius_packet_t *packet; /* Outbound RADIUS packet */ in snd_radius_request() 63 * Create a RADIUS packet with minimal length for now. in snd_radius_request() 125 * Send the packet to the RADIUS server. in snd_radius_request() 153 /* Invalid IP address for RADIUS server. */ in snd_radius_request() 244 * Code = RADIUS packet code in rcv_radius_response() 245 * ID = RADIUS packet identifier in rcv_radius_response() 285 * Annotate the RADIUS packet data with the data we received from in rcv_radius_response()
|
H A D | radius_auth.h | 41 * RADIUS server. 51 * radius_server_ip_address - The IP address of the RADIUS server. 52 * radius_server_port - The port number of the RADIUS server. 53 * radius_shared_secret - The shared secret for accessing the RADIUS server.
|
H A D | radius_auth.c | 83 cmn_err(CE_WARN, "empty RADIUS shared secret"); in radius_chap_validate() 116 /* Error obtaining socket for RADIUS use */ in radius_chap_validate() 120 /* Send the authentication access request to the RADIUS server */ in radius_chap_validate() 144 cmn_err(CE_WARN, "RADIUS packet authentication failed"); in radius_chap_validate() 182 /* 3 attributes associated with each RADIUS packet. */ in set_radius_attrs()
|
H A D | persistent.c | 50 #define RADIUS_PARAMS_ID "Radius" 1069 * | RADIUS Configuration Interfaces | 1074 * persistent_radius_set -- stores the RADIUS configuration info 1077 persistent_radius_set(iscsi_radius_props_t *radius) in persistent_radius_set() argument 1079 return (nvf_node_data_set(RADIUS_PARAMS_ID, (void *)radius, in persistent_radius_set() 1084 * persistent_radius_get -- obtain the RADIUS configuration info 1087 persistent_radius_get(iscsi_radius_props_t *radius) in persistent_radius_get() argument 1090 (void *)radius, sizeof (*radius))); in persistent_radius_get() 1208 iscsi_radius_props_t *radius; in persistent_dump_data() local 1240 radius = (iscsi_radius_props_t *)kmem_alloc(sizeof (*radius), in persistent_dump_data() [all …]
|
H A D | chap.h | 48 CHAP_VALIDATION_RADIUS_ACCESS_ERROR, /* Problem accessing RADIUS */ 49 CHAP_VALIDATION_BAD_RADIUS_SECRET, /* Invalid RADIUS shared */ 52 /* RADIUS packet code */
|
H A D | iscsiAuthClientGlue.c | 68 /* Check if RADIUS access is enabled */ in iscsiAuthClientChapAuthRequest() 77 * Radius enabled but configuration invalid - in iscsiAuthClientChapAuthRequest() 83 /* Use RADIUS server to authentication target */ in iscsiAuthClientChapAuthRequest()
|
H A D | iscsi.c | 1477 iscsi_radius_props_t *radius = NULL; in iscsi_ioctl() local 3537 radius = (iscsi_radius_props_t *)kmem_zalloc(sizeof (*radius), in iscsi_ioctl() 3539 if (ddi_copyin((caddr_t)arg, radius, sizeof (*radius), mode)) { in iscsi_ioctl() 3540 kmem_free(radius, sizeof (*radius)); in iscsi_ioctl() 3543 } else if (radius->r_vers != ISCSI_INTERFACE_VERSION) { in iscsi_ioctl() 3544 kmem_free(radius, sizeof (*radius)); in iscsi_ioctl() 3549 old_oid = radius->r_oid; in iscsi_ioctl() 3551 if (radius->r_oid == ihp->hba_oid) { in iscsi_ioctl() 3555 * RADIUS configuration should be done on a per in iscsi_ioctl() 3558 kmem_free(radius, sizeof (*radius)); in iscsi_ioctl() [all …]
|
H A D | persistent.h | 92 boolean_t persistent_radius_set(iscsi_radius_props_t *radius); 93 iscsi_nvfile_status_t persistent_radius_get(iscsi_radius_props_t *radius);
|
/illumos-gate/usr/src/uts/common/sys/iscsit/ |
H A D | radius_packet.h | 39 #define RAD_RCV_TIMEOUT 5 /* Timeout for receiving RADIUS packet in */ 44 /* Describes a RADIUS attribute */ 46 int attr_type_code; /* RADIUS attribute type code, */ 52 /* Describes data fields of a RADIUS packet. */ 54 uint8_t code; /* RADIUS code, section 3, RFC 2865. */ 59 /* outbound RADIUS packet will only */ 66 * Send a request to a RADIUS server. 83 * Receives a response from a RADIUS server.
|
H A D | radius_protocol.h | 38 /* RADIUS Attribute Types. RFC 2865 section 5. */ 61 /* Maximum RADIUS shared secret length (in fact there is no defined limit) */ 64 /* RFC 2865 Section 3. Minimum RADIUS shared secret length */ 67 /* Raw RADIUS packet. RFC 2865 section 3. */ 69 uint8_t code; /* RADIUS code, section 3, RFC 2865 */ 76 /* Length of a RADIUS packet minus the payload */
|
H A D | chap.h | 48 CHAP_VALIDATION_RADIUS_ACCESS_ERROR, /* Problem accessing RADIUS */ 49 CHAP_VALIDATION_BAD_RADIUS_SECRET, /* Invalid RADIUS shared */ 52 /* RADIUS packet code */
|
H A D | iscsit_common.h | 89 #define PA_AUTH_RADIUS "radius" 179 * auth string "radius", "chap", or "none" 314 * auth string "radius", "chap", or "none"
|
/illumos-gate/usr/src/cmd/iscsiadm/ |
H A D | sun_ima.c | 596 iscsi_radius_props_t radius; in SUN_IMA_SetInitiatorRadiusConfig() local 606 (void) memset(&radius, 0, sizeof (iscsi_radius_props_t)); in SUN_IMA_SetInitiatorRadiusConfig() 607 radius.r_vers = ISCSI_INTERFACE_VERSION; in SUN_IMA_SetInitiatorRadiusConfig() 608 radius.r_oid = (uint32_t)lhbaOid.objectSequenceNumber; in SUN_IMA_SetInitiatorRadiusConfig() 610 if (ioctl(fd, ISCSI_RADIUS_GET, &radius) != 0) { in SUN_IMA_SetInitiatorRadiusConfig() 627 radius.r_addr.u_in4.s_addr = radius_in.u_in4.s_addr; in SUN_IMA_SetInitiatorRadiusConfig() 628 radius.r_insize = sizeof (struct in_addr); in SUN_IMA_SetInitiatorRadiusConfig() 631 (void) memcpy(radius.r_addr.u_in6.s6_addr, in SUN_IMA_SetInitiatorRadiusConfig() 633 radius.r_insize = sizeof (struct in6_addr); in SUN_IMA_SetInitiatorRadiusConfig() 636 radius.r_port = config->port; in SUN_IMA_SetInitiatorRadiusConfig() [all …]
|
/illumos-gate/usr/src/uts/common/io/comstar/port/iscsit/ |
H A D | iscsit_radiuspacket.c | 54 uint8_t *ptr; /* Pointer to RADIUS packet data */ in iscsit_snd_radius_request() 57 uint8_t *data; /* RADIUS data to be sent */ in iscsit_snd_radius_request() 59 radius_packet_t *packet; /* Outbound RADIUS packet */ in iscsit_snd_radius_request() 67 * Create a RADIUS packet with minimal length for now. in iscsit_snd_radius_request() 129 * Send the packet to the RADIUS server. in iscsit_snd_radius_request() 158 /* Invalid IP address for RADIUS server. */ in iscsit_snd_radius_request() 245 * Code = RADIUS packet code in iscsit_rcv_radius_response() 246 * ID = RADIUS packet identifier in iscsit_rcv_radius_response() 281 * Annotate the RADIUS packet data with the data we received from in iscsit_rcv_radius_response()
|
H A D | radius_auth.h | 40 * RADIUS server. 48 * radius_server_ip_address - The IP address of the RADIUS server. 49 * radius_server_port - The port number of the RADIUS server. 50 * radius_shared_secret - The shared secret for accessing the RADIUS server.
|
H A D | iscsit_radiusauth.c | 79 cmn_err(CE_WARN, "empty RADIUS shared secret"); in iscsit_radius_chap_validate() 111 /* Error obtaining socket for RADIUS use */ in iscsit_radius_chap_validate() 115 /* Send the authentication access request to the RADIUS server */ in iscsit_radius_chap_validate() 181 /* 3 attributes associated with each RADIUS packet. */ in set_radius_attrs()
|
H A D | iscsit_authclient.c | 178 /* Check if RADIUS access is enabled */ in iscsit_verify_chap_resp() 186 /* Use RADIUS server to authentication target */ in iscsit_verify_chap_resp()
|
/illumos-gate/usr/src/cmd/troff/troff.d/ |
H A D | draw.c | 285 float radius, slope; in conicarc() local 296 radius = b; in conicarc() 300 radius = a; in conicarc() 302 else { /* a circular arc; radius is computed from center and first point */ in conicarc() 304 radius = sqrt((float)(sqr(x0 - x) + sqr(y0 - y))); in conicarc() 312 angles with known radius to figure out where start in conicarc() 318 x0 = x + radius * cos(slope) + 0.5; in conicarc() 319 y0 = y + radius * sin(slope) + 0.5; in conicarc() 323 x1 = x + radius * cos(slope) + 0.5; in conicarc() 324 y1 = y + radius * sin(slope) + 0.5; in conicarc()
|
/illumos-gate/usr/src/test/util-tests/tests/awk/gnu/ |
H A D | tweakfld.awk | 165 # increasing radius 166 radius = fullradius - defocus 170 add2output( fullradius - radius * cos (phi) ) 175 add2output( radius * sin (phi) * cos (theta) ) 180 add2output( - radius * sin (phi) * sin (theta) )
|
/illumos-gate/usr/src/cmd/cmd-inet/etc/ |
H A D | services | 126 radius 1812/tcp 127 radius 1812/udp 128 radius-acct 1813/tcp 129 radius-acct 1813/udp
|
/illumos-gate/usr/src/lib/libiscsit/common/ |
H A D | libiscsit.c | 54 /* Default RADIUS server port */ 366 * base64 encode the radius secret, if it's changed. in it_config_setprop() 394 /* see if we need to remove the radius server setting */ in it_config_setprop() 1603 "must be none, chap, radius or default")); in it_validate_tgtprops() 1684 gettext("must be none, chap or radius")); in it_validate_configprops() 1755 * If we successfully reformatted the radius server to add the port in it_validate_configprops() 1764 * if auth = radius, ensure radius server & secret are set. in it_validate_configprops() 1768 /* need server & secret for radius */ in it_validate_configprops()
|