Home
last modified time | relevance | path

Searched refs:repository (Results 1 – 25 of 150) sorted by relevance

123456

/freebsd-13-stable/contrib/subversion/subversion/svnserve/
HDserve.c114 logger__log_error(server->logger, err, server->repository, in log_error()
122 logger__log_warning(server->logger, err, server->repository, in log_warning()
177 b->repository->repos_name, log); in log_command()
206 b->repository->repos_name, in log_authz_denied()
218 load_pwdb_config(repository_t *repository, in load_pwdb_config() argument
230 repository->pwdb = NULL; in load_pwdb_config()
234 pwdb_path = svn_dirent_join(repository->base, pwdb_path, pool); in load_pwdb_config()
236 err = svn_repos__config_pool_get(&repository->pwdb, config_pool, in load_pwdb_config()
238 repository->repos, pool); in load_pwdb_config()
269 canonicalize_access_file(const char **access_file, repository_t *repository, in canonicalize_access_file() argument
[all …]
HDlogger.c95 repository_t *repository, in log_message() argument
116 repos = repository && repository->repos_name in log_message()
117 ? repository->repos_name in log_message()
159 repository_t *repository, in logger__log_error() argument
162 log_message(logger, err, "ERR", repository, client_info); in logger__log_error()
168 repository_t *repository, in logger__log_warning() argument
171 log_message(logger, err, "WARN", repository, client_info); in logger__log_warning()
HDlogger.h72 repository_t *repository,
79 repository_t *repository,
HDcyrus_auth.c285 hostname, b->repository->realm, in cyrus_auth_request()
306 no_anonymous = needs_username || b->repository->anon_access < required; in cyrus_auth_request()
310 secprops.min_ssf = b->repository->min_ssf; in cyrus_auth_request()
311 secprops.max_ssf = b->repository->max_ssf; in cyrus_auth_request()
343 mechlist, b->repository->realm)); in cyrus_auth_request()
/freebsd-13-stable/contrib/subversion/subversion/svn/schema/
HDinfo.rnc30 attlist.entry, url?, relative-url?, repository?, wc-info?,
41 ## URL of this item in the repository.
44 ## Repository relative URL (^/...) of this item in the repository.
47 ## Information of this item's repository.
48 repository = element repository { root?, uuid? }
50 ## URL of the repository.
53 ## UUID of the repository.
HDlog.rnc36 ## Path within repository.
41 ## kind is "" when repository was < 1.6 when committing
46 ## The copyfrom path within repository.
HDstatus.rnc79 ## Status in repository (if --update was specified).
82 ## Text/item status in the repository.
86 ## Properties status in repository.
91 ## Revision number at which the repository information was obtained.
/freebsd-13-stable/contrib/subversion/subversion/libsvn_wc/
HDREADME14 It does not communicate directly with a repository; instead, other
15 libraries that do talk to the repository call into this library to
27 mirrors a tree rooted at some node in the repository. Over time, the
30 arbitrarily different from the repository tree on which it was based.
34 being a perfect mirror of some tree in the repository.
42 the trees comes from the working copy, the other from the repository.
44 question of which is the working copy and which is the repository,
50 copy or "in" the repository. But the true source of a change is some
57 which has already made it into the repository versus which exists only
62 repository, and the changes committed in the repository *since* then
[all …]
/freebsd-13-stable/contrib/subversion/doc/user/
HDlj_article.txt31 "Well, you can delete the file from the repository and then re-add it
36 "Let's call the CVS administrator. She can hand-edit the repository's
94 even drafted a new, theoretical repository design. Finally, in
119 * Real copies and renames. The Subversion repository doesn't use
126 * Atomic commits. A commit either goes into the repository
153 'cvs2svn' repository converter is in progress.
177 Instead, it refers to the design of Subversion's repository. The
178 repository is built on top of a database -- currently Berkeley DB --
183 This means that writing a program to access the repository is like
192 repository creates a completely new filesystem tree, and is
[all …]
/freebsd-13-stable/contrib/unbound/contrib/android/
HDinstall_ndk.sh19 if ! curl -L -k -s -o "$HOME/android-sdk.zip" https://dl.google.com/android/repository/commandlinet…
26 if ! curl -L -k -s -o "$HOME/android-ndk.zip" https://dl.google.com/android/repository/android-ndk-…
/freebsd-13-stable/contrib/subversion/subversion/libsvn_fs_base/notes/
HDTODO121 saves a Subversion 1.0 repository on a CD somewhere, and then tries to
125 - Define a simply XML repository dump format for the complete
126 repository data. This should be the same format we use for CVS
127 repository conversion. We'll have an import function.
131 seek --- that can dump a Subversion repository in that format.
133 - For each revision of Subversion, make a sample repository, and
136 - Write a test suite that verifies that the repository dump program
/freebsd-13-stable/crypto/openssl/doc/man7/
HDossl_store.pod18 objects from a repository of any kind, addressable as a filename or
22 repository", "loop and retrieve one object at a time", and "finish up
50 * OSSL_STORE_eof() simulates file semantics for any repository to signal
/freebsd-13-stable/contrib/ntp/
HDREADME.versions18 4.2.2 A production release (from the ntp-stable repository)
19 4.2.2p2 A production release (from the ntp-stable repository)
HDREADME.bk1 In order to use the BitKeeper repository version of NTP you should visit
HDREADME.pullrequests3 The NTP project's github repository is at https://github.com/ntp-project/ntp.
46 version of the ntp repository. (Your fork of ntp source)
66 repository.
/freebsd-13-stable/contrib/subversion/subversion/libsvn_repos/
HDauthz.c536 const char *repository, in process_acl() argument
547 if (!svn_authz__get_acl_access(&path_access.rights, acl, user, repository)) in process_acl()
880 const char *repository, in create_user_authz() argument
898 if (svn_authz__acl_applies_to_repo(acl, repository)) in create_user_authz()
920 svn_authz__get_acl_access(NULL, prev_acl, user, repository); in create_user_authz()
922 svn_authz__get_acl_access(NULL, acl, user, repository); in create_user_authz()
945 root, repository, user, result_pool, subpool); in create_user_authz()
1411 const char *repository; member
1446 return strcmp(repos_name, authz->repository) == 0; in matches_filtered_tree()
1478 authz->filtered->repository = apr_pstrdup(pool, repos_name); in get_user_rules()
[all …]
/freebsd-13-stable/contrib/subversion/subversion/libsvn_fs_x/
HDstructure2 libsvn_fs_x repository.
35 repository) is:
41 pack Pack file, if the repository has been packed (see below)
47 <rev>.<count> Pack file, if the repository has been packed (see below)
64 uuid File containing the UUID of the repository
76 repository.
83 to serialize the repository structure changes during 'svnadmin pack'
90 the repository structure at a time while other processes may still read
91 and write (commit) to the repository during most of the pack procedure.
107 repository; read the generated file for details on what it controls.
[all …]
/freebsd-13-stable/contrib/unifdef/
HDINSTALL26 pre-generated version.h but the git repository does not. To build from
29 To update version.h, right-click on the fanf2/unifdef repository and
/freebsd-13-stable/contrib/tzcode/
HDCONTRIBUTING24 <https://www.iana.org/time-zones/repository/theory.html>.
36 repository. The latter is preferred.
42 * Copy the development repository.
/freebsd-13-stable/contrib/tzdata/
HDCONTRIBUTING24 <https://www.iana.org/time-zones/repository/theory.html>.
36 repository. The latter is preferred.
42 * Copy the development repository.
/freebsd-13-stable/
HD.arcconfig2 "repository.callsign" : "S",
/freebsd-13-stable/contrib/libcxxrt/
HDFREEBSD-upgrade4 upstream repository.
/freebsd-13-stable/tools/tools/drm/radeon/firmwares/
HDREADME4 1. Clone the following Git repository:
/freebsd-13-stable/crypto/openssh/
HDREADME24 This version actively tracks changes in the OpenBSD CVS repository.
46 repository which in turn was based on the last free sample implementation
/freebsd-13-stable/usr.sbin/pkg/
HDFreeBSD.conf.latest2 # To disable this repository, instead of modifying or removing this file,

123456