Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Fix: egg lacks some examples. |
|---|---|
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
00c2400fc46417a1afd10890d3067a55 |
| User & Date: | FomalhautWeisszwerg 2018-11-20 10:58:36.055 |
Context
|
2018-11-21
| ||
| 07:08 | Add: IPv6 address support. Leaf check-in: 119924ffb4 user: FomalhautWeisszwerg tags: trunk | |
|
2018-11-20
| ||
| 10:58 | Fix: egg lacks some examples. check-in: 00c2400fc4 user: FomalhautWeisszwerg tags: trunk | |
|
2017-02-08
| ||
| 07:43 | Fix: Proxy-State attribute are removed. check-in: a56efae751 user: FomalhautWeisszwerg tags: trunk | |
Changes
Changes to pyrad.egg-info/PKG-INFO.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | + |
Metadata-Version: 1.1
Name: pyrad
Version: 2.0
Summary: RADIUS tools
Home-page: http://www.wiggy.net/code/pyrad/
Author: Wichert Akkerman
Author-email: wichert@wiggy.net
License: BSD
Description-Content-Type: UNKNOWN
Description: Introduction
============
pyrad is an implementation of a RADIUS client as described in RFC2865.
It takes care of all the details like building RADIUS packets, sending
them and decoding responses.
|
| ︙ |
Changes to pyrad.egg-info/SOURCES.txt.
| ︙ | |||
13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 | + + | docs/api/client.rst docs/api/dictionary.rst docs/api/host.rst docs/api/packet.rst docs/api/proxy.rst docs/api/server.rst example/acct.py example/always_accept_server.py example/auth.py example/authenticator_tester.py example/dictionary example/dictionary.attingo example/server.py pyrad/__init__.py pyrad/bidict.py pyrad/client.py pyrad/curved.py |
| ︙ |
Changes to pyrad.egg-info/requires.txt.