Subject: CVS commit: src/dist/pppd
To: None <source-changes@NetBSD.org>
From: Quentin Garnier <cube@netbsd.org>
List: source-changes
Date: 02/20/2005 10:47:18
Module Name:	src
Committed By:	cube
Date:		Sun Feb 20 10:47:18 UTC 2005

Modified Files:
	src/dist/pppd/chat: chat.8 chat.c
	src/dist/pppd/pppd: auth.c cbcp.c chap-md5.c chap_ms.c demand.c eap.c
	    fsm.c ipv6cp.c lcp.c main.c multilink.c options.c pathnames.h
	    pppcrypt.c pppd.8 pppd.h tty.c utils.c
	src/dist/pppd/pppdump: bsd-comp.c deflate.c pppdump.c
	src/dist/pppd/pppstats: pppstats.8

Log Message:
Bring in the diffs we had against the previous versions of pppd.
That includes:
	o Manpage fixes
	o to{lower,upper,whatever} fixes
	o strl* use
	o use of getopt() in chat(8)
	o use of NetBSD's md5 and sha1 APIs
	o support for utmp and utmpx
	o a slightly different way of handling active and pass filters, to
	  avoid depend on "inbound" and "outbound" keywords of libpcap
	o addition of plug-in hooks for LCP
	o use of the former TDB code (ppp-2.4.3 uses a GPL version, which
	  was removed prior to the import)
	o changes in the compressor API.


To generate a diff of this commit:
cvs rdiff -r1.1.1.1 -r1.2 src/dist/pppd/chat/chat.8 src/dist/pppd/chat/chat.c
cvs rdiff -r1.1.1.1 -r1.2 src/dist/pppd/pppd/auth.c src/dist/pppd/pppd/cbcp.c \
    src/dist/pppd/pppd/chap-md5.c src/dist/pppd/pppd/chap_ms.c \
    src/dist/pppd/pppd/demand.c src/dist/pppd/pppd/eap.c \
    src/dist/pppd/pppd/fsm.c src/dist/pppd/pppd/ipv6cp.c \
    src/dist/pppd/pppd/lcp.c src/dist/pppd/pppd/main.c \
    src/dist/pppd/pppd/multilink.c src/dist/pppd/pppd/options.c \
    src/dist/pppd/pppd/pathnames.h src/dist/pppd/pppd/pppcrypt.c \
    src/dist/pppd/pppd/pppd.8 src/dist/pppd/pppd/pppd.h \
    src/dist/pppd/pppd/tty.c src/dist/pppd/pppd/utils.c
cvs rdiff -r1.1.1.1 -r1.2 src/dist/pppd/pppdump/bsd-comp.c \
    src/dist/pppd/pppdump/deflate.c src/dist/pppd/pppdump/pppdump.c
cvs rdiff -r1.1.1.1 -r1.2 src/dist/pppd/pppstats/pppstats.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.