| /dflybsd-src/crypto/openssh/ |
| H A D | log.h | 50 } LogLevel; typedef 52 typedef void (log_handler_fn)(LogLevel, int, const char *, void *); 54 void log_init(const char *, LogLevel, SyslogFacility, int); 55 LogLevel log_level_get(void); 56 int log_change_level(LogLevel); 64 LogLevel log_level_number(char *); 65 const char * log_level_name(LogLevel); 71 LogLevel, const char *, const char *, ...) 74 LogLevel, const char *, const char *, va_list); 76 LogLevel, const char *, const char *, ...) __attribute__((noreturn)) [all …]
|
| H A D | log.c | 56 static LogLevel log_level = SYSLOG_LEVEL_INFO; 96 LogLevel val; 111 LogLevel 140 LogLevel 153 log_level_name(LogLevel level) in log_level_name() 194 log_init(const char *av0, LogLevel level, SyslogFacility facility, in log_init() 277 log_change_level(LogLevel new_log_level) in log_change_level() 337 do_log(LogLevel level, int force, const char *suffix, const char *fmt, in do_log() 428 LogLevel level, const char *suffix, const char *fmt, ...) in sshlog() 439 LogLevel level, const char *suffix, const char *fmt, ...) in sshlogdie() [all …]
|
| H A D | fatal.c | 38 LogLevel level, const char *suffix, const char *fmt, ...) in sshfatal()
|
| H A D | monitor_wrap.h | 40 void mm_log_handler(LogLevel, int, const char *, void *);
|
| H A D | readconf.h | 56 LogLevel log_level; /* Level for logging. */
|
| H A D | servconf.h | 129 LogLevel log_level; /* Level for system logging. */
|
| H A D | sshd_config | 27 #LogLevel INFO
|
| H A D | ssh-pkcs11-helper.c | 325 LogLevel log_level = SYSLOG_LEVEL_ERROR; in main()
|
| H A D | sandbox-seccomp-filter.c | 454 void mm_log_handler(LogLevel level, int forced, const char *msg, void *ctx);
|
| H A D | sshd.c | 336 LogLevel level = SYSLOG_LEVEL_DEBUG1; in child_reap() 564 LogLevel drop_level = SYSLOG_LEVEL_VERBOSE; in drop_connection()
|
| H A D | ssh-keyscan.c | 658 LogLevel level, const char *suffix, const char *fmt, ...) in sshfatal()
|
| H A D | ssh-add.c | 819 LogLevel log_level = SYSLOG_LEVEL_INFO; in main()
|
| H A D | clientloop.c | 2226 hostkey_change_preamble(LogLevel loglevel) in hostkey_change_preamble() 2238 LogLevel loglevel = asking ? SYSLOG_LEVEL_INFO : SYSLOG_LEVEL_VERBOSE; in update_known_hosts()
|
| H A D | monitor_wrap.c | 87 mm_log_handler(LogLevel level, int forced, const char *msg, void *ctx) in mm_log_handler()
|
| H A D | readconf.c | 1052 LogLevel *log_level_ptr; in process_config_line_depth() 1588 *log_level_ptr = (LogLevel) value; in process_config_line_depth()
|
| H A D | servconf.c | 1261 LogLevel *log_level_ptr; in process_server_config_line_depth() 1742 *log_level_ptr = (LogLevel) value; in process_server_config_line_depth()
|
| H A D | scp.c | 161 LogLevel log_level = SYSLOG_LEVEL_INFO;
|
| H A D | sftp-server.c | 66 static LogLevel log_level = SYSLOG_LEVEL_ERROR;
|
| H A D | ssh.c | 259 LogLevel loglevel = SYSLOG_LEVEL_DEBUG1; in resolve_host()
|
| H A D | sftp.c | 2446 LogLevel ll = SYSLOG_LEVEL_INFO; in main()
|
| /dflybsd-src/usr.sbin/ppp/ |
| H A D | fsm.c | 131 log_Printf(fp->LogLevel, "%s: Stopped timer expired\n", fp->link->name); in StoppedTimeout() 143 int maxcode, int LogLevel, struct bundle *bundle, in fsm_Init() argument 158 fp->LogLevel = LogLevel; in fsm_Init() 171 log_Printf(fp->LogLevel, "%s: State change %s --> %s\n", in NewState() 195 if (log_IsKept(fp->LogLevel)) { in fsm_Output() 196 log_Printf(fp->LogLevel, "%s: Send%s(%d) state = %s\n", in fsm_Output() 205 log_Printf(fp->LogLevel, " [EMPTY]\n"); in fsm_Output() 297 log_Printf(fp->LogLevel, "FSM: Using \"%s\" as a transport\n", in fsm_Up() 307 log_Printf(fp->LogLevel, "%s: Oops, Up at %s\n", in fsm_Up() 496 log_Printf(fp->LogLevel, " [EMPTY]\n"); in FsmRecvConfigReq() [all …]
|
| H A D | timer.c | 237 timer_Show(int LogLevel, struct prompt *prompt) in timer_Show() argument 255 log_Printf(LogLevel, "---- Begin of Timer Service List---\n"); in timer_Show() 262 log_Printf(LogLevel, DISP); in timer_Show() 266 log_Printf(LogLevel, "---- End of Timer Service List ---\n"); in timer_Show()
|
| H A D | timer.h | 56 extern void timer_Show(int LogLevel, struct prompt *);
|
| H A D | fsm.h | 131 int LogLevel; member
|
| /dflybsd-src/crypto/openssh/contrib/ |
| H A D | ssh-copy-id | 204 -o LogLevel=INFO \
|