• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/

Lines Matching refs:control

66 	/* The controlID for this control */
69 /* Operations supported by control */
72 /* Extended operations supported by control */
86 * all known request control OIDs should be added to this list
90 * addresses an undefined control; this allows to safely test for
97 * FIXME: should we define the "undefined control" oid?
237 * Register a supported control.
242 * NOTE: if flags == 1 the control is replaced if already registered;
243 * otherwise registering an already registered control is not allowed.
324 * new control handling implementation.
325 * In fact, whether a control is compatible with
329 * comptible with an already registered control.
502 * Find a control given its OID.
539 "slap_global_control: unrecognized control: %s\n",
555 "slap_global_control: unavailable control: %s\n",
608 LDAPControl *control,
614 sc = find_ctrl( control->ldctl_oid );
616 /* recognized control */
669 rc = sc->sc_parse( op, rs, control );
672 } else if ( control->ldctl_iscritical ) {
678 } else if ( control->ldctl_iscritical ) {
679 /* unavailable CRITICAL control */
684 } else if ( control->ldctl_iscritical ) {
685 /* unrecognized CRITICAL control */
705 /* NOTE: right now, slapd checks the validity of each control
708 * exactly one OID with the whatFailed control, or no control
740 /* one for first control, one for termination */
765 * + this control + extra NULL
985 "non-critical control \"%s\" not supported; stripped.\n",
1000 "critical control \"%s\" not supported.\n",
1018 rs->sr_text = "dontUseCopy control specified multiple times";
1023 rs->sr_text = "dontUseCopy control value not absent";
1047 rs->sr_text = "relax control specified multiple times";
1052 rs->sr_text = "relax control value not absent";
1069 rs->sr_text = "manageDSAit control specified multiple times";
1074 rs->sr_text = "manageDSAit control value not absent";
1094 rs->sr_text = "proxy authorization control specified multiple times";
1099 rs->sr_text = "proxy authorization control value absent";
1149 /* FIXME: empty DN in proxyAuthz control should be legal... */
1192 rs->sr_text = "noop control specified multiple times";
1197 rs->sr_text = "noop control value not empty";
1222 rs->sr_text = "paged results control specified multiple times";
1227 rs->sr_text = "paged results control value is absent";
1232 rs->sr_text = "paged results control value is empty";
1236 /* Parse the control value
1249 rs->sr_text = "paged results control could not be decoded";
1255 rs->sr_text = "paged results control size invalid";
1275 server should ignore the control as the request can be satisfied in a
1305 rs->sr_text = "sorted results control specified multiple times";
1310 rs->sr_text = "sorted results control value is absent";
1315 rs->sr_text = "sorted results control value is empty";
1338 rs->sr_text = "assert control specified multiple times";
1343 rs->sr_text = "assert control value is absent";
1348 rs->sr_text = "assert control value is empty";
1354 rs->sr_text = "assert control: internal error";
1392 ( post ? "postread control: " msg : "preread control: " msg )
1523 rs->sr_text = "valuesReturnFilter control specified multiple times";
1528 rs->sr_text = "valuesReturnFilter control value is absent";
1533 rs->sr_text = "valuesReturnFilter control value is empty";
1582 rs->sr_text = "subentries control specified multiple times";
1591 rs->sr_text = "subentries control value encoding is bogus";
1612 rs->sr_text = "permissiveModify control specified multiple times";
1617 rs->sr_text = "permissiveModify control value not absent";
1634 rs->sr_text = "domainScope control specified multiple times";
1639 rs->sr_text = "domainScope control value not empty";
1657 rs->sr_text = "treeDelete control specified multiple times";
1662 rs->sr_text = "treeDelete control value not absent";
1684 rs->sr_text = "searchOptions control value is absent";
1689 rs->sr_text = "searchOptions control value is empty";
1703 rs->sr_text = "searchOptions control decoding error";
1727 rs->sr_text = "searchOptions control specified multiple times "
1728 "or with domainScope control";
1775 rs->sr_text = "sessionTracking control value is absent";
1780 rs->sr_text = "sessionTracking control value is empty";
1785 * to use this control, based on identity, ip and so */
1962 rs->sr_text = "sessionTracking control decoding error";
2047 rs->sr_text = "\"WHat Failed?\" control specified multiple times";
2052 rs->sr_text = "\"What Failed?\" control value not absent";