OpenBSD CVS

src/usr.sbin/ppp/ppp/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / usr.sbin / ppp / ppp

Current tag: OPENBSD_4_3_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile (in the Attic) [Hide]  1.28   18 years  brad   add a few flags to CDIAGFLAGS
[TXT] README.changes (in the Attic) [Hide]  1.21   23 years  brian   Depricate the -alias option (it's been -nat for a long time) Handle carriage-ret...
[TXT] README.nat (in the Attic) [Hide]  1.3   21 years  brian   Tidy up end of line whitespace
[TXT] acf.c (in the Attic) [Hide]  1.6   19 years  brad   Re-implement LQM, this time according to the rfc. From FreeBSD ok deraadt@
[TXT] acf.h (in the Attic) [Hide]  1.2   24 years  brian   $Id$ -> $OpenBSD$
[TXT] alias.c (in the Attic) [Hide]  1.20   18 years  brad   Add Cisco Skinny Station Protocol translation support to libalias and supporting...
[TXT] alias.h (in the Attic) [Hide]  1.13   18 years  brad   Add Cisco Skinny Station Protocol translation support to libalias and supporting...
[TXT] alias_cuseeme.c (in the Attic) [Hide]  1.5   21 years  brian   Tidy up end of line whitespace
[TXT] alias_db.c (in the Attic) [Hide]  1.23   18 years  brad   Add Cisco Skinny Station Protocol translation support to libalias and supporting...
[TXT] alias_ftp.c (in the Attic) [Hide]  1.15   21 years  deraadt   strlcpy and snprintf; various people ok
[TXT] alias_irc.c (in the Attic) [Hide]  1.12   19 years  cloder   snprintf cleanup. OK deraadt@, moritz@
[TXT] alias_local.h (in the Attic) [Hide]  1.15   18 years  brad   Add Cisco Skinny Station Protocol translation support to libalias and supporting...
[TXT] alias_nbt.c (in the Attic) [Hide]  1.9   20 years  brad   Avoid unintentional trigraph. From FreeBSD
[TXT] alias_pptp.c (in the Attic) [Hide]  1.4   23 years  brian   Add some style(9) to alias*.h
[TXT] alias_proxy.c (in the Attic) [Hide]  1.13   21 years  deraadt   strlcat; Hans-Joerg.Hoexer@yerbouti.franken.de
[TXT] alias_skinny.c (in the Attic) [Hide]  1.1   18 years  brad   Add Cisco Skinny Station Protocol translation support to libalias and supporting...
[TXT] alias_smedia.c (in the Attic) [Hide]  1.7   21 years  deraadt   strlcpy and snprintf; various people ok
[TXT] alias_util.c (in the Attic) [Hide]  1.7   21 years  brian   Tidy up end of line whitespace
[TXT] arp.c (in the Attic) [Hide]  1.14   18 years  brad   rev 1.45 Use the length of the interface name, not the length of its address wh...
[TXT] arp.h (in the Attic) [Hide]  1.5   22 years  brian   Remove an irritating diagnostic emitted to LogPHASE when a static proxy arp entr...
[TXT] async.c (in the Attic) [Hide]  1.13   18 years  brad   Replace various spelling with FALLTHROUGH which is lint()able From charnier Fre...
[TXT] async.h (in the Attic) [Hide]  1.6   22 years  brian   Change ``ifdef HAVE_DES'' to ``ifndef NODES'' for consistency. Notice if the IP ...
[TXT] atm.c (in the Attic) [Hide]  1.10   20 years  deraadt   realloc fixes
[TXT] atm.h (in the Attic) [Hide]  1.1   23 years  brian   Support PPPoATM, disabled for now as /usr/include/netnatm doesn't exist Submitt...
[TXT] auth.c (in the Attic) [Hide]  1.21   16 years  gilles   use strcspn to properly overwrite '\n' in fgets returned buffer ok pyr@, ray@, ...
[TXT] auth.h (in the Attic) [Hide]  1.9   22 years  brian   o Bump the version number o Tidy up includes o Fix macros in auth.h o Insist on ...
[TXT] bundle.c (in the Attic) [Hide]  1.71   18 years  brad   Send NAS-IP-Address as well as NAS-Identifier Add ``disable NAS-IP-Address'' and...
[TXT] bundle.h (in the Attic) [Hide]  1.27   18 years  brad   Send NAS-IP-Address as well as NAS-Identifier Add ``disable NAS-IP-Address'' and...
[TXT] cbcp.c (in the Attic) [Hide]  1.19   21 years  tdeval   strncpy IS NOT strlcpy blame from deraadt@, krw@
[TXT] cbcp.h (in the Attic) [Hide]  1.4   24 years  brian   $Id$ -> $OpenBSD$
[TXT] ccp.c (in the Attic) [Hide]  1.32   18 years  brad   Include the correct file (stdarg.h) and use va_list rather than _BSD_VA_LIST_ F...
[TXT] ccp.h (in the Attic) [Hide]  1.14   21 years  brian   Understand MS-MPPE-Encryption-Policy, MS-MPPE-Encryption-Types, MS-MPPE-Recv-Key...
[TXT] chap.c (in the Attic) [Hide]  1.41   18 years  brad   rev 1.85 Ignore case when comparing CHAP/CHAP81 responses rev 1.84 Do a case ...
[TXT] chap.h (in the Attic) [Hide]  1.13   21 years  brian   Compensate for dodgy Win98/WinME MSCHAPv2 responses later in the code path... af...
[TXT] chap_ms.c (in the Attic) [Hide]  1.12   21 years  brian   Tidy up end of line whitespace
[TXT] chap_ms.h (in the Attic) [Hide]  1.7   21 years  brian   Tidy up end of line whitespace
[TXT] chat.c (in the Attic) [Hide]  1.21   18 years  brad   Add a bunch of malloc() return checks From brian FreeBSD ok deraadt@ tdeval@
[TXT] chat.h (in the Attic) [Hide]  1.6   24 years  brian   $Id$ -> $OpenBSD$
[TXT] command.c (in the Attic) [Hide]  1.92   16 years  miod   Pass a buffer size to InterpretArg() and do not let it overflow it, saves propol...
[TXT] command.h (in the Attic) [Hide]  1.9   22 years  brian   cmott@scientech.com -> cm@linktel.net Add the UPTIME variable CCP protocol ``0xf...
[TXT] datalink.c (in the Attic) [Hide]  1.47   18 years  brad   Add a ``force-scripts'' option for using chat scripts with -direct and -dedicate...
[TXT] datalink.h (in the Attic) [Hide]  1.10   18 years  brad   Add a bunch of malloc() return checks From brian FreeBSD ok deraadt@ tdeval@
[TXT] deflate.c (in the Attic) [Hide]  1.16   21 years  deraadt   more string cleaning; ok tedu
[TXT] deflate.h (in the Attic) [Hide]  1.3   24 years  brian   $Id$ -> $OpenBSD$
[TXT] defs.c (in the Attic) [Hide]  1.25   16 years  jsg   Allow a range of baud rates in a manner similiar to tip/cu, fixes PR 5734 as tes...
[TXT] defs.h (in the Attic) [Hide]  1.24   22 years  brian   o Bump the version number o Tidy up includes o Fix macros in auth.h o Insist on ...
[TXT] descriptor.h (in the Attic) [Hide]  1.5   24 years  brian   $Id$ -> $OpenBSD$
[TXT] ether.c (in the Attic) [Hide]  1.20   17 years  otto   Use S_IS* macros insted of masking with S_IF* flags. The latter may have multipl...
[TXT] ether.h (in the Attic) [Hide]  1.2   24 years  brian   $Id$ -> $OpenBSD$
[TXT] exec.c (in the Attic) [Hide]  1.18   22 years  brian   o Bump the version number o Tidy up includes o Fix macros in auth.h o Insist on ...
[TXT] exec.h (in the Attic) [Hide]  1.5   24 years  brian   $Id$ -> $OpenBSD$
[TXT] filter.c (in the Attic) [Hide]  1.22   18 years  brad   Include the correct file (stdarg.h) and use va_list rather than _BSD_VA_LIST_ F...
[TXT] filter.h (in the Attic) [Hide]  1.15   22 years  brian   Add IPv6 support. IPV6CP support is crude for now, and hasn't been tested again...
[TXT] fsm.c (in the Attic) [Hide]  1.24   18 years  brad   Replace various spelling with FALLTHROUGH which is lint()able From charnier Fre...
[TXT] fsm.h (in the Attic) [Hide]  1.10   21 years  brian   Understand MS-MPPE-Encryption-Policy, MS-MPPE-Encryption-Types, MS-MPPE-Recv-Key...
[TXT] hdlc.c (in the Attic) [Hide]  1.15   18 years  brad   Include the correct file (stdarg.h) and use va_list rather than _BSD_VA_LIST_ F...
[TXT] hdlc.h (in the Attic) [Hide]  1.8   19 years  brad   Re-implement LQM, this time according to the rfc. From FreeBSD ok deraadt@
[TXT] i4b.c (in the Attic) [Hide]  1.9   20 years  deraadt   realloc fixes
[TXT] i4b.h (in the Attic) [Hide]  1.2   24 years  brian   $Id$ -> $OpenBSD$
[TXT] id.c (in the Attic) [Hide]  1.10   21 years  brian   Tidy up end of line whitespace
[TXT] id.h (in the Attic) [Hide]  1.6   23 years  brian   Make -DNOSUID (or -DPPP_NOSUID) possible to build ppp without SUID capabilities....
[TXT] iface.c (in the Attic) [Hide]  1.27   18 years  brad   Include the correct file (stdarg.h) and use va_list rather than _BSD_VA_LIST_ F...
[TXT] iface.h (in the Attic) [Hide]  1.8   22 years  brian   Add IPv6 support. IPV6CP support is crude for now, and hasn't been tested again...
[TXT] ip.c (in the Attic) [Hide]  1.38   18 years  jmc   typos from alexey dobriyan;
[TXT] ip.h (in the Attic) [Hide]  1.9   22 years  brian   Add IPv6 support. IPV6CP support is crude for now, and hasn't been tested again...
[TXT] ipcp.c (in the Attic) [Hide]  1.44   18 years  brad   Add a radius_Flush() function that waits for the response (or timeout) to any pe...
[TXT] ipcp.h (in the Attic) [Hide]  1.13   22 years  brian   Add IPv6 support. IPV6CP support is crude for now, and hasn't been tested again...
[TXT] iplist.c (in the Attic) [Hide]  1.4   24 years  brian   $Id$ -> $OpenBSD$
[TXT] iplist.h (in the Attic) [Hide]  1.3   24 years  brian   $Id$ -> $OpenBSD$
[TXT] ipv6cp.c (in the Attic) [Hide]  1.9   18 years  brad   Add a radius_Flush() function that waits for the response (or timeout) to any pe...
[TXT] ipv6cp.h (in the Attic) [Hide]  1.3   18 years  brad   rev 1.8 made ppp compliant to RFC 2472 (based on a patch from another contribut...
[TXT] layer.h (in the Attic) [Hide]  1.3   24 years  brian   $Id$ -> $OpenBSD$
[TXT] lcp.c (in the Attic) [Hide]  1.42   17 years  claudio   If the peer rejects my MRU request and our request is smaller then what the peer...
[TXT] lcp.h (in the Attic) [Hide]  1.14   18 years  brad   Implement an ``enable/disable echo'' option, defaults to off. This allows LCP EC...
[TXT] link.c (in the Attic) [Hide]  1.15   18 years  brad   Include the correct file (stdarg.h) and use va_list rather than _BSD_VA_LIST_ F...
[TXT] link.h (in the Attic) [Hide]  1.8   19 years  brad   Re-implement LQM, this time according to the rfc. From FreeBSD ok deraadt@
[TXT] log.c (in the Attic) [Hide]  1.19   17 years  pvalchev   safer snprintf construct with more paranoid length calculation ok millert
[TXT] log.h (in the Attic) [Hide]  1.12   18 years  brad   Support a ``set rad_alive N'' command to enable periodic RADIUS accounting infor...
[TXT] lqr.c (in the Attic) [Hide]  1.16   18 years  brad   Implement an ``enable/disable echo'' option, defaults to off. This allows LCP EC...
[TXT] lqr.h (in the Attic) [Hide]  1.7   19 years  brad   Re-implement LQM, this time according to the rfc. From FreeBSD ok deraadt@
[TXT] main.c (in the Attic) [Hide]  1.36   18 years  brad   Send NAS-IP-Address as well as NAS-Identifier Add ``disable NAS-IP-Address'' and...
[TXT] main.h (in the Attic) [Hide]  1.4   22 years  brian   Convert IIJ copyrights to BSD copyrights; ok tohno@sirius.ocn.ne.jp
[TXT] mbuf.c (in the Attic) [Hide]  1.18   18 years  brad   Include the correct file (stdarg.h) and use va_list rather than _BSD_VA_LIST_ F...
[TXT] mbuf.h (in the Attic) [Hide]  1.12   19 years  brad   Re-implement LQM, this time according to the rfc. From FreeBSD ok deraadt@
[TXT] mp.c (in the Attic) [Hide]  1.34   18 years  brad   Include the correct file (stdarg.h) and use va_list rather than _BSD_VA_LIST_ F...
[TXT] mp.h (in the Attic) [Hide]  1.9   22 years  brian   Add IPv6 support. IPV6CP support is crude for now, and hasn't been tested again...
[TXT] mppe.c (in the Attic) [Hide]  1.17   19 years  moritz   be more careful with snprintf. ok cloder@ deraadt@
[TXT] mppe.h (in the Attic) [Hide]  1.2   23 years  brian   Pass the correct option data to the compression modules Init function rather tha...
[TXT] nat_cmd.c (in the Attic) [Hide]  1.26   18 years  brad   Add Cisco Skinny Station Protocol translation support to libalias and supporting...
[TXT] nat_cmd.h (in the Attic) [Hide]  1.9   18 years  brad   Add Cisco Skinny Station Protocol translation support to libalias and supporting...
[TXT] ncp.c (in the Attic) [Hide]  1.4   18 years  brad   Include the correct file (stdarg.h) and use va_list rather than _BSD_VA_LIST_ F...
[TXT] ncp.h (in the Attic) [Hide]  1.2   22 years  brian   o Bump the version number o Tidy up includes o Fix macros in auth.h o Insist on ...
[TXT] ncpaddr.c (in the Attic) [Hide]  1.12   18 years  brad   don't call adjust_linklocal() since this function does not do anything. this was...
[TXT] ncpaddr.h (in the Attic) [Hide]  1.3   22 years  brian   o Bump the version number o Tidy up includes o Fix macros in auth.h o Insist on ...
[TXT] netgraph.c (in the Attic) [Hide]  1.5   20 years  deraadt   realloc fixes
[TXT] netgraph.h (in the Attic) [Hide]  1.1   22 years  brian   Change ``ifdef HAVE_DES'' to ``ifndef NODES'' for consistency. Notice if the IP ...
[TXT] pap.c (in the Attic) [Hide]  1.20   21 years  brian   Compensate for dodgy Win98/WinME MSCHAPv2 responses later in the code path... af...
[TXT] pap.h (in the Attic) [Hide]  1.7   22 years  brian   Convert IIJ copyrights to BSD copyrights; ok tohno@sirius.ocn.ne.jp
[TXT] physical.c (in the Attic) [Hide]  1.40   18 years  brad   rev 1.55 Report the number of bytes not written when complaining about failed w...
[TXT] physical.h (in the Attic) [Hide]  1.20   22 years  brian   o Bump the version number o Tidy up includes o Fix macros in auth.h o Insist on ...
[TXT] ppp.8.m4 (in the Attic) [Hide]  1.38   17 years  jmc   convert to new .Dd format;
[TXT] pred.c (in the Attic) [Hide]  1.14   21 years  brian   Understand MS-MPPE-Encryption-Policy, MS-MPPE-Encryption-Types, MS-MPPE-Recv-Key...
[TXT] pred.h (in the Attic) [Hide]  1.4   22 years  brian   Convert IIJ copyrights to BSD copyrights; ok tohno@sirius.ocn.ne.jp
[TXT] probe.c (in the Attic) [Hide]  1.5   22 years  brian   socket()s first argument should be a protocol family rather than an address fami...
[TXT] probe.h (in the Attic) [Hide]  1.4   22 years  brian   Add IPv6 support. IPV6CP support is crude for now, and hasn't been tested again...
[TXT] prompt.c (in the Attic) [Hide]  1.17   18 years  brad   Replace various spelling with FALLTHROUGH which is lint()able From charnier Fre...
[TXT] prompt.h (in the Attic) [Hide]  1.6   18 years  brad   Include the correct file (stdarg.h) and use va_list rather than _BSD_VA_LIST_ F...
[TXT] proto.c (in the Attic) [Hide]  1.6   23 years  brian   Support link identification from rfc1570 Add VERSION and COMPILATIONDATE macros ...
[TXT] proto.h (in the Attic) [Hide]  1.6   22 years  brian   Consider PROTO_IPV6 as compressible by CCP.
[TXT] radius.c (in the Attic) [Hide]  1.36   18 years  brad   Add a radius_Flush() function that waits for the response (or timeout) to any pe...
[TXT] radius.h (in the Attic) [Hide]  1.16   18 years  brad   Add a radius_Flush() function that waits for the response (or timeout) to any pe...
[TXT] radlib.c (in the Attic) [Hide]  1.9   16 years  chl   handle empty strings returned by fgets ok ray@
[TXT] radlib.h (in the Attic) [Hide]  1.7   18 years  brad   Added some missing defines. From ru FreeBSD
[TXT] radlib_private.h (in the Attic) [Hide]  1.3   22 years  brian   o Bump the version number o Tidy up includes o Fix macros in auth.h o Insist on ...
[TXT] radlib_vs.h (in the Attic) [Hide]  1.2   18 years  brad   Added some missing defines. From ru FreeBSD
[TXT] route.c (in the Attic) [Hide]  1.35   16 years  deraadt   use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg
[TXT] route.h (in the Attic) [Hide]  1.8   22 years  brian   Add IPv6 support. IPV6CP support is crude for now, and hasn't been tested again...
[TXT] server.c (in the Attic) [Hide]  1.18   17 years  otto   Use S_IS* macros insted of masking with S_IF* flags. The latter may have multipl...
[TXT] server.h (in the Attic) [Hide]  1.6   23 years  brian   Remove some unprotected prototype variable names MAXPATHLEN -> PATH_MAX Handle E...
[TXT] sig.c (in the Attic) [Hide]  1.8   20 years  miod   Off-by-ones, from aaron@
[TXT] sig.h (in the Attic) [Hide]  1.4   24 years  brian   $Id$ -> $OpenBSD$
[TXT] slcompress.c (in the Attic) [Hide]  1.20   18 years  brad   Replace various spelling with FALLTHROUGH which is lint()able From charnier Fre...
[TXT] slcompress.h (in the Attic) [Hide]  1.7   21 years  deraadt   fix some more UCB term 3
[TXT] sync.c (in the Attic) [Hide]  1.6   19 years  brad   Re-implement LQM, this time according to the rfc. From FreeBSD ok deraadt@
[TXT] sync.h (in the Attic) [Hide]  1.2   24 years  brian   $Id$ -> $OpenBSD$
[TXT] systems.c (in the Attic) [Hide]  1.20   16 years  deraadt   another extra endpwent() not needed
[TXT] systems.h (in the Attic) [Hide]  1.8   16 years  miod   Pass a buffer size to InterpretArg() and do not let it overflow it, saves propol...
[TXT] tcp.c (in the Attic) [Hide]  1.17   17 years  otto   Use S_IS* macros insted of masking with S_IF* flags. The latter may have multipl...
[TXT] tcp.h (in the Attic) [Hide]  1.5   24 years  brian   $Id$ -> $OpenBSD$
[TXT] tcpmss.c (in the Attic) [Hide]  1.7   18 years  brad   rev 1.7 Reduce MAXMSS limit by 12 bytes to allow for rfc 1323. From brian Free...
[TXT] tcpmss.h (in the Attic) [Hide]  1.2   22 years  brian   o Bump the version number o Tidy up includes o Fix macros in auth.h o Insist on ...
[TXT] throughput.c (in the Attic) [Hide]  1.12   18 years  brad   Include the correct file (stdarg.h) and use va_list rather than _BSD_VA_LIST_ F...
[TXT] throughput.h (in the Attic) [Hide]  1.7   23 years  brian   Support radius accounting, and add a packet count to throughput statistics as a ...
[TXT] timer.c (in the Attic) [Hide]  1.14   18 years  brad   Include the correct file (stdarg.h) and use va_list rather than _BSD_VA_LIST_ F...
[TXT] timer.h (in the Attic) [Hide]  1.5   22 years  brian   Convert IIJ copyrights to BSD copyrights; ok tohno@sirius.ocn.ne.jp
[TXT] tty.c (in the Attic) [Hide]  1.20   20 years  deraadt   realloc fixes
[TXT] tty.h (in the Attic) [Hide]  1.5   24 years  brian   $Id$ -> $OpenBSD$
[TXT] tun.c (in the Attic) [Hide]  1.17   21 years  deraadt   strlcpy and snprintf; various people ok
[TXT] tun.h (in the Attic) [Hide]  1.6   23 years  brian   Add ``enable/disable'' tcpmssfixup - enabled by default.
[TXT] ua.h (in the Attic) [Hide]  1.4   24 years  brian   $Id$ -> $OpenBSD$
[TXT] udp.c (in the Attic) [Hide]  1.18   17 years  otto   Use S_IS* macros insted of masking with S_IF* flags. The latter may have multipl...
[TXT] udp.h (in the Attic) [Hide]  1.4   24 years  brian   $Id$ -> $OpenBSD$
[TXT] vjcomp.c (in the Attic) [Hide]  1.17   21 years  deraadt   strlcpy and snprintf; various people ok
[TXT] vjcomp.h (in the Attic) [Hide]  1.4   24 years  brian   $Id$ -> $OpenBSD$