Download List

Projeto Descrição

rp-pppoe is a PPPoE client and server suite for
Linux. It is fully RFC-compliant and supports
cookies, relay-IDs, and multiple simultaneous
PPPoE discovery phases. It is cleanly coded and
fairly efficient, and supports kernel-mode PPPoE
on Linux 2.4 and 2.6.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2008-06-30 23:30
3.10

Problemas de compilação em diferentes plataformas fixas. Os Makefiles agora obedecem DESTDIR para realocar arquivos instalados. O kernel-PPPoE plugin modo é mais fácil de compilar, pois você não precisa especificar o caminho para pppd.h se está instalado em / usr / include.
Tags: Minor bugfixes
Compilation problems on various platforms were
fixed. The Makefiles now obey DESTDIR to relocate
installed files. The kernel-mode PPPoE plugin is
easier to compile, since you do no longer need to
specify the path to pppd.h if it's installed under
/usr/include.

2008-06-22 22:32
3.9

Uma nova opção de PPPoE servidor permite limitar o número de sessões por endereço MAC. Vários pequenos bugs foram corrigidos.
Tags: Minor bugfixes
A new pppoe-server option lets you limit the
number of sessions per MAC address. Various minor
bugs were fixed.

2006-04-02 17:20
3.8

O código foi refeito para diminuir o tamanho do pppoe-executável. A capacidade de omitir a depuração de código também foi adicionado. Um bug no código MD5 que causou PPPoE servidor para segfault em arquiteturas 64-bit foi corrigido.
Tags: Minor bugfixes
The code was refactored to shrink the size of the
pppoe-executable. The ability to omit debugging
code was also added. A bug in the MD5 code that
caused pppoe-server to segfault on 64-bit
architectures was fixed.

2005-11-17 06:23
3.7

Uma nova opção-O foi adicionado ao pppoe-servidor para especificar um arquivo de opções diferentes para o pppd (em vez do padrão / etc / ppp / pppoe-server-options). Um erro de digitação no script de firewall firewall-standalone e uma amostra em pppoe-connect foram corrigidos. Alguns codificação incorreta em configure.in foi corrigido. Pppoe-server agora prepends "-nic" ao nome da interface se usado com o kernel-mode plugin, que permite o uso de qualquer interface Ethernet (não apenas aqueles que começam com "eth").
Tags: Minor bugfixes
A new -O option was added to pppoe-server to
specify a different options file for pppd (instead
of the default /etc/ppp/pppoe-server-options). A
typo in the firewall-standalone sample firewall
script and one in pppoe-connect were fixed. Some
incorrect coding in configure.in was fixed.
pppoe-server now prepends "nic-" to the interface
name if used with the kernel-mode plugin, allowing
the use of any Ethernet interface (not just ones
starting with "eth").

2005-08-10 08:19
3.6

O kernel-mode plugin funciona novamente, mas foi quebrado por mudanças para o programa pppd. A long-standing bug no pppoe-programa servidor (o que chamou pppd com argumentos na ordem errada) foi corrigido. Tudo o adsl-* roteiros foram renomeados para pppoe-* de coerência e de forma mais precisa descrever a sua função. O kernel-mode plugin pode usar qualquer interface se você prefixo o nome da interface com o "-nic", ele não é mais restrita às interfaces que começam com "eth". O programa funciona como pppoe userland "ninguém" em vez de "raiz", uma vez que a sessão foi iniciada.
Tags: Minor bugfixes
The kernel-mode plugin works again; it was broken
by changes to the pppd program. A long-standing
bug in the pppoe-server program (which called pppd
with arguments in the wrong order) has been fixed.
All the adsl-* scripts have been renamed to
pppoe-* for consistency and to more accurately
describe their function. The kernel-mode plugin
can use any interface if you prefix the interface
name with "nic-"; it's no longer restricted to
interfaces that start with "eth". The userland
pppoe program runs as "nobody" rather than "root"
once the session has started.

Project Resources