Home
last modified time | relevance | path

Searched refs:problem (Results 1 – 25 of 321) sorted by relevance

12345678910>>...13

/freebsd-13.1/crypto/openssh/
H A Dauth-krb5.c65 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 Dgss-serv-krb5.c65 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-13.1/crypto/heimdal/lib/gssapi/krb5/
H A Daddress_to_krb5addr.c48 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-13.1/contrib/ntp/scripts/build/
H A DgenAuthors.in40 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-13.1/contrib/libpcap/
H A DCONTRIBUTING.md8 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-13.1/contrib/opie/
H A DBUG-REPORT5 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-13.1/contrib/ntp/sntp/m4/
H A Dsntp_problemtests.m418 [problem-tests],
20 [--enable-problem-tests],
H A Dntp_problemtests.m418 [problem-tests],
20 [--enable-problem-tests],
/freebsd-13.1/contrib/tcpdump/
H A DCONTRIBUTING13 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-13.1/sys/contrib/openzfs/.github/ISSUE_TEMPLATE/
H A Dbug_report.md40 ### Describe the problem you're observing
42 ### Describe how to reproduce the problem
H A Dfeature_request.md26 What problem does this feature solve?
/freebsd-13.1/contrib/sendmail/src/
H A Dcollect.c808 char *problem; local
816 problem = "unexpected close";
818 problem = "I/O error";
820 problem = "read timeout";
824 problem, host,
828 problem, host,
832 problem, host,
/freebsd-13.1/sys/contrib/dev/acpica/
H A Dchanges.txt2994 problem above).
7483 a problem with line counter maintenance.
8273 problem
8981 Fixed a problem with Mutex Sync Levels. Fixed a problem where if multiple
9812 problem
11424 Fixed problem reports:
11551 Fixed problem reports integrated:
15085 AE_ALREADY_EXISTS problem.)
15440 incorrectly" problem.
18665 Release-version compile problem fixed.
[all …]
/freebsd-13.1/contrib/ntp/html/hints/
H A Daix4 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 Dsolaris.xtra.402311818 period). This problem has been reproduced on virtually all sun4u
21 The fundamental problem lies in the kernel's perception of ticks per
/freebsd-13.1/tools/tools/tinybsd/
H A DCHANGES19 - fix script problem on symlinks creation.
23 - fix script problem when the kernel is not build, it's not should process
/freebsd-13.1/contrib/nvi/cl/
H A DREADME.signal28 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-13.1/usr.bin/patch/
H A Dbackupfile.c210 invalid_arg(const char *kind, const char *value, int problem) in invalid_arg() argument
213 if (problem == -1) in invalid_arg()
/freebsd-13.1/contrib/bzip2/
H A Dwords13 If there's a problem, things might stop at this point.
/freebsd-13.1/contrib/tcp_wrappers/
H A DCHANGES56 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-13.1/contrib/ncurses/
H A DTO-DO73 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-13.1/contrib/ipfilter/
H A DBugReport11 * Description of problem
/freebsd-13.1/contrib/sendmail/
H A DKNOWNBUGS35 Such a problem has been reported for bulk_mailer.
110 * accept() problem on SVR4.
125 Apparently, this problem is due to linking -lc before -lsocket;
126 if you are having this problem, check your Makefile.
128 * accept() problem on Linux.
176 which specifies the size of the message and hence this problem
182 set. This is not a problem if your system is well managed (that is,
/freebsd-13.1/bin/sh/tests/parameters/
H A Dmail1.09 # ktrace problem
H A Dmail2.09 # ktrace problem

12345678910>>...13