| /freebsd-12-stable/crypto/openssh/ |
| 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 …]
|
| 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-12-stable/contrib/gcc/ |
| D | df-core.c | 330 df_add_problem (struct df *df, struct df_problem *problem, int flags) in df_add_problem() argument 335 if (problem->dependent_problem_fun) in df_add_problem() 336 (problem->dependent_problem_fun) (df, 0); in df_add_problem() 341 dflow = df->problems_by_index[problem->id]; in df_add_problem() 349 dflow->problem = problem; in df_add_problem() 351 df->problems_by_index[dflow->problem->id] = dflow; in df_add_problem() 365 gcc_assert (!(mask & (~dflow->problem->changeable_flags))); in df_set_flags() 380 gcc_assert (!(mask & (~dflow->problem->changeable_flags))); in df_clear_flags() 404 if (dflow->problem->reset_fun) in df_set_blocks() 405 dflow->problem->reset_fun (dflow, df->blocks_to_analyze); in df_set_blocks() [all …]
|
| D | tree-loop-linear.c | 258 bool problem = false; in linear_transform_loops() local 283 problem = true; in linear_transform_loops() 288 if (problem) in linear_transform_loops()
|
| /freebsd-12-stable/crypto/heimdal/lib/gssapi/krb5/ |
| 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-12-stable/contrib/ntp/scripts/build/ |
| D | genAuthors.in | 40 my $problem = 0; 54 $problem = 1; 61 die "Fix the problem(s) noted above!\n" if $problem; 72 $problem = 1; 80 die "Fix the problem(s) noted above!\n" if $problem;
|
| /freebsd-12-stable/contrib/libpcap/ |
| 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-12-stable/contrib/opie/ |
| D | BUG-REPORT | 5 sure that your "bug" is not a known problem. 37 us in fixing the problem and improve the chances that we'll get back to you: 39 7. A diagnosis of what is causing the problem. 41 8. A test case that can repeatably demonstrate the problem. 43 9. A fix for the problem.
|
| /freebsd-12-stable/contrib/amd/ |
| D | FAQ | 44 problem exists if you use the userland "automount" daemon instead of 46 address this serious problem. 53 older than kernel." Is it a problem? 60 really bothers you, then one way to "fix" the problem is to recompile
|
| /freebsd-12-stable/contrib/tcpdump/ |
| D | CONTRIBUTING | 13 To report a non-security problem (failure to compile, incorrect output in the 16 stable release of libpcap. If it does, please check that the problem reproduces 18 libpcap. If it does (and it is not a security-related problem, otherwise see 20 and check if the problem has already been reported. If it has not, please open 27 * statement of the problem 30 Please note that if you know exactly how to solve the problem and the solution
|
| /freebsd-12-stable/contrib/sendmail/src/ |
| D | collect.c | 810 char *problem; local 818 problem = "unexpected close"; 820 problem = "I/O error"; 822 problem = "read timeout"; 826 problem, host, 830 problem, host, 834 problem, host,
|
| /freebsd-12-stable/contrib/ntp/sntp/m4/ |
| D | sntp_problemtests.m4 | 18 [problem-tests], 20 [--enable-problem-tests],
|
| D | ntp_problemtests.m4 | 18 [problem-tests], 20 [--enable-problem-tests],
|
| /freebsd-12-stable/contrib/gdb/gdb/ |
| D | TODO | 15 Wow, three bug reports for the same problem in one day! We should 28 There should really be a test in the testsuite for this problem, since 56 The z8k has suffered bit rot and is known to not build. The problem 72 Solaris 8 x86 CURSES_H problem 75 The original problem was worked around with: 82 When building both GDB and SID using the same source tree the problem
|
| /freebsd-12-stable/sys/contrib/dev/acpica/ |
| D | changes.txt | 141 Fixed a problem with the local version of sprint(): On 32-bit, the 169 problem by enabling the sleep button in ACPI legacy wake. From Anchal 179 machines. Avoid this problem by renaming this variable from HOST to 196 Fixes a problem with the External operator where extra/extraneous bytes 484 Dispatch active GPEs at init time") to get undone, so the problem 1003 any ACPI error encountered during table load. This is a problem because 1316 this is potentially a serious problem, it can generate a lot of 1341 iASL: Fixed a problem with the compiler constant folding feature as 1421 iASL Table Compiler: Fixed a problem with the DBG2 ACPI table where the 1465 AcpiXtract: Fixed a problem with table header detection within the [all …]
|
| /freebsd-12-stable/contrib/ntp/html/hints/ |
| D | aix | 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
|
| D | solaris.xtra.4023118 | 18 period). This problem has been reproduced on virtually all sun4u 21 The fundamental problem lies in the kernel's perception of ticks per
|
| /freebsd-12-stable/contrib/nvi/cl/ |
| 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-12-stable/tools/tools/tinybsd/ |
| D | CHANGES | 19 - fix script problem on symlinks creation. 23 - fix script problem when the kernel is not build, it's not should process
|
| /freebsd-12-stable/usr.bin/patch/ |
| D | backupfile.c | 210 invalid_arg(const char *kind, const char *value, int problem) in invalid_arg() argument 213 if (problem == -1) in invalid_arg()
|
| /freebsd-12-stable/contrib/sendmail/ |
| D | KNOWNBUGS | 23 * Berkeley DB map locking problem with fcntl(). 43 Such a problem has been reported for bulk_mailer. 118 * accept() problem on SVR4. 133 Apparently, this problem is due to linking -lc before -lsocket; 134 if you are having this problem, check your Makefile. 136 * accept() problem on Linux. 184 which specifies the size of the message and hence this problem 190 set. This is not a problem if your system is well managed (that is,
|
| /freebsd-12-stable/contrib/tcp_wrappers/ |
| 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-12-stable/contrib/ncurses/ |
| D | TO-DO | 72 Building those with libtool does not work either. (This is a problem with 80 trip over a known problem with the signal-handling code which causes abrupt 82 problem was first seen running lynx). You will not see this problem if you 91 stdargs instead. This is unlikely to be a problem unless you're building
|
| /freebsd-12-stable/contrib/bzip2/ |
| D | words1 | 3 If there's a problem, things might stop at this point.
|
| /freebsd-12-stable/contrib/binutils/binutils/ |
| D | README | 156 - The actual input file that caused the problem. 166 testcase that triggers the problem. In the case of a gas problem, we 177 In the case of a ld problem, the input files are .o, .a and .so files, 184 Note that your simple two line C program to trigger a problem typically 194 demonstrate the problem. Also, don't bother paring it down if that will
|