Searched refs:authfile (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/libexec/httpd/ |
| H A D | auth-bozo.c | 56 char dir[MAXPATHLEN], authfile[MAXPATHLEN], *basename; in bozo_auth_check() local 77 if ((size_t)snprintf(authfile, sizeof(authfile), "%s/%s", dir, in bozo_auth_check() 78 AUTH_FILE) >= sizeof(authfile)) { in bozo_auth_check() 82 if (stat(authfile, &sb) < 0) { in bozo_auth_check() 85 dir, file, authfile)); in bozo_auth_check() 88 if ((fp = fopen(authfile, "r")) == NULL) in bozo_auth_check() 93 dir, file, authfile)); in bozo_auth_check()
|
| /netbsd-src/crypto/external/bsd/openssh/dist/ |
| H A D | sshconnect.c | 1767 maybe_add_key_to_agent(const char *authfile, struct sshkey *private, in maybe_add_key_to_agent() argument 1782 !ask_permission("Add key %s (%s) to agent?", authfile, comment)) { in maybe_add_key_to_agent() 1790 comment == NULL ? authfile : comment, in maybe_add_key_to_agent() 1793 debug("identity added to agent: %s", authfile); in maybe_add_key_to_agent() 1795 debug("could not add identity to agent: %s (%d)", authfile, r); in maybe_add_key_to_agent()
|
| H A D | OVERVIEW | 55 read/write these files is in authfile.c. The files are normally 95 RSA key files with authfile.c. It communicates the
|