Searched refs:conf (Results 1 - 25 of 1636) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/openresolv/
H A Dresolvconf.conf2 # See resolvconf.conf(5) for details
4 resolv_conf=/etc/resolv.conf
/freebsd-11-stable/contrib/blacklist/bin/
H A Drun.h35 struct conf;
36 void run_flush(const struct conf *);
38 int run_change(const char *, const struct conf *, char *, size_t);
H A Dconf.h1 /* $NetBSD: conf.h,v 1.6 2015/01/27 19:40:36 christos Exp $ */
36 struct conf { struct
50 struct conf *cs_c;
55 #define CONFNAMESZ sizeof(((struct conf *)0)->c_name)
59 const struct conf *);
61 const struct conf *conf_find(int, uid_t, const struct sockaddr_storage *,
62 struct conf *);
/freebsd-11-stable/release/tools/
H A Dvagrant-vmware.conf3 # $FreeBSD: stable/11/release/tools/vagrant-vmware.conf 326264 2017-11-27 15:12:14Z gjb $
6 . ${WORLDDIR}/release/tools/vagrant.conf
12 echo 'firstboot_pkgs_list="sudo rsync open-vm-tools-nox11"' >> ${DESTDIR}/etc/rc.conf
14 echo 'vmware_guest_vmblock_enable="YES"' >> ${DESTDIR}/etc/rc.conf
15 echo 'vmware_guest_vmhgfs_enable="YES"' >> ${DESTDIR}/etc/rc.conf
16 echo 'vmware_guest_vmmemctl_enable="YES"' >> ${DESTDIR}/etc/rc.conf
17 echo 'vmware_guest_vmxnet_enable="YES"' >> ${DESTDIR}/etc/rc.conf
18 echo 'vmware_guestd_enable="YES"' >> ${DESTDIR}/etc/rc.conf
22 rm -f ${DESTDIR}/etc/resolv.conf
H A Dvagrant-virtualbox.conf3 # $FreeBSD: stable/11/release/tools/vagrant-virtualbox.conf 326264 2017-11-27 15:12:14Z gjb $
6 . ${WORLDDIR}/release/tools/vagrant.conf
12 echo 'firstboot_pkgs_list="sudo rsync virtualbox-ose-additions-nox11"' >> ${DESTDIR}/etc/rc.conf
13 echo 'vboxguest_enable="YES"' >> ${DESTDIR}/etc/rc.conf
14 echo 'vboxservice_enable="YES"' >> ${DESTDIR}/etc/rc.conf
18 rm -f ${DESTDIR}/etc/resolv.conf
H A Dec2.conf3 # $FreeBSD: stable/11/release/tools/ec2.conf 361652 2020-05-30 17:43:10Z cperciva $
19 # Set to a list of third-party software to enable in rc.conf(5).
49 echo 'growfs_enable="YES"' >> ${DESTDIR}/etc/rc.conf
53 echo 'ifconfig_DEFAULT="SYNCDHCP accept_rtadv"' >> ${DESTDIR}/etc/rc.conf
57 echo 'sshd_enable="YES"' >> ${DESTDIR}/etc/rc.conf
62 echo 'firstboot_pkgs_list="awscli"' >> ${DESTDIR}/etc/rc.conf
65 echo 'ipv6_activate_all_interfaces="YES"' >> ${DESTDIR}/etc/rc.conf
66 echo 'dhclient_program="/usr/local/sbin/dual-dhclient"' >> ${DESTDIR}/etc/rc.conf
71 echo 'debug.trace_on_panic=1' >> ${DESTDIR}/boot/loader.conf
72 echo 'debug.debugger_on_panic=0' >> ${DESTDIR}/boot/loader.conf
[all...]
H A Dopenstack.conf11 # Set to a list of third-party software to enable in rc.conf(5).
15 echo 'sshd_enable="YES"' >> ${DESTDIR}/etc/rc.conf
16 echo 'ifconfig_DEFAULT="SYNCDHCP"' >> ${DESTDIR}/etc/rc.conf
22 rm -f ${DESTDIR}/etc/resolv.conf
/freebsd-11-stable/usr.sbin/pc-sysinstall/backend-query/
H A Dquery-langs.sh28 cat ${PROGDIR}/conf/avail-langs
/freebsd-11-stable/crypto/openssl/crypto/conf/
H A Dconf_api.h63 # include <openssl/conf.h>
70 CONF_VALUE *_CONF_new_section(CONF *conf, const char *section);
72 CONF_VALUE *_CONF_get_section(const CONF *conf, const char *section);
74 STACK_OF(CONF_VALUE) *_CONF_get_section_values(const CONF *conf,
77 int _CONF_add_string(CONF *conf, CONF_VALUE *section, CONF_VALUE *value);
78 char *_CONF_get_string(const CONF *conf, const char *section,
80 long _CONF_get_number(const CONF *conf, const char *section,
83 int _CONF_new_data(CONF *conf);
84 void _CONF_free_data(CONF *conf);
H A Dtest.c1 /* crypto/conf/test.c */
61 #include <openssl/conf.h>
66 LHASH *conf; local
73 conf = CONF_load(NULL, "ssleay.cnf", &eline);
74 if (conf == NULL) {
80 lh_stats(conf, stdout);
81 lh_node_stats(conf, stdout);
82 lh_node_usage_stats(conf, stdout);
84 s = CONF_get_string(conf, NULL, "init2");
87 s = CONF_get_string(conf, NUL
[all...]
H A Dconf_lib.c63 #include <openssl/conf.h>
73 void CONF_set_nconf(CONF *conf, LHASH_OF(CONF_VALUE) *hash) argument
78 default_CONF_method->init(conf);
79 conf->data = hash;
93 LHASH_OF(CONF_VALUE) *CONF_load(LHASH_OF(CONF_VALUE) *conf, const char *file,
109 ltmp = CONF_load_bio(conf, in, eline);
116 LHASH_OF(CONF_VALUE) *CONF_load_fp(LHASH_OF(CONF_VALUE) *conf, FILE *fp,
125 ltmp = CONF_load_bio(conf, btmp, eline);
131 LHASH_OF(CONF_VALUE) *CONF_load_bio(LHASH_OF(CONF_VALUE) *conf, BIO *bp,
137 CONF_set_nconf(&ctmp, conf);
244 NCONF_free(CONF *conf) argument
251 NCONF_free_data(CONF *conf) argument
258 NCONF_load(CONF *conf, const char *file, long *eline) argument
269 NCONF_load_fp(CONF *conf, FILE *fp, long *eline) argument
283 NCONF_load_bio(CONF *conf, BIO *bp, long *eline) argument
308 NCONF_get_string(const CONF *conf, const char *group, const char *name) argument
329 NCONF_get_number_e(const CONF *conf, const char *group, const char *name, long *result) argument
353 NCONF_dump_fp(const CONF *conf, FILE *out) argument
367 NCONF_dump_bio(const CONF *conf, BIO *out) argument
[all...]
/freebsd-11-stable/tools/regression/geom/ConfCmp/
H A DMakefile24 ./${PROG} a1.conf a1.conf
25 ./${PROG} a1.conf a1a.conf
26 if ./${PROG} a1.conf a1b.conf > /dev/null 2>&1 ; then exit 1 ; fi
27 if ./${PROG} a1.conf a1c.conf > /dev/null 2>&1 ; then exit 1 ; fi
28 if ./${PROG} a1.conf a1d.conf > /de
[all...]
/freebsd-11-stable/stand/defaults/
H A DMakefile5 FILES+= loader.conf
6 MAN+= loader.conf.5
8 FILESDIR_loader.conf= /boot/defaults
/freebsd-11-stable/usr.sbin/bsdinstall/scripts/
H A Dconfig32 cat $BSDINSTALL_TMPETC/rc.conf.* >> $BSDINSTALL_TMPETC/rc.conf
33 rm $BSDINSTALL_TMPETC/rc.conf.*
35 cat $BSDINSTALL_CHROOT/etc/sysctl.conf $BSDINSTALL_TMPETC/sysctl.conf.* >> $BSDINSTALL_TMPETC/sysctl.conf
36 rm $BSDINSTALL_TMPETC/sysctl.conf.*
40 cat $BSDINSTALL_TMPBOOT/loader.conf.* >> $BSDINSTALL_TMPBOOT/loader.conf
41 rm $BSDINSTALL_TMPBOOT/loader.conf
[all...]
H A Dhardening31 echo -n > $BSDINSTALL_TMPETC/rc.conf.hardening
32 echo -n > $BSDINSTALL_TMPETC/sysctl.conf.hardening
53 echo security.bsd.see_other_uids=0 >> $BSDINSTALL_TMPETC/sysctl.conf.hardening
56 echo security.bsd.see_other_gids=0 >> $BSDINSTALL_TMPETC/sysctl.conf.hardening
59 echo security.bsd.unprivileged_read_msgbuf=0 >> $BSDINSTALL_TMPETC/sysctl.conf.hardening
62 echo security.bsd.unprivileged_proc_debug=0 >> $BSDINSTALL_TMPETC/sysctl.conf.hardening
65 echo kern.randompid=1 >> $BSDINSTALL_TMPETC/sysctl.conf.hardening
68 echo security.bsd.stack_guard_page=1 >> $BSDINSTALL_TMPETC/sysctl.conf.hardening
71 echo 'clear_tmp_enable="YES"' >> $BSDINSTALL_TMPETC/rc.conf.hardening
74 echo 'syslogd_flags="-ss"' >> $BSDINSTALL_TMPETC/rc.conf
[all...]
/freebsd-11-stable/contrib/hyperv/tools/scripts/
H A Dhv_get_dns_info2 # This script parses /etc/resolv.conf to retrive DNS information.
7 #if test -r /etc/resolv.conf
9 # awk -- '/^nameserver/ { print $2 }' /etc/resolv.conf
11 cat /etc/resolv.conf 2>/dev/null | awk '/^nameserver/ { print $2 }'
/freebsd-11-stable/etc/devd/
H A DMakefile8 FILES+= apple.conf
13 FILES+= asus.conf
16 FILES+= hyperv.conf
21 FILES+= uath.conf ulpt.conf usb.conf
25 FILES+= zfs.conf
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dauthsrv.c107 struct hostapd_bss_config *conf = hapd->conf; local
109 srv.client_file = conf->radius_server_clients;
110 srv.auth_port = conf->radius_server_auth_port;
111 srv.acct_port = conf->radius_server_acct_port;
116 srv.pac_opaque_encr_key = conf->pac_opaque_encr_key;
117 srv.eap_fast_a_id = conf->eap_fast_a_id;
118 srv.eap_fast_a_id_len = conf->eap_fast_a_id_len;
119 srv.eap_fast_a_id_info = conf->eap_fast_a_id_info;
120 srv.eap_fast_prov = conf
203 struct tls_config conf; local
[all...]
/freebsd-11-stable/crypto/openssl/crypto/lhash/
H A Dlh_test.c66 LHASH *conf; local
70 conf = lh_new(lh_strhash, strcmp);
81 lh_insert(conf, p);
84 lh_node_stats(conf, stdout);
85 lh_stats(conf, stdout);
86 lh_node_usage_stats(conf, stdout);
/freebsd-11-stable/usr.sbin/pw/tests/
H A Dpw_config_test.sh9 ${PW} useradd -D -C ${HOME}/foo.conf
10 atf_check -o file:$(atf_get_srcdir)/pw.conf \
11 cat ${HOME}/foo.conf
17 ${PW} useradd -D -C ${HOME}/foo.conf \
19 atf_check -o file:$(atf_get_srcdir)/pw-modified.conf \
20 cat ${HOME}/foo.conf
/freebsd-11-stable/contrib/dma/
H A DMakefile.etc8 .if !exists(${DESTDIR}/etc/dma/auth.conf)
9 FILES+= auth.conf
11 .if !exists(${DESTDIR}/etc/dma/dma.conf)
12 FILES+= dma.conf
/freebsd-11-stable/etc/bluetooth/
H A DMakefile5 FILES= hcsecd.conf hosts protocols
6 FILESMODE_hcsecd.conf= 600
/freebsd-11-stable/etc/newsyslog.conf.d/
H A DMakefile5 BINDIR= /etc/newsyslog.conf.d
10 FILES+= opensm.conf
/freebsd-11-stable/etc/periodic/security/
H A D410.logincheck32 if [ -r /etc/defaults/periodic.conf ]
34 . /etc/defaults/periodic.conf
45 echo 'Checking login.conf permissions:'
46 if [ -G /etc/login.conf -a -O /etc/login.conf ]; then
49 echo "Bad ownership of /etc/login.conf"
/freebsd-11-stable/crypto/openssl/crypto/evp/
H A Devp_acnf.c62 #include <openssl/conf.h>

Completed in 401 milliseconds

1234567891011>>