/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/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/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/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/sys/contrib/dev/acpica/ |
H A D | changes.txt | 26 Verify the local environment and GitHub commits are all in sync which was a problem with the second… 85 Fixed a problem with the ASL/AML Timer() operator. Discovered by UBSAN: ?array-index-out-of-bounds … 268 Data Table Compiler: Fixed a problem with support for the SDEV table, 321 iASL/NHLT table: Fixed a reported problem where a fault would occur 779 iASL: Fixed a problem where method names in "Alias ()" statement could be 978 Fixed a problem with the local version of sprint(): On 32-bit, the 1006 problem by enabling the sleep button in ACPI legacy wake. From Anchal 1016 machines. Avoid this problem by renaming this variable from HOST to 1033 Fixes a problem with the External operator where extra/extraneous bytes 1321 Dispatch active GPEs at init time") to get undone, so the problem [all …]
|
/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/sys/netinet/libalias/ |
H A D | HISTORY | 45 - Checksum error on FTP transfers. Problem 52 Problem in code located by Ari Suutari. 114 - Problem associated with socket file descriptor 116 had to be closed when a binding failed. Problem
|
/freebsd/contrib/kyua/utils/sqlite/ |
H A D | transaction.cpp | 83 /// \throw api_error If there is any problem while committing the 95 /// \throw api_error If there is any problem while rolling the 127 /// \throw api_error If there is any problem while committing the transaction. 137 /// \throw api_error If there is any problem while rolling the transaction back.
|
/freebsd/contrib/ntp/html/ |
H A D | hints.html | 18 …te), problem description, problem solution and submitter's name and electric address. If the submi…
|
/freebsd/contrib/tnftp/ |
H A D | ChangeLog | 180 Addresses NetBSD Problem Report 28697. 190 Fixes NetBSD Problem Report 17617. 225 Addresses NetBSD Problem Report 15943. 258 fails and we fall-back to PASV/PORT. Should fix a problem 270 problem (a la auto-fetch retrieval). 280 Problem noted by Thomas Klausner. 285 Problem noted by Kathryn Hogg. 376 cast to int. Fixes build problem for alpha. 419 Fixes build problem on HP-UX with cc. 431 Fixes build problem on OSX.3. [all …]
|
/freebsd/contrib/kyua/store/ |
H A D | write_transaction.cpp | 76 /// \throw sqlite::error If there is a problem storing the variables. 165 // size of the file, just ignore the problem. If there are real issues in put_file() 228 /// \throw error If there is any problem when talking to the database. 242 /// \throw error If there is any problem when talking to the database. 261 /// \throw error If there is any problem when talking to the database. 287 /// \throw error If there is any problem when talking to the database. 330 /// \throw error If there is any problem when talking to the database. 408 /// \throw error If there is any problem when talking to the database.
|