FreeRADIUS / pam_radius

This is the PAM to RADIUS authentication module. It allows any Linux, OSX or Solaris machine to become a RADIUS client for authentication and password change requests.
GNU General Public License v2.0
102 stars 90 forks source link

IPv6 Support #5

Closed alancarwile closed 11 years ago

alancarwile commented 11 years ago

The notes below describe what was done in getting pam_radius_auth.so to the point of supporting IPv6. In addition to adding IPv6 support, a TRACE facility was added, hardtab/whitespace was cleaned up, and some bug fixes were made.

Following is a rough breakdown of the changes:

alancarwile commented 11 years ago

Discussed and agreed it would be more helpful to close this pull request, and submit a new one based on a branch that breaks down the work into a series of stages (series of commits, e.g., beginning with whitespace changes, etc.). The change will facilitate review/verification of the changes proposed to be merged into the main branch. So, closing this pull request.