Home
last modified time | relevance | path

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

/dports/java/java-subversion/subversion-1.14.1/subversion/tests/libsvn_subr/
H A Dauth-test.c236 const char *auth_dir; in test_auth_clear() local
244 SVN_ERR(svn_dirent_get_absolute(&auth_dir, "", pool)); in test_auth_clear()
245 auth_dir = svn_dirent_join(auth_dir, "auth-clear", pool); in test_auth_clear()
247 svn_test_add_dir_cleanup(auth_dir); in test_auth_clear()
249 SVN_ERR(svn_io_remove_dir2(auth_dir, TRUE, NULL, NULL, pool)); in test_auth_clear()
250 SVN_ERR(svn_io_dir_make(auth_dir, APR_OS_DEFAULT, pool)); in test_auth_clear()
264 SVN_ERR(svn_config_ensure(auth_dir, pool)); in test_auth_clear()
345 const char *auth_dir; in test_save_cleartext() local
356 SVN_ERR(svn_io_dir_make(auth_dir, APR_OS_DEFAULT, pool)); in test_save_cleartext()
357 svn_test_add_dir_cleanup(auth_dir); in test_save_cleartext()
[all …]
/dports/devel/py-subversion/subversion-1.14.1/subversion/tests/libsvn_subr/
H A Dauth-test.c236 const char *auth_dir; in test_auth_clear() local
244 SVN_ERR(svn_dirent_get_absolute(&auth_dir, "", pool)); in test_auth_clear()
245 auth_dir = svn_dirent_join(auth_dir, "auth-clear", pool); in test_auth_clear()
247 svn_test_add_dir_cleanup(auth_dir); in test_auth_clear()
249 SVN_ERR(svn_io_remove_dir2(auth_dir, TRUE, NULL, NULL, pool)); in test_auth_clear()
250 SVN_ERR(svn_io_dir_make(auth_dir, APR_OS_DEFAULT, pool)); in test_auth_clear()
264 SVN_ERR(svn_config_ensure(auth_dir, pool)); in test_auth_clear()
345 const char *auth_dir; in test_save_cleartext() local
356 SVN_ERR(svn_io_dir_make(auth_dir, APR_OS_DEFAULT, pool)); in test_save_cleartext()
357 svn_test_add_dir_cleanup(auth_dir); in test_save_cleartext()
[all …]
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/tests/libsvn_subr/
H A Dauth-test.c236 const char *auth_dir; in test_auth_clear() local
244 SVN_ERR(svn_dirent_get_absolute(&auth_dir, "", pool)); in test_auth_clear()
245 auth_dir = svn_dirent_join(auth_dir, "auth-clear", pool); in test_auth_clear()
247 svn_test_add_dir_cleanup(auth_dir); in test_auth_clear()
249 SVN_ERR(svn_io_remove_dir2(auth_dir, TRUE, NULL, NULL, pool)); in test_auth_clear()
250 SVN_ERR(svn_io_dir_make(auth_dir, APR_OS_DEFAULT, pool)); in test_auth_clear()
264 SVN_ERR(svn_config_ensure(auth_dir, pool)); in test_auth_clear()
345 const char *auth_dir; in test_save_cleartext() local
356 SVN_ERR(svn_io_dir_make(auth_dir, APR_OS_DEFAULT, pool)); in test_save_cleartext()
357 svn_test_add_dir_cleanup(auth_dir); in test_save_cleartext()
[all …]
/dports/devel/p5-subversion/subversion-1.14.1/subversion/tests/libsvn_subr/
H A Dauth-test.c236 const char *auth_dir; in test_auth_clear() local
244 SVN_ERR(svn_dirent_get_absolute(&auth_dir, "", pool)); in test_auth_clear()
245 auth_dir = svn_dirent_join(auth_dir, "auth-clear", pool); in test_auth_clear()
247 svn_test_add_dir_cleanup(auth_dir); in test_auth_clear()
249 SVN_ERR(svn_io_remove_dir2(auth_dir, TRUE, NULL, NULL, pool)); in test_auth_clear()
250 SVN_ERR(svn_io_dir_make(auth_dir, APR_OS_DEFAULT, pool)); in test_auth_clear()
264 SVN_ERR(svn_config_ensure(auth_dir, pool)); in test_auth_clear()
345 const char *auth_dir; in test_save_cleartext() local
356 SVN_ERR(svn_io_dir_make(auth_dir, APR_OS_DEFAULT, pool)); in test_save_cleartext()
357 svn_test_add_dir_cleanup(auth_dir); in test_save_cleartext()
[all …]
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/library/
H A Dcheck_library.py97 for auth_dir in os.listdir(lib):
98 if self.ignore_name(auth_dir) or auth_dir in {'metadata.db',
101 auth_path = os.path.join(lib, auth_dir)
104 self.invalid_authors.append((auth_dir, auth_dir, 0))
107 self.potential_authors[auth_dir] = {}
116 db_path = os.path.join(auth_dir, title_dir)
120 self.invalid_titles.append((auth_dir, db_path, 0))
142 self.failed_folders.append((auth_dir, traceback.format_exc(), []))
146 self.extra_authors.append((auth_dir, auth_dir, 0))
/dports/mail/qpopper/qpopper4.1.0/popper/
H A Dpop_user.c164 char auth_dir[BUFSIZ];
295 strncpy ( auth_dir, AUTHDB, sizeof(auth_dir) - 5 );
297 strcat ( auth_dir, ".db" );
299 strcat ( auth_dir, ".dir" );
305 if ( stat (auth_dir, &st) != -1 && (st.st_mode & 0777) != 0600 )
321 fid = open ( auth_dir, O_RDONLY );
H A Dpopauth.c700 char auth_dir[BUFSIZ]; local
917 strlcpy ( auth_dir, AUTHDB, sizeof(auth_dir) - 5 );
919 strcat ( auth_dir, ".db" );
920 BLATHER1 ( "BSD44_DBM: auth_dir=%s", auth_dir );
921 db_name = auth_dir;
925 strcat ( auth_dir, ".dir" );
995 if ( stat ( auth_dir, &st ) != -1 )
1012 (void) unlink ( auth_dir );
1072 f = open ( auth_dir, listsw ? O_RDONLY : O_RDWR );
1075 auth_dir, strerror(errno), errno, __LINE__ );
[all …]
/dports/x11/gdm/gdm-3.28.4/daemon/
H A Dgdm-display-access-file.c648 char *auth_dir; in gdm_display_access_file_close() local
664 auth_dir = g_path_get_dirname (file->priv->path); in gdm_display_access_file_close()
665 if (auth_dir != NULL) { in gdm_display_access_file_close()
667 if (g_rmdir (auth_dir) != 0) { in gdm_display_access_file_close()
669 auth_dir, in gdm_display_access_file_close()
672 g_free (auth_dir); in gdm_display_access_file_close()
H A Dgdm-x-session.c70 char *auth_dir = NULL; in create_auth_file() local
75 auth_dir = g_build_filename (g_get_user_runtime_dir (), in create_auth_file()
79 g_mkdir_with_parents (auth_dir, 0711); in create_auth_file()
80 auth_file = g_build_filename (auth_dir, "Xauthority", NULL); in create_auth_file()
81 g_clear_pointer (&auth_dir, g_free); in create_auth_file()
/dports/java/java-subversion/subversion-1.14.1/subversion/libsvn_subr/
H A Dconfig_file.c859 ensure_auth_subdir(const char *auth_dir, in ensure_auth_subdir() argument
867 subdir_full_path = svn_dirent_join(auth_dir, subdir, pool); in ensure_auth_subdir()
885 const char *auth_dir; in ensure_auth_dirs() local
889 auth_dir = svn_dirent_join(path, SVN_CONFIG__AUTH_SUBDIR, pool); in ensure_auth_dirs()
890 err = svn_io_check_path(auth_dir, &kind, pool); in ensure_auth_dirs()
895 err = svn_io_dir_make(auth_dir, in ensure_auth_dirs()
908 ensure_auth_subdir(auth_dir, SVN_AUTH_CRED_SIMPLE, pool); in ensure_auth_dirs()
909 ensure_auth_subdir(auth_dir, SVN_AUTH_CRED_USERNAME, pool); in ensure_auth_dirs()
910 ensure_auth_subdir(auth_dir, SVN_AUTH_CRED_SSL_SERVER_TRUST, pool); in ensure_auth_dirs()
911 ensure_auth_subdir(auth_dir, SVN_AUTH_CRED_SSL_CLIENT_CERT_PW, pool); in ensure_auth_dirs()
/dports/devel/py-subversion/subversion-1.14.1/subversion/libsvn_subr/
H A Dconfig_file.c859 ensure_auth_subdir(const char *auth_dir, in ensure_auth_subdir() argument
867 subdir_full_path = svn_dirent_join(auth_dir, subdir, pool); in ensure_auth_subdir()
885 const char *auth_dir; in ensure_auth_dirs() local
889 auth_dir = svn_dirent_join(path, SVN_CONFIG__AUTH_SUBDIR, pool); in ensure_auth_dirs()
890 err = svn_io_check_path(auth_dir, &kind, pool); in ensure_auth_dirs()
895 err = svn_io_dir_make(auth_dir, in ensure_auth_dirs()
908 ensure_auth_subdir(auth_dir, SVN_AUTH_CRED_SIMPLE, pool); in ensure_auth_dirs()
909 ensure_auth_subdir(auth_dir, SVN_AUTH_CRED_USERNAME, pool); in ensure_auth_dirs()
910 ensure_auth_subdir(auth_dir, SVN_AUTH_CRED_SSL_SERVER_TRUST, pool); in ensure_auth_dirs()
911 ensure_auth_subdir(auth_dir, SVN_AUTH_CRED_SSL_CLIENT_CERT_PW, pool); in ensure_auth_dirs()
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/libsvn_subr/
H A Dconfig_file.c859 ensure_auth_subdir(const char *auth_dir, in ensure_auth_subdir() argument
867 subdir_full_path = svn_dirent_join(auth_dir, subdir, pool); in ensure_auth_subdir()
885 const char *auth_dir; in ensure_auth_dirs() local
889 auth_dir = svn_dirent_join(path, SVN_CONFIG__AUTH_SUBDIR, pool); in ensure_auth_dirs()
890 err = svn_io_check_path(auth_dir, &kind, pool); in ensure_auth_dirs()
895 err = svn_io_dir_make(auth_dir, in ensure_auth_dirs()
908 ensure_auth_subdir(auth_dir, SVN_AUTH_CRED_SIMPLE, pool); in ensure_auth_dirs()
909 ensure_auth_subdir(auth_dir, SVN_AUTH_CRED_USERNAME, pool); in ensure_auth_dirs()
910 ensure_auth_subdir(auth_dir, SVN_AUTH_CRED_SSL_SERVER_TRUST, pool); in ensure_auth_dirs()
911 ensure_auth_subdir(auth_dir, SVN_AUTH_CRED_SSL_CLIENT_CERT_PW, pool); in ensure_auth_dirs()
/dports/devel/p5-subversion/subversion-1.14.1/subversion/libsvn_subr/
H A Dconfig_file.c859 ensure_auth_subdir(const char *auth_dir, in ensure_auth_subdir() argument
867 subdir_full_path = svn_dirent_join(auth_dir, subdir, pool); in ensure_auth_subdir()
885 const char *auth_dir; in ensure_auth_dirs() local
889 auth_dir = svn_dirent_join(path, SVN_CONFIG__AUTH_SUBDIR, pool); in ensure_auth_dirs()
890 err = svn_io_check_path(auth_dir, &kind, pool); in ensure_auth_dirs()
895 err = svn_io_dir_make(auth_dir, in ensure_auth_dirs()
908 ensure_auth_subdir(auth_dir, SVN_AUTH_CRED_SIMPLE, pool); in ensure_auth_dirs()
909 ensure_auth_subdir(auth_dir, SVN_AUTH_CRED_USERNAME, pool); in ensure_auth_dirs()
910 ensure_auth_subdir(auth_dir, SVN_AUTH_CRED_SSL_SERVER_TRUST, pool); in ensure_auth_dirs()
911 ensure_auth_subdir(auth_dir, SVN_AUTH_CRED_SSL_CLIENT_CERT_PW, pool); in ensure_auth_dirs()
/dports/sysutils/kubectl/kubernetes-1.22.2/cluster/gce/gci/
H A Dconfigure-helper.sh735 local -r auth_dir="/etc/srv/kubernetes"
736 local -r known_tokens_csv="${auth_dir}/known_tokens.csv"
1430 local -r auth_dir="/etc/srv/kubernetes"
1432 echo "${ETCD_PEER_KEY}" | base64 --decode > "${auth_dir}/etcd-peer.key"
1439 local -r auth_dir="/etc/srv/kubernetes/pki"
1441 ETCD_APISERVER_CA_KEY_PATH="${auth_dir}/etcd-apiserver-ca.key"
1445 ETCD_APISERVER_CA_CERT_PATH="${auth_dir}/etcd-apiserver-ca.crt"
1448 ETCD_APISERVER_SERVER_KEY_PATH="${auth_dir}/etcd-apiserver-server.key"
1451 ETCD_APISERVER_SERVER_CERT_PATH="${auth_dir}/etcd-apiserver-server.crt"
1455 ETCD_APISERVER_CLIENT_KEY_PATH="${auth_dir}/etcd-apiserver-client.key"
[all …]
/dports/www/yaws/yaws-2.0.6/testsuite/
H A Dsconf_SUITE.erl122 Auth2 = yaws:auth_dir(Auth1, "/"),
124 AuthDir = yaws:auth_dir(hd(yaws:sconf_authdirs(SC2))),
/dports/www/yaws/yaws-2.0.6/src/
H A Dyaws.erl78 auth_dir/1, auth_dir/2,
421 auth_dir (#auth{dir = X}) -> X. function
433 auth_dir (A, Dir) -> A#auth{dir = Dir}. function