/freebsd/crypto/openssh/ |
H A D | auth-krb5.c | 61 krb5_error_code problem; in krb5_init() local 64 problem = krb5_init_context(&authctxt->krb5_ctx); in krb5_init() 65 if (problem) in krb5_init() 66 return (problem); in krb5_init() 78 krb5_error_code problem; in auth_krb5_password() local 90 problem = krb5_init(authctxt); in auth_krb5_password() 91 if (problem) in auth_krb5_password() 94 problem = krb5_parse_name(authctxt->krb5_ctx, client, in auth_krb5_password() 96 if (problem) in auth_krb5_password() 101 problem = krb5_cc_new_unique(authctxt->krb5_ctx, in auth_krb5_password() [all …]
|
H A D | gss-serv-krb5.c | 65 krb5_error_code problem; in ssh_gssapi_krb5_init() local 70 problem = krb5_init_context(&krb_context); in ssh_gssapi_krb5_init() 71 if (problem) { in ssh_gssapi_krb5_init() 120 krb5_error_code problem; local 136 if ((problem = krb5_cc_new_unique(krb_context, krb5_fcc_ops.prefix, 138 errmsg = krb5_get_error_message(krb_context, problem); 141 if ((problem = krb5_cc_gen_new(krb_context, &krb5_fcc_ops, &ccache))) { 143 krb5_get_err_text(krb_context, problem)); 149 if ((problem = ssh_krb5_cc_gen(krb_context, &ccache))) { 150 errmsg = krb5_get_error_message(krb_context, problem); [all …]
|
/freebsd/crypto/krb5/src/lib/krb5/krb/ |
H A D | recvauth.c | 56 krb5_error_code retval, problem; in recvauth_common() local 66 * Zero out problem variable. If problem is set at the end of in recvauth_common() 71 problem = 0; in recvauth_common() 82 problem = KRB5_SENDAUTH_BADAUTHVERS; in recvauth_common() 88 problem = KRB5_SENDAUTH_BADAUTHVERS; in recvauth_common() 97 if (appl_version != NULL && !problem) { in recvauth_common() 100 problem = KRB5_SENDAUTH_BADAPPLVERS; in recvauth_common() 104 if (version && !problem) in recvauth_common() 111 * exit with a return value of problem in recvauth_common() 114 return(problem); /* We'll return the top-level problem */ in recvauth_common() [all …]
|
/freebsd/lib/libpmc/pmu-events/arch/s390/cf_z10/ |
H A D | basic.json | 41 "BriefDescription": "Problem-State CPU Cycles", 42 "PublicDescription": "Problem-State Cycle Count" 47 "BriefDescription": "Problem-State Instructions", 48 "PublicDescription": "Problem-State Instruction Count" 53 "BriefDescription": "Problem-State L1I Directory Writes", 54 "PublicDescription": "Problem-State Level-1 I-Cache Directory Write Count" 59 "BriefDescription": "Problem-State L1I Penalty Cycles", 60 "PublicDescription": "Problem-State Level-1 I-Cache Penalty Cycle Count" 65 "BriefDescription": "Problem-State L1D Directory Writes", 66 "PublicDescription": "Problem-State Level-1 D-Cache Directory Write Count" [all …]
|
/freebsd/lib/libpmc/pmu-events/arch/s390/cf_z13/ |
H A D | basic.json | 41 "BriefDescription": "Problem-State CPU Cycles", 42 "PublicDescription": "Problem-State Cycle Count" 47 "BriefDescription": "Problem-State Instructions", 48 "PublicDescription": "Problem-State Instruction Count" 53 "BriefDescription": "Problem-State L1I Directory Writes", 54 "PublicDescription": "Problem-State Level-1 I-Cache Directory Write Count" 59 "BriefDescription": "Problem-State L1I Penalty Cycles", 60 "PublicDescription": "Problem-State Level-1 I-Cache Penalty Cycle Count" 65 "BriefDescription": "Problem-State L1D Directory Writes", 66 "PublicDescription": "Problem-State Level-1 D-Cache Directory Write Count" [all …]
|
/freebsd/lib/libpmc/pmu-events/arch/s390/cf_z196/ |
H A D | basic.json | 41 "BriefDescription": "Problem-State CPU Cycles", 42 "PublicDescription": "Problem-State Cycle Count" 47 "BriefDescription": "Problem-State Instructions", 48 "PublicDescription": "Problem-State Instruction Count" 53 "BriefDescription": "Problem-State L1I Directory Writes", 54 "PublicDescription": "Problem-State Level-1 I-Cache Directory Write Count" 59 "BriefDescription": "Problem-State L1I Penalty Cycles", 60 "PublicDescription": "Problem-State Level-1 I-Cache Penalty Cycle Count" 65 "BriefDescription": "Problem-State L1D Directory Writes", 66 "PublicDescription": "Problem-State Level-1 D-Cache Directory Write Count" [all …]
|
/freebsd/lib/libpmc/pmu-events/arch/s390/cf_zec12/ |
H A D | basic.json | 41 "BriefDescription": "Problem-State CPU Cycles", 42 "PublicDescription": "Problem-State Cycle Count" 47 "BriefDescription": "Problem-State Instructions", 48 "PublicDescription": "Problem-State Instruction Count" 53 "BriefDescription": "Problem-State L1I Directory Writes", 54 "PublicDescription": "Problem-State Level-1 I-Cache Directory Write Count" 59 "BriefDescription": "Problem-State L1I Penalty Cycles", 60 "PublicDescription": "Problem-State Level-1 I-Cache Penalty Cycle Count" 65 "BriefDescription": "Problem-State L1D Directory Writes", 66 "PublicDescription": "Problem-State Level-1 D-Cache Directory Write Count" [all …]
|
/freebsd/contrib/sendmail/ |
H A D | RELEASE_NOTES | 58 8.17.2 was incomplete). Problem reported by Alex 118 Problem reported by Dilyan Palauzo. 125 fail to respond when it should. Problem reported by 128 logged even when it happened. Problem reported by 135 Problem reported by Dilyan Palauzo. 147 which is too long. Problem reported by Werner Wiethege. 150 set to 2048/1024. Problem reported by Tabata 157 breakage when a hostname contains 'dnl'. Problem 169 is completely read by sendmail. Fix and problem 225 delivery attempts to different servers. This problem [all …]
|
H A D | KNOWNBUGS | 23 * Berkeley DB map locking problem with fcntl(). 43 Such a problem has been reported for bulk_mailer. 113 * accept() problem on SVR4. 128 Apparently, this problem is due to linking -lc before -lsocket; 129 if you are having this problem, check your Makefile. 131 * accept() problem on Linux. 180 and hence this problem is not significant. 185 set. This is not a problem if your system is well managed (that is,
|
/freebsd/contrib/libyaml/tests/ |
H A D | example-reformatter-alt.c | 123 fprintf(stderr, "Reader error: %s: #%X at %zd\n", parser.problem, in main() 127 fprintf(stderr, "Reader error: %s at %lu\n", parser.problem, in main() 137 parser.problem, parser.problem_mark.line+1, in main() 142 parser.problem, parser.problem_mark.line+1, in main() 152 parser.problem, parser.problem_mark.line+1, in main() 157 parser.problem, parser.problem_mark.line+1, in main() 167 parser.problem, parser.problem_mark.line+1, in main() 172 parser.problem, parser.problem_mark.line+1, in main() 199 fprintf(stderr, "Writer error: %s\n", emitter.problem); in main() 203 fprintf(stderr, "Emitter error: %s\n", emitter.problem); in main()
|
H A D | example-reformatter.c | 123 fprintf(stderr, "Reader error: %s: #%X at %ld\n", parser.problem, in main() 127 fprintf(stderr, "Reader error: %s at %ld\n", parser.problem, in main() 137 parser.problem, (int)parser.problem_mark.line+1, in main() 142 parser.problem, (int)parser.problem_mark.line+1, in main() 152 parser.problem, (int)parser.problem_mark.line+1, in main() 157 parser.problem, (int)parser.problem_mark.line+1, in main() 184 fprintf(stderr, "Writer error: %s\n", emitter.problem); in main() 188 fprintf(stderr, "Emitter error: %s\n", emitter.problem); in main()
|
/freebsd/contrib/libpcap/ |
H A D | CONTRIBUTING.md | 8 To report a non-security problem (failure to compile, failure to capture packets 11 please check that the problem reproduces with the current git master branch of 12 libpcap. If it does (and it is not a security-related problem, otherwise see 14 and check if the problem has already been reported. If it has not, please open 21 * statement of the problem 24 Please note that if you know exactly how to solve the problem and the solution
|
/freebsd/contrib/ntp/scripts/build/ |
H A D | genAuthors.in | 41 my $problem = 0; 55 $problem = 1; 62 die "Fix the problem(s) noted above!\n" if $problem; 73 $problem = 1; 81 die "Fix the problem(s) noted above!\n" if $problem;
|
/freebsd/crypto/krb5/src/lib/krb5/unicode/ucdata/ |
H A D | README | 109 3. Fixed a problem with weak sequences containing non-spacing marks in the 112 4. Fixed a problem with text runs of the opposite direction of the string 126 1. Fixed a problem with the bidi algorithm locating directional section 129 2. Fixed a problem with the bidi algorithm starting the reordering correctly. 131 3. Fixed a problem with the bidi algorithm determining end boundaries for LTR 134 4. Fixed a problem with the bidi algorithm reordering weak (digits and number 162 2. Fixed a problem with choosing the correct field when mapping case. 170 1. Fixed a problem with an incorrect amount of storage being allocated for the 181 1. Fixed a problem with adding certain ranges. 189 1. Fixed a problem with looking up decompositions in "ucgendat." [all …]
|
/freebsd/sys/contrib/dev/acpica/ |
H A D | changes.txt | 42 Verify the local environment and GitHub commits are all in sync which was a problem with the second… 101 Fixed a problem with the ASL/AML Timer() operator. Discovered by UBSAN: ?array-index-out-of-bounds … 284 Data Table Compiler: Fixed a problem with support for the SDEV table, 337 iASL/NHLT table: Fixed a reported problem where a fault would occur 795 iASL: Fixed a problem where method names in "Alias ()" statement could be 994 Fixed a problem with the local version of sprint(): On 32-bit, the 1022 problem by enabling the sleep button in ACPI legacy wake. From Anchal 1032 machines. Avoid this problem by renaming this variable from HOST to 1049 Fixes a problem with the External operator where extra/extraneous bytes 1337 Dispatch active GPEs at init time") to get undone, so the problem [all …]
|
/freebsd/contrib/googletest/.github/ISSUE_TEMPLATE/ |
H A D | 00-bug_report.yml | 15 label: Steps to reproduce the problem 16 …problem that you are experiencing. Please provide all code and relevant steps to reproduce the pro… 51 description: Add any other context about the problem here.
|
/freebsd/crypto/heimdal/lib/gssapi/krb5/ |
H A D | address_to_krb5addr.c | 48 krb5_error_code problem; in _gsskrb5i_address_to_krb5addr() local 65 problem = krb5_h_addr2sockaddr (context, in _gsskrb5i_address_to_krb5addr() 71 if (problem) in _gsskrb5i_address_to_krb5addr() 74 problem = krb5_sockaddr2address (context, &sa, address); in _gsskrb5i_address_to_krb5addr() 76 return problem; in _gsskrb5i_address_to_krb5addr()
|
/freebsd/lib/libpmc/pmu-events/arch/s390/cf_z14/ |
H A D | basic.json | 41 "BriefDescription": "Problem-State CPU Cycles", 42 "PublicDescription": "Problem-State Cycle Count" 47 "BriefDescription": "Problem-State Instructions", 48 "PublicDescription": "Problem-State Instruction Count"
|
/freebsd/contrib/tcp_wrappers/ |
H A D | diag.c | 5 * tcpd_warn() reports a problem and proceeds. 7 * tcpd_jump() reports a problem and jumps. 44 /* tcpd_warn - report problem of some sort and proceed */ 55 /* tcpd_jump - report serious problem and jump */
|
H A D | workarounds.c | 36 * (A.vanBloois@info.nic.surfnet.nl) figured out what was the problem. 51 * You have this problem when the compiler complains about illegal lvalues 72 * gives up too soon, causing username lookups to fail. Problem first 74 * The following code works around the problem. It does no harm on "normal" 115 * code works around the problem. It does no harm on "normal" systems. 150 * the problem. It does no harm on "normal" systems. 276 * strtok() function. FreeBSD 2.0 has a similar problem (fixed in 2.0.5).
|
H A D | CHANGES | 56 earlier workaround for a similar problem in FreeBSD 2.0. 139 - Dropped several new solutions that were in need of a problem. Beta 166 dropping clients. Like showing a banner that explains the problem. 213 potential problem. Suggested by Peter Wemm. 272 - Workaround for a weird problem with DG/UX when the wrapper is run as 397 special-cases localhost (problem reported by several sites). 406 you, adjust the TIMEOUT definition in file rfc931.c (problem reported 411 problem and its solution were discussed on the rfc931-users mailing 417 (problem reported by Icarus Sparry, I.Sparry@gdr.bath.ac.uk). 419 - A portability problem was fixed that caused compile-time problems [all …]
|
/freebsd/contrib/nvi/cl/ |
H A D | README.signal | 28 that doesn't seem like a problem. 33 creates a key mapping with an infinite loop. This problem will become 46 input buffer might solve the latter problem, but it's not going to be 70 The second problem is that vi permits you to enter literal signal 91 work well for trying to detect infinite maps. The problem is that 117 literal character. To some extent, we have this problem already, 136 The problem with this is that if we do our own SIGTSTP handling, in either 149 how it left them), and starts prompting the user for input. The problem is
|
/freebsd/crypto/openssl/ |
H A D | SUPPORT.md | 26 the problem has already been reported. 27 - Download the latest version from the repository to see if the problem 30 problem persists. 48 - Problem Description (steps that will reproduce the problem, if known)
|
/freebsd/contrib/ntp/html/hints/ |
H A D | aix | 1 Problem with recent ANSI compilers 4 file when processing the refclock_report() routine. The problem, which 31 Details of the problem report follow. 61 > Reported as a Highly pervasive problem: NO
|
/freebsd/contrib/libyaml/src/ |
H A D | loader.c | 17 const char *problem, yaml_mark_t problem_mark); 22 const char *problem, yaml_mark_t problem_mark); 140 const char *problem, yaml_mark_t problem_mark) in yaml_parser_set_composer_error() argument 143 parser->problem = problem; in yaml_parser_set_composer_error() 156 const char *problem, yaml_mark_t problem_mark) in yaml_parser_set_composer_error_context() argument 161 parser->problem = problem; in yaml_parser_set_composer_error_context()
|