Home
last modified time | relevance | path

Searched refs:authserver (Results 1 – 25 of 37) sorted by relevance

12

/dports/security/gvm-libs/gvm-libs-21.4.3/util/
H A Dradiusutils.c74 char authserver[4096]; in radius_init() local
80 snprintf (authserver, sizeof (authserver), "[%s]::%s", hostname, secret); in radius_init()
82 snprintf (authserver, sizeof (authserver), "%s::%s", hostname, secret); in radius_init()
116 RC_DICTIONARY_FILE, authserver, authserver) in radius_init()
184 if (rc_add_config (rh, "authserver", authserver, "config", 0) != 0) in radius_init()
186 g_warning ("radius_init: Couldn't set authserver %s", authserver); in radius_init()
/dports/www/squid/squid-4.15/src/auth/ntlm/
H A DUserRequest.cc30 authserver(nullptr), in UserRequest()
161 new Auth::StateData(this, handler, data), authserver); in startHelperLookup()
171 if (authserver) { in releaseAuthServer()
172 debugs(29, 6, HERE << "releasing NTLM auth server '" << authserver << "'"); in releaseAuthServer()
173 helperStatefulReleaseServer(authserver); in releaseAuthServer()
174 authserver = NULL; in releaseAuthServer()
291 if (lm_request->authserver == NULL) in HandleReply()
292 lm_request->authserver = reply.whichServer.get(); // XXX: no locking? in HandleReply()
294 assert(reply.whichServer == lm_request->authserver); in HandleReply()
H A DUserRequest.h42 helper_stateful_server *authserver; variable
/dports/net/radiusclient/radiusclient-ng-0.5.6/lib/
H A Dbuildreq.c128 SERVER *authserver = rc_conf_srv(rh, "authserver"); in rc_auth() local
143 for(i=0; (i<authserver->max) && (result != OK_RC) && (result != BADRESP_RC) in rc_auth()
150 rc_buildreq(rh, &data, PW_ACCESS_REQUEST, authserver->name[i], in rc_auth()
151 authserver->port[i], timeout, retries); in rc_auth()
179 SERVER *authserver = rc_conf_srv(rh, "authserver"); in rc_auth_proxy() local
187 for(i=0; (i<authserver->max) && (result != OK_RC) && (result != BADRESP_RC) in rc_auth_proxy()
194 rc_buildreq(rh, &data, PW_ACCESS_REQUEST, authserver->name[i], in rc_auth_proxy()
195 authserver->port[i], timeout, retries); in rc_auth_proxy()
/dports/www/squid/squid-4.15/src/auth/negotiate/
H A DUserRequest.cc31 authserver(nullptr), in UserRequest()
167 new Auth::StateData(this, handler, data), authserver); in startHelperLookup()
177 if (authserver) { in releaseAuthServer()
178 debugs(29, 6, HERE << "releasing Negotiate auth server '" << authserver << "'"); in releaseAuthServer()
179 helperStatefulReleaseServer(authserver); in releaseAuthServer()
180 authserver = NULL; in releaseAuthServer()
296 if (lm_request->authserver == NULL) in HandleReply()
297 lm_request->authserver = reply.whichServer.get(); // XXX: no locking? in HandleReply()
299 assert(reply.whichServer == lm_request->authserver); in HandleReply()
H A DUserRequest.h43 helper_stateful_server *authserver; variable
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/nomos/agent_tests/testdata/NomosTestfiles/GPL/
H A Dradrealms.c35 SERVER **authserver,
40 SERVER **authserver, in lookup_realm() argument
134 *authserver = auths; in lookup_realm()
/dports/net/drawterm/drawterm/
H A Dcpu-bl.c45 char *authserver; variable
118 authserver = getenv("auth"); in cpumain()
119 if(authserver == nil) in cpumain()
120 authserver = "lookout.cs.bell-labs.com"; in cpumain()
126 authserver = "plan9.bell-labs.com"; in cpumain()
130 authserver = EARGF(usage()); in cpumain()
170 secstoreserver = authserver; in cpumain()
408 fd = dial(netmkaddr(authserver, "tcp", "567"), 0, 0, 0); in authdial()
H A Dcpu.c46 char *authserver; variable
117 authserver = getenv("auth"); in cpumain()
118 if(authserver == nil) in cpumain()
119 authserver = "auth"; in cpumain()
125 authserver = EARGF(usage()); in cpumain()
171 secstoreserver = authserver; in cpumain()
409 fd = dial(netmkaddr(authserver, "tcp", "567"), 0, 0, 0); in authdial()
H A Ddrawterm.h5 extern char *authserver;
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/xml_int/mod_xml_radius/
H A Dconfig.c.diff16 - authservers = rc_conf_srv(rh, "authserver");
19 + auth = find_option(rh, "authserver", OT_ANY);
/dports/net/radcli/radcli-1.3.0/etc/
H A Dradiusclient.conf.in22 authserver localhost
23 #authserver 127.1.1.1:9999,172.17.0.1
26 # written for authserver applies, in acctserver as well.
H A Dradiusclient-tls.conf.in20 authserver localhost:2083
21 #authserver 127.1.1.1:9999,172.17.0.1
24 #authserver localhost:2083:psk@username@hexkey
/dports/irc/irssi-scripts/irssi-scripts/scripts/
H A Dxauth.pl301 my ($authserver) = Irssi::server_find_tag($chatnet);
303 if (! $authserver) {
333 $authserver->send_raw("PRIVMSG $xlogin :login $username $password");
/dports/games/bloodfrontier/bloodfrontier/src/game/
H A Dauth.h181 ENetAddress authserver = { ENET_HOST_ANY, servermasterport }; in connect() local
182 …if(enet_address_set_host(&authserver, servermaster) < 0) conoutf("could not set authentication hos… in connect()
188 if(enet_socket_connect(socket, &authserver) < 0) in connect()
/dports/www/w3mir/w3mir-1.0.10/
H A Dw3mir.PL1954 my ($key, $value, $authserver,$authrealm,$authuser,$authpasswd);
2184 ($authserver, $authrealm) = split('/',$value,2);
2186 unless $authserver =~ /^(\S+(:\d+)?)$|^\*$/;
2187 $authserver =~ s/:80$//;
2189 if !defined($authserver) || !defined($authrealm);
2197 if ($authserver && $authrealm && $authuser && $authpasswd) {
2198 $authdata{$authserver}{$authrealm}=$authuser.":".$authpasswd;
2199 print "Authentication for $authserver/$authrealm is ".
2203 $authserver=$authrealm=$authuser=$authpasswd=undef;
/dports/net/radcli/radcli-1.3.0/tests/
H A Dradiusclient-ipv6.conf8 authserver [::1]
H A Dradiusclient.conf10 authserver localhost
H A Dno-server-file-tests.sh62 authserver 127.1.1.1:9999:hardly-a-secret,$ADDRESS::testing123
H A Dskip-unknown-vsa.sh80 authserver $ADDRESS::testing123
/dports/net/ocserv/ocserv-1.1.3/tests/data/radiusclient/
H A Dradiusclient.conf27 authserver localhost
/dports/net/radcli/radcli-1.3.0/tests/dtls/
H A Dradiusclient-tls.conf49 authserver localhost:2083
/dports/net/radiusclient/radiusclient-ng-0.5.6/etc/
H A Dradiusclient.conf.in37 authserver localhost
40 # said for authserver applies, too.
/dports/net/freeradius-client/freeradius-client-1.1.7/etc/
H A Dradiusclient.conf.in37 authserver localhost
40 # said for authserver applies, too.
/dports/net/freeradius3/freeradius-server-3.0.25/mibs/
H A DFREERADIUS-NOTIFICATION-MIB.mib139 -- We also use the "authserver" fields for both authentication and accounting

12