| /netbsd-src/crypto/dist/ipsec-tools/src/racoon/ |
| H A D | handler.c | 417 if (iph1->approval) { 418 delisakmpsa(iph1->approval); 419 iph1->approval = NULL; 445 if(iph1->approval != NULL) 446 delisakmpsa(iph1->approval); 669 if (iph2->proposal == NULL && iph2->approval == NULL) 671 if (iph2->approval != NULL) { 672 for (pr = iph2->approval->head; pr != NULL; 738 if (iph2->approval) { 739 flushsaprop(iph2->approval); [all …]
|
| H A D | oakley.c | 427 if (iph1->approval == NULL) { 434 type = iph1->approval->hashtype; 457 if (iph1->approval == NULL) { 464 type = iph1->approval->hashtype; 488 if (iph2->approval->pfs_group && iph2->dhpub_p) { 532 pfs = ((iph2->approval->pfs_group && iph2->dhgxy) ? 1 : 0); 546 for (pr = iph2->approval->head; pr != NULL; pr = pr->next) { 703 for (pr = iph2->approval->head; pr != NULL; pr = pr->next) { 902 if (iph1->approval->authmethod == OAKLEY_ATTR_AUTH_METHOD_GSSAPI_KRB) { 963 if (iph1->approval->authmethod == OAKLEY_ATTR_AUTH_METHOD_GSSAPI_KRB) { [all …]
|
| H A D | isakmp_ident.c | 371 if (oakley_dh_generate(iph1->approval->dhgrp, 381 if (iph1->approval->authmethod == OAKLEY_ATTR_AUTH_METHOD_GSSAPI_KRB && 589 if (oakley_dh_compute(iph1->approval->dhgrp, iph1->dhpub, 608 if (iph1->approval->authmethod == OAKLEY_ATTR_AUTH_METHOD_GSSAPI_KRB && 990 if (iph1->approval->gssid != NULL) { 991 gss_sa = ipsecdoi_setph1proposal(iph1->rmconf, iph1->approval); 1263 if (oakley_dh_generate(iph1->approval->dhgrp, 1273 if (iph1->approval->authmethod == OAKLEY_ATTR_AUTH_METHOD_GSSAPI_KRB) 1298 if (oakley_dh_compute(iph1->approval->dhgrp, iph1->dhpub, 1421 switch (iph1->approval->authmethod) { [all …]
|
| H A D | isakmp_base.c | 428 if (oakley_dh_generate(iph1->approval->dhgrp, 433 switch (iph1->approval->authmethod) { 455 switch (iph1->approval->authmethod) { 462 vid = set_vendorid(iph1->approval->vendorid); 691 if (oakley_dh_compute(iph1->approval->dhgrp, iph1->dhpub, 696 switch (iph1->approval->authmethod) { 1146 if (oakley_dh_generate(iph1->approval->dhgrp, 1151 if (oakley_dh_compute(iph1->approval->dhgrp, iph1->dhpub, 1225 switch (iph1->approval->authmethod) { 1254 iph1->approval->authmethod); [all …]
|
| H A D | pfkey.c | 907 pp = iph2->approval; 1052 pp = iph2->side == INITIATOR ? iph2->proposal : iph2->approval; 1103 if (iph2->approval == NULL) { 1115 sa_args.l_addtime = iph2->approval->lifetime; 1135 for (pr = iph2->approval->head; pr != NULL; pr = pr->next) { 1176 sa_args.l_bytes = iph2->approval->lifebyte * 1024, 1182 if (*iph2->approval->sctx.ctx_str) { 1183 sa_args.ctxdoi = iph2->approval->sctx.ctx_doi; 1184 sa_args.ctxalg = iph2->approval->sctx.ctx_alg; 1185 sa_args.ctxstrlen = iph2->approval->sctx.ctx_strlen; [all …]
|
| H A D | gssapi.c | 297 if (iph1->approval != NULL && iph1->approval->gssid != NULL) { in gssapi_get_itoken() 300 (int)iph1->approval->gssid->l, iph1->approval->gssid->v); in gssapi_get_itoken() 301 name_token.length = iph1->approval->gssid->l; in gssapi_get_itoken() 302 name_token.value = iph1->approval->gssid->v; in gssapi_get_itoken()
|
| H A D | isakmp_agg.c | 623 switch (iph1->approval->authmethod) { 963 if (oakley_dh_compute(iph1->approval->dhgrp, iph1->dhpub, 1032 switch (iph1->approval->authmethod) { 1058 if (oakley_needcr(iph1->approval->authmethod)) 1106 if (oakley_needcr(iph1->approval->authmethod)) 1134 if (iph1->approval->gssid != NULL) 1136 iph1->approval);
|
| H A D | remoteconf.c | 167 struct isakmpsa *approval) in rmconf_match_etype_and_approval() argument 172 if (approval == NULL) in rmconf_match_etype_and_approval() 176 approval->dh_group != rmconf->dh_group) in rmconf_match_etype_and_approval() 179 if (checkisakmpsa(rmconf->pcheck_level, approval, in rmconf_match_etype_and_approval() 233 rmsel->approval); in rmconf_match_type() 296 rmsel->approval = iph1->approval;
|
| H A D | handler.h | 128 struct isakmpsa *approval; /* pointer to SA(s) approved. */ member 323 struct saprop *approval; /* SA(s) approved. */ member
|
| H A D | isakmp_quick.c | 1379 if (iph2->dhpub_p != NULL && iph2->approval->pfs_group == 0) { 1385 if (iph2->dhpub_p == NULL && iph2->approval->pfs_group != 0) { 1513 pfsgroup = iph2->approval->pfs_group; 1617 struct saprop *pp = iph2->approval; 1866 tlen = sizeof(struct isakmp_pl_n) + iph2->approval->head->spisize; 1877 n->proto_id = iph2->approval->head->proto_id; 1878 n->spi_size = sizeof(iph2->approval->head->spisize); 1880 memcpy(n + 1, &iph2->approval->head->spi, iph2->approval->head->spisize); 2026 if (tunnel_mode_prop(iph2->approval)) {
|
| H A D | remoteconf.h | 181 struct isakmpsa *approval; member
|
| H A D | isakmp.c | 869 iph1->approval->lifetime * 873 sched_schedule(&iph1->sce, iph1->approval->lifetime, 879 switch (iph1->approval->authmethod) { 933 switch (iph1->approval->authmethod) { 1081 iph1->approval = NULL; 1186 iph1->approval = NULL; 1992 sched_schedule(&iph1->sce, iph1->approval->lifetime * 3631 if (tunnel_mode_prop(iph2->approval)) {
|
| H A D | ipsec_doi.c | 254 if (iph1->approval) { 255 delisakmpsa(iph1->approval); 256 iph1->approval = NULL; 340 iph1->approval = sa; 977 iph2->approval = NULL; 1044 iph2->approval = pr; 1519 pp = iph2->approval; 3574 iph1->approval->authmethod == OAKLEY_ATTR_AUTH_METHOD_PSKEY) {
|
| H A D | isakmp_inf.c | 642 for (pr = iph2->approval->head; pr != NULL; pr = pr->next) { 832 if (!iph2->approval) 835 pr = iph2->approval->head;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
| H A D | CodeReview.rst | 102 needs an explicit approval before it is committed. Do not assume silent 103 approval, or solicit objections to a patch with a deadline. 128 multiple steps prior to approval (e.g., splitting, refactoring, posting data 138 stands for Looks Good To Me). Only approval from a single reviewer is required. 140 When providing an unqualified LGTM (approval to commit), it is the 144 approved. If unsure, the reviewer should provide a qualified approval, (e.g., 157 also polite to provide a qualified approval (e.g., "LGTM, but please wait for a 158 couple of days in case others wish to review"). If approval is received very 166 providing an overall approval for a patch, is to be reasonably sure that such 168 then you shouldn't be providing final approval to commit. A reviewer providing [all …]
|
| H A D | HowToReleaseLLVM.rst | 288 manager, the official release testers or the code owners with approval from 291 #. Release managers are encouraged, but not required, to get approval from code 293 is unreachable then release managers can ask approval from patch reviewers or
|
| /netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
| H A D | MAINTAINERS | 36 repository without obtaining approval first: 56 that maintainers still need approval to check in changes outside of 196 Individuals with "write after approval" have the ability to check in 197 changes, but they must get approval for each change from someone in 202 remember to get approval before checking anything in.] 206 Fixes for obvious mistakes do not need approval, and can be checked in 209 you should seek approval first. Obvious fixes include fixes for 231 approval. Patches to target specific tests are the responsibility the 233 Other testsuite patches need the approval of a blanket-write-priveleges 247 Anyone with at least write-after-approval access may create a branch
|
| /netbsd-src/external/gpl3/binutils/dist/binutils/ |
| H A D | MAINTAINERS | 36 repository without obtaining approval first: 56 that maintainers still need approval to check in changes outside of 195 Individuals with "write after approval" have the ability to check in 196 changes, but they must get approval for each change from someone in 201 remember to get approval before checking anything in.] 205 Fixes for obvious mistakes do not need approval, and can be checked in 208 you should seek approval first. Obvious fixes include fixes for 259 approval. Patches to target specific tests are the responsibility the 261 Other testsuite patches need the approval of a blanket-write-priveleges 275 Anyone with at least write-after-approval access may create a branch
|
| /netbsd-src/regress/ |
| H A D | README | 6 All exceptions need prior approval from core.
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/docs/ |
| H A D | Cxx1zStatus.rst | 17 In February 2017, the C++ standard committee approved this draft, and sent it to ISO for approval a…
|
| H A D | Cxx2aStatus.rst | 17 In September 2020, the C++ standard committee approved this draft, and sent it to ISO for approval …
|
| /netbsd-src/external/gpl3/gcc/dist/ |
| H A D | ChangeLog.tree-ssa | 41 * MAINTAINERS.tree-ssa: Add self to write after approval.
|
| /netbsd-src/external/gpl3/ |
| H A D | README | 8 Please do not import new GPLv3 projects without Board approval.
|
| /netbsd-src/external/gpl3/binutils.old/dist/ |
| H A D | MAINTAINERS | 27 May need separate opcodes/ or sim/ approval for
|
| /netbsd-src/external/gpl3/binutils/dist/ |
| H A D | MAINTAINERS | 27 May need separate opcodes/ or sim/ approval for
|