Defines | |
| #define | SVN_CONFIG_REALMSTRING_KEY "svn:realmstring" |
| A hash-key pointing to a realmstring. | |
| #define | SVN_CONFIG_AUTHN_USERNAME_KEY "username" |
| A hash-key for usernames. | |
| #define | SVN_CONFIG_AUTHN_PASSWORD_KEY "password" |
| A hash-key for passwords. | |
| #define | SVN_CONFIG_AUTHN_PASSPHRASE_KEY "passphrase" |
| A hash-key for passphrases, such as SSL client ceritifcate passphrases. | |
| #define | SVN_CONFIG_AUTHN_PASSTYPE_KEY "passtype" |
| A hash-key for the type of a password or passphrase. | |
| #define | SVN_CONFIG_AUTHN_ASCII_CERT_KEY "ascii_cert" |
| A hash-key for SSL certificates. | |
| #define | SVN_CONFIG_AUTHN_FAILURES_KEY "failures" |
| A hash-key for recorded SSL certificate verification failures. | |
| #define | SVN_CONFIG_AUTHN_HOSTNAME_KEY "hostname" |
| A hash-key for a hostname, such as hostnames in SSL certificates. | |
| #define | SVN_CONFIG_AUTHN_FINGERPRINT_KEY "fingerprint" |
| A hash-key for a fingerprint, such as fingerprints in SSL certificates. | |
| #define | SVN_CONFIG_AUTHN_VALID_FROM_KEY "valid_from" |
| A hash-key for a valid-from date, such as dates in SSL certificates. | |
| #define | SVN_CONFIG_AUTHN_VALID_UNTIL_KEY "valid_until" |
| A hash-key for a valid-to date, such as dates in SSL certificates. | |
| #define | SVN_CONFIG_AUTHN_ISSUER_DN_KEY "issuer_dn" |
| A hash-key for an issuer distinguished name, such as issuer names in SSL certificates. | |
The values of these keys are C strings.
| #define SVN_CONFIG_AUTHN_ASCII_CERT_KEY "ascii_cert" |
A hash-key for SSL certificates.
The value is the base64-encoded DER form certificate.
Definition at line 723 of file svn_config.h.
| #define SVN_CONFIG_AUTHN_FAILURES_KEY "failures" |
A hash-key for recorded SSL certificate verification failures.
Failures encoded as an ASCII integer containing any of the SVN_AUTH_SSL_* SSL server certificate failure bits defined in svn_auth.h.
Definition at line 730 of file svn_config.h.
| #define SVN_CONFIG_AUTHN_FINGERPRINT_KEY "fingerprint" |
A hash-key for a fingerprint, such as fingerprints in SSL certificates.
Definition at line 740 of file svn_config.h.
| #define SVN_CONFIG_AUTHN_HOSTNAME_KEY "hostname" |
A hash-key for a hostname, such as hostnames in SSL certificates.
Definition at line 735 of file svn_config.h.
| #define SVN_CONFIG_AUTHN_ISSUER_DN_KEY "issuer_dn" |
A hash-key for an issuer distinguished name, such as issuer names in SSL certificates.
Definition at line 756 of file svn_config.h.
| #define SVN_CONFIG_AUTHN_PASSPHRASE_KEY "passphrase" |
A hash-key for passphrases, such as SSL client ceritifcate passphrases.
The passphrase may be in plaintext or encrypted form, depending on the authentication provider.
Definition at line 710 of file svn_config.h.
| #define SVN_CONFIG_AUTHN_PASSTYPE_KEY "passtype" |
A hash-key for the type of a password or passphrase.
The type indicates which provider owns the credential.
Definition at line 716 of file svn_config.h.
| #define SVN_CONFIG_AUTHN_PASSWORD_KEY "password" |
A hash-key for passwords.
The password may be in plaintext or encrypted form, depending on the authentication provider.
Definition at line 703 of file svn_config.h.
| #define SVN_CONFIG_AUTHN_USERNAME_KEY "username" |
| #define SVN_CONFIG_AUTHN_VALID_FROM_KEY "valid_from" |
A hash-key for a valid-from date, such as dates in SSL certificates.
Definition at line 745 of file svn_config.h.
| #define SVN_CONFIG_AUTHN_VALID_UNTIL_KEY "valid_until" |
A hash-key for a valid-to date, such as dates in SSL certificates.
Definition at line 750 of file svn_config.h.
| #define SVN_CONFIG_REALMSTRING_KEY "svn:realmstring" |
A hash-key pointing to a realmstring.
This attribute is mandatory.
Definition at line 691 of file svn_config.h.
1.4.7