Download List

프로젝트 설명

pyrad is an implementation of a RADIUS client and server as described in RFC2865, 2866, and others. It takes care of all the details like building RADIUS packets, sending and receiving them, and en-/decoding responses.

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.

2007-09-30 16:39
1.1

패킷 클래스를 완벽하게 표준 파이썬 사전처럼 행동 개선되었습니다. 이 릴리스에는 더 이상 알 수없는 속성 유형이 생성됩니다 잘못된 패킷을 일으킬 수있는 디코딩이나 인코딩하지 않아도 가정합니다. 지원 FreeRADIUS에 의해 사용되는 '진수로'데이터 형식이 추가되었습니다.
Tags: Minor feature enhancements
The Packet class has been improved to behave fully like a standard Python dictionary. This release no longer assumes that unknown attribute types do not need any decoding or encoding, which could cause invalid packets to be generated. Support has been added for the 'octets' data type as used by FreeRADIUS.

2007-09-17 02:00
1.0

이 릴리스 pyrad에 대한 완전한 테스트 범위를 추가합니다. 몇 가지 버그가 발견되었고 테스트를 작성하는 동안 고정, 그리고 API를 좀 청소하고있다. pyrad 또한 파이썬 패키지 인덱스를 통해 난자를 사용할 수있습니다.
Tags: Code cleanup
This release adds complete test coverage for pyrad. Several bugs were found and fixed during test writing, and the API has been cleaned up a little bit. pyrad is also available as an egg through the Python package index.

2006-03-05 22:27
0.9

이 릴리스에는 몇 가지 버그수정 작은 변경 사항이 포함되어있습니다. 대부분의 noticably, 서버 코드는 전역 지속화 발전 전략중 중요한 매개 변수의 처리가 수정되었습니다. 새로운 문제를 추적 설정되었습니다.
Tags: Minor bugfixes
This release contains several bugfixes and small changes. Most noticably, the handling of the fd parameter throughout the server code has been corrected. A new issue tracker has been set up.

2004-08-28 22:54
0.8

이 두 가지 문제에 대한 bugfix 릴리스입니다. 시간 클라이언트가 패킷을 지금 시간 이후로 어떤 것이 영원히 루프에서 처리 코드를 보내는 순간에 잘못이 업데이 트되었습니다 해결되었습니다. DICT 매개 변수 회신 패킷을 만드는 법이 해결되었습니다.
Tags: Major bugfixes
This is a bugfix release for two problems.
Time-handling in the client packet sending code
which would loop forever since the now time was
updated at the wrong moment was fixed. Passing of
the dict parameter when creating reply packets was
fixed.

2004-06-02 16:54
0.7

HandleAuthPacket 및 HandleAcctPacket 서버 클래스에 추가되었습니다 후크. DICT 속성은 이제 답장을 할 때 패킷을 만드는 전달됩니다. Server.CreateReplyPacket 때 새로운 속성을 사용하여 지정할 수있습니다.
Tags: Minor feature enhancements
The HandleAuthPacket and HandleAcctPacket hooks
were added to the Server class. The dict attribute
is now passed on when creating a reply packet. New
attributes may be specified when using
Server.CreateReplyPacket.

Project Resources