Home
last modified time | relevance | path

Searched refs:authfile (Results 1 – 25 of 160) sorted by relevance

1234567

/dports/x11-toolkits/py-xlib/python-xlib-0.27/
H A Druntests.py28 if authfile is None:
29 authfile = os.devnull
34 '-auth', authfile,
41 def tests_run(display, authfile=None): argument
45 if authfile is None:
46 authfile = os.devnull
48 os.environ['XAUTHORITY'] = authfile
94 authfile.close()
97 '-f', authfile.name,
105 server_pid = xserver_start(server_display, authfile=authfile.name)
[all …]
/dports/sysutils/LPRng/lprng-3.8.C/UTILS/
H A Dsmbprint72 if [ "$smbclientold" != "" -a "$authfile" != "" -a -f "$authfile" ] ; then
73 . $authfile
74 authfile=
92 ${authfile:+-A} $authfile -c "$command" >&2
H A Dncpprint49 if [ -n "$authfile' -a -f "$authfile" ] ; then
50 . $authfile
/dports/sysutils/LPRngTool/LPRngTool-1.3.2/
H A Dsmbprint72 if [ "$smbclientold" != "" -a "$authfile" != "" -a -f "$authfile" ] ; then
73 . $authfile
74 authfile=
92 ${authfile:+-A} $authfile -c "$command" >&2
H A Datalkprint47 if [ -n "$authfile" -a -f "$authfile" ] ; then
48 . ${authfile}
H A Dncpprint52 if [ -n "$authfile' -a -f $authfile ] ; then
53 . $authfile
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/containers/podman/plugins/modules/
H A Dpodman_login_info.py67 def get_login_info(module, executable, authfile, registry): argument
74 if authfile:
75 command.extend(['--authfile', authfile])
96 authfile=dict(type='path'),
103 authfile = module.params['authfile']
106 inspect_results = get_login_info(module, executable, authfile, registry)
H A Dpodman_logout.py91 def logout(module, executable, registry, authfile, all_registries, ignore_docker_credentials): argument
94 if authfile:
95 command.extend(['--authfile', authfile])
124 authfile=dict(type='path'),
136 authfile = module.params['authfile']
141 changed, out, err = logout(module, executable, registry, authfile,
H A Dpodman_login.py89 def login(module, executable, registry, authfile, argument
99 if authfile:
100 command.extend(['--authfile', authfile])
124 authfile=dict(type='path'),
140 authfile = module.params['authfile']
147 changed, out, err = login(module, executable, registry, authfile,
/dports/security/ossec-hids-local/ossec-hids-3.6.0/src/addagent/
H A Dmanage_keys.c242 char authfile[257]; in k_extract() local
245 snprintf(authfile, 256, "%s", AUTH_FILE); //XXX in k_extract()
248 snprintf(authfile, 256, "%s/%s", dir, AUTH_FILE); //XXX in k_extract()
251 fp = fopen(authfile, "r"); in k_extract()
348 char authfile[257]; in k_bulkload() local
350 snprintf(authfile, 256, "%s", AUTH_FILE); //XXX in k_bulkload()
353 snprintf(authfile, 256, "%s/%s", dir, AUTH_FILE); //XXX in k_bulkload()
356 fp = fopen(authfile, "a"); in k_bulkload()
379 if (chmod(authfile, 0440) == -1) { in k_bulkload()
443 fp = fopen(authfile, "a"); in k_bulkload()
[all …]
H A Dmanage_agents.c86 char authfile[257]; in add_agent() local
89 snprintf(authfile, 256, "%s", AUTH_FILE); //XXX in add_agent()
92 snprintf(authfile, 256, "%s/%s", dir, AUTH_FILE); //XXX in add_agent()
100 fp = fopen(authfile, "a"); in add_agent()
117 if (chmod(authfile, 0440) == -1) { in add_agent()
337 fp = fopen(authfile, "a"); in add_agent()
351 if ((chmod(authfile, 0440)) != 0) { in add_agent()
421 char authfile[257]; in remove_agent() local
423 snprintf(authfile, 256, "%s", AUTH_FILE); //XXX in remove_agent()
512 fp = fopen(authfile, "r+"); in remove_agent()
[all …]
/dports/security/ossec-hids-server/ossec-hids-3.6.0/src/addagent/
H A Dmanage_keys.c242 char authfile[257]; in k_extract() local
245 snprintf(authfile, 256, "%s", AUTH_FILE); //XXX in k_extract()
248 snprintf(authfile, 256, "%s/%s", dir, AUTH_FILE); //XXX in k_extract()
251 fp = fopen(authfile, "r"); in k_extract()
348 char authfile[257]; in k_bulkload() local
350 snprintf(authfile, 256, "%s", AUTH_FILE); //XXX in k_bulkload()
353 snprintf(authfile, 256, "%s/%s", dir, AUTH_FILE); //XXX in k_bulkload()
356 fp = fopen(authfile, "a"); in k_bulkload()
379 if (chmod(authfile, 0440) == -1) { in k_bulkload()
443 fp = fopen(authfile, "a"); in k_bulkload()
[all …]
H A Dmanage_agents.c86 char authfile[257]; in add_agent() local
89 snprintf(authfile, 256, "%s", AUTH_FILE); //XXX in add_agent()
92 snprintf(authfile, 256, "%s/%s", dir, AUTH_FILE); //XXX in add_agent()
100 fp = fopen(authfile, "a"); in add_agent()
117 if (chmod(authfile, 0440) == -1) { in add_agent()
337 fp = fopen(authfile, "a"); in add_agent()
351 if ((chmod(authfile, 0440)) != 0) { in add_agent()
421 char authfile[257]; in remove_agent() local
423 snprintf(authfile, 256, "%s", AUTH_FILE); //XXX in remove_agent()
512 fp = fopen(authfile, "r+"); in remove_agent()
[all …]
/dports/security/ossec-hids-agent/ossec-hids-3.6.0/src/addagent/
H A Dmanage_keys.c242 char authfile[257]; in k_extract() local
245 snprintf(authfile, 256, "%s", AUTH_FILE); //XXX in k_extract()
248 snprintf(authfile, 256, "%s/%s", dir, AUTH_FILE); //XXX in k_extract()
251 fp = fopen(authfile, "r"); in k_extract()
348 char authfile[257]; in k_bulkload() local
350 snprintf(authfile, 256, "%s", AUTH_FILE); //XXX in k_bulkload()
353 snprintf(authfile, 256, "%s/%s", dir, AUTH_FILE); //XXX in k_bulkload()
356 fp = fopen(authfile, "a"); in k_bulkload()
379 if (chmod(authfile, 0440) == -1) { in k_bulkload()
443 fp = fopen(authfile, "a"); in k_bulkload()
[all …]
H A Dmanage_agents.c86 char authfile[257]; in add_agent() local
89 snprintf(authfile, 256, "%s", AUTH_FILE); //XXX in add_agent()
92 snprintf(authfile, 256, "%s/%s", dir, AUTH_FILE); //XXX in add_agent()
100 fp = fopen(authfile, "a"); in add_agent()
117 if (chmod(authfile, 0440) == -1) { in add_agent()
337 fp = fopen(authfile, "a"); in add_agent()
351 if ((chmod(authfile, 0440)) != 0) { in add_agent()
421 char authfile[257]; in remove_agent() local
423 snprintf(authfile, 256, "%s", AUTH_FILE); //XXX in remove_agent()
512 fp = fopen(authfile, "r+"); in remove_agent()
[all …]
/dports/www/bozohttpd/bozohttpd-20210227/
H A Dauth-bozo.c56 char dir[MAXPATHLEN], authfile[MAXPATHLEN], *basename; in bozo_auth_check() local
72 if ((size_t)snprintf(authfile, sizeof(authfile), "%s/%s", dir, in bozo_auth_check()
73 AUTH_FILE) >= sizeof(authfile)) { in bozo_auth_check()
77 if (stat(authfile, &sb) < 0) { in bozo_auth_check()
80 dir, file, authfile)); in bozo_auth_check()
83 if ((fp = fopen(authfile, "r")) == NULL) in bozo_auth_check()
88 dir, file, authfile)); in bozo_auth_check()
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/ovirt/ovirt/roles/hosted_engine_setup/tasks/
H A Dclean_local_storage_pools.yml6 virsh -c qemu:///system?authfile={{ he_libvirt_authfile }}
12 virsh -c qemu:///system?authfile={{ he_libvirt_authfile }}
18 virsh -c qemu:///system?authfile={{ he_libvirt_authfile }}
24 virsh -c qemu:///system?authfile={{ he_libvirt_authfile }}
/dports/print/p5-XML-ApacheFOP/XML-ApacheFOP-0.03/lib/XML/
H A DApacheFOP.pm125 …$Self->{authfile} = $Args{authfile} ? $Args{authfile} : undef; # see Authentication section in Jav…
133 warn "Using authfile: $Self->{authfile}" if $Self->{debug} and $Self->{authfile};
134 …elf->{host}, port=>$Self->{port}, event_port=>$Self->{event_port}, authfile=>$Self->{authfile},) };
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/containers/podman/tests/integration/targets/podman_login_info/tasks/
H A Dmain.yml47 - name: Get login info for a non-existing authfile
48 # This will return not logged in even if logged in via different authfile
51 authfile: non-existing.authfile.json
54 - name: Check non-existing authfile results
/dports/security/openvpn-mbedtls/openvpn-2.5.6/src/openvpn/
H A Dsocks.c64 const char *authfile) in socks_proxy_new() argument
76 if (authfile) in socks_proxy_new()
78 strncpynt(p->authfile, authfile, sizeof(p->authfile)); in socks_proxy_new()
82 p->authfile[0] = 0; in socks_proxy_new()
109 if (!get_user_pass(&creds, p->authfile, UP_TYPE_SOCKS, GET_USER_PASS_MANAGEMENT)) in socks_username_password_auth()
203 if (p->authfile[0]) in socks_handshake()
285 if (!p->authfile[0]) in socks_handshake()
/dports/security/openvpn/openvpn-2.5.6/src/openvpn/
H A Dsocks.c64 const char *authfile) in socks_proxy_new() argument
76 if (authfile) in socks_proxy_new()
78 strncpynt(p->authfile, authfile, sizeof(p->authfile)); in socks_proxy_new()
82 p->authfile[0] = 0; in socks_proxy_new()
109 if (!get_user_pass(&creds, p->authfile, UP_TYPE_SOCKS, GET_USER_PASS_MANAGEMENT)) in socks_username_password_auth()
203 if (p->authfile[0]) in socks_handshake()
285 if (!p->authfile[0]) in socks_handshake()
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/inventory/
H A Dopennebula.py118 authfile = self.get_option('api_authfile')
121 if authfile is None:
122 authfile = os.path.join(os.environ.get("HOME"), ".one", "one_auth")
124 with open(authfile, "r") as fp:
128 … raise AnsibleError("Could not find or read ONE_AUTH file at '{e}'".format(e=authfile))
130 … raise AnsibleError("Error occurs when reading ONE_AUTH file at '{e}'".format(e=authfile))
/dports/security/openvpn-devel/openvpn-0033811e0215af76f469d78912c95a2f59813454/src/openvpn/
H A Dsocks.c64 const char *authfile) in socks_proxy_new() argument
76 if (authfile) in socks_proxy_new()
78 strncpynt(p->authfile, authfile, sizeof(p->authfile)); in socks_proxy_new()
82 p->authfile[0] = 0; in socks_proxy_new()
110 if (!get_user_pass(&creds, p->authfile, UP_TYPE_SOCKS, GET_USER_PASS_MANAGEMENT)) in socks_username_password_auth()
208 if (p->authfile[0]) in socks_handshake()
290 if (!p->authfile[0]) in socks_handshake()
/dports/print/ghostscript9-base/ghostscript-9.06/cups/libs/cups/
H A Dadminutil.c62 const char *authfile,
446 if ((fp = cupsTempFile2(authfile, sizeof(authfile))) == NULL) in cupsAdminExportSamba()
506 unlink(authfile); in cupsAdminExportSamba()
584 unlink(authfile); in cupsAdminExportSamba()
629 unlink(authfile); in cupsAdminExportSamba()
658 unlink(authfile); in cupsAdminExportSamba()
710 unlink(authfile); in cupsAdminExportSamba()
788 unlink(authfile); in cupsAdminExportSamba()
816 unlink(authfile); in cupsAdminExportSamba()
840 unlink(authfile); in cupsAdminExportSamba()
[all …]
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/cups/libs/cups/
H A Dadminutil.c51 const char *authfile,
435 if ((fp = cupsTempFile2(authfile, sizeof(authfile))) == NULL) in cupsAdminExportSamba()
495 unlink(authfile); in cupsAdminExportSamba()
573 unlink(authfile); in cupsAdminExportSamba()
618 unlink(authfile); in cupsAdminExportSamba()
647 unlink(authfile); in cupsAdminExportSamba()
699 unlink(authfile); in cupsAdminExportSamba()
777 unlink(authfile); in cupsAdminExportSamba()
805 unlink(authfile); in cupsAdminExportSamba()
829 unlink(authfile); in cupsAdminExportSamba()
[all …]

1234567