Searched refs:logit (Results 26 - 50 of 92) sorted by relevance

1234

/netbsd-6-1-5-RELEASE/usr.sbin/mrouted/
H A Dcallout.c73 logit(LOG_DEBUG,0,"[callout, age_callout_queue] -- time (%d)", ptr->time);
103 logit(LOG_WARNING, 0, "Malloc Failed in timer_settimer\n");
210 logit(LOG_DEBUG,0,"(%d,%d) ", ptr->id, ptr->time);
H A Dvif.c75 logit(LOG_ERR, errno, "UDP socket");
76 logit(LOG_INFO,0,"Getting vifs from kernel interfaces");
78 logit(LOG_INFO,0,"Getting vifs from %s",configfilename);
98 logit(LOG_ERR, 0, "can't forward: %s",
102 logit(LOG_WARNING, 0,
105 logit(LOG_INFO, 0, "Installing vifs in mrouted...");
110 logit(LOG_INFO, 0, "vif #%d, tunnel %s -> %s", vifi,
114 logit(LOG_INFO, 0, "vif #%d, phyint %s", vifi,
117 } else logit(LOG_INFO, 0,
134 logit(LOG_INF
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssh/dist/
H A Dnamespace.h21 #define logit ssh_logit macro
H A Ddh.c137 logit("WARNING: %s does not exist, using fixed modulus",
166 logit("WARNING: no suitable primes in %s", _PATH_DH_PRIMES);
203 logit("invalid public DH value: negative");
207 logit("invalid public DH value: <= 1");
218 logit("invalid public DH value: >= p-1");
232 logit("invalid public DH value (%d/%d)", bits_set, BN_num_bits(dh->p));
H A Dttymodes.c306 logit("tcgetattr: %.100s", strerror(errno));
375 logit("tcgetattr: %.100s", strerror(errno));
452 logit("parse_tty_modes: unknown opcode %d",
469 logit("parse_tty_modes: unknown opcode %d",
480 logit("parse_tty_modes: n_bytes_ptr != n_bytes: %d %d",
489 logit("Setting tty modes failed: %.100s", strerror(errno));
H A Dsshlogin.c215 logit("Could not write %.100s: %.100s", _PATH_LASTLOG, strerror(errno));
242 logit("could not add utmpx line: %.100s",
250 logit("Could not update %.100s: %.100s",
254 logit("could not find utmpx line for %.100s", tty);
260 logit("could not replace utmpx line: %.100s",
H A Dsftp-server.c332 logit("%s%sclose \"%s\" bytes read %llu written %llu",
338 logit("%s%sclosedir \"%s\"",
406 logit("sent status %s", status_to_message(status));
554 logit("open \"%s\" flags %s mode 0%o",
773 logit("set \"%s\" size %llu",
780 logit("set \"%s\" mode %04o", name, a->perm);
791 logit("set \"%s\" modtime %s", name, buf);
797 logit("set \"%s\" owner %lu group %lu", name,
828 logit("set \"%s\" size %llu",
835 logit("se
[all...]
H A Dauth-rh-rsa.c91 logit("Client on %.800s failed to respond correctly to host authentication.",
H A Dauth-rhosts.c71 logit("User %s hosts file %s is not a regular file",
251 logit("Rhosts authentication refused for %.100s: "
260 logit("Rhosts authentication refused for %.100s: "
287 logit("Rhosts authentication refused for %.100s: bad modes for %.200s",
H A Dauth-rsa.c231 logit("Warning: %s, line %lu: keysize mismatch: "
327 logit("[LDAP] Warning: ldap, line %lu: keysize mismatch: "
355 logit("[LDAP] no keys found for '%s'!", pw->pw_name);
358 logit("[LDAP] '%s' is not in '%s'", pw->pw_name, options.lpk.sgroup);
H A Dgroupaccess.c61 logit("getgrouplist: groups list too small");
H A Dlog.h61 void logit(const char *, ...) __attribute__((format(printf, 1, 2)));
H A Dmoduli.c280 logit("Limited memory: %u MB; limit %lu MB",
286 logit("Increased memory: %u MB; need %u bytes",
290 logit("Decreased memory: %u MB; want %u bytes",
335 logit("%.24s Sieve next %u plus %u-bit", ctime(&time_start),
407 logit("%.24s Sieved with %u small primes in %ld seconds",
435 logit("%.24s Found %u candidates", ctime(&time_stop), r);
646 logit("%.24s Found %u safe primes of %u candidates in %ld seconds",
H A Dclientloop.c387 logit("Warning: No xauth data; "
540 logit("Timeout, server %s not responding.", host);
860 logit("Commands:");
861 logit(" -L[bind_address:]port:host:hostport "
863 logit(" -R[bind_address:]port:host:hostport "
865 logit(" -D[bind_address:]port "
867 logit(" -KR[bind_address:]port "
871 logit(" !args "
893 logit("Invalid command.");
898 logit("No
[all...]
H A Dauth2-hostbased.c90 logit("userauth_hostbased: unsupported "
170 logit("userauth_hostbased mismatch: "
/netbsd-6-1-5-RELEASE/usr.sbin/isdn/isdnd/
H A Dmonitor.c278 DBGL(DL_RCCF, (logit(LL_DBG, "system: monitor = %s", clientspec)));
294 DBGL(DL_RCCF, (logit(LL_DBG, "system: monitor-access = 0x%x", rights_mask)));
380 logit(LL_MER, "could not create remote monitor socket: %s", strerror(errno));
388 logit(LL_MER, "could not setsockopt: %s", strerror(errno));
400 logit(LL_MER, "could not bind remote monitor socket to port %d: %s", portno, strerror(errno));
406 logit(LL_MER, "could not listen on monitor socket: %s", strerror(errno));
435 logit(LL_MER, "could not create local monitor socket, errno = %d", errno);
448 logit(LL_MER, "could not bind local monitor socket [%s], errno = %d", local_rights->name, errno);
456 logit(LL_MER, "could not listen on local monitor socket, errno = %d", errno);
510 logit(LL_DM
[all...]
H A Dcurses.c67 logit(LL_ERR, "ERROR, minimal screensize must be 80x24, is %dx%d, terminating!",COLS, LINES);
79 logit(LL_ERR, "ERROR, curses init upper window, terminating!");
85 logit(LL_ERR, "ERROR, curses init mid window, terminating!");
91 logit(LL_ERR, "ERROR, curses init lower window, LINES = %d, lheight = %d, uheight = %d, terminating!", LINES, lheight, uheight);
181 logit(LL_WRN, "ERROR, curses init menu window!");
588 logit(LL_WRN, "ERROR, curses init channel window!");
668 logit(LL_CHD, "%05d %s manual disconnect (fullscreen menu)", cep->cdid, cep->name);
702 logit(LL_WRN, "ERROR, curses init channel window!");
778 logit(LL_WRN, "ERROR, curses init budget window!");
H A Dlog.c113 logit(LL_DBG, "init_log: malloc failed: %s", strerror(errno));
142 logit(int what, const char *fmt, ...) function
/netbsd-6-1-5-RELEASE/lib/libpam/modules/pam_lastlog/
H A Dpam_lastlog.c99 logit(int level, const char *fmt, ...) function
231 logit(LOG_NOTICE, "%s(): no utmpx record for %s",
239 logit(LOG_NOTICE, "%s(): no utmp record for %s",
295 logit(LOG_NOTICE, "Cannot update utmpx: %s", strerror(errno));
298 logit(LOG_NOTICE, "Cannot update wtmpx: %s", strerror(errno));
327 logit(LOG_NOTICE, "Cannot update lastlogx: %s", strerror(errno));
356 logit(LOG_NOTICE, "Cannot open `%s': %s", _PATH_LASTLOG,
/netbsd-6-1-5-RELEASE/usr.sbin/rpcbind/
H A Dsecurity.c90 logit(log_severity, addr, proc, prog,
114 logit(deny_severity, addr, proc, prog, ": request from unauthorized host");
119 logit(log_severity, addr, proc, prog, "");
157 /* logit - report events of interest via the syslog daemon */
159 logit(int severity, struct sockaddr *addr, rpcproc_t procnum, rpcprog_t prognum, function
190 setproctitle("logit");
278 logit(deny_severity, sa, args->rmt_proc, args->rmt_prog,
/netbsd-6-1-5-RELEASE/tests/fs/nfs/nfsservice/rpcbind/
H A Dsecurity.c90 logit(log_severity, addr, proc, prog,
114 logit(deny_severity, addr, proc, prog, ": request from unauthorized host");
119 logit(log_severity, addr, proc, prog, "");
157 /* logit - report events of interest via the syslog daemon */
159 logit(int severity, struct sockaddr *addr, rpcproc_t procnum, rpcprog_t prognum, function
190 setproctitle("logit");
278 logit(deny_severity, sa, args->rmt_proc, args->rmt_prog,
/netbsd-6-1-5-RELEASE/usr.bin/su/
H A Dsu_pam.c84 static void logit(const char *, ...);
376 logit("fork failed (%s)", strerror(errno));
416 logit("Error waiting for pid %d (%s)", pid,
420 logit("Wrong PID: %d != %d", pid, xpid);
425 logit("pam_setcred: %s",
429 logit("pam_close_session: %s",
546 logit("%s: %s", func, pam_strerror(pamh, pam_err));
552 logit(const char *fmt, ...) function
/netbsd-6-1-5-RELEASE/usr.sbin/mrinfo/
H A Dmrinfo.c116 /* logit() prototyped in defs.h */
142 logit(int severity, int syserr, const char *format, ...) function
331 logit(LOG_ERR, errno, "setuid");
370 logit(LOG_ERR, errno, "malloc");
373 logit(LOG_ERR, errno, "malloc");
456 logit(LOG_DEBUG, 0, "Timed out receiving neighbor lists");
481 logit(LOG_WARNING, 0,
494 logit(LOG_WARNING, 0,
503 logit(LOG_WARNING, 0,
/netbsd-6-1-5-RELEASE/usr.sbin/map-mbone/
H A Dmapper.c106 void logit(int severity, int syserr, const char *format, ...)
170 logit(int severity, int syserr, const char *format, ...) function
220 logit(LOG_INFO, 0, "ignoring IGMP group membership report from %s to %s",
231 logit(LOG_INFO, 0, "ignoring DVMRP probe from %s to %s",
242 logit(LOG_INFO, 0, "ignoring DVMRP routing report from %s to %s",
253 logit(LOG_INFO, 0,
261 logit(LOG_INFO, 0,
314 logit(LOG_WARNING, 0, "received truncated interface record from %s",
359 logit(LOG_WARNING, 0,
391 logit(LOG_WARNIN
[all...]
/netbsd-6-1-5-RELEASE/dist/pppd/pppd/
H A Dutils.c78 static void logit __P((int, char *, va_list));
620 * logit - does the hard work for fatal et al.
623 logit(level, fmt, args) function
668 logit(LOG_ERR, fmt, pvar);
690 logit(LOG_ERR, fmt, pvar);
711 logit(LOG_WARNING, fmt, pvar);
731 logit(LOG_NOTICE, fmt, pvar);
751 logit(LOG_INFO, fmt, pvar);
771 logit(LOG_DEBUG, fmt, pvar);

Completed in 408 milliseconds

1234