Date: Fri, 1 Mar 1996 11:35:07 -0800 (PST) From: Poul-Henning Kamp <phk> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/pppd Makefile args.h auth.c chap.c chap.h fsm.c fsm.h ipcp.c ipcp.h lcp.c lcp.h magic.c magic.h main.c options.c ppp.h pppd.8 pppd.h sys-bsd.c upap.c upap.h md5.c md5.h Message-ID: <199603011935.LAA03350@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
phk 96/03/01 11:35:06 Branch: usr.sbin/pppd RELENG_2_1_0 Modified: usr.sbin/pppd Makefile args.h auth.c chap.c chap.h fsm.c fsm.h ipcp.c ipcp.h lcp.c lcp.h magic.c magic.h main.c options.c ppp.h pppd.8 pppd.h sys-bsd.c upap.c upap.h Removed: usr.sbin/pppd md5.c md5.h Log: Use libmd. Add support for negotiating (more like "informing peer") about DNS. Pull in a lot of cosmetic changes from -current to narrow the gap. Revision Changes Path 1.1.6.1 +4 -4 src/usr.sbin/pppd/Makefile 1.2.6.1 +4 -4 src/usr.sbin/pppd/args.h 1.3.4.2 +28 -27 src/usr.sbin/pppd/auth.c 1.3.4.1 +36 -33 src/usr.sbin/pppd/chap.c 1.2.6.1 +10 -10 src/usr.sbin/pppd/chap.h 1.3.4.1 +29 -21 src/usr.sbin/pppd/fsm.c 1.2.6.1 +12 -11 src/usr.sbin/pppd/fsm.h 1.3.4.1 +85 -31 src/usr.sbin/pppd/ipcp.c 1.3.4.1 +13 -9 src/usr.sbin/pppd/ipcp.h 1.3.4.1 +46 -46 src/usr.sbin/pppd/lcp.c 1.2.6.1 +12 -12 src/usr.sbin/pppd/lcp.h 1.2.6.1 +4 -4 src/usr.sbin/pppd/magic.c 1.2.6.1 +3 -3 src/usr.sbin/pppd/magic.h 1.4.4.1 +41 -56 src/usr.sbin/pppd/main.c 1.4.4.2 +127 -83 src/usr.sbin/pppd/options.c 1.2.6.1 +8 -6 src/usr.sbin/pppd/ppp.h 1.2.6.1 +9 -1 src/usr.sbin/pppd/pppd.8 1.3.4.1 +14 -14 src/usr.sbin/pppd/pppd.h 1.3.4.2 +14 -3 src/usr.sbin/pppd/sys-bsd.c 1.3.4.1 +22 -22 src/usr.sbin/pppd/upap.c 1.2.6.1 +11 -11 src/usr.sbin/pppd/upap.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199603011935.LAA03350>