Date: Mon, 9 Mar 1998 11:25:38 -0800 (PST) From: Brian Somers <brian@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp auth.c chat.c chat.h pap.c ppp.8 Message-ID: <199803091925.LAA05612@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
brian 1998/03/09 11:25:37 PST Modified files: (Branch: MP) usr.sbin/ppp auth.c chat.c chat.h pap.c ppp.8 Log: o Allow "*" in the password field in ppp.secret (forcing a getpwnam() lookup). o Don't use chat_ExpandString on the password field in ppp.secret. It's still possible to quote the string for embedded spaces. o Don't allow multiple entries with the same name in ppp.secret. Revision Changes Path 1.27.2.11 +57 -30 src/usr.sbin/ppp/auth.c 1.44.2.14 +9 -12 src/usr.sbin/ppp/chat.c 1.9.2.5 +1 -2 src/usr.sbin/ppp/chat.h 1.20.2.13 +1 -14 src/usr.sbin/ppp/pap.c 1.97.2.2 +12 -1 src/usr.sbin/ppp/ppp.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199803091925.LAA05612>