Home
last modified time | relevance | path

Searched refs:auth_proto (Results 1 – 25 of 106) sorted by relevance

12345

/dports/net-mgmt/cacti/cacti-1.2.19/lib/
H A Dsnmp.php57 $auth_proto = '', $priv_pass = '', $priv_proto = '', $context = '', $engineid = '', argument
98 if ($auth_pass == '' || $auth_proto == '[None]') {
119 $auth_proto = '', $priv_pass = '', $priv_proto = '', $context = '', argument
149 if ($auth_pass == '' || $auth_proto == '[None]') {
214 $auth_proto = '', $priv_pass = '', $priv_proto = '', $context = '', argument
244 if ($auth_pass == '' || $auth_proto == '[None]') {
305 $auth_proto = '', $priv_pass = '', $priv_proto = '', $context = '', argument
331 if ($auth_pass == '' || $auth_proto == '[None]') {
395 $sec_details = ' -a ' . snmp_escape_string($auth_proto) . ' -A ' . snmp_escape_string($auth_pass);
397 if ($auth_pass == '' || $auth_proto == '[None]') {
[all …]
/dports/security/py-netmiko/netmiko-3.3.0/netmiko/
H A Dsnmp_autodetect.py185 auth_proto="sha", argument
211 if auth_proto not in self._snmp_v3_authentication.keys():
231 self.auth_proto = self._snmp_v3_authentication[auth_proto]
257 authProtocol=self.auth_proto,
/dports/net-mgmt/netdot/Netdot-netdot-1.0.7/bin/
H A Dupdatedevices.pl19 $sec_level, $auth_proto, $auth_pass, $priv_proto, $priv_pass);
94 "auth-proto:s" => \$auth_proto,
138 auth_proto => $auth_proto,
/dports/security/py-asyncssh/asyncssh-2.8.1/asyncssh/
H A Dx11.py246 def __init__(self, loop, host, dpynum, auth_proto, auth_data): argument
249 self._auth_proto = auth_proto
440 async def update_xauth(auth_path, host, dpynum, auth_proto, auth_data): argument
471 auth_proto, auth_data)
490 auth_proto, auth_data = await lookup_xauth(loop, auth_path, host, dpynum)
492 return SSHX11ClientListener(loop, host, dpynum, auth_proto, auth_data)
496 auth_proto, auth_data): argument
511 auth_proto, auth_data)
/dports/x11-toolkits/py-xlib/python-xlib-0.27/Xlib/ext/
H A Dsecurity.py92 def generate_authorization(self, auth_proto, auth_data=b'', timeout=None, argument
111 auth_proto=auth_proto,
/dports/net-mgmt/cacti/cacti-1.2.19/include/vendor/phpsnmp/
H A DclassSNMP.php59 private $auth_proto; variable in phpsnmp\\SNMP
126 $this->auth_proto = $auth_protocol;
188 $this->version, $this->username, $this->auth_pass, $this->auth_proto,
228 $this->username, $this->auth_pass, $this->auth_proto, $this->priv_pass,
/dports/net/tightvnc/vnc_unixsrc/Xvnc/programs/Xserver/os/
H A Dconnection.c454 AuthAudit (client, letin, saddr, len, proto_n, auth_proto, auth_id) in AuthAudit() argument
460 char *auth_proto;
512 AuditF(" Auth name: %.*s ID: %d\n", proto_n, auth_proto, auth_id);
546 ClientAuthorized(client, proto_n, auth_proto, string_n, auth_string) in ClientAuthorized() argument
548 char *auth_proto, *auth_string;
559 auth_id = CheckAuthorization (proto_n, auth_proto,
583 strncmp (auth_proto, XSecurityAuthorizationName, proto_n) != 0) &&
601 fromlen, proto_n, auth_proto, auth_id);
608 proto_n, auth_proto, auth_id);
626 proto_n, auth_proto, auth_id);
/dports/security/py-asyncssh/asyncssh-2.8.1/tests/
H A Dtest_x11.py141 async def attach_x11_listener(self, chan, auth_proto, auth_data, screen): argument
147 _X11Server.auth_proto = auth_proto
150 return await super().attach_x11_listener(chan, auth_proto,
157 auth_proto = b'' variable in _X11Server
196 self._uint16(len(self.auth_proto), endian),
198 b'\x00\x00', self._pad(self.auth_proto),
/dports/net-mgmt/netdot/Netdot-netdot-1.0.7/lib/Netdot/Model/Device/
H A DAirespace.pm80 my $auth_proto = $argv{auth_proto} || $self->snmp_authprotocol;
91 auth_proto => $auth_proto,
/dports/audio/nas/nas-1.9.4/server/dia/
H A Ddispatch.c383 char *reason, *auth_proto, *auth_string; in ProcEstablishConnection() local
388 auth_proto = (char *) prefix + sz_auConnClientPrefix; in ProcEstablishConnection()
389 auth_string = auth_proto + ((prefix->nbytesAuthProto + 3) & ~3); in ProcEstablishConnection()
395 auth_proto, in ProcEstablishConnection()
/dports/net/tigervnc-server/tigervnc-1.12.0/unix/xserver/os/
H A Dconnection.c377 unsigned int proto_n, char *auth_proto, int auth_id) in AuthAudit() argument
473 client_uid_string, (int) proto_n, auth_proto, auth_id); in AuthAudit()
512 unsigned int proto_n, char *auth_proto, in ClientAuthorized() argument
533 CheckAuthorization(proto_n, auth_proto, string_n, auth_string, in ClientAuthorized()
541 fromlen, proto_n, auth_proto, auth_id); in ClientAuthorized()
551 proto_n, auth_proto, auth_id); in ClientAuthorized()
572 proto_n, auth_proto, auth_id); in ClientAuthorized()
/dports/x11-servers/xwayland/xorg-server-1.20.13/os/
H A Dconnection.c377 unsigned int proto_n, char *auth_proto, int auth_id) in AuthAudit() argument
473 client_uid_string, (int) proto_n, auth_proto, auth_id); in AuthAudit()
512 unsigned int proto_n, char *auth_proto, in ClientAuthorized() argument
533 CheckAuthorization(proto_n, auth_proto, string_n, auth_string, in ClientAuthorized()
541 fromlen, proto_n, auth_proto, auth_id); in ClientAuthorized()
551 proto_n, auth_proto, auth_id); in ClientAuthorized()
572 proto_n, auth_proto, auth_id); in ClientAuthorized()
/dports/x11-servers/xephyr/xorg-server-1.20.13/os/
H A Dconnection.c377 unsigned int proto_n, char *auth_proto, int auth_id) in AuthAudit() argument
473 client_uid_string, (int) proto_n, auth_proto, auth_id); in AuthAudit()
512 unsigned int proto_n, char *auth_proto, in ClientAuthorized() argument
533 CheckAuthorization(proto_n, auth_proto, string_n, auth_string, in ClientAuthorized()
541 fromlen, proto_n, auth_proto, auth_id); in ClientAuthorized()
551 proto_n, auth_proto, auth_id); in ClientAuthorized()
572 proto_n, auth_proto, auth_id); in ClientAuthorized()
/dports/x11-servers/xorg-server/xorg-server-1.20.13/os/
H A Dconnection.c377 unsigned int proto_n, char *auth_proto, int auth_id) in AuthAudit() argument
473 client_uid_string, (int) proto_n, auth_proto, auth_id); in AuthAudit()
512 unsigned int proto_n, char *auth_proto, in ClientAuthorized() argument
533 CheckAuthorization(proto_n, auth_proto, string_n, auth_string, in ClientAuthorized()
541 fromlen, proto_n, auth_proto, auth_id); in ClientAuthorized()
551 proto_n, auth_proto, auth_id); in ClientAuthorized()
572 proto_n, auth_proto, auth_id); in ClientAuthorized()
/dports/x11-servers/xarcan/xarcan-0.6.0/os/
H A Dconnection.c374 unsigned int proto_n, char *auth_proto, int auth_id) in AuthAudit() argument
470 client_uid_string, (int) proto_n, auth_proto, auth_id); in AuthAudit()
509 unsigned int proto_n, char *auth_proto, in ClientAuthorized() argument
530 CheckAuthorization(proto_n, auth_proto, string_n, auth_string, in ClientAuthorized()
538 fromlen, proto_n, auth_proto, auth_id); in ClientAuthorized()
548 proto_n, auth_proto, auth_id); in ClientAuthorized()
569 proto_n, auth_proto, auth_id); in ClientAuthorized()
/dports/x11-servers/xorg-dmx/xorg-server-1.20.13/os/
H A Dconnection.c377 unsigned int proto_n, char *auth_proto, int auth_id) in AuthAudit() argument
473 client_uid_string, (int) proto_n, auth_proto, auth_id); in AuthAudit()
512 unsigned int proto_n, char *auth_proto, in ClientAuthorized() argument
533 CheckAuthorization(proto_n, auth_proto, string_n, auth_string, in ClientAuthorized()
541 fromlen, proto_n, auth_proto, auth_id); in ClientAuthorized()
551 proto_n, auth_proto, auth_id); in ClientAuthorized()
572 proto_n, auth_proto, auth_id); in ClientAuthorized()
/dports/x11-servers/xorg-vfbserver/xorg-server-1.20.13/os/
H A Dconnection.c377 unsigned int proto_n, char *auth_proto, int auth_id) in AuthAudit() argument
473 client_uid_string, (int) proto_n, auth_proto, auth_id); in AuthAudit()
512 unsigned int proto_n, char *auth_proto, in ClientAuthorized() argument
533 CheckAuthorization(proto_n, auth_proto, string_n, auth_string, in ClientAuthorized()
541 fromlen, proto_n, auth_proto, auth_id); in ClientAuthorized()
551 proto_n, auth_proto, auth_id); in ClientAuthorized()
572 proto_n, auth_proto, auth_id); in ClientAuthorized()
/dports/x11-servers/xorg-nestserver/xorg-server-1.20.13/os/
H A Dconnection.c377 unsigned int proto_n, char *auth_proto, int auth_id) in AuthAudit() argument
473 client_uid_string, (int) proto_n, auth_proto, auth_id); in AuthAudit()
512 unsigned int proto_n, char *auth_proto, in ClientAuthorized() argument
533 CheckAuthorization(proto_n, auth_proto, string_n, auth_string, in ClientAuthorized()
541 fromlen, proto_n, auth_proto, auth_id); in ClientAuthorized()
551 proto_n, auth_proto, auth_id); in ClientAuthorized()
572 proto_n, auth_proto, auth_id); in ClientAuthorized()
/dports/x11-servers/xwayland-devel/xorg-xserver-xorg-server-21.0.99.1-177-g9e5a37961/os/
H A Dconnection.c374 unsigned int proto_n, char *auth_proto, int auth_id) in AuthAudit() argument
470 client_uid_string, (int) proto_n, auth_proto, auth_id); in AuthAudit()
509 unsigned int proto_n, char *auth_proto, in ClientAuthorized() argument
530 CheckAuthorization(proto_n, auth_proto, string_n, auth_string, in ClientAuthorized()
538 fromlen, proto_n, auth_proto, auth_id); in ClientAuthorized()
548 proto_n, auth_proto, auth_id); in ClientAuthorized()
569 proto_n, auth_proto, auth_id); in ClientAuthorized()
/dports/security/suricata/suricata-6.0.4/rust/src/dcerpc/
H A Dparser.rs93 >> auth_proto: le_u8
132 auth_proto: auth_proto,
328 assert_eq!(0x0a, header.auth_proto); in test_parse_dcerpc_udp_header()
/dports/net/tcpdump/tcpdump-4.99.1/
H A Dprint-dhcp6.c283 uint8_t auth_proto; in dhcp6opt_print() local
437 auth_proto = GET_U_1(tp); in dhcp6opt_print()
438 switch (auth_proto) { in dhcp6opt_print()
446 ND_PRINT(" proto: %u", auth_proto); in dhcp6opt_print()
477 switch (auth_proto) { in dhcp6opt_print()
/dports/security/gnome-ssh-askpass/openssh-6.6p1/
H A Dsession.c367 free(s->auth_proto); in do_authenticated1()
369 s->auth_proto = NULL; in do_authenticated1()
1369 fprintf(f, "%s %s\n", s->auth_proto, in do_rc_files()
1382 fprintf(f, "%s %s\n", s->auth_proto, in do_rc_files()
1397 s->auth_proto, s->auth_data); in do_rc_files()
1406 s->auth_display, s->auth_proto, in do_rc_files()
2188 free(s->auth_proto); in session_x11_req()
2190 s->auth_proto = NULL; in session_x11_req()
2444 free(s->auth_proto); in session_close_single_x11()
2445 s->auth_proto = NULL; in session_close_single_x11()
[all …]
/dports/audio/nas/nas-1.9.4/server/os/
H A Dconnection.c1309 unsigned short proto_n, char *auth_proto) in AuthAudit() argument
1348 AuditF(" Auth name: %.*s\n", proto_n, auth_proto); in AuthAudit()
1374 char *auth_proto, *auth_string;
1393 auth_id = CheckAuthorization(proto_n, auth_proto,
1401 proto_n, auth_proto);
1406 proto_n, auth_proto);
1414 proto_n, auth_proto);
1838 char *auth_proto, *auth_string;
1848 auth_id = CheckAuthorization(proto_n, auth_proto,
2220 char *auth_proto, *auth_string;
[all …]
/dports/security/py-netmiko/netmiko-3.3.0/examples/
H A Dautodetect_snmp_v3.py16 auth_proto="sha",
/dports/security/pam_ssh/pam_ssh-8.0/openssh/
H A Dsession.c1227 fprintf(f, "%s %s\n", s->auth_proto, in do_rc_files()
1240 fprintf(f, "%s %s\n", s->auth_proto, in do_rc_files()
1255 s->auth_proto, s->auth_data); in do_rc_files()
1264 s->auth_display, s->auth_proto, in do_rc_files()
2004 if (s->auth_proto != NULL || s->auth_data != NULL) { in session_x11_req()
2018 if (xauth_valid_string(s->auth_proto) && in session_x11_req()
2026 free(s->auth_proto); in session_x11_req()
2028 s->auth_proto = NULL; in session_x11_req()
2368 free(s->auth_proto); in session_close_single_x11()
2369 s->auth_proto = NULL; in session_close_single_x11()
[all …]

12345