#include <apr_pools.h>
#include "svn_auth.h"
Go to the source code of this file.
Functions | |
| void | svn_auth_get_gnome_keyring_simple_provider (svn_auth_provider_object_t **provider, apr_pool_t *pool) |
Create and return *provider, an authentication provider of type svn_auth_cred_simple_t that gets/sets information from the user's ~/.subversion configuration directory. | |
| void | svn_auth_get_gnome_keyring_ssl_client_cert_pw_provider (svn_auth_provider_object_t **provider, apr_pool_t *pool) |
Create and return *provider, an authentication provider of type svn_auth_cred_ssl_client_cert_pw_t that gets/sets information from the user's ~/.subversion configuration directory. | |
| void | svn_auth_get_kwallet_simple_provider (svn_auth_provider_object_t **provider, apr_pool_t *pool) |
Create and return *provider, an authentication provider of type svn_auth_cred_simple_t that gets/sets information from the user's ~/.subversion configuration directory. | |
| void | svn_auth_get_kwallet_ssl_client_cert_pw_provider (svn_auth_provider_object_t **provider, apr_pool_t *pool) |
Create and return *provider, an authentication provider of type svn_auth_cred_ssl_client_cert_pw_t that gets/sets information from the user's ~/.subversion configuration directory. | |
Definition in file svn_auth_dso.h.
|
||||||||||||
|
Create and return *provider, an authentication provider of type Allocate *provider in pool. This is like svn_client_get_simple_provider(), except that the password is stored in GNOME Keyring.
|
|
||||||||||||
|
Create and return *provider, an authentication provider of type Allocate *provider in pool. This is like svn_client_get_ssl_client_cert_pw_file_provider(), except that the password is stored in GNOME Keyring.
|
|
||||||||||||
|
Create and return *provider, an authentication provider of type Allocate *provider in pool. This is like svn_client_get_simple_provider(), except that the password is stored in KWallet.
|
|
||||||||||||
|
Create and return *provider, an authentication provider of type Allocate *provider in pool. This is like svn_client_get_ssl_client_cert_pw_file_provider(), except that the password is stored in KWallet.
|
1.3.9.1