HomeSort by: relevance | last modified time | path
    Searched refs:dbglog (Results 1 - 17 of 17) sorted by relevancy

  /src/external/bsd/ppp/dist/pppd/
cbcp.c 141 dbglog("cbcp_lowerup");
142 dbglog("want: %d", us->us_type);
145 dbglog("phone no: %s", us->us_number);
151 dbglog("cbcp_open");
168 dbglog("CBCP: Packet too short (%d)", pktlen);
178 dbglog("CBCP: Invalid packet length (%d/%d)", len, pktlen);
192 dbglog("CBCP_RESP received");
197 dbglog("id doesn't match: expected %d recv %d",
311 dbglog("length: %d", len);
317 dbglog("CBCP: Malformed option length (%d/%d)", opt_len, len)
    [all...]
session.c 228 dbglog("Initializing PAM (%d) for user %s", flags, usr);
230 dbglog("---> PAM INIT Result = %d", pam_error);
239 dbglog("Attempting PAM authentication");
243 dbglog("PAM Authentication OK for %s", user);
248 dbglog("User unknown, failing PAM authentication");
252 dbglog("PAM Authentication failed: %d: %s", pam_error,
260 dbglog("Attempting PAM account checks");
268 dbglog("PAM Account OK for %s", user);
281 dbglog("User unknown, ignoring PAM restrictions");
286 dbglog("PAM Account checks failed: %d: %s", pam_error
    [all...]
tls.c 109 dbglog("certificate verify depth: %d", depth);
118 dbglog("Certificate verification error:\n depth: %d CN: %s"
324 dbglog("Setting max protocol version to 0x%X", tls_version);
427 dbglog("CA certificate file = [%s]", ca_file);
431 dbglog("CA certificate path = [%s]", ca_dir);
445 dbglog("EAP-TLS SSL error stack:");
447 dbglog( ERR_error_string( ssl_err, NULL ) );
eap-tls.c 103 dbglog("EAP-TLS generating MPPE keys");
115 dbglog("EAP-TLS PRF label = %s", prf_label);
159 dbglog( "Loading OpenSSL config file" );
169 dbglog( "Loading OpenSSL built-ins" );
177 dbglog( "Loading OpenSSL configured modules" );
193 dbglog( "Enabling OpenSSL auto engines" );
196 dbglog( "Loading OpenSSL '%s' engine support", engine_name );
200 dbglog( "EAP-TLS: Cannot load '%s' engine support, trying 'dynamic'", engine_name );
221 dbglog( "Initialising engine" );
327 dbglog( "Using engine '%s' for certificate, URI: '%s'"
    [all...]
pppd-private.h 573 #define MAINDEBUG(x) if (debug) dbglog x
579 #define SYSDEBUG(x) if (debug) dbglog x
585 #define FSMDEBUG(x) if (debug) dbglog x
591 #define LCPDEBUG(x) if (debug) dbglog x
597 #define IPCPDEBUG(x) if (debug) dbglog x
603 #define IPV6CPDEBUG(x) if (debug) dbglog x
609 #define UPAPDEBUG(x) if (debug) dbglog x
615 #define CHAPDEBUG(x) if (debug) dbglog x
peap.c 207 dbglog("PEAP CB: generate mppe keys");
288 dbglog("PEAP: EAP (in): %.*B", in_len, in_buf);
389 dbglog("PEAP: trimming really long peer name down");
422 dbglog("PEAP: no CHAP secret for auth to %q", rhostname);
465 dbglog("PEAP: EAP (out): %.*B", used, psm->out_buf);
562 dbglog("PEAP: S bit is set, starting PEAP phase 1");
575 dbglog("PEAP TLS: LM bits are set, need to get more TLS fragments");
582 dbglog("PEAP TLS: M bit is set, need to get more TLS fragments");
591 dbglog("PEAP TLS: L bit is set");
595 dbglog("PEAP TLS: all bits are off")
    [all...]
eap.c 504 dbglog("no DES here; cannot decode "
534 dbglog("decoded pseudonym to \"%.*q\"",
538 dbglog("failed to decode real name");
738 dbglog("EAP id=0x%2x '%s' -> '%s'", esp->es_server.ea_id, eap_state_name(esp->es_server.ea_prev_state), eap_state_name(esp->es_server.ea_state));
1005 dbglog("no DES here; not generating pseudonym");
1536 dbglog("pseudonym file: %s", path);
1611 dbglog("EAP: decoded pseudonym is unusable <%.*B>", olen, inp);
1618 dbglog("EAP: error saving pseudonym: %m");
1623 dbglog("EAP: saved pseudonym");
1626 dbglog("EAP: failed to save pseudonym")
    [all...]
chap_ms.c 355 dbglog("added response cache entry %d", i);
374 dbglog("response found in cache (entry %d)", i);
521 dbglog("ChallengeResponse - ZPasswordHash %.*B",
531 dbglog("ChallengeResponse - response %.24B", response);
pppd.h 269 void dbglog(const char *, ...);
main.c 662 dbglog("Waiting for %d child processes...", n_children);
664 dbglog(" script %s, pid %d", chp->prog, chp->pid);
1166 dbglog("received short packet:%.*B", len, p);
1181 dbglog("Discarded non-LCP packet when LCP not open");
1193 dbglog("discarding proto 0x%x in phase %d",
1953 dbglog("Script %s started (pid %d)", prog, pid);
2038 dbglog("sending SIGTERM to process %d", chp->pid);
2063 dbglog("Script %s finished (pid %d), status = 0x%x",
utils.c 709 * dbglog - log a debug message.
712 dbglog(const char *fmt, ...) function
749 dbglog("%s %P", tag, p, len);
lcp.c 591 dbglog("Protocol-Reject for 0x%x received", prot);
593 dbglog("Protocol-Reject for '%s' (0x%x) received", pname,
1141 dbglog("Unexpected Conf-Nak for EAP");
1586 dbglog("No auth is possible");
2331 dbglog("lcp: received short Echo-Reply, length %d", len);
auth.c 1218 dbglog("updetach is set. Now detaching.");
1222 dbglog("up_sdnotify is set. Now notifying systemd: READY=1");
2783 dbglog( "Calling eaptls password hook" );
multilink.c 276 dbglog("sending SIGHUP to process %d", pid);
  /src/external/bsd/ppp/dist/pppd/plugins/pppol2tp/
pppol2tp.c 232 dbglog("ppp%d: interface name %s",
255 dbglog("PPPoL2TP options: %s%s%s%s%s%s%s%s%sdebugmask %d",
341 dbglog("Turning off snooping: "
384 dbglog("Found option type %02x; len %d", opt, opt_len);
393 dbglog("Rejected ACCM negotiation; "
404 dbglog("Found ACCM of %08x (%s)", accm,
418 dbglog("Telling L2TP: Send ACCM = %08x; "
481 dbglog("Enabling LCP snooping");
496 dbglog("pppol2tp: exiting.");
openl2tp.c 167 dbglog("openl2tp send: sent PPP_ACCM_IND, %d bytes", result);
254 dbglog("openl2tp send: sent PPP_UPDOWN_IND, %d bytes", result);
  /src/external/bsd/ppp/usr.sbin/pppd/
sys-bsd.c 1054 dbglog("sent %P", p, len);

Completed in 71 milliseconds