From 92b095588304eafcb4ba45699fe8afec726b5969 Mon Sep 17 00:00:00 2001 From: Brian Somers Date: Fri, 7 Aug 1998 18:42:51 +0000 Subject: o Support callback types NONE, E.164, AUTH and CBCP. (see the new ``set callback'' and ``set cbcp'' commands) o Add a ``cbcp'' log level and mbuf type. o Don't dump core when \T is given in ``set login'' or ``set hangup''. o Allow ``*'' and blanks as placeholders in ppp.secret and allow a fifth field for specifying auth/cbcp dialback parameters. o Remove a few extraneous #includes o Define the default number of REQs (restart counter) in defs.h rather than hardcoding ``5'' all over the place. o Fix a few man page inconsistencies. --- usr.sbin/ppp/auth.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'usr.sbin/ppp/auth.h') diff --git a/usr.sbin/ppp/auth.h b/usr.sbin/ppp/auth.h index 8e751becccdb..3766f03816d2 100644 --- a/usr.sbin/ppp/auth.h +++ b/usr.sbin/ppp/auth.h @@ -15,7 +15,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: auth.h,v 1.10.2.9 1998/05/01 19:23:54 brian Exp $ + * $Id: auth.h,v 1.11 1998/05/21 21:44:03 brian Exp $ * * TODO: */ @@ -45,4 +45,5 @@ extern int auth_Validate(struct bundle *, const char *, const char *, struct physical *); extern char *auth_GetSecret(struct bundle *, const char *, int, struct physical *); -extern int auth_Select(struct bundle *, const char *, struct physical *); +extern int auth_SetPhoneList(const char *, char *, int); +extern int auth_Select(struct bundle *, const char *); -- cgit v1.2.3