Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
CHANGES.top | H A D | 14-Jun-2005 | 269 | 10 | 6 | |
COPYING.top | H A D | 14-Jun-2005 | 17.6 KiB | 341 | 281 | |
INSTALL.top | H A D | 14-Jun-2005 | 209 | 15 | 8 | |
LICENSE.top | H A D | 21-Aug-2008 | 4.6 KiB | 95 | 77 | |
Makefile | H A D | 02-Aug-2010 | 1.4 KiB | 74 | 46 | |
Makefile.dist | H A D | 14-Jun-2005 | 567 | 29 | 17 | |
Makefile.top | H A D | 14-Jun-2005 | 338 | 23 | 12 | |
README.top | H A D | 14-Jun-2005 | 1.1 KiB | 33 | 23 | |
THIRDPARTYLICENSE.descrip | H A D | 02-Aug-2010 | 16 | 2 | 1 | |
bsd-comp.c | H A D | 14-Jun-2005 | 20.2 KiB | 755 | 505 | |
deflate.c | H A D | 14-Jun-2005 | 8.9 KiB | 349 | 237 | |
ppp-comp.h | H A D | 14-Jun-2005 | 5 KiB | 151 | 65 | |
pppdump.1m | H A D | 14-Jun-2005 | 1.9 KiB | 72 | 65 | |
pppdump.c | H A D | 20-Jul-2005 | 12.1 KiB | 520 | 479 | |
zlib.c | H A D | 14-Jun-2005 | 152.7 KiB | 4,615 | 2,961 | |
zlib.h | H A D | 14-Jun-2005 | 27.1 KiB | 632 | 113 |
README.top
1ident "%Z%%M% %I% %E% SMI" 2 3Copyright (c) 2000 by Sun Microsystems, Inc. 4All rights reserved. 5 6These are GNU utilities that can be used with the Solaris version of 7PPP. They provide optional features and are not needed for normal 8operation. 9 10The pppdump utility reads files produced by the pppd "record" option 11and produces human-readable output. This can be useful when debugging 12problems with the kernel data compression modules, but is otherwise 13generally not as useful as the debugging features already built into 14pppd. 15 16The minconn.so plugin sets a minimum initial connect time when the 17"idle" option is used. 18 19The passprompt.so plugin allows PAP to be used with external prompting 20programs, such as xprompt. This allows the password to be supplied 21interactively, in much the same manner as on PCs. 22 23To build, simply type "make". Depending on how your system is 24configured, you may need to specify the compiler to use, like this: 25 26 % make CC=/usr/local/bin/gcc 27 28To install, you will need to be root (or at least have write 29permission to the /etc/ppp/plugins, /usr/bin, and /usr/share/man/man1m 30directories). 31 32 # make install 33