Home
last modified time | relevance | path

Searched refs:authorization (Results 1 – 20 of 20) sorted by relevance

/haiku/src/tests/kits/net/netservices2/
H A Dtestserver.py231 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 Dtestserver.py231 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 DOpenGroup22 in this Software without prior written authorization from The Open Group.
H A DMIT (no promotion)23 dealings in this Software without prior written authorization.
H A DSGI Free B27 * other dealings in this Software without prior written authorization from
H A DIntel (ACPICA)72 * without prior written authorization from Intel.
H A DGNU LGPL v3164 permanent authorization for you to choose that version for the
H A DGNU GPL v3311 procedures, authorization keys, or other information required to install
/haiku/src/add-ons/media/media-add-ons/finepix_webcam/
H A DLICENCE.txt1 Here is the author's authorization to use the MIT licence for the part he wrote:
/haiku/src/kits/tracker/
H A DLICENSE26 this Software without prior written authorization from Be Incorporated.
H A DTrackerIcons.rdef27 this Software without prior written authorization from Be Incorporated.
/haiku/src/apps/deskbar/
H A DLICENSE26 this Software without prior written authorization from Be Incorporated.
/haiku/src/apps/mail/
H A DLICENSE26 this Software without prior written authorization from Be Incorporated.
H A Dwords6155 authorization/MS
/haiku/src/kits/network/libnetservices2/
H A DHttpRequest.cpp504 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 Dlibhttpd.h128 char* authorization; member
H A Dlibhttpd.c1060 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 DEsounD-protocol.txt22 For authorization, client must send 'esd-key', which is a 16 byte data.
/haiku/docs/user/app/
H A D_app_keystore.dox159 // authorization, or we are at the end of the list.
/haiku/docs/user/netservices/
H A DHttpRequest.dox638 The Basic authorization line is added to the request upon setting the request details. There is