| /freebsd-14.2/crypto/openssh/ |
| H A D | auth-krb5.c | 65 if (problem) in krb5_init() 91 if (problem) in auth_krb5_password() 96 if (problem) in auth_krb5_password() 106 if (problem) in auth_krb5_password() 111 if (problem) in auth_krb5_password() 121 if (problem) in auth_krb5_password() 131 if (problem) in auth_krb5_password() 138 if (problem) in auth_krb5_password() 144 if (problem) in auth_krb5_password() 149 if (problem) 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 138 errmsg = krb5_get_error_message(krb_context, problem); 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); 157 if ((problem = krb5_parse_name(krb_context, 159 errmsg = krb5_get_error_message(krb_context, problem); [all …]
|
| /freebsd-14.2/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-14.2/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-14.2/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-14.2/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-14.2/contrib/libfido2/.github/ISSUE_TEMPLATE/ |
| H A D | bug_report.md | 23 **How does the problem manifest itself?** 25 **Is the problem reproducible?** 27 **What are the steps that lead to the problem?** 29 **Does the problem happen with different authenticators?**
|
| /freebsd-14.2/contrib/ntp/sntp/m4/ |
| H A D | sntp_problemtests.m4 | 18 [problem-tests], 20 [--enable-problem-tests],
|
| H A D | ntp_problemtests.m4 | 18 [problem-tests], 20 [--enable-problem-tests],
|
| /freebsd-14.2/tools/test/stress2/tools/ |
| H A D | fail.sh | 64 mountu.sh 20170321 Known NFS problem 68 nfssillyrename.sh 20170321 Known problem
|
| /freebsd-14.2/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-14.2/sys/contrib/openzfs/.github/ISSUE_TEMPLATE/ |
| H A D | bug_report.md | 40 ### Describe the problem you're observing 42 ### Describe how to reproduce the problem
|
| /freebsd-14.2/sys/contrib/dev/acpica/ |
| H A D | changes.txt | 3350 problem above). 7839 a problem with line counter maintenance. 8629 problem 9337 Fixed a problem with Mutex Sync Levels. Fixed a problem where if multiple 10168 problem 11780 Fixed problem reports: 11907 Fixed problem reports integrated: 15441 AE_ALREADY_EXISTS problem.) 15796 incorrectly" problem. 19021 Release-version compile problem fixed. [all …]
|
| /freebsd-14.2/contrib/ntp/html/hints/ |
| H A 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
|
| H A 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-14.2/contrib/sendmail/src/ |
| H A D | collect.c | 928 char *problem; local 932 problem = "unexpected close"; 934 problem = "I/O error"; 936 problem = BARE_LF_MSG; 938 problem = BARE_CR_MSG; 940 problem = "read timeout"; 951 #define CONN_ERR_ARGS LOG_CLT, CONN_LOG_FROM, problem, \
|
| /freebsd-14.2/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-14.2/usr.bin/patch/ |
| H A D | backupfile.c | 209 invalid_arg(const char *kind, const char *value, int problem) in invalid_arg() argument 212 if (problem == -1) in invalid_arg()
|
| /freebsd-14.2/contrib/bzip2/ |
| H A D | words1 | 3 If there's a problem, things might stop at this point.
|
| /freebsd-14.2/contrib/sendmail/ |
| 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-14.2/contrib/tcp_wrappers/ |
| 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, [email protected]). 419 - A portability problem was fixed that caused compile-time problems [all …]
|
| /freebsd-14.2/contrib/ncurses/ |
| H A D | TO-DO | 73 Building those with libtool does not work either. (This is a problem with 81 trip over a known problem with the signal-handling code which causes abrupt 83 problem was first seen running lynx). You will not see this problem if you 92 stdargs instead. This is unlikely to be a problem unless you're building
|
| /freebsd-14.2/bin/sh/tests/parameters/ |
| H A D | mail2.0 | 8 # ktrace problem
|
| H A D | mail1.0 | 8 # ktrace problem
|
| /freebsd-14.2/sys/contrib/openzfs/etc/init.d/ |
| H A D | README.md | 24 If you have code to share that fixes the problem, that is much better. 33 work on that, the biggest problem you'll (probably) have is the part
|