Searched refs:authorization (Results 1 – 20 of 20) sorted by relevance
/haiku/src/tests/kits/net/netservices2/ |
H A D | testserver.py | 231 authorization = self.headers.get('Authorization', None) 237 if authorization: 238 auth_type, encoded_credentials = authorization.split() 244 if authorization is None or auth_type != 'Basic' \ 265 authorization = self.headers.get('Authorization', None) 268 if authorization is not None: 269 auth_type, fields = authorization.split(maxsplit=1) 282 if authorization is None or credentials is None \
|
/haiku/src/tests/kits/net/service/ |
H A D | testserver.py | 231 authorization = self.headers.get('Authorization', None) 237 if authorization: 238 auth_type, encoded_credentials = authorization.split() 244 if authorization is None or auth_type != 'Basic' \ 265 authorization = self.headers.get('Authorization', None) 268 if authorization is not None: 269 auth_type, fields = authorization.split(maxsplit=1) 282 if authorization is None or credentials is None \
|
/haiku/data/system/data/licenses/ |
H A D | OpenGroup | 22 in this Software without prior written authorization from The Open Group.
|
H A D | MIT (no promotion) | 23 dealings in this Software without prior written authorization.
|
H A D | SGI Free B | 27 * other dealings in this Software without prior written authorization from
|
H A D | Intel (ACPICA) | 72 * without prior written authorization from Intel.
|
H A D | GNU LGPL v3 | 164 permanent authorization for you to choose that version for the
|
H A D | GNU GPL v3 | 311 procedures, authorization keys, or other information required to install
|
/haiku/src/add-ons/media/media-add-ons/finepix_webcam/ |
H A D | LICENCE.txt | 1 Here is the author's authorization to use the MIT licence for the part he wrote:
|
/haiku/src/kits/tracker/ |
H A D | LICENSE | 26 this Software without prior written authorization from Be Incorporated.
|
H A D | TrackerIcons.rdef | 27 this Software without prior written authorization from Be Incorporated.
|
/haiku/src/apps/deskbar/ |
H A D | LICENSE | 26 this Software without prior written authorization from Be Incorporated.
|
/haiku/src/apps/mail/ |
H A D | LICENSE | 26 this Software without prior written authorization from Be Incorporated.
|
H A D | words | 6155 authorization/MS
|
/haiku/src/kits/network/libnetservices2/ |
H A D | HttpRequest.cpp | 504 BString authorization = build_basic_http_header( in SerializeHeaderTo() local 506 outputFields.AddField("Authorization"sv, std::string_view(authorization.String())); in SerializeHeaderTo()
|
/haiku/src/apps/poorman/libhttpd/ |
H A D | libhttpd.h | 128 char* authorization; member
|
H A D | libhttpd.c | 1060 if ( hc->authorization[0] == '\0' || in auth_check2() 1061 strncmp( hc->authorization, "Basic ", 6 ) != 0 ) in auth_check2() 1070 &(hc->authorization[6]), (unsigned char*) authinfo, in auth_check2() 1774 hc->authorization = ""; in httpd_get_conn() 2249 hc->authorization = cp; in httpd_parse_request()
|
/haiku/src/add-ons/media/media-add-ons/esound_sink/ |
H A D | EsounD-protocol.txt | 22 For authorization, client must send 'esd-key', which is a 16 byte data.
|
/haiku/docs/user/app/ |
H A D | _app_keystore.dox | 159 // authorization, or we are at the end of the list.
|
/haiku/docs/user/netservices/ |
H A D | HttpRequest.dox | 638 The Basic authorization line is added to the request upon setting the request details. There is
|