Home
last modified time | relevance | path

Searched refs:make_auth (Results 1 – 16 of 16) sorted by relevance

/dports/security/p5-Authen-TacacsPlus/Authen-TacacsPlus-0.28/
H A DTacacsPlus.xs119 make_auth (username, password, authen_type)
128 RETVAL = make_auth(username, user_len,
H A DTacacsPlus.pm69 my $res=make_auth($username,$password,$authen_type);
81 $res=make_auth($username,$password,$authen_type);
H A DChanges9 - Added flag to make_auth to specify the
/dports/databases/py-mysql-connector-python/mysql-connector-python-8.0.27/tests/
H A Dtest_protocol.py109 self._protocol.make_auth, **kwargs)
113 self._protocol.make_auth, **kwargs)
119 res = self._protocol.make_auth(**kwargs)
123 res = self._protocol.make_auth(**kwargs)
128 res = self._protocol.make_auth(**kwargs)
133 res = self._protocol.make_auth(**kwargs)
H A Dtest_connection.py863 auth_pkt = self.cnx._protocol.make_auth(
895 auth_pkt = self.cnx._protocol.make_auth(
931 self.cnx._protocol.make_auth(
/dports/benchmarks/tsung/tsung-1.7.0/src/tsung/
H A Dts_mysql.erl90 Packet=add_header(make_auth(Username, Password, Database, Salt),1),
217 make_auth(User, "", Database, _Salt) -> function
226 make_auth(User, Password, Database, Salt) -> function
/dports/net/p5-OurNet-BBS/OurNet-BBS-1.66/lib/OurNet/BBS/
H A DClient.pm162 sub make_auth { subroutine
185 $auth = make_auth($client->get_pubkey);
252 if ($mode & AUTH_PGP and $auth ||= make_auth($client->get_pubkey)) {
/dports/security/p5-Authen-TacacsPlus/Authen-TacacsPlus-0.28/tacpluslib/
H A Dtacplus_client.h5 extern int make_auth (char* username, int user_len,
H A Dtac_client.c48 int make_auth(char* username, int user_len, in make_auth() function
/dports/net/py-pyzmq/pyzmq-22.3.0/zmq/tests/
H A Dtest_auth.py32 self.auth = self.make_auth()
36 def make_auth(self): member in BaseAuthTestCase
101 def make_auth(self): member in TestThreadAuthentication
434 def make_auth(self): member in TestIOLoopAuthentication
H A Dtest_asyncio.py461 def make_auth(self): member in TestAsyncioAuthentication
/dports/graphics/wings/wings-8d019ebe48/plugins_src/import_export/
H A Dwpc_lwo.erl67 Maker = make_auth(Creator),
277 make_auth(Creator) -> function
/dports/databases/py-mysql-connector-python/mysql-connector-python-8.0.27/lib/mysql/connector/
H A Dprotocol.py81 def make_auth(self, handshake, username=None, password=None, database=None, member in MySQLProtocol
H A Dconnection.py221 packet = self._protocol.make_auth(
/dports/www/mod_webauth/webauth-4.7.0/perl/lib/
H A DWebAuth.xs1153 make_auth(self, server, data = NULL)
H A DWebLogin.pm1119 ($kreq, $data) = $context->make_auth ($principal, $tgt);