Home
last modified time | relevance | path

Searched refs:defaults (Results 1 – 25 of 1350) sorted by relevance

12345678910>>...54

/netbsd-src/external/bsd/openldap/dist/libraries/liblutil/
H A Dsasl.c54 void *defaults ) in lutil_sasl_freedefs() argument
56 lutilSASLdefaults *defs = defaults; in lutil_sasl_freedefs()
79 lutilSASLdefaults *defaults; in lutil_sasl_defaults() local
81 defaults = ber_memalloc( sizeof( lutilSASLdefaults ) ); in lutil_sasl_defaults()
83 if( defaults == NULL ) return NULL; in lutil_sasl_defaults()
85 defaults->mech = mech ? ber_strdup(mech) : NULL; in lutil_sasl_defaults()
86 defaults->realm = realm ? ber_strdup(realm) : NULL; in lutil_sasl_defaults()
87 defaults->authcid = authcid ? ber_strdup(authcid) : NULL; in lutil_sasl_defaults()
88 defaults->passwd = passwd ? ber_strdup(passwd) : NULL; in lutil_sasl_defaults()
89 defaults->authzid = authzid ? ber_strdup(authzid) : NULL; in lutil_sasl_defaults()
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/util/perl/OpenSSL/Util/
H A DPod.pm98 my %defaults = ( debug => 0, section => 0, %$defaults_ref );
107 print STDERR "DEBUG: Reading $input\n" if $defaults{debug};
118 my %podinfo = ( section => $defaults{section});
130 if $defaults{debug};
142 if $defaults{debug};
144 if $defaults{debug};
154 if $defaults{debug};
162 if $defaults{debug};
170 print STDERR "DEBUG: Done reading $filename\n" if $defaults{debug};
185 if $defaults{debug};
/netbsd-src/crypto/external/bsd/heimdal/dist/tests/kdc/
H A Dcheck-kdc.in193 ${kadmin} add -p foo --use-defaults foo@${R} || exit 1
194 ${kadmin} add -p foo --use-defaults foo/host.${r}@${R} || exit 1
195 ${kadmin} add -p foo --use-defaults foo@${R2} || exit 1
196 ${kadmin} add -p foo --use-defaults foo@${R3} || exit 1
197 ${kadmin} add -p foo --use-defaults foo@${R4} || exit 1
198 ${kadmin5} add -p foo --use-defaults foo@${R5} || exit 1
199 ${kadmin} add -p foo --use-defaults foo@${R6} || exit 1
200 ${kadmin} add -p foo --use-defaults foo@${R7} || exit 1
201 ${kadmin} add -p foo --use-defaults foo@${R8} || exit 1
202 ${kadmin} add -p foo --use-defaults foo@${H1} || exit 1
[all …]
H A Dcheck-canon.in75 ${kadmin} add -p foo --use-defaults foo@${R1} || exit 1
77 ${kadmin} add -p cross1 --use-defaults krbtgt/${R1}@${R2} || exit 1
78 ${kadmin} add -p cross2 --use-defaults krbtgt/${R2}@${R1} || exit 1
79 ${kadmin} add -p cross3 --use-defaults krbtgt/${R3}@${R1} || exit 1
80 ${kadmin} add -p cross4 --use-defaults krbtgt/${R1}@${R3} || exit 1
81 ${kadmin} add -p cross5 --use-defaults krbtgt/${R3}@${R2} || exit 1
82 ${kadmin} add -p cross6 --use-defaults krbtgt/${R2}@${R3} || exit 1
84 ${kadmin} add -p foo --use-defaults host/t1@${R1} || exit 1
85 ${kadmin} add -p foo --use-defaults host/t2@${R2} || exit 1
86 ${kadmin} add -p foo --use-defaults host/t3@${R3} || exit 1
[all …]
H A Dcheck-delegation.in80 ${kadmin} add -p foo --use-defaults foo@${R} || exit 1
82 ${kadmin} add -p cross1 --use-defaults krbtgt/${R2}@${R} || exit 1
83 ${kadmin} add -p cross2 --use-defaults krbtgt/${R3}@${R2} || exit 1
84 ${kadmin} add -p cross3 --use-defaults krbtgt/${R4}@${R3} || exit 1
89 ${kadmin} add -p foo --use-defaults host/server.test3.h5l.se@${R3} || exit 1
91 ${kadmin} add -p foo --use-defaults host/noserver.test3.h5l.se@${R3} || exit 1
93 ${kadmin} add -p foo --use-defaults host/server.test4.h5l.se@${R4} || exit 1
H A Dcheck-kadmin.in80 ${kadmin} -l add -p foo --use-defaults foo/admin@${R} || exit 1
81 ${kadmin} -l add -p foo --use-defaults bar@${R} || exit 1
82 ${kadmin} -l add -p foo --use-defaults baz@${R} || exit 1
83 ${kadmin} -l add -p foo --use-defaults bez@${R} || exit 1
84 ${kadmin} -l add -p foo --use-defaults fez@${R} || exit 1
85 ${kadmin} -l add -p foo --use-defaults hasalias@${R} || exit 1
86 ${kadmin} -l add -p foo --use-defaults pkinit@${R} || exit 1
159 ${kadmin} -p bar@${R} add -p foo --use-defaults kaka2@${R} ||
254 ${kadmin} -p foo/admin@${R} add -p foo --use-defaults kaka@${R} ||
H A Dcheck-referral.in84 ${kadmin} add -p foo --use-defaults foo@${R} || exit 1
88 ${kadmin} add -p foo --use-defaults ${service}@${R2} || exit 1
90 ${kadmin} add -p foo --use-defaults bar@${R} || exit 1
91 ${kadmin} add -p foo --use-defaults 'baz\@realm.foo@'${R} || exit 1
93 ${kadmin} add -p cross1 --use-defaults krbtgt/${R2}@${R} || exit 1
94 ${kadmin} add -p cross2 --use-defaults krbtgt/${R}@${R2} || exit 1
/netbsd-src/crypto/external/bsd/openssl.old/dist/util/perl/OpenSSL/Util/
H A DPod.pm94 my %defaults = ( debug => 0, section => 0, %$defaults_ref );
102 print STDERR "DEBUG: Reading $input\n" if $defaults{debug};
106 my %podinfo = ( section => $defaults{section});
119 if $defaults{debug};
121 if $defaults{debug};
129 if $defaults{debug};
137 print STDERR "DEBUG: Done reading $filename\n" if $defaults{debug};
/netbsd-src/external/ibm-public/postfix/dist/mantools/
H A Dxpostdef20 $defaults{$name} = $defval;
73 $defaults{$name} = "see \"postconf -d\" output";
90 $defval = $defaults{$name} if (defined($defaults{$name}));
119 $defval = $defaults{$name} if (defined($defaults{$name}));
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A Dconfigure.host19 # cpu_include_dir CPU-specific directory, defaults to cpu/generic
23 # os_include_dir OS-specific directory, defaults to os/generic.
25 # c_model the "C" header model, defaults to c_global.
28 # defaults to no.
31 # defaults to host_cpu-host_os (as per config.guess)
36 # defaults to --print-multi-directory
39 # defaults to cpu_include_dir
42 # defaults to cpu_include_dir
45 # defaults to generic.
48 # defaults to nothing.
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/
H A Dconfigure.host19 # cpu_include_dir CPU-specific directory, defaults to cpu/generic
23 # os_include_dir OS-specific directory, defaults to os/generic.
25 # c_model the "C" header model, defaults to c_global.
28 # defaults to no.
31 # defaults to host_cpu-host_os (as per config.guess)
36 # defaults to --print-multi-directory
39 # defaults to cpu_include_dir
42 # defaults to cpu_include_dir
45 # defaults to generic.
48 # defaults to nothing.
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/docs/CommandGuide/
H A Dllvm-addr2line.rst15 tool with different defaults. The goal is to make it a drop-in replacement for
22 the base from the literal's prefix and defaults to decimal if there is no
25 - ``llvm-addr2line`` defaults not to print function names. Use `-f`_ to enable
28 - ``llvm-addr2line`` defaults not to demangle function names. Use `-C`_ to
31 - ``llvm-addr2line`` defaults not to print inlined frames. Use `-i`_ to show
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/ppm/
H A DINSTALL.md16 - prefix: prefix of the path where ppm is to be installed (defaults to /usr/local)
17 - ldap_subdir: OpenLDAP specific subdirectory for modules and configurations (defaults to openldap…
18 - moduledir: where the ppm module is to be deployed (defaults to $prefix/$libexecdir/$ldap_subdir)
19 - etcdir: used to compose default sysconfdir location (defaults to $prefix/etc)
20 - sysconfdir: where the ppm example policy is to be deployed (defaults to $prefix/$etcdir/$ldap_sub…
/netbsd-src/external/bsd/openldap/dist/doc/devel/
H A Dargs48 -Y SASL Mechanism (defaults to "best")
49 -R SASL Realm (defaults to empty)
50 -O SASL Security Options (defaults to "noanonymous,noplain")
51 -U SASL Authentication Identity (defaults to USER)
52 -X SASL Authorization Identity (defaults to empty)
/netbsd-src/crypto/external/bsd/heimdal/dist/tests/gss/
H A Dcheck-gssmask.in78 ${kadmin} add -p p1 --use-defaults host/n1.test.h5l.se@${R} || exit 1
79 ${kadmin} add -p p2 --use-defaults host/n2.test.h5l.se@${R} || exit 1
80 ${kadmin} add -p p3 --use-defaults host/n3.test.h5l.se@${R} || exit 1
85 ${kadmin} add -p u1 --use-defaults user1@${R} || exit 1
H A Dcheck-ntlm.in92 ${kadmin} add -p p1 --use-defaults host/host.test.h5l.se@${R} || exit 1
95 ${kadmin} add -p kaka --use-defaults digest/${R}@${R} || exit 1
97 ${kadmin} add -p ds --use-defaults digestserver@${R} || exit 1
100 ${kadmin} add -p u1 --use-defaults user1@${R} || exit 1
H A Dcheck-spnego.in91 ${kadmin} add -p p1 --use-defaults host/host.test.h5l.se@${R} || exit 1
94 ${kadmin} add -p kaka --use-defaults digest/${R}@${R} || exit 1
96 ${kadmin} add -p ds --use-defaults digestserver@${R} || exit 1
99 ${kadmin} add -p u1 --use-defaults user1@${R} || exit 1
/netbsd-src/crypto/external/bsd/heimdal/dist/tests/db/
H A Dadd-modify-delete.in68 ${kadmin} add -r --use-defaults foo || exit 1
73 ${kadmin} add -r --use-defaults foo 2>/dev/null && exit 1
88 ${kadmin} add -r --use-defaults foo || exit 1
110 ${kadmin} add -r --use-defaults host/datan.example.org || exit 1
/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dssh_config5 # ssh_config(5) for more information. This file provides defaults for
15 # configuration file, and defaults at the end.
17 # Site-wide defaults for some commonly used options. For a comprehensive
18 # list of available options, their meanings and defaults, please see the
/netbsd-src/etc/
H A Ddaily.conf5 if [ -r /etc/defaults/daily.conf ]; then
6 . /etc/defaults/daily.conf
H A Dsecurity.conf5 if [ -r /etc/defaults/security.conf ]; then
6 . /etc/defaults/security.conf
H A Dweekly.conf5 if [ -r /etc/defaults/weekly.conf ]; then
6 . /etc/defaults/weekly.conf
H A Dpkgpath.conf5 if [ -r /etc/defaults/pkgpath.conf ]; then
6 . /etc/defaults/pkgpath.conf
H A Dmonthly.conf5 if [ -r /etc/defaults/monthly.conf ]; then
6 . /etc/defaults/monthly.conf
H A Drc.conf12 if [ -r /etc/defaults/rc.conf ]; then
13 . /etc/defaults/rc.conf

12345678910>>...54