Home
last modified time | relevance | path

Searched refs:sauth (Results 1 – 25 of 58) sorted by relevance

123

/dports/net/binkd/binkd-1.0.4/
H A Dhttps.c191 char *sp, *sauth; in h_connect() local
348 *sauth++ = '\0'; in h_connect()
374 sauth=strdup(sauth); in h_connect()
378 if(!sauth[0]) { in h_connect()
391 free(sauth); in h_connect()
401 else i=(sp-sauth); in h_connect()
417 free(sauth); in h_connect()
479 if (sauth) free(sauth); in h_connect()
488 if (sauth) free(sauth); in h_connect()
515 free(sauth); in h_connect()
[all …]
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/sys/linux/include/net/
H A Dif_sppp.h62 struct sauth { struct
110 struct sauth myauth; /* auth params, i'm peer */
111 struct sauth hisauth; /* auth params, i'm authenticator */
164 struct sauth myauth; /* auth params, i'm peer */
165 struct sauth hisauth; /* auth params, i'm authenticator */
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/nomos/agent_tests/testdata/NomosTestfiles/Freeware/
H A Dif_sppp.h62 struct sauth { struct
110 struct sauth myauth; /* auth params, i'm peer */
111 struct sauth hisauth; /* auth params, i'm authenticator */
164 struct sauth myauth; /* auth params, i'm peer */
165 struct sauth hisauth; /* auth params, i'm authenticator */
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/linux/include/net/
H A Dif_sppp.h62 struct sauth { struct
110 struct sauth myauth; /* auth params, i'm peer */
111 struct sauth hisauth; /* auth params, i'm authenticator */
164 struct sauth myauth; /* auth params, i'm peer */
165 struct sauth hisauth; /* auth params, i'm authenticator */
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/linux/include/net/
H A Dif_sppp.h62 struct sauth { struct
110 struct sauth myauth; /* auth params, i'm peer */
111 struct sauth hisauth; /* auth params, i'm authenticator */
164 struct sauth myauth; /* auth params, i'm peer */
165 struct sauth hisauth; /* auth params, i'm authenticator */
/dports/www/squid/squid-4.15/src/auth/negotiate/kerberos/
H A Dnegotiate_kerberos_pac.cc184 uint32_t sauth; in getgids() local
187 sauth = get4byt(); in getgids()
188 debug((char *) "%s| %s: Info: Got rid: %u\n", LogTime(), PROGRAM, sauth); in getgids()
266 uint32_t sauth; in getdomaingids() local
267 sauth = get4byt(); in getdomaingids()
268 snprintf((char *)&dli[strlen(dli)],sizeof(dli)-strlen(dli),"-%u",sauth); in getdomaingids()
353 uint32_t sauth; in getextrasids() local
354 sauth = get4byt(); in getextrasids()
355 snprintf((char *)&es[strlen(es)],sizeof(es)-strlen(es),"-%u",sauth); in getextrasids()
/dports/misc/rump/buildrump.sh-b914579/src/sys/net/
H A Dif_spppvar.h64 struct sauth { struct
120 struct sauth myauth; /* auth params, i'm peer */
121 struct sauth hisauth; /* auth params, i'm authenticator */
/dports/net/dante/dante-1.4.3/sockd/
H A Dsockd_negotiate.c482 &neg->sauth, in run_negotiate()
887 req.sauth = neg->sauth;
910 if (req.sauth.method == AUTHMETHOD_GSSAPI) {
979 method2string(req.sauth.method),
1145 neg->sauth = neg->cauth; in recv_negotiate()
1148 neg->sauth.method = AUTHMETHOD_NOTSET; in recv_negotiate()
1240 STRCPY_ASSERTSIZE(neg->sauth.mdata.pam.servicename, in recv_negotiate()
1246 STRCPY_ASSERTSIZE(neg->sauth.mdata.bsd.style, in recv_negotiate()
1255 STRCPY_ASSERTSIZE(neg->sauth.mdata.gssapi.keytab, in recv_negotiate()
1258 neg->sauth.mdata.gssapi.encryption in recv_negotiate()
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/netisdn/
H A Di4b_isppp.h81 struct sauth { struct
132 struct sauth myauth; /* auth params, i'm peer */
133 struct sauth hisauth; /* auth params, i'm authenticator */
/dports/misc/py-tvm/incubator-tvm-0.6.1/3rdparty/dmlc-core/src/io/
H A Ds3_filesys.cc286 static void BuildRequestHeaders(std::ostringstream& sauth, in BuildRequestHeaders() argument
297 sauth << "Authorization: AWS4-HMAC-SHA256 "; in BuildRequestHeaders()
300 sauth << "Signature=" << signature; in BuildRequestHeaders()
726 BuildRequestHeaders(sauth, sdate, stoken, scontent, in InitRequest()
734 *slist = curl_slist_append(*slist, sauth.str().c_str()); in InitRequest()
888 std::ostringstream sauth, sdate, stoken, surl, scontent; in Run() local
904 BuildRequestHeaders(sauth, sdate, stoken, scontent, in Run()
916 slist = curl_slist_append(slist, sauth.str().c_str()); in Run()
1030 std::ostringstream sauth, sdate, stoken, surl, scontent; in ListObjects() local
1064 BuildRequestHeaders(sauth, sdate, stoken, scontent, in ListObjects()
[all …]
/dports/devel/dmlc-core/dmlc-core-0.3-123-gb3a4c71/src/io/
H A Ds3_filesys.cc286 static void BuildRequestHeaders(std::ostringstream& sauth, in BuildRequestHeaders() argument
297 sauth << "Authorization: AWS4-HMAC-SHA256 "; in BuildRequestHeaders()
300 sauth << "Signature=" << signature; in BuildRequestHeaders()
726 BuildRequestHeaders(sauth, sdate, stoken, scontent, in InitRequest()
734 *slist = curl_slist_append(*slist, sauth.str().c_str()); in InitRequest()
888 std::ostringstream sauth, sdate, stoken, surl, scontent; in Run() local
904 BuildRequestHeaders(sauth, sdate, stoken, scontent, in Run()
916 slist = curl_slist_append(slist, sauth.str().c_str()); in Run()
1030 std::ostringstream sauth, sdate, stoken, surl, scontent; in ListObjects() local
1064 BuildRequestHeaders(sauth, sdate, stoken, scontent, in ListObjects()
[all …]
/dports/www/ilias/ILIAS-5.4.25/webservice/soap/classes/
H A Dclass.ilSoapUserAdministration.php102 $this->sauth->setClient($client);
103 $this->sauth->setUsername($username);
104 $this->sauth->setPT($PT);
108 if (!$this->sauth->authenticate()) {
112 return $this->__raiseError($this->sauth->getMessage(), $this->sauth->getMessageCode());
114 return $this->sauth->getSid() . '::' . $client;
/dports/www/ilias6/ILIAS-6.14/webservice/soap/classes/
H A Dclass.ilSoapUserAdministration.php102 $this->sauth->setClient($client);
103 $this->sauth->setUsername($username);
104 $this->sauth->setPT($PT);
106 if (!$this->sauth->authenticate()) {
110 return $this->__raiseError($this->sauth->getMessage(), $this->sauth->getMessageCode());
112 return $this->sauth->getSid() . '::' . $client;
/dports/net/storj/storj-1.45.3/satellite/console/consoleweb/consoleql/
H A Dmutation_test.go152 sauth, err := service.Authorize(consoleauth.WithAPIKey(ctx, []byte(token)))
155 authCtx := console.WithAuth(ctx, sauth)
178 sauth, err = service.Authorize(consoleauth.WithAPIKey(ctx, []byte(token)))
181 authCtx = console.WithAuth(ctx, sauth)
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/upas/smtp/
H A Dsmtpd.y39 | 'm' 'a' 'i' 'l' spaces 'f' 'r' 'o' 'm' ':' spath spaces 'a' 'u' 't' 'h' '=' sauth CRLF
86 sauth : auth ={ $$ = $1; }
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/sun/net/www/protocol/http/
H A DHttpURLConnection.java655 AuthenticationInfo sauth = AuthenticationInfo.getServerAuth(url,
657 if (sauth != null && sauth.supportsPreemptiveAuthorization() ) {
659 requests.setIfNotSet(sauth.getHeaderName(), sauth.getHeaderValue(url,method));
660 currentServerCredentials = sauth;
2816 AuthenticationInfo sauth =
2818 if (sauth != null && sauth.supportsPreemptiveAuthorization() ) {
2820 … requests.setIfNotSet(sauth.getHeaderName(), sauth.getHeaderValue(url,method));
2821 currentServerCredentials = sauth;
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/sun/net/www/protocol/http/
H A DHttpURLConnection.java655 AuthenticationInfo sauth = AuthenticationInfo.getServerAuth(url,
657 if (sauth != null && sauth.supportsPreemptiveAuthorization() ) {
659 requests.setIfNotSet(sauth.getHeaderName(), sauth.getHeaderValue(url,method));
660 currentServerCredentials = sauth;
2816 AuthenticationInfo sauth =
2818 if (sauth != null && sauth.supportsPreemptiveAuthorization() ) {
2820 … requests.setIfNotSet(sauth.getHeaderName(), sauth.getHeaderValue(url,method));
2821 currentServerCredentials = sauth;
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/net/www/protocol/http/
H A DHttpURLConnection.java638 AuthenticationInfo sauth = AuthenticationInfo.getServerAuth(url);
639 if (sauth != null && sauth.supportsPreemptiveAuthorization() ) {
641 requests.setIfNotSet(sauth.getHeaderName(), sauth.getHeaderValue(url,method));
642 currentServerCredentials = sauth;
2769 AuthenticationInfo sauth =
2771 if (sauth != null && sauth.supportsPreemptiveAuthorization() ) {
2773 … requests.setIfNotSet(sauth.getHeaderName(), sauth.getHeaderValue(url,method));
2774 currentServerCredentials = sauth;
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/sun/net/www/protocol/http/
H A DHttpURLConnection.java686 AuthenticationInfo sauth = AuthenticationInfo.getServerAuth(url,
688 if (sauth != null && sauth.supportsPreemptiveAuthorization() ) {
690 requests.setIfNotSet(sauth.getHeaderName(), sauth.getHeaderValue(url,method));
691 currentServerCredentials = sauth;
2905 AuthenticationInfo sauth =
2907 if (sauth != null && sauth.supportsPreemptiveAuthorization() ) {
2909 … requests.setIfNotSet(sauth.getHeaderName(), sauth.getHeaderValue(url,method));
2910 currentServerCredentials = sauth;
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/sun/net/www/protocol/http/
H A DHttpURLConnection.java688 AuthenticationInfo sauth = AuthenticationInfo.getServerAuth(url,
690 if (sauth != null && sauth.supportsPreemptiveAuthorization() ) {
692 requests.setIfNotSet(sauth.getHeaderName(), sauth.getHeaderValue(url,method));
693 currentServerCredentials = sauth;
2920 AuthenticationInfo sauth =
2922 if (sauth != null && sauth.supportsPreemptiveAuthorization() ) {
2924 … requests.setIfNotSet(sauth.getHeaderName(), sauth.getHeaderValue(url,method));
2925 currentServerCredentials = sauth;
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/sun/net/www/protocol/http/
H A DHttpURLConnection.java655 AuthenticationInfo sauth = AuthenticationInfo.getServerAuth(url,
657 if (sauth != null && sauth.supportsPreemptiveAuthorization() ) {
659 requests.setIfNotSet(sauth.getHeaderName(), sauth.getHeaderValue(url,method));
660 currentServerCredentials = sauth;
2807 AuthenticationInfo sauth =
2809 if (sauth != null && sauth.supportsPreemptiveAuthorization() ) {
2811 … requests.setIfNotSet(sauth.getHeaderName(), sauth.getHeaderValue(url,method));
2812 currentServerCredentials = sauth;
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/sun/net/www/protocol/http/
H A DHttpURLConnection.java655 AuthenticationInfo sauth = AuthenticationInfo.getServerAuth(url,
657 if (sauth != null && sauth.supportsPreemptiveAuthorization() ) {
659 requests.setIfNotSet(sauth.getHeaderName(), sauth.getHeaderValue(url,method));
660 currentServerCredentials = sauth;
2816 AuthenticationInfo sauth =
2818 if (sauth != null && sauth.supportsPreemptiveAuthorization() ) {
2820 … requests.setIfNotSet(sauth.getHeaderName(), sauth.getHeaderValue(url,method));
2821 currentServerCredentials = sauth;
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/classes/sun/net/www/protocol/http/
H A DHttpURLConnection.java656 AuthenticationInfo sauth = AuthenticationInfo.getServerAuth(url,
658 if (sauth != null && sauth.supportsPreemptiveAuthorization() ) {
660 requests.setIfNotSet(sauth.getHeaderName(), sauth.getHeaderValue(url,method));
661 currentServerCredentials = sauth;
2828 AuthenticationInfo sauth =
2830 if (sauth != null && sauth.supportsPreemptiveAuthorization() ) {
2832 … requests.setIfNotSet(sauth.getHeaderName(), sauth.getHeaderValue(url,method));
2833 currentServerCredentials = sauth;
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/share/classes/sun/net/www/protocol/http/
H A DHttpURLConnection.java656 AuthenticationInfo sauth = AuthenticationInfo.getServerAuth(url,
658 if (sauth != null && sauth.supportsPreemptiveAuthorization() ) {
660 requests.setIfNotSet(sauth.getHeaderName(), sauth.getHeaderValue(url,method));
661 currentServerCredentials = sauth;
2828 AuthenticationInfo sauth =
2830 if (sauth != null && sauth.supportsPreemptiveAuthorization() ) {
2832 … requests.setIfNotSet(sauth.getHeaderName(), sauth.getHeaderValue(url,method));
2833 currentServerCredentials = sauth;
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/net/www/protocol/http/
H A DHttpURLConnection.java638 AuthenticationInfo sauth = AuthenticationInfo.getServerAuth(url);
639 if (sauth != null && sauth.supportsPreemptiveAuthorization() ) {
641 requests.setIfNotSet(sauth.getHeaderName(), sauth.getHeaderValue(url,method));
642 currentServerCredentials = sauth;
2769 AuthenticationInfo sauth =
2771 if (sauth != null && sauth.supportsPreemptiveAuthorization() ) {
2773 … requests.setIfNotSet(sauth.getHeaderName(), sauth.getHeaderValue(url,method));
2774 currentServerCredentials = sauth;

123