/freebsd/contrib/pam-krb5/tests/data/scripts/trace/ |
H A D | supported | 11 auth = force_first_pass no_ccache trace=%0 debug 12 account = no_ccache trace=%0 debug 13 session = no_ccache trace=%0 debug 26 DEBUG enabled trace logging to %0 27 DEBUG pam_sm_authenticate: entry 28 DEBUG (user %u) no stored password 30 DEBUG pam_sm_authenticate: exit (failure) 31 DEBUG enabled trace logging to %0 32 DEBUG pam_sm_acct_mgmt: entry 33 DEBUG skipping non-Kerberos login [all …]
|
H A D | unsupported | 11 auth = force_first_pass no_ccache trace=%0 debug 12 account = no_ccache trace=%0 debug 13 session = no_ccache trace=%0 debug 27 DEBUG pam_sm_authenticate: entry 28 DEBUG (user %u) no stored password 30 DEBUG pam_sm_authenticate: exit (failure) 32 DEBUG pam_sm_acct_mgmt: entry 33 DEBUG skipping non-Kerberos login 34 DEBUG pam_sm_acct_mgmt: exit (ignore) 36 DEBUG pam_sm_setcred: entry (delete) [all …]
|
/freebsd/contrib/pam-krb5/tests/data/scripts/basic/ |
H A D | no-context-debug | 11 auth = debug 12 account = debug 13 session = debug 25 DEBUG pam_sm_acct_mgmt: entry 26 DEBUG skipping non-Kerberos login 27 DEBUG pam_sm_acct_mgmt: exit (ignore) 28 DEBUG pam_sm_setcred: entry (delete) 29 DEBUG pam_sm_setcred: exit (success) 30 DEBUG pam_sm_setcred: entry (establish) 31 DEBUG no context found, creating one [all …]
|
/freebsd/contrib/pam-krb5/tests/data/scripts/expired/ |
H A D | defer-mit-debug | 11 auth = defer_pwchange use_first_pass debug 12 account = ignore_k5login debug 13 password = ignore_k5login use_first_pass debug 14 session = debug 31 DEBUG pam_sm_authenticate: entry 32 DEBUG (user %u) attempting authentication as %0 33 DEBUG (user %u) krb5_get_init_creds_password: Password has expired 34 DEBUG (user %u) expired account, deferring failure 36 DEBUG pam_sm_authenticate: exit (success) 37 DEBUG pam_sm_acct_mgmt: entry [all …]
|
H A D | basic-mit-debug | 11 auth = ignore_k5login debug 12 account = ignore_k5login debug 13 password = ignore_k5login debug 14 session = debug 29 DEBUG pam_sm_authenticate: entry 30 DEBUG (user %u) attempting authentication as %0 32 DEBUG /^\(user %u\) temporarily storing credentials in /tmp/krb5cc_pam_/ 33 DEBUG pam_sm_authenticate: exit (success) 34 DEBUG pam_sm_acct_mgmt: entry 35 DEBUG (user %u) retrieving principal from cache [all …]
|
H A D | basic-heimdal-old-debug | 11 auth = ignore_k5login debug 12 account = ignore_k5login debug 13 password = ignore_k5login debug 14 session = debug 31 DEBUG pam_sm_authenticate: entry 32 DEBUG (user %u) attempting authentication as %0 34 DEBUG /^\(user %u\) temporarily storing credentials in /tmp/krb5cc_pam_/ 35 DEBUG pam_sm_authenticate: exit (success) 36 DEBUG pam_sm_acct_mgmt: entry 37 DEBUG (user %u) retrieving principal from cache [all …]
|
H A D | basic-heimdal-debug | 11 auth = ignore_k5login debug 12 account = ignore_k5login debug 13 password = ignore_k5login debug 14 session = debug 32 DEBUG pam_sm_authenticate: entry 33 DEBUG (user %u) attempting authentication as %0 35 DEBUG /^\(user %u\) temporarily storing credentials in /tmp/krb5cc_pam_/ 36 DEBUG pam_sm_authenticate: exit (success) 37 DEBUG pam_sm_acct_mgmt: entry 38 DEBUG (user %u) retrieving principal from cache [all …]
|
/freebsd/contrib/ofed/opensm/include/complib/ |
H A D | cl_debug.h | 38 * Declaration of functions for reporting debug output. 55 /****h* Component Library/Debug Output 57 * Debug Output 60 * The debug output functions and macros send debug messages to the current 61 * debug target. 63 /****f* Component Library: Debug Output/cl_break 80 /****f* Component Library: Debug Output/cl_is_debug 86 * in debug mode, and FALSE otherwise. 96 * TRUE if compiled in debug version. FALSE otherwise. 104 /****f* Component Library: Debug Output/cl_dbg_out [all …]
|
/freebsd/contrib/sendmail/libsm/ |
H A D | debug.html | 11 <br> $Id: debug.html,v 1.9 2002-02-02 16:50:56 ca Exp $ 16 The debug and trace package provides abstractions for writing trace 17 messages, and abstractions for enabling and disabling debug and 22 lets you turn on debug and trace code. 23 Debug categories are integers from 0 to 99, with the sole exception 24 of "ANSI", which is a named debug category. 27 The libsm debug package supports named debug categories. 28 Debug category names have the form of C identifiers. 39 "-dANSI" is implemented using a libsm named debug category. 40 You will be able to set a collection of named debug categories to [all …]
|
H A D | debug.c | 11 SM_RCSID("@(#)$Id: debug.c,v 1.33 2013-11-22 20:51:42 ca Exp $") 15 ** For documentation, see debug.html. 30 #include <sm/debug.h> 53 ** SM_DEBUG_FILE -- Returns current debug file pointer. 59 ** current debug file pointer. 69 ** SM_DEBUG_SETFILE -- Sets debug file pointer. 72 ** fp -- new debug file pointer. 89 ** SM_DEBUG_CLOSE -- Close debug file pointer. 112 ** SM_DPRINTF -- printf() for debug output. 123 "@(#)$Debug: sm_trace_pid_time - print pid and time in debug $"); [all …]
|
/freebsd/usr.bin/clang/llvm-dwarfdump/ |
H A D | llvm-dwarfdump.1 | 32 llvm-dwarfdump \- dump and verify DWARF debug information 55 Dump DWARF debug information for the specified CPU architecture. 64 Show a debug info entry\(aqs children when selectively printing with 65 the \fI=<offset>\fP argument of \fI\%\-\-debug\-info\fP, or options such 77 and print the matching debug information entries. 106 Find and print all debug info entries whose name 112 Look up <address> in the debug information and print out the file, 124 Show a debug info entry\(aqs parents when selectively printing with 125 the \fI=<offset>\fP argument of \fI\%\-\-debug\-info\fP, or options such 131 When displaying debug info entry parents, only show them to a [all …]
|
/freebsd/contrib/bmake/unit-tests/ |
H A D | opt-debug-parse.exp | 1 Parsing opt-debug-parse.mk:16: .for var in value 2 Parse_PushInput: .for loop in opt-debug-parse.mk:16 3 SetFilenameVars: ${.PARSEDIR} = <some-dir> ${.PARSEFILE} = `opt-debug-parse.mk' 4 Parsing opt-debug-parse.mk:21: .info trace with multi-line .for loop head 5 make: opt-debug-parse.mk:21: trace with multi-line .for loop head 6 in .for loop from opt-debug-parse.mk:16 with var = value 7 ParseEOF: returning to opt-debug-parse.mk:23 8 SetFilenameVars: ${.PARSEDIR} = <some-dir> ${.PARSEFILE} = `opt-debug-parse.mk' 9 Parsing opt-debug-parse.mk:26: .include "/dev/null" 12 SetFilenameVars: ${.INCLUDEDFROMDIR} = <some-dir> ${.INCLUDEDFROMFILE} = `opt-debug-parse.mk' [all …]
|
H A D | opt-debug-file.mk | 1 # $NetBSD: opt-debug-file.mk,v 1.11 2024/06/30 15:21:24 rillig Exp $ 3 # Tests for the -dF command line option, which redirects the debug log 6 # Enable debug logging for variable assignments and evaluation (-dv) 7 # and redirect the debug logging to the given file. 8 .MAKEFLAGS: -dvFopt-debug-file.debuglog 10 # This output goes to the debug log file. 14 # Before main.c 1.362 from 2020-10-03, it was not possible to disable debug 18 # Make sure that the debug logging file contains some logging. 19 DEBUG_OUTPUT:= ${:!cat opt-debug-file.debuglog!} 29 # To get the unexpanded text that was actually written to the debug log [all …]
|
/freebsd/usr.sbin/syslogd/tests/ |
H A D | syslogd_test.sh | 28 printf "user.debug\t${logfile}\n" > "${SYSLOGD_CONFIG}" 31 syslogd_log -p user.debug -t unix -h "${SYSLOGD_LOCAL_SOCKET}" \ 53 printf "user.debug\t${logfile}\n" > "${SYSLOGD_CONFIG}" 57 syslogd_log -4 -p user.debug -t inet -h 127.0.0.1 -P "${SYSLOGD_UDP_PORT}" \ 79 printf "user.debug\t${logfile}\n" > "${SYSLOGD_CONFIG}" 83 syslogd_log -6 -p user.debug -t unix -h ::1 -P "${SYSLOGD_UDP_PORT}" \ 101 printf "user.debug\t/${logfile}\n" > "${SYSLOGD_CONFIG}" 104 syslogd_log -p user.debug -t reload -h "${SYSLOGD_LOCAL_SOCKET}" \ 110 printf "news.debug\t${logfile}\n" > "${SYSLOGD_CONFIG}" 113 syslogd_log -p user.debug -t reload -h "${SYSLOGD_LOCAL_SOCKET}" \ [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | Debug.h | 1 //===- llvm/Support/Debug.h - Easy way to add debug output ------*- C++ -*-===// 14 // be enabled automatically if you specify '-debug' on the command-line. 16 // specify that your debug code belongs to class "foo". Be careful that you only 17 // do this after including Debug.h and not around any #include of headers. 20 // '-debug-only=foo' to enable JUST the debug information for the foo class. 22 // When compiling without assertions, the -debug-* options and all code in 37 /// isCurrentDebugType - Return true if the specified string is the debug type 39 /// with the -debug [all...] |
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | Debug.cpp | 1 //===-- Debug.cpp - An easy way to add debug output to your code ----------===// 14 // be enabled automatically if you specify '-debug' on the command-line. 16 // that your debug code belongs to class "foo". Then, on the command line, you 17 // can specify '-debug-only=foo' to enable JUST the debug information for the 20 // When compiling without assertions, the -debug-* options and all code in 26 #include "llvm/Support/Debug.h" 42 // built without NDEBUG can depend on via the llvm/Support/Debug.h header. 44 /// Exported boolean set by the -debug option. 49 /// Return true if the specified string is the debug type 51 /// with the -debug-only=X option. [all …]
|
/freebsd/contrib/wpa/wpa_supplicant/vs2005/ |
H A D | wpa_supplicant.sln | 21 Debug|Win32 = Debug|Win32 25 {8BCFDA77-AEDC-4168-8897-5B73105BBB87}.Debug|Win32.ActiveCfg = Debug|Win32 26 {8BCFDA77-AEDC-4168-8897-5B73105BBB87}.Debug|Win32.Build.0 = Debug|Win32 29 {E3A7B181-22CC-4DA3-8410-6AD69879A9EC}.Debug|Win32.ActiveCfg = Debug|Win32 30 {E3A7B181-22CC-4DA3-8410-6AD69879A9EC}.Debug|Win32.Build.0 = Debug|Win32 33 {E2A4A85F-CA77-406D-8ABF-63EF94545ACC}.Debug|Win32.ActiveCfg = Debug|Win32 34 {E2A4A85F-CA77-406D-8ABF-63EF94545ACC}.Debug|Win32.Build.0 = Debug|Win32 37 {ADBE4EA8-F0C5-40C2-AE89-C56D0F2EC1DF}.Debug|Win32.ActiveCfg = Debug|Win32 38 {ADBE4EA8-F0C5-40C2-AE89-C56D0F2EC1DF}.Debug|Win32.Build.0 = Debug|Win32 41 {9E87CD9C-60CE-4533-85CF-85CA3A9BF26A}.Debug|Win32.ActiveCfg = Debug|Win32 [all …]
|
/freebsd/contrib/pam-krb5/tests/data/scripts/alt-auth/ |
H A D | fallback-debug | 1 # Test alternative authentication principal with debug logging. -*- conf -*- 11 auth = alt_auth_map=%%s/unknown-user no_ccache debug 12 account = alt_auth_map=%%s/unknown-user no_ccache debug 13 session = no_ccache debug 25 DEBUG pam_sm_authenticate: entry 26 DEBUG (user %u) mapping %u to %0/unknown-user@%2 27 DEBUG /^\(user %u\) alternate authentication failed: / 28 DEBUG (user %u) attempting authentication as %u 29 DEBUG (user %u) mapped user %0/unknown-user@%2 does not match principal %u 31 DEBUG pam_sm_authenticate: exit (success) [all …]
|
/freebsd/contrib/pam-krb5/tests/data/scripts/cache/ |
H A D | search-k5login-debug | 1 # Test authentication with search_k5login and debug. -*- conf -*- 11 auth = force_first_pass search_k5login debug 12 account = search_k5login debug 13 session = debug 22 DEBUG pam_sm_authenticate: entry 23 DEBUG (user %u) attempting authentication as %0 25 DEBUG /^\(user %u\) temporarily storing credentials in /tmp/krb5cc_pam_/ 26 DEBUG pam_sm_authenticate: exit (success) 27 DEBUG pam_sm_acct_mgmt: entry 28 DEBUG (user %u) retrieving principal from cache [all …]
|
/freebsd/contrib/sendmail/include/sm/ |
H A D | debug.h | 9 * $Id: debug.h,v 1.17 2013-11-22 20:51:31 ca Exp $ 14 ** See libsm/debug.html for documentation. 43 ** abstractions for setting and testing debug activation levels 62 ** debug_level is the activation level of this debug 63 ** object. Level 0 means no debug activity. 67 ** its true value in the internal table of debug settings. 81 ** "@(#)$Debug: <name> - <short description> $" 101 ** This macro is cleverly designed so that if the debug object is below 106 # define sm_debug_active(debug, level) \ argument 107 ((debug)->debug_level >= (level) && \ [all …]
|
/freebsd/usr.bin/gprof/ |
H A D | dfn.c | 64 # ifdef DEBUG in dfn() 65 if ( debug & DFNDEBUG ) { in dfn() 70 # endif /* DEBUG */ in dfn() 115 # ifdef DEBUG in dfn_pre_visit() 116 if ( debug & DFNDEBUG ) { in dfn_pre_visit() 121 # endif /* DEBUG */ in dfn_pre_visit() 170 # ifdef DEBUG in dfn_findcycle() 171 if ( debug & DFNDEBUG ) { in dfn_findcycle() 177 # endif /* DEBUG */ in dfn_findcycle() 193 # ifdef DEBUG in dfn_findcycle() [all …]
|
/freebsd/contrib/pam-krb5/tests/data/scripts/bad-authtok/ |
H A D | try-first-debug | 1 # Test try_first_pass with a bad initial AUTHTOK and debug. -*- conf -*- 11 auth = try_first_pass no_ccache debug 12 account = no_ccache debug 13 session = no_ccache debug 25 DEBUG pam_sm_authenticate: entry 26 DEBUG (user %u) attempting authentication as %u 27 DEBUG /^\(user %u\) krb5_get_init_creds_password: / 28 DEBUG (user %u) attempting authentication as %u 30 DEBUG pam_sm_authenticate: exit (success) 31 DEBUG pam_sm_acct_mgmt: entry [all …]
|
H A D | use-first-debug | 1 # Test use_first_pass with a bad initial AUTHTOK and debug. -*- conf -*- 11 auth = use_first_pass no_ccache debug 12 account = no_ccache debug 13 session = no_ccache debug 22 DEBUG pam_sm_authenticate: entry 23 DEBUG (user %u) attempting authentication as %u 24 DEBUG /^\(user %u\) krb5_get_init_creds_password: / 26 DEBUG pam_sm_authenticate: exit (failure) 27 DEBUG pam_sm_acct_mgmt: entry 28 DEBUG skipping non-Kerberos login [all …]
|
/freebsd/contrib/pam-krb5/tests/data/scripts/no-cache/ |
H A D | prompt-fail-debug | 1 # Test failed password authentication with debug logging. -*- conf -*- 11 auth = no_ccache debug 12 account = no_ccache debug 13 session = no_ccache debug 25 DEBUG pam_sm_authenticate: entry 26 DEBUG (user %u) attempting authentication as %u 27 DEBUG /^\(user %u\) krb5_get_init_creds_password: / 29 DEBUG pam_sm_authenticate: exit (failure) 30 DEBUG pam_sm_acct_mgmt: entry 31 DEBUG skipping non-Kerberos login [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/arm/ |
H A D | arm,coresight-cpu-debug.yaml | 4 $id: http://devicetree.org/schemas/arm/arm,coresight-cpu-debug.yaml# 7 title: CoreSight CPU Debug Component 16 CoreSight CPU debug component are compliant with the ARMv8 architecture 17 reference manual (ARM DDI 0487A.k) Chapter 'Part H: External debug'. The 18 external debug module is mainly used for two modes: self-hosted debug and 19 external debug, and it can be accessed from mmio region from Coresight and 20 eventually the debug module connects with CPU for debugging. And the debug 23 has one dedicated debug module to be connected. 29 const: arm,coresight-cpu-debug 39 - const: arm,coresight-cpu-debug [all …]
|