./net/freeradius2, Free RADIUS server implementation

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2016Q3, Version: 2.2.9, Package name: freeradius-2.2.9, Maintainer: pkgsrc-users

All code in this server was written from scratch.

The server is mostly compatible with livingston radiusd-2.01
(no menus or s/key support though) but with more feautures, such as:

o Can limit max. number of simultaneous logins on a per-user basis!
o Multiple DEFAULT entries, that can optionally fall-through.
o In fact, every entry can fall-through
o Deny/permit access based on huntgroup users dials into
o Set certain parameters (such as static IP address) based on huntgroup
o Extra "hints" file that can select SLIP/PPP/rlogin based on
username pattern (Puser or user.ppp is PPP, plain "user" is rlogin etc).
o Can execute an external program when user has authenticated (for example
to run a sendmail queue).
o Can use `$INCLUDE filename' in radiusd.conf, users, and dictionary files
o Can act as a proxy server, relaying requests to a remote server
o Supports Vendor-Specific attributes
o No good documentation at all, just like the original radiusd 1.16!

Then of course for general RADIUS questions, especially if you are using
Livingston / Lucent RABU equipment, there is the portmaster-radius mailing
list. Send mail to portmaster-radius-request@livingston.com to find
out how to subscribe.

MESSAGE.pam [+/-]

Required to run:
[databases/gdbm] [devel/libltdl] [devel/libexecinfo] [lang/perl5] [net/net-snmp]


Package options: freeradius-simul-use, gdbm

Master sites:

SHA1: 730a5b681b375800a85c935cc2f34c5ba3aa951b
RMD160: 4d3097e5d193a2268e81e3bde7cb6b75aed739c5
Filesize: 2727.544 KB

Version history: (Expand)


CVS history: (Expand)


   2016-10-15 21:06:02 by Benny Siegert | Files touched by this commit (14)
Log message:
Pullup ticket #5135 - requested by sevan
net/freeradius2: security fix

Revisions pulled up:
- net/freeradius2/Makefile                                      1.44
- net/freeradius2/PLIST                                         1.17
- net/freeradius2/distinfo                                      1.18
- net/freeradius2/patches/patch-aa                              1.2
- net/freeradius2/patches/patch-ab                              1.2
- net/freeradius2/patches/patch-ac                              1.5
- net/freeradius2/patches/patch-ae                              1.4
- net/freeradius2/patches/patch-ai                              1.7
- net/freeradius2/patches/patch-aj                              1.3
- net/freeradius2/patches/patch-ak                              1.4
- net/freeradius2/patches/patch-al                              1.4
- net/freeradius2/patches/patch-configure.in                    1.1
- net/freeradius2/patches/patch-man_man5_dictionary.5           1.2
- net/freeradius2/patches/patch-src_modules_rlm__pap_rlm__pap.c deleted

---
   Module Name:    pkgsrc
   Committed By:   sevan
   Date:           Tue Oct 11 14:12:42 UTC 2016

   Modified Files:
           pkgsrc/net/freeradius2: Makefile PLIST distinfo
           pkgsrc/net/freeradius2/patches: patch-aa patch-ab patch-ac patch-ae
               patch-ai patch-aj patch-ak patch-al patch-man_man5_dictionary.5
   Added Files:
           pkgsrc/net/freeradius2/patches: patch-configure.in
   Removed Files:
           pkgsrc/net/freeradius2/patches: patch-src_modules_rlm__pap_rlm__pap.c

   Log message:
   Update to v2.2.9
   http://freeradius.org/version2.html
   The 2.2.x release series is now End Of Life. Only security fixes will be \ 
applied to 2.2.x.
   Fix Tunnel-Password crash from home server. Found by Denis Andzakovic.
   Fix timer issue when proxying.
   Update EAP-TTLS so that MPPE keys are correctly calculated with TLSv1.2.
   Always delete MS-MPPE-* from the TTLS inner tunnel. This allows TTLS / \ 
EAP-MSCHAPv2 to work.
   Don't fall through in empty "case" statements. Fixes #1274.