summaryrefslogtreecommitdiff
path: root/lib/radius
Commit message (Collapse)AuthorAgeFilesLines
* Add md5.[ch] for when we are configured without OpenSSL.Linus Nordberg2013-01-221-20/+4
| | | | | | | | | | | This is Solar Designers implementation from http://openwall.info/wiki/people/solar/software/public-domain-source-code/md5 . RS_MD5Transform goes away since it's not in md5.h. It's not used in lib/radius/. Might want to move this into lib/radius/ if we end up not using it in lib/.
* Fix typos.Linus Nordberg2012-12-191-2/+2
| | | | #error messages.
* Include <sys/types.h> for Junos.Linus Nordberg2012-12-181-0/+1
| | | | Fix from Luke Howard.
* add MS-Windows-Group-SidLuke Howard2011-12-011-0/+1
|
* add rs_attr_display_name/rs_attr_parse_nameLuke Howard2011-11-142-0/+24
|
* port new RADIUS library to WindowsLuke Howard2011-11-149-22/+115
| | | | | | | | Conflicts: lib/configure.ac lib/include/radsec/radsec.h lib/radius/client.h
* don't use GCC extensions in generated codeLuke Howard2011-11-142-25/+37
|
* port to new RADIUS client libraryLuke Howard2011-11-1423-2410/+427
|
* add new RADIUS client libraryLuke Howard2011-11-1332-0/+10504