Searched refs:conf (Results 101 - 125 of 1079) sorted by relevance

1234567891011>>

/macosx-10.10/OpenSSL098-52/src/crypto/conf/
H A Dcnf_save.c1 /* crypto/conf/cnf_save.c */
60 #include <openssl/conf.h>
67 LHASH *conf; local
70 conf=CONF_load(NULL,"../../apps/openssl.cnf",&l);
71 if (conf == NULL)
77 lh_doall(conf,LHASH_DOALL_FN(print_conf));
/macosx-10.10/OpenSSL098-52/src/crypto/x509v3/
H A Dv3conf.c63 #include <openssl/conf.h>
71 LHASH *conf; local
86 conf = CONF_load(NULL, "test.cnf", NULL);
87 if(!conf) {
108 if(!X509V3_EXT_add_conf(conf, NULL, "test_section", cert)) {
H A Dv3_conf.c65 #include <openssl/conf.h>
71 static X509_EXTENSION *do_ext_nconf(CONF *conf, X509V3_CTX *ctx, int ext_nid, int crit, char *value);
78 /* CONF *conf: Config file */
81 X509_EXTENSION *X509V3_EXT_nconf(CONF *conf, X509V3_CTX *ctx, char *name, argument
90 ret = do_ext_nconf(conf, ctx, OBJ_sn2nid(name), crit, value);
99 /* CONF *conf: Config file */
101 X509_EXTENSION *X509V3_EXT_nconf_nid(CONF *conf, X509V3_CTX *ctx, int ext_nid, argument
110 return do_ext_nconf(conf, ctx, ext_nid, crit, value);
113 /* CONF *conf: Config file */
115 static X509_EXTENSION *do_ext_nconf(CONF *conf, X509V3_CT argument
324 X509V3_EXT_add_nconf_sk(CONF *conf, X509V3_CTX *ctx, char *section, STACK_OF(X509_EXTENSION) **sk) argument
345 X509V3_EXT_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, X509 *cert) argument
356 X509V3_EXT_CRL_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, X509_CRL *crl) argument
367 X509V3_EXT_REQ_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, X509_REQ *req) argument
439 X509V3_set_nconf(X509V3_CTX *ctx, CONF *conf) argument
457 X509V3_EXT_conf(LHASH *conf, X509V3_CTX *ctx, char *name, char *value) argument
467 X509V3_EXT_conf_nid(LHASH *conf, X509V3_CTX *ctx, int ext_nid, char *value) argument
498 X509V3_EXT_add_conf(LHASH *conf, X509V3_CTX *ctx, char *section, X509 *cert) argument
508 X509V3_EXT_CRL_add_conf(LHASH *conf, X509V3_CTX *ctx, char *section, X509_CRL *crl) argument
518 X509V3_EXT_REQ_add_conf(LHASH *conf, X509V3_CTX *ctx, char *section, X509_REQ *req) argument
[all...]
/macosx-10.10/bind9-45.101/bind9/contrib/idn/idnkit-1.0-src/tools/idnconv/
H A Dutil.c69 selective_encode(idn_resconf_t conf, idn_action_t actions, argument
121 r = idn_res_encodename(conf, actions, region_start, to, tolen);
140 selective_decode(idn_resconf_t conf, idn_action_t actions, argument
220 r = idn_res_decodename(conf, actions,
261 set_defaults(idn_resconf_t conf) { argument
264 if ((r = idn_resconf_setdefaults(conf)) != idn_success) {
272 load_conf_file(idn_resconf_t conf, const char *file) { argument
275 if ((r = idn_resconf_loadfile(conf, file)) != idn_success) {
300 set_localcode(idn_resconf_t conf, const char *code) { argument
303 r = idn_resconf_setlocalconvertername(conf, cod
313 set_idncode(idn_resconf_t conf, const char *code) argument
326 set_delimitermapper(idn_resconf_t conf, unsigned long *delimiters, int ndelimiters) argument
339 set_localmapper(idn_resconf_t conf, char **mappers, int nmappers) argument
355 set_nameprep(idn_resconf_t conf, char *version) argument
367 set_mapper(idn_resconf_t conf, char **mappers, int nmappers) argument
381 set_normalizer(idn_resconf_t conf, char **normalizers, int nnormalizer) argument
395 set_prohibit_checkers(idn_resconf_t conf, char **prohibits, int nprohibits) argument
409 set_unassigned_checkers(idn_resconf_t conf, char **unassigns, int nunassigns) argument
[all...]
/macosx-10.10/apache-793/httpd/modules/session/
H A Dmod_session_dbd.c108 session_dbd_dir_conf *conf = ap_get_module_config(r->per_dir_config, local
111 if (conf->selectlabel == NULL) {
117 rv = dbd_init(r, conf->selectlabel, &dbd, &statement);
126 "in database using query '%s': %s", key, conf->selectlabel,
136 "in database using query '%s': %s", key, conf->selectlabel,
167 session_dbd_dir_conf *conf = ap_get_module_config(r->per_dir_config, local
179 if (conf->name2_set) {
180 name = conf->name2;
182 else if (conf->name_set) {
183 name = conf
261 session_dbd_dir_conf *conf = ap_get_module_config(r->per_dir_config, local
341 session_dbd_dir_conf *conf = ap_get_module_config(r->per_dir_config, local
402 session_dbd_dir_conf *conf = ap_get_module_config(r->per_dir_config, local
546 session_dbd_dir_conf *conf = dconf; local
557 session_dbd_dir_conf *conf = dconf; local
569 session_dbd_dir_conf *conf = (session_dbd_dir_conf *) config; local
584 session_dbd_dir_conf *conf = (session_dbd_dir_conf *) config; local
[all...]
/macosx-10.10/apache-793/httpd/modules/aaa/
H A Dmod_authz_dbm.c64 authz_dbm_config_rec *conf = apr_palloc(p, sizeof(*conf)); local
66 conf->grpfile = NULL;
67 conf->dbmtype = "default";
69 return conf;
137 authz_dbm_config_rec *conf = ap_get_module_config(r->per_dir_config, local
156 if (!conf->grpfile) {
167 user, conf->grpfile, conf->dbmtype, &groups);
172 "file: %s", conf
221 authz_dbm_config_rec *conf = ap_get_module_config(r->per_dir_config, local
[all...]
H A Dmod_authn_file.c42 authn_file_config_rec *conf = apr_palloc(p, sizeof(*conf)); local
44 conf->pwfile = NULL; /* just to illustrate the default really */
45 return conf;
61 authn_file_config_rec *conf = ap_get_module_config(r->per_dir_config, local
68 if (!conf->pwfile) {
74 status = ap_pcfg_openfile(&f, r->pool, conf->pwfile);
78 "Could not open password file: %s", conf->pwfile);
116 authn_file_config_rec *conf = ap_get_module_config(r->per_dir_config, local
123 if (!conf
[all...]
H A Dmod_auth_basic.c50 auth_basic_config_rec *conf = apr_pcalloc(p, sizeof(*conf)); local
53 conf->authoritative = 1;
55 return conf;
90 auth_basic_config_rec *conf = (auth_basic_config_rec*)config; local
117 if (!conf->providers) {
118 conf->providers = newp;
121 authn_provider_list *last = conf->providers;
134 auth_basic_config_rec *conf = (auth_basic_config_rec *) config; local
136 conf
145 auth_basic_config_rec *conf = (auth_basic_config_rec *) config; local
190 auth_basic_config_rec *conf = (auth_basic_config_rec *)config; local
301 auth_basic_config_rec *conf = ap_get_module_config(r->per_dir_config, local
447 auth_basic_config_rec *conf = ap_get_module_config(r->per_dir_config, local
[all...]
/macosx-10.10/Heimdal-398.1.2/tests/apple/
H A Dcheck-apple-dump.in45 conf="${confdir}/krb5-dump.conf"
57 ${kadmin} -r ${realm} -c ${conf} -l dump -d file || exit 1
64 ${kadmin} -r ${realm} -c ${conf} -l dump -d --format=od . || exit 1
80 ${kadmin} -r ${realm} -c ${conf} -l dump -d --mit-dump-file="${confdir}/dumpfile" file || exit 1
87 ${kadmin} -r ${realm} -c ${conf} -l dump -d --mit-dump-file="${confdir}/dumpfile" --format=od . || exit 1
103 ${kadmin} -r ${realm2} -c ${conf} -l dump file > /dev/null 2>/dev/null && exit 1
/macosx-10.10/bind9-45.101/bind9/contrib/zkt/
H A DREADME39 a) (optional) Install or rebuild the default dnssec.conf file
40 $ zkt-conf -d -w # Install new file
42 $ zkt-conf -s -w # rebuild existing file
45 $ zkt-conf -s -O "Zonedir: /var/named/zones" -w
47 $ vi /var/named/dnssec.conf
52 $ zkt-conf -w zone.db # create local dnssec.conf file and include dnskey.db into zone file
/macosx-10.10/Heimdal-398.1.2/tests/ldap/
H A Dslapd-init.in32 touch modules.conf || exit 1
34 slapadd -d 0 -f ${srcdir}/slapd.conf < ${srcdir}/init.ldif || exit 0
37 slapd -d0 -f ${srcdir}/slapd.conf -h ldapi://.%2Fldap-socket &
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/xfer/
H A Dsetup.sh21 . $SYSTEMTESTTOP/conf.sh
34 cp -f ns4/named.conf.base ns4/named.conf
/macosx-10.10/cups-408/cups/conf/
H A DMakefile22 KEEP = cups-files.conf cupsd.conf snmp.conf
80 $(INSTALL_CONFIG) -g $(CUPS_GROUP) cupsd.conf $(SERVERROOT)/cupsd.conf.default
127 for file in $(KEEP) $(REPLACE) cupsd.conf.default; do \
/macosx-10.10/Libnotify-133.1.1/notifyd/xcodescripts/
H A Dmk_notify_conf.sh6 "$ETCDIR"/notify.conf
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/tests/data/
H A Dslapd-config-naked.conf14 include @TESTDIR@/configpw.conf
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/acl/
H A Dclean.sh24 rm -f ns2/example.db ns2/tsigzone.db ns2/example.db.jnl ns2/named.conf
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/addzone/
H A Dclean.sh21 rm -f ns2/named.conf
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/autosign/
H A Dprereq.sh20 . $SYSTEMTESTTOP/conf.sh
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/gost/
H A Dclean.sh19 rm -f */K* */dsset-* */*.signed */trusted.conf
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/tkey/
H A Dclean.sh20 rm -f dig.out.* random.data ns1/named.conf
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/views/
H A Dtests.sh21 . $SYSTEMTESTTOP/conf.sh
36 rm -f ns2/named.conf ns3/named.conf ns2/example.db
37 cp -f ns2/named2.conf ns2/named.conf
38 cp -f ns3/named2.conf ns3/named.conf
42 $RNDC -c ../common/rndc.conf -s 10.53.0.2 -p 9953 reload 2>&1 | sed 's/^/I:ns2 /'
43 $RNDC -c ../common/rndc.conf -s 10.53.0.3 -p 9953 reload 2>&1 | sed 's/^/I:ns3 /'
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/allow_query/
H A Dtests.sh61 . $SYSTEMTESTTOP/conf.sh
79 cp -f ns2/named02.conf ns2/named.conf
80 $RNDC -c ../common/rndc.conf -s 10.53.0.2 -p 9953 reload 2>&1 | sed 's/^/I:ns2 /'
93 cp -f ns2/named03.conf ns2/named.conf
94 $RNDC -c ../common/rndc.conf -s 10.53.0.2 -p 9953 reload 2>&1 | sed 's/^/I:ns2 /'
107 cp -f ns2/named04.conf ns2/named.conf
108 $RNDC -c ../common/rndc.conf
[all...]
/macosx-10.10/apache-793/httpd/server/
H A Dcore.c76 /* valid in core-conf, but not in runtime r->used_path_info */
133 core_dir_config *conf; local
135 conf = (core_dir_config *)apr_pcalloc(a, sizeof(core_dir_config));
137 /* conf->r and conf->d[_*] are initialized by dirsection() or left NULL */
139 conf->opts = dir ? OPT_UNSET : OPT_UNSET|OPT_SYM_LINKS;
140 conf->opts_add = conf->opts_remove = OPT_NONE;
141 conf->override = OR_UNSET|OR_NONE;
142 conf
200 core_dir_config *conf; local
431 core_server_config *conf; local
484 core_server_config *conf = (core_server_config *) local
546 ap_add_file_conf(apr_pool_t *p, core_dir_config *conf, void *url_config) argument
558 ap_add_if_conf(apr_pool_t *p, core_dir_config *conf, void *if_config) argument
686 core_dir_config *conf = local
694 core_dir_config *conf; local
754 core_request_config *conf = ap_get_core_module_config(r->request_config); local
763 core_request_config *conf = ap_get_core_module_config(r->request_config); local
772 core_request_config *conf = ap_get_core_module_config(r->request_config); local
779 core_request_config *conf = ap_get_core_module_config(r->request_config); local
1164 core_server_config *conf = ap_get_core_module_config(sconf); local
1366 core_server_config *conf = ap_get_core_module_config(sconf); local
1402 core_server_config *conf = ap_get_core_module_config(sconf); local
1442 core_request_config *conf = ap_get_core_module_config(r->request_config); local
1461 core_dir_config *conf = conf_; local
2094 core_dir_config *conf; local
2196 core_dir_config *conf; local
2268 core_dir_config *conf; local
2359 core_dir_config *conf; local
2656 core_server_config *conf = local
2675 core_server_config *conf = ap_get_core_module_config(s->module_config); local
2681 core_server_config *conf = ap_get_core_module_config(s->module_config); local
2689 core_server_config *conf = local
3087 core_dir_config *conf; local
3323 core_dir_config *conf = conf_; local
3339 core_dir_config *conf = conf_; local
3350 core_dir_config *conf = conf_; local
3376 core_dir_config *conf = conf_; local
3402 core_dir_config *conf = conf_; local
3428 core_dir_config *conf; local
3452 core_dir_config *conf = conf_; local
3463 core_dir_config *conf = conf_; local
3481 core_dir_config *conf = conf_; local
3491 core_server_config *conf = local
3553 core_server_config *conf = local
3614 core_server_config *conf = local
3835 core_server_config *conf = local
4217 core_dir_config *conf = local
4503 core_dir_config *conf = (core_dir_config *) local
[all...]
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/staticstub/
H A Dtests.sh20 . $SYSTEMTESTTOP/conf.sh
25 for conf in conf/good*.conf
28 echo "I:checking that $conf is accepted ($n)"
30 $CHECKCONF "$conf" || ret=1
35 for conf in conf/bad*.conf
38 echo "I:checking that $conf i
[all...]
/macosx-10.10/ruby-106/ruby/ext/tk/lib/
H A Dtk.rb533 # def hash_kv(keys, enc_mode = nil, conf = [], flat = false)
534 def hash_kv(keys, enc_mode = nil, conf = nil)
549 if conf
550 conf + dst
3578 conf = {}
3579 ltn.latin_configinfo.each{|k,val| conf[k] = val}
3581 fobj.latin_configure(conf.update(keys))
3583 fobj.latin_configure(conf)
3638 conf = {}
3639 knj.kanji_configinfo.each{|k,val| conf[
[all...]

Completed in 701 milliseconds

1234567891011>>